Skip to content

Move exporter E2E tests to pytest#1476

Merged
elad-c merged 9 commits intomainfrom
refactor-exporter-tests
Jul 1, 2025
Merged

Move exporter E2E tests to pytest#1476
elad-c merged 9 commits intomainfrom
refactor-exporter-tests

Conversation

@elad-c
Copy link
Copy Markdown
Contributor

@elad-c elad-c commented Jun 25, 2025

Pull Request Description:

Checklist before requesting a review:

  • I set the appropriate labels on the pull request.
  • I have added/updated the release note draft (if necessary).
  • I have updated the documentation to reflect my changes (if necessary).
  • All function and files are well documented.
  • All function and classes have type hints.
  • There is a licenses in all file.
  • The function and variable names are informative.
  • I have checked for code duplications.
  • I have added new unittest (if necessary).

@elad-c elad-c requested a review from ofirgo June 25, 2025 13:39
@ofirgo ofirgo requested review from lapid92 and removed request for ofirgo June 25, 2025 14:05
Comment thread tests_pytest/pytorch_tests/e2e_tests/test_exporter.py
elif init.name == node.input[2]:
model_dict[node.name]['attributes']['bias_value'] = onnx.numpy_helper.to_array(init)
elif 'Weights' in node.op_type and 'Quantizer' in node.op_type:
if len(node.input) == 3:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe explain?

@elad-c elad-c force-pushed the refactor-exporter-tests branch from c76f3d6 to 2d0236a Compare June 30, 2025 13:02
@elad-c elad-c merged commit 6e6350f into main Jul 1, 2025
31 checks passed
@elad-c elad-c deleted the refactor-exporter-tests branch July 1, 2025 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants