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