Home
last modified time | relevance | path

Searched refs:test_shuffle (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dppc-tmmintrin.c580 test_shuffle() { in test_shuffle() function
Dppc-xmmintrin.c1649 test_shuffle() { in test_shuffle() function
Dppc-emmintrin.c2072 test_shuffle() { in test_shuffle() function
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dtimeseries_test.py85 def test_shuffle(self): member in TimeseriesDatasetTest
/external/rust/crates/rand/src/seq/
Dmod.rs959 fn test_shuffle() { in test_shuffle() function
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dvec_demanded_elts.ll106 define <4 x double> @test_shuffle(<4 x double> %f) {
107 ; CHECK-LABEL: @test_shuffle(
/external/python/cpython3/Lib/test/
Dtest_random.py70 def test_shuffle(self): member in TestBasicOps