Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DDispatcher.h312 static bool profilingOperatorEvents();
685 if(profilingOperatorEvents()) {
H A DDispatcher.cpp542 bool Dispatcher::profilingOperatorEvents() { in profilingOperatorEvents() function in c10::Dispatcher