Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dimpl.cpp1351 c10::intrusive_ptr<c10::ivalue::Future> BlockRunner::run_impl_async( in run_impl_async() function in torch::jit::BlockRunner
1391 return run_impl_async(std::forward<IValueList>(args), kwargs); in run_impl_record_functions_async()
1393 return run_impl_async(std::forward<IValueList>(args), kwargs); in run_impl_record_functions_async()
1420 return run_impl_async(args, kwargs); in runAsync()
1430 return run_impl_async(std::move(args), kwargs); in runAsync()
H A Dimpl.h738 c10::intrusive_ptr<c10::ivalue::Future> run_impl_async(