TMKL_Sparse_memory_usage Enumeration

type TMKL_Sparse_memory_usage = ( SPARSE_MEMORY_NONE = 80, SPARSE_MEMORY_AGGRESSIVE = 81 );

memory optimization hints from user: describe how much memory could be used on optimization stage

Values

NameDescription
SPARSE_MEMORY_AGGRESSIVEmatrix could be converted to any internal format
SPARSE_MEMORY_NONENo memory should be allocated for matrix values and structures; auxiliary structures could be created only for workload balancing, parallelization, etc.