Skip to content

Commit

Permalink
Removed named_shape= from jax.core.ShapedArray and `jax.ShapeDtyp…
Browse files Browse the repository at this point in the history
…eStruct`

It is unused and was only kept around to avoid breaking internal users.

PiperOrigin-RevId: 673311219
  • Loading branch information
superbobry authored and Treescope Developers committed Sep 11, 2024
1 parent f19ab86 commit bae3994
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions treescope/external/jax_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ def render_shape_dtype_struct(
"shape": node.shape,
"dtype": node.dtype,
}
if node.named_shape:
attributes["named_shape"] = node.named_shape
if node.sharding is not None:
attributes["sharding"] = node.sharding

Expand Down

0 comments on commit bae3994

Please sign in to comment.