| Package | Description |
|---|---|
| org.tensorflow.op.core |
| 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 © 2019. All rights reserved.