| 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)
Builds an
Bitcast operation |
| 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 wrapping a new Bitcast operation.
|
Copyright © 2015–2019. All rights reserved.