Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dcentral_storage_strategy.py55 def __init__(self, compute_devices=None, parameter_device=None): argument
58 compute_devices=compute_devices,
221 def __init__(self, compute_devices=None, parameter_device=None): argument
225 compute_devices=compute_devices,
Dparameter_server_strategy.py168 compute_devices=None, argument
173 compute_devices=compute_devices,
182 compute_devices=None, argument
188 compute_devices, parameter_device, cluster_resolver=cluster_resolver)
231 compute_devices = tuple(
235 compute_devices = (self._worker_device,)
238 device_util.canonicalize(d) for d in compute_devices]
284 compute_devices, argument
291 if compute_devices is None:
300 compute_devices = device_util.local_devices_from_num_gpus(num_gpus)
[all …]
Dmirrored_strategy.py458 (host_device, (host_device,) * len(compute_devices))
459 for host_device, compute_devices in self._input_workers_devices
Dinput_lib.py826 for i, (input_device, compute_devices) in enumerate(worker_device_pairs):
830 _SingleWorkerDatasetIteratorSpec(input_device, compute_devices,
/external/OpenCL-CTS/test_conformance/printf/
Dtest_printf.cpp993 uint32_t compute_devices = 0; in InitCL() local
1005 …if( (err = clGetDeviceInfo(device, CL_DEVICE_MAX_COMPUTE_UNITS, config_size, &compute_devices, NUL… in InitCL()
1007 compute_devices = 1; in InitCL()
1016 log_info( "\tProcessing with %d devices\n", compute_devices ); in InitCL()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.distribute.experimental.-central-storage-strategy.pbtxt21 …argspec: "args=[\'self\', \'compute_devices\', \'parameter_device\'], varargs=None, keywords=None,…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.distribute.experimental.-central-storage-strategy.pbtxt21 …argspec: "args=[\'self\', \'compute_devices\', \'parameter_device\'], varargs=None, keywords=None,…
/external/tensorflow/tensorflow/python/framework/
Dimporter.py243 …for new_op in graph._add_new_tf_operations(compute_devices=False): # pylint: disable=protected-ac…
Dops.py3676 def _add_new_tf_operations(self, compute_devices=True): argument
3696 self._create_op_from_tf_operation(c_op, compute_device=compute_devices)
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dkeras_test.py112 compute_devices = ['cpu:0', 'gpu:0'] if (
115 compute_devices, parameter_device='cpu:0')