Home
last modified time | relevance | path

Searched refs:ANeuralNetworksDevice_getName (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/nnapi/
Dnnapi_handler_test.cc106 EXPECT_THAT(nnapi->ANeuralNetworksDevice_getName, IsNull()); in TEST_F()
148 EXPECT_THAT(nnapi->ANeuralNetworksDevice_getName, IsNull()); in TEST_F()
209 EXPECT_NNAPI_MEMBER_EQ(ANeuralNetworksDevice_getName); in ExpectEquals()
Dnnapi_handler.cc64 nnapi_->ANeuralNetworksDevice_getName = nullptr; in SetAndroidSdkVersion()
122 nnapi_->ANeuralNetworksDevice_getName = in SetNnapiSupportedDevice()
Dnnapi_util.cc59 NnApiImplementation()->ANeuralNetworksDevice_getName(device, &buffer); in GetDeviceNamesList()
Dnnapi_handler.h83 nnapi_->ANeuralNetworksDevice_getName = in GetDeviceNameReturns()
94 nnapi_->ANeuralNetworksDevice_getName = stub; in StubGetDeviceNameWith()
DNeuralNetworksShim.h766 inline int ANeuralNetworksDevice_getName(const ANeuralNetworksDevice* device, in ANeuralNetworksDevice_getName() function
768 LOAD_FUNCTION(ANeuralNetworksDevice_getName); in ANeuralNetworksDevice_getName()
Dnnapi_implementation.h642 int (*ANeuralNetworksDevice_getName)(const ANeuralNetworksDevice* device, member
Dnnapi_implementation_test.cc122 EXPECT_EQ(nnapi->ANeuralNetworksDevice_getName, nullptr); in TEST()
Dnnapi_implementation.cc228 LOAD_FUNCTION_OPTIONAL(libneuralnetworks, ANeuralNetworksDevice_getName); in LoadNnApi()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc496 context, nnapi->ANeuralNetworksDevice_getName(device, &buffer), in GetDeviceHandle()
637 context, nnapi->ANeuralNetworksDevice_getName(device, &buffer), in GetTargetDevices()
Dnnapi_delegate_test.cc351 if (!NnApiImplementation()->ANeuralNetworksDevice_getName) { in TEST()