ANeuralNetworks_getDeviceCount

Function ANeuralNetworks_getDeviceCount 

Source
pub unsafe extern "C" fn ANeuralNetworks_getDeviceCount(
    numDevices: *mut u32,
) -> c_int
Expand 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.