Searched refs:ExecutionCallback (Results 1 – 16 of 16) sorted by relevance
132 ExecutionCallback::ExecutionCallback() : mErrorStatus(ErrorStatus::GENERAL_FAILURE) {} in ExecutionCallback() function in android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback134 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()
263 class ExecutionCallback : public CallbackBase, public IExecutionCallback {265 ExecutionCallback();266 ~ExecutionCallback() override;
36 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;53 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in validate()
37 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
44 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()
30 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
36 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
37 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;71 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in validate()
34 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;
43 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback;