Home
last modified time | relevance | path

Searched defs:_repeat (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/data/kernel_tests/
Dinterleave_test.py96 def _repeat(values, count): function
/external/python/cpython3/Lib/
Drandom.py60 from itertools import accumulate as _accumulate, repeat as _repeat unknown
/external/python/cpython3/Lib/collections/
D__init__.py36 from itertools import repeat as _repeat unknown