Home
last modified time | relevance | path

Searched refs:current_device (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Ddevice_setter.py111 current_device = pydev.DeviceSpec.from_string(op.device or "")
121 current_job, ps_job = current_device.job, ps_device.job
125 ps_device.merge_from(current_device)
129 worker_device.merge_from(current_device)
/external/tensorflow/tensorflow/python/framework/
Ddevice.py314 current_device = DeviceSpec.from_string(node_def.device or "")
316 copy_spec.merge_from(current_device) # current_device takes precedence.
/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_v2.py827 current_device = context.context().device_name
828 if current_device is None:
830 return device.DeviceSpec.from_string(current_device).device_type
/external/libmtp/src/
Dlibmtp.c2322 LIBMTP_mtpdevice_t *current_device = NULL; in create_usb_mtp_devices() local
2335 mtp_device_list = current_device = mtp_device; in create_usb_mtp_devices()
2337 current_device->next = mtp_device; in create_usb_mtp_devices()
2338 current_device = mtp_device; in create_usb_mtp_devices()