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

How can we extract the node's output by using the Extract class? #3

Open
Ethan-lsh opened this issue Sep 15, 2023 · 0 comments
Open

Comments

@Ethan-lsh
Copy link

Hi, I'm a student studying the deep learning compiler for DL frameworks.

I'm also making a program that handles a computational graph(CG) of pytorch by using the 'torch.fx' library, but always failed to derive a output result of node constituting a CG.

I wonder how you make it possible to read the output result of a node with the Extract class?

Is it related to the override function name of 'call_module'?

Thank you for reading my quetion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant