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