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