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