Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/nnapi/
DNeuralNetworksShim.h725 inline int ANeuralNetworks_getDeviceCount(uint32_t* numDevices) { in ANeuralNetworks_getDeviceCount() argument
727 EXECUTE_FUNCTION_RETURN(numDevices); in ANeuralNetworks_getDeviceCount()
854 const ANeuralNetworksDevice* const* devices, uint32_t numDevices, in ANeuralNetworksModel_getSupportedOperationsForDevices() argument
857 EXECUTE_FUNCTION_RETURN(model, devices, numDevices, supportedOps); in ANeuralNetworksModel_getSupportedOperationsForDevices()
880 uint32_t numDevices, ANeuralNetworksCompilation** compilation) { in ANeuralNetworksCompilation_createForDevices() argument
882 EXECUTE_FUNCTION_RETURN(model, devices, numDevices, compilation); in ANeuralNetworksCompilation_createForDevices()
Dnnapi_implementation.h604 int (*ANeuralNetworks_getDeviceCount)(uint32_t* numDevices);
737 const ANeuralNetworksDevice* const* devices, uint32_t numDevices,
760 uint32_t numDevices, ANeuralNetworksCompilation** compilation);
DNeuralNetworksTypes.h437 typedef int (*ANeuralNetworks_getDeviceCount_fn)(uint32_t* numDevices);
456 const ANeuralNetworksDevice* const* devices, uint32_t numDevices,
461 uint32_t numDevices, ANeuralNetworksCompilation** compilation);
/external/syzkaller/vm/odroid/
Dodroid.go184 numDevices := int(C.libusb_get_device_list(context, &rawList))
185 if numDevices < 0 {
186 return fmt.Errorf("failed to init libusb: %v", numDevices)
193 Len: numDevices,
194 Cap: numDevices,
198 for i := 0; i < numDevices; i++ {
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp77 deUint32 numDevices = 0; in enumeratePhysicalDevices() local
80 VK_CHECK(vk.enumeratePhysicalDevices(instance, &numDevices, DE_NULL)); in enumeratePhysicalDevices()
82 if (numDevices > 0) in enumeratePhysicalDevices()
84 devices.resize(numDevices); in enumeratePhysicalDevices()
85 VK_CHECK(vk.enumeratePhysicalDevices(instance, &numDevices, &devices[0])); in enumeratePhysicalDevices()
87 if ((size_t)numDevices != devices.size()) in enumeratePhysicalDevices()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc995 uint32_t numDevices = 0; in Init() local
997 context, nnapi_->ANeuralNetworks_getDeviceCount(&numDevices)); in Init()
999 for (uint32_t i = 0; i < numDevices; i++) { in Init()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp436 const int numDevices = 5; in createMultipleDevicesTest() local
468 vector<VkDevice> devices(numDevices, (VkDevice)DE_NULL); in createMultipleDevicesTest()
472 for (int deviceNdx = 0; deviceNdx < numDevices; deviceNdx++) in createMultipleDevicesTest()
/external/mesa3d/include/GL/
Dwglext.h812 typedef BOOL (WINAPI * PFNWGLGETVIDEODEVICENVPROC) (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevi…
819 BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
/external/swiftshader/include/GL/
Dwglext.h812 typedef BOOL (WINAPI * PFNWGLGETVIDEODEVICENVPROC) (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevi…
819 BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_10_0.inc1150 …veKernelMultiDevice(CUDA_LAUNCH_PARAMS *launchParamsList, unsigned int numDevices, unsigned int fl…
1154 return func_ptr(launchParamsList, numDevices, flags);