Home
last modified time | relevance | path

Searched refs:function_context_node (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dinline_forked_closures.cpp19 Node* function_context_node = fork_closure->input()->node(); in inlineForkedClosure() local
21 if (function_context_node->inputs().size() != 2 || in inlineForkedClosure()
22 function_context_node->inputs().at(0)->node()->kind() != prim::Closure || in inlineForkedClosure()
23 function_context_node->inputs().at(1)->node()->kind() != in inlineForkedClosure()
28 Node* function = function_context_node->inputs().at(0)->node(); in inlineForkedClosure()
29 Node* context = function_context_node->inputs().at(1)->node(); in inlineForkedClosure()