Home
last modified time | relevance | path

Searched defs:executionCallback (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DCallbacks.cpp53 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> executionCallback( in executionCallback() function
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.1/vts/functional/
H A DValidateRequest.cpp44 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in validate() local
H A DGeneratedTestHarness.cpp146 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in Execute() local
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DCallbacks.cpp69 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> executionCallback( in executionCallback() function
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DValidateRequest.cpp40 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in validate() local
H A DGeneratedTestHarness.cpp138 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in Execute() local
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DCallbacks.cpp84 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> executionCallback( in executionCallback() function
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DValidateRequest.cpp63 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in validate() local
H A DGeneratedTestHarness.cpp234 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in EvaluatePreparedModel() local
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DValidateRequest.cpp67 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in validate() local
H A DGeneratedTestHarness.cpp596 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in EvaluatePreparedModel() local
H A DMemoryDomainTests.cpp883 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in executeAsync() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DSupportLibraryDiagnostic.cpp216 ANeuralNetworksDiagnosticExecutionFinishedCallback executionCallback, in SL_ANeuralNetworksDiagnostic_registerCallbacks()
DExecutionBuilder.cpp1112 auto executionCallback = std::make_shared<ExecutionCallback>(); in compute() local