We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed80070 commit 0aa4e55Copy full SHA for 0aa4e55
py/torch_tensorrt/dynamo/lowering/passes/remove_num_users_is_0_nodes.py
@@ -23,7 +23,8 @@ def remove_num_users_is_0_nodes(
23
and len(node.all_input_nodes) > 0
24
):
25
gm.graph.erase_node(node)
26
- gm = clean_up_graph_after_modifications(gm)
+
27
+ gm = clean_up_graph_after_modifications(gm)
28
29
logger.debug(f"Removed ops that [num_users=0] nodes:\n{gm.graph}")
30
0 commit comments