Searched refs:ANeuralNetworksDevice_getExtensionSupport (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libneuralnetworks/ |
D | stubs_arm.cc | 30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksDevice_getExtensionSupport); 98 …NIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksDevice_getExtensionSupport); in init_stub_library()
|
D | stubs_arm64.cc | 30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksDevice_getExtensionSupport); 98 …NIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksDevice_getExtensionSupport); in init_stub_library()
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksExtensions.h | 53 int ANeuralNetworksDevice_getExtensionSupport(const ANeuralNetworksDevice* device,
|
/frameworks/ml/nn/runtime/ |
D | libneuralnetworks.map.txt | 91 ANeuralNetworksDevice_getExtensionSupport;
|
D | NeuralNetworks.cpp | 1424 int ANeuralNetworksDevice_getExtensionSupport(const ANeuralNetworksDevice* device, in ANeuralNetworksDevice_getExtensionSupport() function
|
/frameworks/ml/nn/extensions/ |
D | README.md | 104 `ANeuralNetworksDevice_getExtensionSupport`. 108 CHECK_EQ(ANeuralNetworksDevice_getExtensionSupport(device, EXAMPLE_EXTENSION_NAME, &isExtensionSupp…
|
/frameworks/ml/nn/runtime/test/ |
D | TestExtensions.cpp | 107 EXPECT_EQ(ANeuralNetworksDevice_getExtensionSupport(mDevice, extensionName, &result), in testDriverSupportsExtension()
|
D | TestValidation.cpp | 3358 EXPECT_EQ(ANeuralNetworksDevice_getExtensionSupport(nullptr, kTestExtensionName, &result), in TEST() 3368 EXPECT_EQ(ANeuralNetworksDevice_getExtensionSupport(device, kTestExtensionName, nullptr), in TEST() 3370 EXPECT_EQ(ANeuralNetworksDevice_getExtensionSupport(device, nullptr, &result), in TEST() 3372 EXPECT_EQ(ANeuralNetworksDevice_getExtensionSupport(device, kTestExtensionName, &result), in TEST()
|
/frameworks/ml/nn/runtime/test/fibonacci_extension/ |
D | FibonacciExtensionTest.cpp | 66 ANeuralNetworksDevice_getExtensionSupport( in SetUp()
|