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