pub unsafe extern "C" fn ANeuralNetworks_getDeviceCount(
numDevices: *mut u32,
) -> c_intExpand description
Get the number of available devices.
@param numDevices Used to return the number of devices.
@return ANEURALNETWORKS_NO_ERROR if successful.
Available since API level 29.