From 7ee416733f3ab1fc00f6ce103990411bd5e5dfc6 Mon Sep 17 00:00:00 2001 From: Job Henandez Lara Date: Fri, 11 Aug 2023 22:43:20 -0700 Subject: [PATCH 1/2] fix typo --- python/tvm/relay/frontend/pytorch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tvm/relay/frontend/pytorch.py b/python/tvm/relay/frontend/pytorch.py index eadd0a3c464f..42765d2fb0d8 100644 --- a/python/tvm/relay/frontend/pytorch.py +++ b/python/tvm/relay/frontend/pytorch.py @@ -55,7 +55,7 @@ # nodes to the extracted graph's nodes. # As Python objects are not round-trippable through C++, and # our type annotations only live in Python, we need to map -# the we need to map the nodes we get in visiting to the nodes +# the nodes we get in visiting to the nodes # we used to construct the graph (they are the same in C++, # match each other in dictionary lookups, but are not the same # in Python) by using the hint dictionary filled as From 73253a77ca4e6e36c8873f93293f37ae4fad9ea3 Mon Sep 17 00:00:00 2001 From: Job Henandez Lara Date: Fri, 11 Aug 2023 22:43:20 -0700 Subject: [PATCH 2/2] fixed typo [TypoFix] --- python/tvm/relay/frontend/pytorch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tvm/relay/frontend/pytorch.py b/python/tvm/relay/frontend/pytorch.py index eadd0a3c464f..42765d2fb0d8 100644 --- a/python/tvm/relay/frontend/pytorch.py +++ b/python/tvm/relay/frontend/pytorch.py @@ -55,7 +55,7 @@ # nodes to the extracted graph's nodes. # As Python objects are not round-trippable through C++, and # our type annotations only live in Python, we need to map -# the we need to map the nodes we get in visiting to the nodes +# the nodes we get in visiting to the nodes # we used to construct the graph (they are the same in C++, # match each other in dictionary lookups, but are not the same # in Python) by using the hint dictionary filled as