- tensorstore.IndexDomain.mark_bounds_implicit[self, implicit: bool | None | slice] IndexDomain
Returns a new view with the lower/upper bounds changed to implicit/explicit.
This is equivalent to
self[ts.d[:].mark_bounds_implicit[implicit]]
.
Returns a new view with the lower/upper bounds changed to implicit/explicit.
This is equivalent to self[ts.d[:].mark_bounds_implicit[implicit]]
.