| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> TensorArrayUnpack |
Ops.tensorArrayUnpack(Operand<String> handle,
Operand<T> value,
Operand<Float> flowIn)
Adds an
TensorArrayUnpack operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T> TensorArrayUnpack |
TensorArrayUnpack.create(Scope scope,
Operand<String> handle,
Operand<T> value,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArrayUnpack operation to the graph.
|
Copyright © 2015–2019. All rights reserved.