MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
Loading...
Searching...
No Matches
include
MLModelRunner
Utils
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
21
namespace
MLBridge
{
22
namespace
MLConfig {
23
extern
llvm::cl::opt<std::string>
mlconfig
;
24
}
// namespace MLConfig
25
}
// namespace MLBridge
26
27
#endif
MLBridge::MLConfig::mlconfig
llvm::cl::opt< std::string > mlconfig
MLBridge
Definition
gRPCModelRunner.h:75
Generated by
1.10.0