Searched defs:ExecutionCallback (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
H A DCallbacks.cpp124 ExecutionCallback::ExecutionCallback() : mErrorStatus(ErrorStatus::GENERAL_FAILURE) {} function in class:android::hardware::neuralnetworks::V1_0::implementation::ExecutionCallback
126 ExecutionCallback::~ExecutionCallback() {}
128 Return<void> ExecutionCallback::notify(ErrorStatus errorStatus) {
134 ErrorStatus ExecutionCallback::getStatus() {
H A DCallbacks.h58 * both PrepareModelCallback and ExecutionCallback. For consistency, any HIDL
252 * The ExecutionCallback class is used to receive the error status of the
265 class ExecutionCallback : public CallbackBase, public IExecutionCallback { class in namespace:android::hardware::neuralnetworks::V1_0::implementation
267 ExecutionCallback();
268 ~ExecutionCallback() override;
273 * all prior and future wait* calls on the ExecutionCallback object to
278 * ExecutionCallback object.

Completed in 197 milliseconds