Searched refs:NNTRACE_APP (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | SupportLibraryTestGenerated.cpp | 52 #define NNTRACE_APP(...) macro 164 NNTRACE_APP(NNTRACE_PHASE_COMPILATION, "compileModel"); in compileModel() 257 NNTRACE_APP(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "computeWithPtrs example"); in computeWithPtrs() 302 NNTRACE_APP(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "computeWithDeviceMemories example"); in computeWithDeviceMemories() 362 NNTRACE_APP(NNTRACE_PHASE_EXECUTION, "executeWithCompilation example"); in executeWithCompilation() 383 NNTRACE_APP(NNTRACE_PHASE_RESULTS, "executeWithCompilation example"); in executeWithCompilation() 406 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeOnce"); in executeOnce() 439 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeMultithreadedOwnCompilation"); in executeMultithreadedOwnCompilation() 451 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeMultithreadedSharedCompilation"); in executeMultithreadedSharedCompilation() 491 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "execute"); in execute()
|
D | TestGenerated.cpp | 52 #define NNTRACE_APP(...) macro 129 NNTRACE_APP(NNTRACE_PHASE_COMPILATION, "compileModel"); in compileModel() 247 NNTRACE_APP(NNTRACE_PHASE_EXECUTION, "executeInternal example"); in executeInternal() 275 NNTRACE_APP(NNTRACE_PHASE_RESULTS, "executeInternal example"); in executeInternal() 345 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeOnce"); in executeOnce() 355 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeMultithreadedOwnCompilation"); in executeMultithreadedOwnCompilation() 366 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "executeMultithreadedSharedCompilation"); in executeMultithreadedSharedCompilation() 381 NNTRACE_APP(NNTRACE_PHASE_OVERALL, "execute"); in execute()
|
/packages/modules/NeuralNetworks/common/types/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 …
|