Searched refs:get_tensor_sharding (Results 1 – 4 of 4) sorted by relevance
189 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))
410 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))
501 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))
245 sharding = get_tensor_sharding(from_tensor)354 def get_tensor_sharding(tensor): function