| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<U,T extends Number> |
Ops.sparseTensorDenseMatMul(Operand<T> aIndices,
Operand<U> aValues,
Operand<Long> aShape,
Operand<U> b,
SparseTensorDenseMatMul.Options... options)
Adds an
SparseTensorDenseMatMul operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static SparseTensorDenseMatMul.Options |
SparseTensorDenseMatMul.adjointA(Boolean adjointA) |
SparseTensorDenseMatMul.Options |
SparseTensorDenseMatMul.Options.adjointA(Boolean adjointA) |
static SparseTensorDenseMatMul.Options |
SparseTensorDenseMatMul.adjointB(Boolean adjointB) |
SparseTensorDenseMatMul.Options |
SparseTensorDenseMatMul.Options.adjointB(Boolean adjointB) |
| Modifier and Type | Method and Description |
|---|---|
static <U,T extends Number> |
SparseTensorDenseMatMul.create(Scope scope,
Operand<T> aIndices,
Operand<U> aValues,
Operand<Long> aShape,
Operand<U> b,
SparseTensorDenseMatMul.Options... options)
Factory method to create a class to wrap a new SparseTensorDenseMatMul operation to the graph.
|
Copyright © 2015–2019. All rights reserved.