Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/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
/aosp12/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
/aosp12/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
/aosp12/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
/aosp12/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
/aosp12/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
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionBuilder.cpp1067 auto executionCallback = std::make_shared<ExecutionCallback>(); in compute() local