dmlfw (Daniyal Machine Learning Framework)
dmlfw_types.h
Go to the documentation of this file.
1#ifndef __DMLFW__TYPES__
2#define __DMLFW__TYPES__
20#include <inttypes.h>
21
26typedef uint32_t dimension_t;
27
32typedef uint32_t index_t;
33
34
// end of core_types group
36#endif // __DMLFW__TYPES__
uint32_t index_t
Represents an index within a data structure (uint32_t).
Definition dmlfw_types.h:32
uint32_t dimension_t
Represents the size or dimension of a data structure (uint32_t).
Definition dmlfw_types.h:26