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