Skip to content

Instantly share code, notes, and snippets.

@cathyzhyi
Created May 7, 2022 23:33
Show Gist options
  • Save cathyzhyi/5e991f708eb120b8ef61dc4307537022 to your computer and use it in GitHub Desktop.
Save cathyzhyi/5e991f708eb120b8ef61dc4307537022 to your computer and use it in GitHub Desktop.
graph(%self : Tensor,
%lhs.1 : Tensor,
%rhs.1 : Tensor):
%5 : float = aten::Float(%lhs.1) # /usr/local/google/home/cathyzhyi/items/test/test.py:5:8
%8 : float = aten::Float(%rhs.1) # /usr/local/google/home/cathyzhyi/items/test/test.py:5:21
%sub.1 : float = aten::sub(%5, %8) # /usr/local/google/home/cathyzhyi/items/test/test.py:5:8
%12 : int = aten::ceil(%sub.1) # /usr/local/google/home/cathyzhyi/items/test/test.py:6:9
return (%12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment