| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.sparse |
| Modifier and Type | Method and Description |
|---|---|
<T> SparseSlice<T> |
SparseOps.sparseSlice(Operand<Long> indices,
Operand<T> values,
Operand<Long> shape,
Operand<Long> start,
Operand<Long> size)
Builds an
SparseSlice operation |
| 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 wrapping a new SparseSlice operation.
|
Copyright © 2015–2019. All rights reserved.