Searched refs:_repeat (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | interleave_test.py | 77 def _repeat(values, count): function 115 input_lists = _repeat(input_values, 2) 151 _repeat(input_values, count), cycle_length, block_length) 234 _repeat(input_values, count), cycle_length, block_length)
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_operator.py | 58 def _repeat(self, node, results): member in FixOperator
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_operator.py | 57 def _repeat(self, node, results): member in FixOperator
|
/external/python/cpython2/Lib/ |
D | collections.py | 25 from itertools import repeat as _repeat, chain as _chain, starmap as _starmap unknown 517 return _chain.from_iterable(_starmap(_repeat, self.iteritems()))
|
/external/python/cpython3/Lib/collections/ |
D | __init__.py | 26 from itertools import repeat as _repeat, chain as _chain, starmap as _starmap unknown 606 return _chain.from_iterable(_starmap(_repeat, self.items()))
|