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