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

[nnx] add extract APIs #4078

Merged
merged 1 commit into from
Jul 15, 2024
Merged

[nnx] add extract APIs #4078

merged 1 commit into from
Jul 15, 2024

Conversation

cgarciae
Copy link
Collaborator

What does this PR do?

The extract APIs helps with manipulating pytrees that contain graph nodes, it provides useful operations like extracting graph nodes from a pytree and replacing them with some pytree structures called Extractables. This API is mainly used in transforms to process the Modules in the input arguments.

Copy link
Collaborator

@IvyZX IvyZX left a comment

Choose a reason for hiding this comment

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

Thanks! Please fix the CI errors.

@copybara-service copybara-service bot merged commit e7f43dd into main Jul 15, 2024
18 checks passed
@copybara-service copybara-service bot deleted the nnx-extract-apis branch July 15, 2024 18:15
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