Home
last modified time | relevance | path

Searched defs:end_callback (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/profiler/
H A Drecord_function.cpp26 auto end_callback = [](const at::RecordFunction& fn, at::ObserverContext*) {}; in TEST() local
64 auto end_callback = [](const at::RecordFunction&, at::ObserverContext*) { in TEST() local
221 auto end_callback = [](const at::RecordFunction& fn, at::ObserverContext*) {}; in TEST() local
264 auto end_callback = [](const at::RecordFunction& fn, at::ObserverContext*) {}; in TEST() local
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_compile.py84 def end_callback(): function
121 def end_callback(): function
/aosp_15_r20/hardware/google/camera/common/hal/utils/profiling/
Daidl_profiler.cc349 std::function<void()> end_callback) in AidlScopedProfiler()