Skip to content

Commit d36071f

Browse files
committed
Fix comment in memory_planning.py
Summary: Earlier commit left a dangling comment. Test Plan: CI Reviewers: Subscribers: Tasks: Tags:
1 parent 3540723 commit d36071f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

exir/memory_planning.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,8 @@ def get_node_tensor_specs(
669669
]
670670

671671

672-
# Little bit hacky to check if the graph contains
673-
# XNNPACK delegate
674-
# Why?
672+
# Little bit hacky, because we are checking for xnnpack string in
673+
# backend name, to check if the graph contains XNNPACK delegate
675674

676675

677676
def _contains_xnnpack_delegate(graph_module: torch.fx.GraphModule) -> bool:

0 commit comments

Comments
 (0)