(self)
| 1026 | ) |
| 1027 | |
| 1028 | def finalize_compute(self): |
| 1029 | return HLGFinalizeCompute( |
| 1030 | self, |
| 1031 | low_level_optimizer=self.low_level_optimizer, |
| 1032 | output_keys=self.output_keys, |
| 1033 | postcompute=self.postcompute, |
| 1034 | ) |
| 1035 | |
| 1036 | def __dask_annotations__(self) -> dict[str, dict[Key, object]]: |
| 1037 | # optimization has to be called (and cached) since blockwise fusion can |