Skip to content
Snippets Groups Projects

Add pybind recipes for constant_folding and debug log for node_export.py

Closed Wissam Boussella requested to merge wboussella/aidge_core:pybind_and_export into dev
2 unresolved threads

Context

Pybind added for constant_folding and add debug logs for pybind_Recipes.cpp

Modified files

  • pybind_Recipes.cpp ;
  • node_export.py, debug logs and only including .h and .hpp files ;

Merge request reports

Merge request pipeline #64325 canceled

Merge request pipeline canceled for edccf8da

Closed by Wissam BoussellaWissam Boussella 1 month ago (Feb 19, 2025 3:19pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Cyril Moineau requested review from @cmoineau

    requested review from @cmoineau

  • Cyril Moineau resolved all threads

    resolved all threads

  • Cyril Moineau added 1 commit

    added 1 commit

    • ac54157a - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • added 2 commits

    • 8518133f - Fix node_export.py
    • 4fb26f05 - Merge branch 'pybind_and_export' of gitlab.eclipse.org:wboussella/aidge_core into pybind_and_export

    Compare with previous version

  • 426 426 )
    427 427 kernel_include_list.append(
    428 428 self.kernels_path + "/" + kernel_path.stem + kernel_path.suffix)
  • Olivier BICHLER added 195 commits

    added 195 commits

    • 4fb26f05...20504370 - 192 commits from branch eclipse/aidge:dev
    • d56df46e - [Upd] Add pybind recipes for constant of shape and debug log for node_export.py
    • f7cea506 - [Upd] New def for constant_folding
    • edccf8da - Fix node_export.py

    Compare with previous version

  • 426 426 )
    427 427 kernel_include_list.append(
    428 428 self.kernels_path + "/" + kernel_path.stem + kernel_path.suffix)
    429
    429
    430 if kernel_path.suffix in ["h", "hpp"]:
  • Olivier BICHLER mentioned in merge request !289 (closed)

    mentioned in merge request !289 (closed)

  • @wboussella Why close this MR? I think adding the Python binding for constant_folding is important!

  • Please register or sign in to reply
    Loading