MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
|
This file contains the abstract class for compiler interface. More...
Go to the source code of this file.
Classes | |
class | compilerinterface.BaseCompilerInterface.BaseCompilerInterface |
This base class specifies methods for communication with compiler. More... | |
Namespaces | |
namespace | compilerinterface |
namespace | compilerinterface.BaseCompilerInterface |
This file contains the abstract class for compiler interface.
It specifies the methods for communication with compiler. It also initializes the correct SerDes object for serialization and deserialization of data.
Definition in file BaseCompilerInterface.py.