SparseTensorSliceDataset

public final class SparseTensorSliceDataset

Creates a dataset that splits a SparseTensor into elements row-wise.

Constants

String OP_NAME The name of this op, as known by TensorFlow core engine

Public Methods

Output<TType>
asOutput()
Returns the symbolic handle of the tensor.
static SparseTensorSliceDataset
create(Scope scope, Operand<TInt64> indices, Operand<? extends TType> values, Operand<TInt64> denseShape)
Factory method to create a class wrapping a new SparseTensorSliceDataset operation.
Output<?>
handle()

Inherited Methods

Constants

public static final String OP_NAME

The name of this op, as known by TensorFlow core engine

Constant Value: "SparseTensorSliceDataset"

Public Methods

public Output<TType> asOutput ()

Returns the symbolic handle of the 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 SparseTensorSliceDataset create (Scope scope, Operand<TInt64> indices, Operand<? extends TType> values, Operand<TInt64> denseShape)

Factory method to create a class wrapping a new SparseTensorSliceDataset operation.

Parameters
scope current scope
Returns
  • a new instance of SparseTensorSliceDataset

public Output<?> handle ()