Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dimpl.cpp1332 c10::IValue BlockRunner::run_impl_record_functions( in run_impl_record_functions() function in torch::jit::BlockRunner
1402 return run_impl_record_functions(args, kwargs); in operator ()()
1412 return run_impl_record_functions(std::move(args), kwargs); in operator ()()
H A Dimpl.h733 c10::IValue run_impl_record_functions(