dmlfw (Daniyal Machine Learning Framework)
|
Fundamental scalar typedefs used across the framework. More...
#include <inttypes.h>
Go to the source code of this file.
Typedefs | |
typedef uint32_t | dimension_t |
Represents the size or dimension of a data structure (uint32_t). | |
typedef uint32_t | index_t |
Represents an index within a data structure (uint32_t). | |
Fundamental scalar typedefs used across the framework.
This header centralizes typedefs for indices, dimensions, and other fundamental scalar types. All modules should include this instead of redefining these types.
Represents the size or dimension of a data structure (uint32_t).
Represents an index within a data structure (uint32_t).