MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
Loading...
Searching...
No Matches
MLConfig.h
Go to the documentation of this file.
1//=== MLModelRunner/Utils/MLConfig.h -MLConfig class definition -*- C++ -*-===//
2//
3// Part of the MLCompilerBridge Project, under the Apache License v2.0 with LLVM
4// Exceptions. See the LICENSE file for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
14//===----------------------------------------------------------------------===//
15
16#ifndef MLBRIDGE_CONFIG_H
17#define MLBRIDGE_CONFIG_H
18
19#include "llvm/Support/CommandLine.h"
20
21namespace MLBridge {
22namespace MLConfig {
23extern llvm::cl::opt<std::string> mlconfig;
24} // namespace MLConfig
25} // namespace MLBridge
26
27#endif
llvm::cl::opt< std::string > mlconfig