Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Derror_interpolation.py160 return _compute_device_summary_from_list(op.name, op._device_assignments,
H A Dops_test.py3316 self.assertEqual(0, len(const_zero.op._device_assignments))
3318 one_list = const_one.op._device_assignments
3323 two_list = const_two.op._device_assignments
3328 three_list = const_three.op._device_assignments
3342 one_metadata = const_one.op._device_assignments[0]
3343 two_metadata = const_two.op._device_assignments[0]
H A Dops.py2266 def _device_assignments(self): member in Operation