Home
last modified time | relevance | path

Searched refs:_repeat (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/data/kernel_tests/
Dinterleave_test.py77 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/
Dfix_operator.py58 def _repeat(self, node, results): member in FixOperator
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_operator.py57 def _repeat(self, node, results): member in FixOperator
/external/python/cpython2/Lib/
Dcollections.py25 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__.py26 from itertools import repeat as _repeat, chain as _chain, starmap as _starmap unknown
606 return _chain.from_iterable(_starmap(_repeat, self.items()))