|
BeBOP Optimized Sparse Kernel Interface Library
1.0.1h
|
Information about an available scalar type. More...
#include <scalinfo.h>
Data Fields | |
| oski_id_t | id |
| Unique positive integer identifier. | |
| const char * | name |
| Unique short string identifier. | |
| char | tag |
| Unique one-letter abbreviation tag. | |
| size_t | num_bytes |
| Size of this type, in bytes. | |
Information about an available scalar type.
| const char* tagBebop_scalinfo_t::name |
Unique short string identifier.
Referenced by oski_DisplayMatTypeInfo(), oski_GetScalarIndexName(), and oski_GetScalarValueName().
Size of this type, in bytes.
Unique one-letter abbreviation tag.
Referenced by oski_GetScalarIndexTag(), and oski_GetScalarValueTag().
1.7.6.1