| 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,
TensorListConcat.Options... options)
Builds an
TensorListConcat operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> TensorListConcat<T> |
TensorListConcat.create(Scope scope,
Operand<?> inputHandle,
Class<T> elementDtype,
TensorListConcat.Options... options)
Factory method to create a class wrapping a new TensorListConcat operation.
|
Copyright © 2015–2019. All rights reserved.