- tensorstore.ChunkLayout.inner_order_soft_constraint : tuple[int, ...] | None
Permutation specifying soft constraint on the element storage order.
If the inner order is specified as a hard constraint rather than a soft constraint,
inner_order_soft_constraint
is equal toNone
and the hard constraint is accessed viainner_order
.See also
JSON
ChunkLayout.inner_order_soft_constraint
member