public enum TMKL_Sparse_memory_usage
memory optimization hints from user: describe how much memory could be used on optimization stage
Values
| Name | Description |
|---|---|
| SPARSE_MEMORY_AGGRESSIVE | matrix could be converted to any internal format |
| SPARSE_MEMORY_NONE | No memory should be allocated for matrix values and structures; auxiliary structures could be created only for workload balancing, parallelization, etc. |