Home
last modified time | relevance | path

Searched refs:shuffle_1 (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_scan_coeffs_neon.c184 int8x8_t a, b, c, d, shuffle_0, shuffle_1; in ihevce_scan_coeffs_neon() local
211 shuffle_1 = vtbl2_s8(quant, d); in ihevce_scan_coeffs_neon()
212 shuffle_out = vcombine_s8(shuffle_0, shuffle_1); in ihevce_scan_coeffs_neon()
376 int8x8_t a, b, c, d, shuffle_0, shuffle_1; in ihevce_scan_coeffs_neon() local
405 shuffle_1 = vtbl2_s8(quant, d); in ihevce_scan_coeffs_neon()
406 shuffle_out = vcombine_s8(shuffle_0, shuffle_1); in ihevce_scan_coeffs_neon()
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dshuffle_and_repeat_test.py147 shuffle_1 = self.getDatasetOutput(ds)
151 self.assertCountEqual(shuffle_1, shuffle_2)
152 self.assertNotEqual(shuffle_1, shuffle_2)
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dshuffle_test.py346 shuffle_1 = self.getDatasetOutput(dataset)
350 self.assertCountEqual(shuffle_1, shuffle_2)
351 self.assertNotEqual(shuffle_1, shuffle_2)
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Ddata_synonym_transformation_test.cpp935 auto shuffle_1 = TransformationVectorShuffle(instruction_descriptor_1, 200, in TEST() local
937 ASSERT_TRUE(shuffle_1.IsApplicable(context.get(), transformation_context)); in TEST()
938 shuffle_1.Apply(context.get(), &transformation_context); in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Ddata_synonym_transformation_test.cpp935 auto shuffle_1 = TransformationVectorShuffle(instruction_descriptor_1, 200, in TEST() local
937 ASSERT_TRUE(shuffle_1.IsApplicable(context.get(), transformation_context)); in TEST()
938 shuffle_1.Apply(context.get(), &transformation_context); in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.cc323 llvm::Value* shuffle_1 = in AvxStyleHorizontalAdd() local
326 return Add(shuffle_0, shuffle_1); in AvxStyleHorizontalAdd()