Searched defs:zip_longest (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython3/Tools/msi/
H A Dcsv_to_wxs.py24 from itertools import chain, zip_longest namespace
116 if all(x.rstrip('\r\n') == y for x, y in zip_longest(f, lines)):
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dctc_decoder_ops_test.py24 from six.moves import zip_longest namespace
37 return zip_longest(fillvalue=fillvalue, *args)
/external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
H A Dinterleave_dataset_op_test.py26 from six.moves import zip_longest namespace
199 zip_longest(expected_elements, self._interleave(input_lists, 2, 1))):
210 zip_longest(expected_elements, self._interleave(input_lists, 2, 2))):
222 zip_longest(expected_elements, self._interleave(input_lists, 2, 1))):

Completed in 356 milliseconds