MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
Loading...
Searching...
No Matches
__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
9from .BaseCompilerInterface import BaseCompilerInterface
10from .PipeCompilerInterface import PipeCompilerInterface
11from .GrpcCompilerInterface import GrpcCompilerInterface
12from .SerDes import SerDes