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

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"
Include dependency graph for MLConfig.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  MLBridge
 
namespace  MLBridge::MLConfig
 

Variables

llvm::cl::opt< std::string > MLBridge::MLConfig::mlconfig
 

Detailed Description

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.