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