| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<U,T> Cast<U> |
Ops.cast(Operand<T> x,
Class<U> DstT,
Cast.Options... options)
Adds an
Cast operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static Cast.Options |
Cast.Truncate(Boolean Truncate) |
Cast.Options |
Cast.Options.Truncate(Boolean Truncate) |
| Modifier and Type | Method and Description |
|---|---|
static <U,T> Cast<U> |
Cast.create(Scope scope,
Operand<T> x,
Class<U> DstT,
Cast.Options... options)
Factory method to create a class to wrap a new Cast operation to the graph.
|
Copyright © 2015–2019. All rights reserved.