Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/
Dslot_creator_test.py189 xla_sharding.get_tensor_sharding(v),
190 xla_sharding.get_tensor_sharding(slot))
202 xla_sharding.get_tensor_sharding(v),
203 xla_sharding.get_tensor_sharding(slot))
Dadam_test.py410 self.assertIsNone(xla_sharding.get_tensor_sharding(beta1_power))
411 self.assertIsNone(xla_sharding.get_tensor_sharding(beta2_power))
415 self.assertIsNotNone(xla_sharding.get_tensor_sharding(v))
418 self.assertIsNotNone(xla_sharding.get_tensor_sharding(slot))
Dmoving_averages_test.py501 self.assertIsNone(xla_sharding.get_tensor_sharding(v))
503 self.assertIsNotNone(xla_sharding.get_tensor_sharding(v))
508 xla_sharding.get_tensor_sharding(v),
509 xla_sharding.get_tensor_sharding(avg))
/external/tensorflow/tensorflow/compiler/xla/experimental/xla_sharding/
Dxla_sharding.py245 sharding = get_tensor_sharding(from_tensor)
354 def get_tensor_sharding(tensor): function