Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuPermuteKernel.cpp51 static const std::array<PermutationVector, 2> permutations2 = in is_permutation_supported() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_itertools.py261 def permutations2(iterable, r=None): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_itertools.py423 def permutations2(iterable, r=None): function