Searched refs:TF_DeviceListCount (Results 1 – 9 of 9) sorted by relevance
47 size = tf_session.TF_DeviceListCount(raw_device_list)
706 size = tf_session.TF_DeviceListCount(raw_device_list)
183 const int num_devices = TF_DeviceListCount(devices); in GetDeviceName()
103 const int num_devices = TF_DeviceListCount(devices); in TEST()474 const int num_devices = TF_DeviceListCount(devices); in TensorHandleCopyBetweenDevices()588 const int num_devices = TF_DeviceListCount(devices); in TensorHandleCopyBetweenTwoGPUDevices()
87 for i := 0; i < int(C.TF_DeviceListCount(list)); i++ {
320 for i in range(pywrap_tensorflow.TF_DeviceListCount(device_list)):
1599 TF_CAPI_EXPORT extern int TF_DeviceListCount(const TF_DeviceList* list);
75 const int num_devices = TF_DeviceListCount(device_list); in GPUDeviceName()
1027 int TF_DeviceListCount(const TF_DeviceList* list) { in TF_DeviceListCount() function