Searched refs:supportedExtensions (Results 1 – 4 of 4) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | VersionedInterfaces.cpp | 618 hal::hidl_vec<hal::Extension> supportedExtensions; member 648 auto [extensionsStatus, supportedExtensions] = getSupportedExtensionsFunction(device); in initializeFunction() 677 /*.supportedExtensions=*/std::move(supportedExtensions), in initializeFunction() 735 auto [capabilities, supportedExtensions, type, versionString, numberOfCacheFilesNeeded] = in create() 738 std::move(capabilities), std::move(supportedExtensions), type, std::move(versionString), in create() 743 std::vector<hal::Extension> supportedExtensions, int32_t type, in VersionedIDevice() argument 749 kSupportedExtensions(std::move(supportedExtensions)), in VersionedIDevice()
|
D | VersionedInterfaces.h | 102 std::vector<hal::Extension> supportedExtensions, int32_t type,
|
D | NeuralNetworks.cpp | 1433 const auto& supportedExtensions = d->getSupportedExtensions(); in ANeuralNetworksDevice_getExtensionSupport() local 1434 *isExtensionSupported = std::any_of(supportedExtensions.begin(), supportedExtensions.end(), in ANeuralNetworksDevice_getExtensionSupport()
|
/frameworks/ml/nn/runtime/test/ |
D | TestVersionedInterfaces.cpp | 966 const auto supportedExtensions = kDevice->getSupportedExtensions(); in TEST_F() local 970 EXPECT_EQ(0u, supportedExtensions.size()); in TEST_F() 971 EXPECT_EQ(cached, supportedExtensions); in TEST_F() 976 const auto supportedExtensions = kDevice->getSupportedExtensions(); in TEST_F() local 980 EXPECT_EQ(0u, supportedExtensions.size()); in TEST_F() 981 EXPECT_EQ(cached, supportedExtensions); in TEST_F() 986 const auto supportedExtensions = kDevice->getSupportedExtensions(); in TEST_F() local 990 EXPECT_EQ(0u, supportedExtensions.size()); in TEST_F() 991 EXPECT_EQ(cached, supportedExtensions); in TEST_F() 996 const auto supportedExtensions = kDevice->getSupportedExtensions(); in TEST_F() local [all …]
|