Waits until the execution completes.
More than one thread can wait on an event. When the execution completes, all threads will be released.
See {@link ANeuralNetworksExecution} for information on multithreaded usage.
Available since API level 27.
@return ANEURALNETWORKS_NO_ERROR if the execution completed normally.
See Implementation
Waits until the execution completes.
More than one thread can wait on an event. When the execution completes, all threads will be released.
See {@link ANeuralNetworksExecution} for information on multithreaded usage.
Available since API level 27.
@return ANEURALNETWORKS_NO_ERROR if the execution completed normally.