| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.sparse |
| Modifier and Type | Method and Description |
|---|---|
<T> SparseFillEmptyRowsGrad<T> |
SparseOps.sparseFillEmptyRowsGrad(Operand<Long> reverseIndexMap,
Operand<T> gradValues)
Builds an
SparseFillEmptyRowsGrad operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> SparseFillEmptyRowsGrad<T> |
SparseFillEmptyRowsGrad.create(Scope scope,
Operand<Long> reverseIndexMap,
Operand<T> gradValues)
Factory method to create a class wrapping a new SparseFillEmptyRowsGrad operation.
|
Copyright © 2015–2019. All rights reserved.