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