Home
last modified time | relevance | path

Searched refs:ANeuralNetworks_getDevice (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/nnapi/
Dnnapi_handler_test.cc105 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()
Dnnapi_handler.cc63 nnapi_->ANeuralNetworks_getDevice = nullptr; in SetAndroidSdkVersion()
107 nnapi_->ANeuralNetworks_getDevice = in SetNnapiSupportedDevice()
Dnnapi_util.cc58 NnApiImplementation()->ANeuralNetworks_getDevice(i, &device); in GetDeviceNamesList()
Dnnapi_handler.h69 nnapi_->ANeuralNetworks_getDevice = in GetDeviceReturns()
78 nnapi_->ANeuralNetworks_getDevice = stub; in StubGetDeviceWith()
DNeuralNetworksShim.h744 inline int ANeuralNetworks_getDevice(uint32_t devIndex, in ANeuralNetworks_getDevice() function
746 LOAD_FUNCTION(ANeuralNetworks_getDevice); in ANeuralNetworks_getDevice()
Dnnapi_implementation.h623 int (*ANeuralNetworks_getDevice)(uint32_t devIndex, member
Dnnapi_implementation_test.cc121 EXPECT_EQ(nnapi->ANeuralNetworks_getDevice, nullptr); in TEST()
Dnnapi_implementation.cc227 LOAD_FUNCTION_OPTIONAL(libneuralnetworks, ANeuralNetworks_getDevice); in LoadNnApi()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc492 context, nnapi->ANeuralNetworks_getDevice(i, &device), in GetDeviceHandle()
634 context, nnapi->ANeuralNetworks_getDevice(i, &device), in GetTargetDevices()