Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dcollection.h676 TORCH_API void set_cuda_sync_enabled_val(bool);
H A Dcollection.cpp1577 void set_cuda_sync_enabled_val(bool val) { in set_cuda_sync_enabled_val() function
/aosp_15_r20/external/pytorch/torch/csrc/profiler/python/
H A Dinit.cpp589 &torch::profiler::impl::set_cuda_sync_enabled_val); in initPythonBindings()