Searched refs:NNTRACE_APP (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestGenerated.cpp | 46 #define NNTRACE_APP(...) macro 106 NNTRACE_APP(NNTRACE_PHASE_COMPILATION, "compileModel"); in compileModel() 135 NNTRACE_APP(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "computeWithPtrs example"); in computeWithPtrs() 178 NNTRACE_APP(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "computeWithDeviceMemories example"); in computeWithDeviceMemories() 232 NNTRACE_APP(NNTRACE_PHASE_EXECUTION, "executeWithCompilation example"); in executeWithCompilation() 249 NNTRACE_APP(NNTRACE_PHASE_RESULTS, "executeWithCompilation example"); in executeWithCompilation() 271 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeOnce"); in executeOnce() 280 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeMultithreadedOwnCompilation"); in executeMultithreadedOwnCompilation() 291 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeMultithreadedSharedCompilation"); in executeMultithreadedSharedCompilation() 306 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "execute"); in execute()
|
/frameworks/ml/nn/common/include/ |
D | Tracing.h | 101 #define NNTRACE_APP(phase, detail) NNTRACE_FULL(NNTRACE_LAYER_APPLICATION, phase, detail) macro
|
/frameworks/ml/nn/tools/systrace_parser/ |
D | contract-between-code-and-parser.txt | 46 …NNTRACE_APP(NNTRACE_PHASE_PREPARATION, t1: t_m_w:B|T1|[NN_LR_PP]funcC1 …
|