Home
last modified time | relevance | path

Searched defs:islice (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/_dynamo/polyfills/
Ditertools.py41 def islice(iterable: Iterable[_T], /, *args: int | None) -> Iterator[_T]: function
/external/python/cpython3/Lib/test/
Dtest_itertools.py2062 def islice(iterable, *args): member in TestPurePythonRoughEquivalents