Converts a SparseTensor to a (possibly batched) CSRSparseMatrix.
Public Methods
| Output<Object> |
asOutput()
Returns the symbolic handle of a tensor.
|
| static <T> SparseTensorToCSRSparseMatrix | |
| Output<?> |
sparseMatrix()
A (possibly batched) CSRSparseMatrix.
|
Inherited Methods
Public Methods
public Output<Object> asOutput ()
Returns the symbolic handle of a tensor.
Inputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.
public static SparseTensorToCSRSparseMatrix create (Scope scope, Operand<Long> indices, Operand<T> values, Operand<Long> denseShape)
Factory method to create a class wrapping a new SparseTensorToCSRSparseMatrix operation.
Parameters
| scope | current scope |
|---|---|
| indices | SparseTensor indices. |
| values | SparseTensor values. |
| denseShape | SparseTensor dense shape. |
Returns
- a new instance of SparseTensorToCSRSparseMatrix