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