Searched refs:src_size (Results 1 – 1 of 1) sorted by relevance
3585 def src_size(self): member in DynamicPartitionUpdate3604 def __init__(self, src_size=None, tgt_size=None): argument3606 self.src_size = src_size3672 if u.src_size)3691 self._group_updates[g].src_size = int(source_info_dict.get(3699 if u.src_size and u.tgt_size and u.src_size > u.tgt_size:3717 if u.src_size and u.tgt_size and u.src_size > u.tgt_size:3722 if u.tgt_size and u.src_size <= u.tgt_size:3755 if u.src_size and u.tgt_size and u.src_size > u.tgt_size:3757 (p, u.src_size, u.tgt_size))[all …]