MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
|
This file defines the bit widths of integral and floating point types supported by the MLCompilerBridge. More...
Go to the source code of this file.
Namespaces | |
namespace | MLBridge |
Typedefs | |
using | MLBridge::RealType = float |
using | MLBridge::IntegerType = int |
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.