Merge branch 'backend_export' into allowNoInputProducer
No related branches found
No related tags found
Showing
- .gitignore 13 additions, 3 deletions.gitignore
- .gitlab-ci.yml 23 additions, 10 deletions.gitlab-ci.yml
- .gitlab/ci/_global.gitlab-ci.yml 0 additions, 24 deletions.gitlab/ci/_global.gitlab-ci.yml
- .gitlab/ci/build.gitlab-ci.yml 0 additions, 154 deletions.gitlab/ci/build.gitlab-ci.yml
- .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1 23 additions, 0 deletions.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1
- .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh 40 additions, 0 deletions.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh
- .gitlab/ci/coverage.gitlab-ci.yml 0 additions, 38 deletions.gitlab/ci/coverage.gitlab-ci.yml
- .gitlab/ci/static_analysis.gitlab-ci.yml 0 additions, 37 deletions.gitlab/ci/static_analysis.gitlab-ci.yml
- .gitlab/ci/test.gitlab-ci.yml 0 additions, 48 deletions.gitlab/ci/test.gitlab-ci.yml
- .pylintrc 0 additions, 644 deletions.pylintrc
- CMakeLists.txt 50 additions, 24 deletionsCMakeLists.txt
- MANIFEST.in 9 additions, 6 deletionsMANIFEST.in
- README.md 48 additions, 8 deletionsREADME.md
- aidge_core/__init__.py 1 addition, 2 deletionsaidge_core/__init__.py
- aidge_core/aidge_export_aidge/static/CMakeLists.txt 49 additions, 39 deletionsaidge_core/aidge_export_aidge/static/CMakeLists.txt
- aidge_core/aidge_export_aidge/static/cmake/PybindModuleCreation.cmake 10 additions, 6 deletions...idge_export_aidge/static/cmake/PybindModuleCreation.cmake
- aidge_core/export_utils/node_export.py 0 additions, 1 deletionaidge_core/export_utils/node_export.py
- aidge_core/export_utils/operator_export.py 77 additions, 0 deletionsaidge_core/export_utils/operator_export.py
- aidge_core/unit_tests/test_export.py 92 additions, 27 deletionsaidge_core/unit_tests/test_export.py
- aidge_core/unit_tests/test_operator_binding.py 30 additions, 2 deletionsaidge_core/unit_tests/test_operator_binding.py
.gitlab/ci/_global.gitlab-ci.yml
deleted
100644 → 0
.gitlab/ci/build.gitlab-ci.yml
deleted
100644 → 0
.gitlab/ci/coverage.gitlab-ci.yml
deleted
100644 → 0
.gitlab/ci/test.gitlab-ci.yml
deleted
100644 → 0
.pylintrc
deleted
100644 → 0
This diff is collapsed.
aidge_core/export_utils/operator_export.py
0 → 100644
Please register or sign in to comment