| 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)
Adds an
TensorListScatter operation to the graph |
| 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 to wrap a new TensorListScatter operation to the graph.
|
Copyright © 2015–2019. All rights reserved.