Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dimpl.cpp1378 run_impl_record_functions_async( in run_impl_record_functions_async() function in torch::jit::BlockRunner
1422 return run_impl_record_functions_async(args, kwargs); in runAsync()
1432 return run_impl_record_functions_async(std::move(args), kwargs); in runAsync()
H A Dimpl.h743 c10::intrusive_ptr<c10::ivalue::Future> run_impl_record_functions_async(