| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.math |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
MathOps.atan2(Operand<T> y,
Operand<T> x)
Builds an
Atan2 operation |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
Atan2.create(Scope scope,
Operand<T> y,
Operand<T> x)
Factory method to create a class wrapping a new Atan2 operation.
|
Copyright © 2015–2019. All rights reserved.