(self)
| 664 | self.global_anchor_info = _ScopedDict(global_anchor_info_dict) |
| 665 | |
| 666 | def commit(self) -> None: |
| 667 | self.anchor_dict.commit() |
| 668 | self.anchor_len_dict.commit() |
| 669 | self.anchor_info_dict.commit() |
| 670 | self.weight_dict.commit() |
| 671 | self.anchors.commit() |
| 672 | self.global_anchor_info.commit() |
| 673 | |
| 674 | |
| 675 | class KVCOMMEngine: |