| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.math |
| Modifier and Type | Method and Description |
|---|---|
<T> Real<Float> |
MathOps.real(Operand<T> input)
Builds an
Real operation |
<U extends Number,T> |
MathOps.real(Operand<T> input,
Class<U> Tout)
Builds an
Real operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> Real<Float> |
Real.create(Scope scope,
Operand<T> input)
Factory method to create a class wrapping a new Real operation using default output types.
|
static <U extends Number,T> |
Real.create(Scope scope,
Operand<T> input,
Class<U> Tout)
Factory method to create a class wrapping a new Real operation.
|
Copyright © 2015–2019. All rights reserved.