| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<U,T> Bitcast<U> |
Ops.bitcast(Operand<T> input,
Class<U> type)
Adds an
Bitcast operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <U,T> Bitcast<U> |
Bitcast.create(Scope scope,
Operand<T> input,
Class<U> type)
Factory method to create a class to wrap a new Bitcast operation to the graph.
|
Copyright © 2015–2019. All rights reserved.