Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.cpp775 Value* pre_hook_output = in call() local
784 if (pre_hook_output->type() != NoneType::get()) { in call()
785 if (pre_hook_output->type()->kind() != TypeKind::TupleType) { in call()
786 pre_hook_output = in call()
788 ->insertNode(calling_graph->createTuple({pre_hook_output})) in call()
791 forward_input = pre_hook_output; in call()