| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<U,T extends Number> |
Ops.tensorListConcatV2(Operand<?> inputHandle,
Operand<T> elementShape,
Operand<Long> leadingDims,
Class<U> elementDtype)
Builds an
TensorListConcatV2 operation |
| Modifier and Type | Method and Description |
|---|---|
static <U,T extends Number> |
TensorListConcatV2.create(Scope scope,
Operand<?> inputHandle,
Operand<T> elementShape,
Operand<Long> leadingDims,
Class<U> elementDtype)
Factory method to create a class wrapping a new TensorListConcatV2 operation.
|
Copyright © 2015–2019. All rights reserved.