- property tensorstore_demo.IndexDomain.rank: int
Number of dimensions in the index space.
Example
>>> domain = ts.IndexDomain(shape=[100, 200, 300]) >>> domain.rank 3
Last update:
Nov 16, 2024
Number of dimensions in the index space.
Example
>>> domain = ts.IndexDomain(shape=[100, 200, 300])
>>> domain.rank
3