MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
|
This file defines the MLConfig class, which is a wrapper around the MLConfig command line option for passing information like path of the models and other configuration to the compiler passes. More...
#include "llvm/Support/CommandLine.h"
Go to the source code of this file.
Namespaces | |
namespace | MLBridge |
namespace | MLBridge::MLConfig |
Variables | |
llvm::cl::opt< std::string > | MLBridge::MLConfig::mlconfig |
This file defines the MLConfig class, which is a wrapper around the MLConfig command line option for passing information like path of the models and other configuration to the compiler passes.
Definition in file MLConfig.h.