Home
last modified time | relevance | path

Searched refs:_concat_list (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-dask/dask-2021.11.2/dask/
H A Dlayers.py603 _concat_list = [
609 _concat_list,
612 for _, _part_out, _part_in in _concat_list:
804 _concat_list = [] # get_item tasks to concat for this output partition
809 _concat_list.append((self.split_name, _idx, _inp))
814 _concat_list,
818 for _, _idx, _inp in _concat_list:
1118 _concat_list = []
1142 _concat_list.append(inter_key)
1145 dsk[(self.name, i)] = (concat_func, _concat_list)
/dports/security/py-pyaes/pyaes-1.6.1/pyaes/
H A Daes.py70 def _concat_list(a, b): function
91 def _concat_list(a, b): function
452 … self._shift_register = _concat_list(self._shift_register[len(cipher_segment):], cipher_segment)
472 … self._shift_register = _concat_list(self._shift_register[len(cipher_segment):], cipher_segment)