Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multiple subgraphs in some of the Python MLIR utils #776

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

CNugteren
Copy link
Contributor

What do these changes do?

This adds support for multiple subgraphs in some of the Python MLIR utils, in particular the _remove_tensors_from_model, strip_lcedequantize_ops and _find_int8_quantized_inputs_outputs functions.

How Has This Been Tested?

This has been tested internally in the past with networks with multiple subgraphs (i.e. a while-loop). I did not add new tests for this functionality.

Benchmark Results

Related issue number

(internal issue only)

@CNugteren CNugteren requested review from lgeiger and a team July 11, 2023 12:47
@CNugteren CNugteren added the feature New feature or request label Jul 11, 2023
@CNugteren CNugteren merged commit 3fc2658 into main Jul 11, 2023
@CNugteren CNugteren deleted the improve_support_for_multiple_subgraphs branch July 11, 2023 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants