Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DTracing.h106 #define NNTRACE_RT_SWITCH(phase, detail) NNTRACE_FULL_SWITCH(NNTRACE_LAYER_RUNTIME, phase, detail) macro
/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp977 NNTRACE_RT_SWITCH(NNTRACE_PHASE_RESULTS, "StepExecutor::startComputeOnDevice"); in startComputeOnDevice()