Home
last modified time | relevance | path

Searched defs:_current_node (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/_inductor/
Dvirtualized.py164 _current_node: Virtualized[torch.fx.Node] = Virtualized("current_node", NullHandler) variable
/external/pytorch/torch/_inductor/fx_passes/
Dmkldnn_fusion.py410 def _is_ancestor_node(_current_node, _ancestor_node): argument
/external/pytorch/torch/_dynamo/
Dutils.py1862 _current_node = threading.local() variable