SparseBufferConstFloat

- class SparseBufferConstFloat
A read only buffer of sparse values. It is composed of a buffer of values and a buffer of the index in the whole buffer.
Constructors
__init__Value(: bool) -> None
Methods
can_cast(v)- type v
Value
read_indices()Return a readable accessor on the indices buffer.
read_values()Return a readable accessor on the buffer indices.