Home
last modified time | relevance | path

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

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