MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
Loading...
Searching...
No Matches
Namespaces | Typedefs
DataTypes.h File Reference

This file defines the bit widths of integral and floating point types supported by the MLCompilerBridge. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  MLBridge
 

Typedefs

using MLBridge::RealType = float
 
using MLBridge::IntegerType = int
 

Detailed Description

This file defines the bit widths of integral and floating point types supported by the MLCompilerBridge.

The bit widths of floating and integral types supported by the MLCompilerBridge can be configured by defining the MLBRIDGE_EXTENDED_TYPES macro in the CMakeLists.txt file.

Definition in file DataTypes.h.