| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Number> |
Ops.tensorListScatterV2(Operand<T> tensor,
Operand<Integer> indices,
Operand<U> elementShape,
Operand<Integer> numElements)
Builds an
TensorListScatterV2 operation |
| Modifier and Type | Method and Description |
|---|---|
static <T,U extends Number> |
TensorListScatterV2.create(Scope scope,
Operand<T> tensor,
Operand<Integer> indices,
Operand<U> elementShape,
Operand<Integer> numElements)
Factory method to create a class wrapping a new TensorListScatterV2 operation.
|
Copyright © 2015–2019. All rights reserved.