Lines Matching refs:ANeuralNetworksDevice

671 int ANeuralNetworks_getDevice(uint32_t devIndex, ANeuralNetworksDevice** device) {  in ANeuralNetworks_getDevice()
681 *device = reinterpret_cast<ANeuralNetworksDevice*>(devices.at(devIndex).get()); in ANeuralNetworks_getDevice()
685 int ANeuralNetworksDevice_getName(const ANeuralNetworksDevice* device, const char** name) { in ANeuralNetworksDevice_getName()
695 int ANeuralNetworksDevice_getVersion(const ANeuralNetworksDevice* device, const char** version) { in ANeuralNetworksDevice_getVersion()
705 int ANeuralNetworksDevice_getType(const ANeuralNetworksDevice* device, int32_t* type) { in ANeuralNetworksDevice_getType()
742 int ANeuralNetworksDevice_getFeatureLevel(const ANeuralNetworksDevice* device, in ANeuralNetworksDevice_getFeatureLevel()
748 Device* d = reinterpret_cast<Device*>(const_cast<ANeuralNetworksDevice*>(device)); in ANeuralNetworksDevice_getFeatureLevel()
757 int ANeuralNetworksDevice_wait(const ANeuralNetworksDevice* device) { in ANeuralNetworksDevice_wait()
767 const ANeuralNetworksModel* model, const ANeuralNetworksDevice* const* devices, in ANeuralNetworksModel_getSupportedOperationsForDevices()
804 Device* d = reinterpret_cast<Device*>(const_cast<ANeuralNetworksDevice*>(devices[i])); in ANeuralNetworksModel_getSupportedOperationsForDevices()
816 const ANeuralNetworksDevice* const* devices, in ANeuralNetworksCompilation_createForDevices()
1500 int ANeuralNetworksDevice_getExtensionSupport(const ANeuralNetworksDevice* device, in ANeuralNetworksDevice_getExtensionSupport()
1783 int SL_ANeuralNetworksDevice_getNumberOfCacheFilesNeeded(const ANeuralNetworksDevice* device, in SL_ANeuralNetworksDevice_getNumberOfCacheFilesNeeded()
1800 const ANeuralNetworksDevice* device, int32_t performanceInfoKind, in SL_ANeuralNetworksDevice_getPerformanceInfo()
1838 const ANeuralNetworksDevice* device, void* context, in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo()
1863 int SL_ANeuralNetworksDevice_getVendorExtensionCount(const ANeuralNetworksDevice* device, in SL_ANeuralNetworksDevice_getVendorExtensionCount()
1877 int SL_ANeuralNetworksDevice_getVendorExtensionName(const ANeuralNetworksDevice* device, in SL_ANeuralNetworksDevice_getVendorExtensionName()
1903 const ANeuralNetworksDevice* device, uint32_t vendorExtensionIndex, void* context, in SL_ANeuralNetworksDevice_forEachVendorExtensionOperandTypeInformation()