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