| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> TensorListSetItem |
Ops.tensorListSetItem(Operand<?> inputHandle,
Operand<Integer> index,
Operand<T> item)
Builds an
TensorListSetItem operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> TensorListSetItem |
TensorListSetItem.create(Scope scope,
Operand<?> inputHandle,
Operand<Integer> index,
Operand<T> item)
Factory method to create a class wrapping a new TensorListSetItem operation.
|
Copyright © 2015–2019. All rights reserved.