Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dfunction.cpp37 std::shared_ptr<Node> get_current_node() { in get_current_node() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dvirtualized.py311 get_current_node: Callable[[], Any] = _current_node._get_handler variable in _V
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dutils.py1865 def get_current_node(): function