dmlfw (Daniyal Machine Learning Framework)
dmlfw_types.h File Reference

Fundamental scalar typedefs used across the framework. More...

#include <inttypes.h>
Include dependency graph for dmlfw_types.h:
This graph shows which files directly or indirectly include this file:

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).
 

Detailed Description

Fundamental scalar typedefs used across the framework.

Author
Mohammed Daniyal
Version
1.0
Date
2025-09-26

This header centralizes typedefs for indices, dimensions, and other fundamental scalar types. All modules should include this instead of redefining these types.

Typedef Documentation

◆ dimension_t

Represents the size or dimension of a data structure (uint32_t).

◆ index_t

Represents an index within a data structure (uint32_t).