Home
last modified time | relevance | path

Searched refs:NNTRACE_PHASE_INPUTS_AND_OUTPUTS (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/common/include/
DTracing.h139 #define NNTRACE_PHASE_INPUTS_AND_OUTPUTS "PIO" // Setting inputs/outputs and allocating buffers macro
/frameworks/ml/nn/runtime/test/
DTestGenerated.cpp144 NNTRACE_APP(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "computeWithPtrs example"); in computeWithPtrs()
187 NNTRACE_APP(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "computeWithDeviceMemories example"); in computeWithDeviceMemories()
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp1286 NNTRACE_RT(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "ANeuralNetworksExecution_setInput"); in ANeuralNetworksExecution_setInput()
1299 NNTRACE_RT(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "ANeuralNetworksExecution_setInputFromMemory"); in ANeuralNetworksExecution_setInputFromMemory()
1313 NNTRACE_RT(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "ANeuralNetworksExecution_setOutput"); in ANeuralNetworksExecution_setOutput()
1326 NNTRACE_RT(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "ANeuralNetworksExecution_setOutputFromMemory"); in ANeuralNetworksExecution_setOutputFromMemory()
DManager.cpp328 NNTRACE_RT(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "DriverPreparedModel::execute"); in execute()
436 NNTRACE_RT(NNTRACE_PHASE_INPUTS_AND_OUTPUTS, "DriverPreparedModel::executeFenced"); in executeFenced()
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp456 NNTRACE_FULL(NNTRACE_LAYER_DRIVER, NNTRACE_PHASE_INPUTS_AND_OUTPUTS, in asyncExecute()
584 NNTRACE_FULL_SWITCH(NNTRACE_LAYER_DRIVER, NNTRACE_PHASE_INPUTS_AND_OUTPUTS, in executeSynchronouslyBase()
692 NNTRACE_FULL_SWITCH(NNTRACE_LAYER_DRIVER, NNTRACE_PHASE_INPUTS_AND_OUTPUTS, in executeFenced()