-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The CSR hierarchy should implement sparse tensors (N-D) with CSR format. This should follow the same pattern as xmap_container classes:
xcsr_containeris a CRTP base class that gathers common implementation and API of inheriting classesxcsr_arrayinherits fromxcsr_containerand implements the case where the number of dimensions is dynamicxcsr_tensorinherits fromxcsr_containerand implements the case where the number of dimensions is static
Metadata
Metadata
Assignees
Labels
No labels