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