Expand description
Binary reinterpret codec implementation for the numcodecs
API.
Structs§
- Reinterpret
Codec - Codec to reinterpret data between different compatible types.
Enums§
- Reinterpret
Codec Error - Errors that may occur when applying the
ReinterpretCodec
.
Functions§
- reinterpret_
array - Reinterpret the data elements of the
array
using the providedreinterpret
closure. The shape of the data is preserved. - reinterpret_
array_ into - Reinterpret the data elements of the
encoded
array using the providedreinterpret
closure into thedecoded
array.