-
tensorstore.TensorStore.resolve(self, fix_resizable_bounds: bool =
False
, batch: Batch | None =None
) Future[TensorStore] Obtains updated bounds, subject to the cache policy.
- Parameters:¶
- fix_resizable_bounds: bool =
False
¶ Mark all resizable bounds as explicit.
- batch: Batch | None =
None
¶ Batch to use for resolving the bounds.
Warning
If specified, the returned
Future
will not, in general, become ready until the batch is submitted. Therefore, immediately awaiting the returned future will lead to deadlock.
- fix_resizable_bounds: bool =