tfma.types.SparseTensorValue

Stay organized with collections Save and categorize content based on your preferences.

SparseTensorValue encapsulates a batch of sparse tensor values.

values A np.ndarray of values.
indices A np.ndarray of indices.
dense_shape A np.ndarray representing the dense shape.