Struct star::SliceSpec¶
Complete slice specification for n-dimensional array.
#include <stards.h>
Public Attributes¶
| Type | Name |
|---|---|
| size_t | element_size |
| bool | is_contiguous |
| bool | is_full_rows |
| std::vector< size_t > | output_shape |
| std::vector< Slice > | slices |
| size_t | total_elements |
Public Attributes Documentation¶
variable element_size¶
variable is_contiguous¶
variable is_full_rows¶
variable output_shape¶
variable slices¶
variable total_elements¶
The documentation for this class was generated from the following file StarDS/include/stards.h