Searched refs:NNTRACE_APP (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | SupportLibraryTestGenerated.cpp | 49 #define NNTRACE_APP(...) macro 155 NNTRACE_APP(NNTRACE_PHASE_COMPILATION, "compileModel"); in compileModel() 248 NNTRACE_APP(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "computeWithPtrs example"); in computeWithPtrs() 294 NNTRACE_APP(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "computeWithDeviceMemories example"); in computeWithDeviceMemories() 348 NNTRACE_APP(NNTRACE_PHASE_EXECUTION, "executeWithCompilation example"); in executeWithCompilation() 366 NNTRACE_APP(NNTRACE_PHASE_RESULTS, "executeWithCompilation example"); in executeWithCompilation() 389 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeOnce"); in executeOnce() 422 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeMultithreadedOwnCompilation"); in executeMultithreadedOwnCompilation() 434 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeMultithreadedSharedCompilation"); in executeMultithreadedSharedCompilation() 474 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "execute"); in execute()
|
D | TestGenerated.cpp | 49 #define NNTRACE_APP(...) macro 126 NNTRACE_APP(NNTRACE_PHASE_COMPILATION, "compileModel"); in compileModel() 244 NNTRACE_APP(NNTRACE_PHASE_EXECUTION, "executeInternal example"); in executeInternal() 272 NNTRACE_APP(NNTRACE_PHASE_RESULTS, "executeInternal example"); in executeInternal() 342 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeOnce"); in executeOnce() 352 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeMultithreadedOwnCompilation"); in executeMultithreadedOwnCompilation() 363 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeMultithreadedSharedCompilation"); in executeMultithreadedSharedCompilation() 378 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "execute"); in execute()
|
/packages/modules/NeuralNetworks/common/include/ |
D | Tracing.h | 103 #define NNTRACE_APP(phase, detail) NNTRACE_FULL(NNTRACE_LAYER_APPLICATION, phase, detail) macro
|
/packages/modules/NeuralNetworks/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 …
|