mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Repr the op_sharding for printing.
PiperOrigin-RevId: 464304033
This commit is contained in:
parent
11b206a18a
commit
5112006903
@ -313,7 +313,7 @@ class OpShardingSharding(XLACompatibleSharding):
|
||||
return self._hash
|
||||
|
||||
def __repr__(self):
|
||||
return self._op_sharding
|
||||
return repr(self._op_sharding)
|
||||
|
||||
def normalize(self, *_):
|
||||
return self
|
||||
|
Loading…
x
Reference in New Issue
Block a user