Home
last modified time | relevance | path

Searched refs:_device_assignments (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Derror_interpolation.py145 return _compute_device_summary_from_list(op.name, op._device_assignments,
Dops_test.py3230 self.assertEqual(0, len(const_zero.op._device_assignments))
3232 one_list = const_one.op._device_assignments
3237 two_list = const_two.op._device_assignments
3242 three_list = const_three.op._device_assignments
3256 one_metadata = const_one.op._device_assignments[0]
3257 two_metadata = const_two.op._device_assignments[0]
Dops.py2132 def _device_assignments(self): member in Operation