Files
concrete/compiler/lib/Bindings/Python/DialectModules.h
2021-12-29 15:13:34 +01:00

19 lines
525 B
C++

// Part of the Concrete Compiler Project, under the BSD3 License with Zama Exceptions.
// See https://github.com/zama-ai/homomorphizer/blob/master/LICENSE.txt for license information.
#ifndef ZAMALANG_PYTHON_DIALECTMODULES_H
#define ZAMALANG_PYTHON_DIALECTMODULES_H
#include <pybind11/pybind11.h>
namespace mlir {
namespace zamalang {
namespace python {
void populateDialectHLFHESubmodule(pybind11::module &m);
} // namespace python
} // namespace zamalang
} // namespace mlir
#endif // ZAMALANG_PYTHON_DIALECTMODULES_H