| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> SparseSlice<T> |
Ops.sparseSlice(Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Operand<Long> start,
Operand<Long> size)
Adds an
SparseSlice operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T> SparseSlice<T> |
SparseSlice.create(Scope scope,
Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Operand<Long> start,
Operand<Long> size)
Factory method to create a class to wrap a new SparseSlice operation to the graph.
|
Copyright © 2015–2019. All rights reserved.