Home
last modified time | relevance | path

Searched refs:vendorExtensionCount (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp149 uint32_t vendorExtensionCount; in getVendorExtensions() local
150 nnapi->SL_ANeuralNetworksDevice_getVendorExtensionCount(device, &vendorExtensionCount); in getVendorExtensions()
152 std::vector<Extension> extensions(vendorExtensionCount); in getVendorExtensions()
154 for (uint32_t vendorExtensionIndex = 0; vendorExtensionIndex < vendorExtensionCount; in getVendorExtensions()
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h238 uint32_t* vendorExtensionCount);
1006 uint32_t* vendorExtensionCount);
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworks.cpp1785 uint32_t* vendorExtensionCount) { in SL_ANeuralNetworksDevice_getVendorExtensionCount() argument
1786 if (vendorExtensionCount) *vendorExtensionCount = 0; in SL_ANeuralNetworksDevice_getVendorExtensionCount()
1788 if (device == nullptr || vendorExtensionCount == nullptr) { in SL_ANeuralNetworksDevice_getVendorExtensionCount()
1794 *vendorExtensionCount = d->getSupportedExtensions().size(); in SL_ANeuralNetworksDevice_getVendorExtensionCount()