<p>If called on an execution for which
{@link ANeuralNetworksExecution_startCompute} has been called, the
function will return immediately but will mark the execution to be deleted
once the computation completes. The related {@link ANeuralNetworksEvent}
will be signaled and the {@link ANeuralNetworksEvent_wait} will return
ANEURALNETWORKS_ERROR_DELETED.
See {@link ANeuralNetworksExecution} for information on multithreaded usage.
Available since API level 27.
@param execution The execution to be destroyed. Passing NULL is acceptable and
results in no operation.
Destroy an execution.
<p>If called on an execution for which {@link ANeuralNetworksExecution_startCompute} has been called, the function will return immediately but will mark the execution to be deleted once the computation completes. The related {@link ANeuralNetworksEvent} will be signaled and the {@link ANeuralNetworksEvent_wait} will return ANEURALNETWORKS_ERROR_DELETED.
See {@link ANeuralNetworksExecution} for information on multithreaded usage.
Available since API level 27.
@param execution The execution to be destroyed. Passing NULL is acceptable and results in no operation.