Home
last modified time | relevance | path

Searched refs:ANeuralNetworksDevice_getType (Results 1 – 7 of 7) sorted by relevance

/frameworks/libs/native_bridge_support/libneuralnetworks/
Dstubs_arm64.cc31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksDevice_getType);
88 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksDevice_getType); in init_stub_library()
Dstubs_arm.cc31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksDevice_getType);
88 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksDevice_getType); in init_stub_library()
/frameworks/ml/nn/runtime/
Dlibneuralnetworks.map.txt28 ANeuralNetworksDevice_getType; # introduced=Q
DNeuralNetworks.cpp663 int ANeuralNetworksDevice_getType(const ANeuralNetworksDevice* device, int32_t* type) { in ANeuralNetworksDevice_getType() function
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h6647 int ANeuralNetworksDevice_getType(const ANeuralNetworksDevice* device, int32_t* type)
/frameworks/ml/nn/runtime/test/
DTestValidation.cpp2266 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/
DNeuralNetworks.t1073 int ANeuralNetworksDevice_getType(const ANeuralNetworksDevice* device, int32_t* type)