tensorstore.IndexDomain.origin : tuple[int, ...] Inclusive lower bound of the domain. Example >>> domain = ts.IndexDomain(inclusive_min=[1, 2, 3], shape=[3, 4, 5]) >>> domain.origin (1, 2, 3)