| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> TensorArrayScatter |
Ops.tensorArrayScatter(Operand<?> handle,
Operand<Integer> indices,
Operand<T> value,
Operand<Float> flowIn)
Adds an
TensorArrayScatter operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T> TensorArrayScatter |
TensorArrayScatter.create(Scope scope,
Operand<?> handle,
Operand<Integer> indices,
Operand<T> value,
Operand<Float> flowIn)
Factory method to create a class to wrap a new TensorArrayScatter operation to the graph.
|
Copyright © 2015–2019. All rights reserved.