Searched refs:ANeuralNetworksDevice_getType (Results 1 – 7 of 7) sorted by relevance
/frameworks/libs/native_bridge_support/libneuralnetworks/ |
D | stubs_arm64.cc | 31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksDevice_getType); 88 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksDevice_getType); in init_stub_library()
|
D | stubs_arm.cc | 31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksDevice_getType); 88 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksDevice_getType); in init_stub_library()
|
/frameworks/ml/nn/runtime/ |
D | libneuralnetworks.map.txt | 28 ANeuralNetworksDevice_getType; # introduced=Q
|
D | NeuralNetworks.cpp | 663 int ANeuralNetworksDevice_getType(const ANeuralNetworksDevice* device, int32_t* type) { in ANeuralNetworksDevice_getType() function
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworks.h | 6647 int ANeuralNetworksDevice_getType(const ANeuralNetworksDevice* device, int32_t* type)
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidation.cpp | 2266 EXPECT_EQ(ANeuralNetworksDevice_getType(device, &deviceType), ANEURALNETWORKS_NO_ERROR); in TEST() 2269 EXPECT_EQ(ANeuralNetworksDevice_getType(device, nullptr), ANEURALNETWORKS_UNEXPECTED_NULL); in TEST() 2271 EXPECT_EQ(ANeuralNetworksDevice_getType(nullptr, &deviceType), ANEURALNETWORKS_UNEXPECTED_NULL); in TEST() 2272 EXPECT_EQ(ANeuralNetworksDevice_getType(nullptr, nullptr), ANEURALNETWORKS_UNEXPECTED_NULL); in TEST()
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 1073 int ANeuralNetworksDevice_getType(const ANeuralNetworksDevice* device, int32_t* type)
|