mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
feat(python): compiler api with round_trip func
This commit is contained in:
committed by
Quentin Bourgerie
parent
4e6579e019
commit
30d33ee45f
14
compiler/python/CompilerAPIModule.h
Normal file
14
compiler/python/CompilerAPIModule.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef ZAMALANG_PYTHON_COMPILER_API_MODULE_H
|
||||
#define ZAMALANG_PYTHON_COMPILER_API_MODULE_H
|
||||
|
||||
#include <pybind11/pybind11.h>
|
||||
|
||||
namespace zamalang {
|
||||
namespace python {
|
||||
|
||||
void populateCompilerAPISubmodule(pybind11::module &m);
|
||||
|
||||
} // namespace python
|
||||
} // namespace zamalang
|
||||
|
||||
#endif // ZAMALANG_PYTHON_DIALECTMODULES_H
|
||||
Reference in New Issue
Block a user