Searched defs:end_callback (Results 1 – 3 of 3) sorted by relevance
26 auto end_callback = [](const at::RecordFunction& fn, at::ObserverContext*) {}; in TEST() local64 auto end_callback = [](const at::RecordFunction&, at::ObserverContext*) { in TEST() local221 auto end_callback = [](const at::RecordFunction& fn, at::ObserverContext*) {}; in TEST() local264 auto end_callback = [](const at::RecordFunction& fn, at::ObserverContext*) {}; in TEST() local
84 def end_callback(): function121 def end_callback(): function
349 std::function<void()> end_callback) in AidlScopedProfiler()