MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
Loading...
Searching...
No Matches
CompilerInterface
compilerinterface
__init__.py
Go to the documentation of this file.
1
# ------------------------------------------------------------------------------
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
9
from
.BaseCompilerInterface
import
BaseCompilerInterface
10
from
.PipeCompilerInterface
import
PipeCompilerInterface
11
from
.GrpcCompilerInterface
import
GrpcCompilerInterface
12
from
.SerDes
import
SerDes
Generated by
1.10.0