pub unsafe extern "C" fn ANeuralNetworksEvent_free(
event: *mut ANeuralNetworksEvent,
)Expand description
Destroys the event.
See {@link ANeuralNetworksExecution} for information on multithreaded usage.
Available since API level 27.
@param event The event object to be destroyed. Passing NULL is acceptable and results in no operation.