Searched refs:ANeuralNetworksDevice_getName (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/lite/nnapi/ |
D | nnapi_handler_test.cc | 106 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()
|
D | nnapi_handler.cc | 64 nnapi_->ANeuralNetworksDevice_getName = nullptr; in SetAndroidSdkVersion() 122 nnapi_->ANeuralNetworksDevice_getName = in SetNnapiSupportedDevice()
|
D | nnapi_util.cc | 59 NnApiImplementation()->ANeuralNetworksDevice_getName(device, &buffer); in GetDeviceNamesList()
|
D | nnapi_handler.h | 83 nnapi_->ANeuralNetworksDevice_getName = in GetDeviceNameReturns() 94 nnapi_->ANeuralNetworksDevice_getName = stub; in StubGetDeviceNameWith()
|
D | NeuralNetworksShim.h | 766 inline int ANeuralNetworksDevice_getName(const ANeuralNetworksDevice* device, in ANeuralNetworksDevice_getName() function 768 LOAD_FUNCTION(ANeuralNetworksDevice_getName); in ANeuralNetworksDevice_getName()
|
D | nnapi_implementation.h | 642 int (*ANeuralNetworksDevice_getName)(const ANeuralNetworksDevice* device, member
|
D | nnapi_implementation_test.cc | 122 EXPECT_EQ(nnapi->ANeuralNetworksDevice_getName, nullptr); in TEST()
|
D | nnapi_implementation.cc | 228 LOAD_FUNCTION_OPTIONAL(libneuralnetworks, ANeuralNetworksDevice_getName); in LoadNnApi()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 496 context, nnapi->ANeuralNetworksDevice_getName(device, &buffer), in GetDeviceHandle() 637 context, nnapi->ANeuralNetworksDevice_getName(device, &buffer), in GetTargetDevices()
|
D | nnapi_delegate_test.cc | 351 if (!NnApiImplementation()->ANeuralNetworksDevice_getName) { in TEST()
|