onnx-mlir
Macros | Typedefs | Enumerations | Variables
OnnxDataType.h File Reference
#include <stdbool.h>
#include <stdint.h>
#include "OnnxDataTypeMetaData.inc"

Go to the source code of this file.

Macros

#define OM_TYPE_METADATA_DEF(ENUM_NAME, ENUM_VAL, DTYPE_SIZE)   ENUM_NAME = ENUM_VAL,
 

Typedefs

typedef enum OM_DATA_TYPE OM_DATA_TYPE
 

Enumerations

enum  OM_DATA_TYPE
 

Variables

const int OM_DATA_TYPE_SIZE []
 

Macro Definition Documentation

◆ OM_TYPE_METADATA_DEF

#define OM_TYPE_METADATA_DEF (   ENUM_NAME,
  ENUM_VAL,
  DTYPE_SIZE 
)    ENUM_NAME = ENUM_VAL,

Typedef Documentation

◆ OM_DATA_TYPE

typedef enum OM_DATA_TYPE OM_DATA_TYPE

Enumeration Type Documentation

◆ OM_DATA_TYPE

Variable Documentation

◆ OM_DATA_TYPE_SIZE

const int OM_DATA_TYPE_SIZE[]