Home
last modified time | relevance | path

Searched refs:ExecutionCallback (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DCallbacks.cpp132 ExecutionCallback::ExecutionCallback() : mErrorStatus(ErrorStatus::GENERAL_FAILURE) {} in ExecutionCallback() function in android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback
134 ExecutionCallback::~ExecutionCallback() {} in ~ExecutionCallback()
136 Return<void> ExecutionCallback::notify(ErrorStatus errorStatus) { in notify()
144 Return<void> ExecutionCallback::notify_1_2(ErrorStatus errorStatus, in notify_1_2()
154 ErrorStatus ExecutionCallback::getStatus() { in getStatus()
159 const std::vector<OutputShape>& ExecutionCallback::getOutputShapes() { in getOutputShapes()
164 Timing ExecutionCallback::getTiming() { in getTiming()
DCallbacks.h263 class ExecutionCallback : public CallbackBase, public IExecutionCallback {
265 ExecutionCallback();
266 ~ExecutionCallback() override;
DValidateRequest.cpp36 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
53 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in validate()
DGeneratedTests.cpp37 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
DGeneratedTestHarness.cpp44 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
92 sp<ExecutionCallback>& callback) { in ExecutePreparedModel()
97 sp<ExecutionCallback>& callback) { in ExecutePreparedModel()
259 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in EvaluatePreparedModel()
DValidateModel.cpp30 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateRequest.cpp36 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
53 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in validate()
DGeneratedTestsV1_0.cpp37 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
DGeneratedTests.cpp37 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
DValidateModel.cpp36 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DGeneratedTestsV1_0.cpp37 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
DGeneratedTests.cpp37 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
DGeneratedTestsV1_1.cpp37 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
DValidateRequest.cpp37 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
71 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in validate()
DValidateModel.cpp34 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
DCompilationCachingTests.cpp43 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;