Searched refs:ANeuralNetworks_getDevice (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/nnapi/ |
D | nnapi_handler_test.cc | 105 EXPECT_THAT(nnapi->ANeuralNetworks_getDevice, IsNull()); in TEST_F() 147 EXPECT_THAT(nnapi->ANeuralNetworks_getDevice, IsNull()); in TEST_F() 208 EXPECT_NNAPI_MEMBER_EQ(ANeuralNetworks_getDevice); in ExpectEquals()
|
D | nnapi_handler.cc | 63 nnapi_->ANeuralNetworks_getDevice = nullptr; in SetAndroidSdkVersion() 107 nnapi_->ANeuralNetworks_getDevice = in SetNnapiSupportedDevice()
|
D | nnapi_util.cc | 58 NnApiImplementation()->ANeuralNetworks_getDevice(i, &device); in GetDeviceNamesList()
|
D | nnapi_handler.h | 69 nnapi_->ANeuralNetworks_getDevice = in GetDeviceReturns() 78 nnapi_->ANeuralNetworks_getDevice = stub; in StubGetDeviceWith()
|
D | NeuralNetworksShim.h | 744 inline int ANeuralNetworks_getDevice(uint32_t devIndex, in ANeuralNetworks_getDevice() function 746 LOAD_FUNCTION(ANeuralNetworks_getDevice); in ANeuralNetworks_getDevice()
|
D | nnapi_implementation.h | 623 int (*ANeuralNetworks_getDevice)(uint32_t devIndex, member
|
D | nnapi_implementation_test.cc | 121 EXPECT_EQ(nnapi->ANeuralNetworks_getDevice, nullptr); in TEST()
|
D | nnapi_implementation.cc | 227 LOAD_FUNCTION_OPTIONAL(libneuralnetworks, ANeuralNetworks_getDevice); in LoadNnApi()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 492 context, nnapi->ANeuralNetworks_getDevice(i, &device), in GetDeviceHandle() 634 context, nnapi->ANeuralNetworks_getDevice(i, &device), in GetTargetDevices()
|