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