Created
November 12, 2021 19:38
-
-
Save dhruvbird/13cb659e4a3b49abb97bde67aa3a8002 to your computer and use it in GitHub Desktop.
Result of running optimized_model.helper.graph
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
graph(%self : __torch__.___torch_mangle_41.AddtensorsModel, | |
%x.1 : Tensor, | |
%y.1 : Tensor): | |
%6 : int = prim::Constant[value=1]() | |
%z.1 : Tensor = prim::GetAttr[name="t1"](%self) | |
%7 : Tensor = aten::add(%z.1, %x.1, %6) # <ipython-input-98-b27af2abc3c5>:8:8 | |
%z.5 : Tensor = aten::add(%7, %y.1, %6) # <ipython-input-98-b27af2abc3c5>:8:8 | |
return (%z.5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment