SparseTensorIndexCOOArgsSparseTensorIndexCOOBuilderSparseTensorIndexCSFCompressed Sparse Fiber (CSF) sparse tensor index.SparseTensorIndexCSFArgsSparseTensorIndexCSFBuilderSparseTensorIndexUnionTableOffset- SparseMatrixIndexCSXOffset
- SparseTensorIndexCOOOffset
- SparseTensorIndexCSFOffset
- SparseTensorOffset
- ENUM_MAX_SPARSE_MATRIX_COMPRESSED_AXISDeprecated
- ENUM_MAX_SPARSE_TENSOR_INDEXDeprecated
- ENUM_MIN_SPARSE_MATRIX_COMPRESSED_AXISDeprecated
- ENUM_MIN_SPARSE_TENSOR_INDEXDeprecated
- ENUM_VALUES_SPARSE_MATRIX_COMPRESSED_AXISDeprecated
- ENUM_VALUES_SPARSE_TENSOR_INDEXDeprecated
- finish_size_prefixed_sparse_tensor_buffer
- finish_sparse_tensor_buffer
- root_as_sparse_tensor
- Verifies that a buffer of bytes contains a
SparseTensor
and returns it.
Note that verification is still experimental and may not
catch every error, or be maximally performant. For the
previous, unchecked, behavior use
root_as_sparse_tensor_unchecked
. - root_as_sparse_tensor_unchecked⚠
- Assumes, without verification, that a buffer of bytes contains a SparseTensor and returns it.
- root_as_sparse_tensor_with_opts
- Verifies, with the given options, that a buffer of bytes
contains a
SparseTensor
and returns it.
Note that verification is still experimental and may not
catch every error, or be maximally performant. For the
previous, unchecked, behavior use
root_as_sparse_tensor_unchecked
. - size_prefixed_root_as_sparse_tensor
- Verifies that a buffer of bytes contains a size prefixed
SparseTensor
and returns it.
Note that verification is still experimental and may not
catch every error, or be maximally performant. For the
previous, unchecked, behavior use
size_prefixed_root_as_sparse_tensor_unchecked
. - size_prefixed_root_as_sparse_tensor_unchecked⚠
- Assumes, without verification, that a buffer of bytes contains a size prefixed SparseTensor and returns it.
- size_prefixed_root_as_sparse_tensor_with_opts
- Verifies, with the given verifier options, that a buffer of
bytes contains a size prefixed
SparseTensor
and returns
it. Note that verification is still experimental and may not
catch every error, or be maximally performant. For the
previous, unchecked, behavior use
root_as_sparse_tensor_unchecked
.