Searched refs:NNTRACE_PHASE_INPUTS_AND_OUTPUTS (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/include/ |
H A D | Tracing.h | 141 #define NNTRACE_PHASE_INPUTS_AND_OUTPUTS "PIO" // Setting inputs/outputs and allocating buffers macro
|
/aosp12/packages/modules/NeuralNetworks/driver/sample/ |
H A D | CanonicalPreparedModel.cpp | 152 NNTRACE_FULL_SWITCH(NNTRACE_LAYER_DRIVER, NNTRACE_PHASE_INPUTS_AND_OUTPUTS, in execute() 234 NNTRACE_FULL_SWITCH(NNTRACE_LAYER_DRIVER, NNTRACE_PHASE_INPUTS_AND_OUTPUTS, in executeFenced()
|
H A D | SampleDriver.cpp | 466 NNTRACE_FULL(NNTRACE_LAYER_DRIVER, NNTRACE_PHASE_INPUTS_AND_OUTPUTS, in asyncExecute() 601 NNTRACE_FULL_SWITCH(NNTRACE_LAYER_DRIVER, NNTRACE_PHASE_INPUTS_AND_OUTPUTS, in executeSynchronouslyBase() 713 NNTRACE_FULL_SWITCH(NNTRACE_LAYER_DRIVER, NNTRACE_PHASE_INPUTS_AND_OUTPUTS, in executeFenced()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | SupportLibraryTestGenerated.cpp | 248 NNTRACE_APP(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "computeWithPtrs example"); in computeWithPtrs() 294 NNTRACE_APP(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "computeWithDeviceMemories example"); in computeWithDeviceMemories()
|
/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/ |
H A D | SampleDriver.cpp | 424 NNTRACE_FULL_SWITCH(NNTRACE_LAYER_DRIVER, NNTRACE_PHASE_INPUTS_AND_OUTPUTS, in executeSynchronously() 539 NNTRACE_FULL_SWITCH(NNTRACE_LAYER_DRIVER, NNTRACE_PHASE_INPUTS_AND_OUTPUTS, in executeFenced()
|
/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | NeuralNetworks.cpp | 1318 NNTRACE_RT(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "ANeuralNetworksExecution_setInput"); in ANeuralNetworksExecution_setInput() 1331 NNTRACE_RT(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "ANeuralNetworksExecution_setInputFromMemory"); in ANeuralNetworksExecution_setInputFromMemory() 1345 NNTRACE_RT(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "ANeuralNetworksExecution_setOutput"); in ANeuralNetworksExecution_setOutput() 1358 NNTRACE_RT(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "ANeuralNetworksExecution_setOutputFromMemory"); in ANeuralNetworksExecution_setOutputFromMemory()
|
H A D | Manager.cpp | 529 NNTRACE_RT(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "DriverPreparedModel::execute"); in execute() 584 NNTRACE_RT(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "DriverPreparedModel::executeFenced"); in executeFenced() 653 NNTRACE_RT(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "DriverPreparedModel::createReusableExecution"); in createReusableExecution()
|