MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
Loading...
Searching...
No Matches
MLConfig.cpp
Go to the documentation of this file.
1//===- MLConfig.cpp - Set ML Config Paths -----------------------*- 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//===----------------------------------------------------------------------===//
8
This file defines the MLConfig class, which is a wrapper around the MLConfig command line option for ...