Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dkineto_shim.cpp278 void toggleCollectionDynamic(const bool enable) { in toggleCollectionDynamic() function
284 libkineto::api().activityProfiler().toggleCollectionDynamic(enable); in toggleCollectionDynamic()
H A Dkineto_shim.h121 void toggleCollectionDynamic(const bool enable);
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_kineto.h183 TORCH_API void toggleCollectionDynamic(
H A Dprofiler_kineto.cpp666 void toggleCollectionDynamic( in toggleCollectionDynamic() function
676 torch::profiler::impl::kineto::toggleCollectionDynamic(enable); in toggleCollectionDynamic()
H A Dinit.cpp316 toggleCollectionDynamic, in THPAutograd_initExtension()