- property tensorstore_demo.IndexDomain.inclusive_min: tuple[int, ...]
Inclusive lower bound of the domain, alias of
origin
.Example
>>> domain = ts.IndexDomain(inclusive_min=[1, 2, 3], shape=[3, 4, 5]) >>> domain.inclusive_min (1, 2, 3)
Last update:
Nov 16, 2024