Home
last modified time | relevance | path

Searched defs:shuffle (Results 1 – 25 of 108) sorted by relevance

12345

/external/webp/src/dsp/
Dlossless_enc_neon.c40 const uint8x16_t shuffle) { in DoGreenShuffle_NEON()
49 const uint8x8_t shuffle) { in DoGreenShuffle_NEON()
59 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in SubtractGreenFromBlueAndRed_NEON() local
61 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in SubtractGreenFromBlueAndRed_NEON() local
96 const uint8x16_t shuffle = vld1q_u8(kg0g0); in TransformColor_NEON() local
99 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColor_NEON() local
Dlossless_neon.c77 const uint8x8_t shuffle = vld1_u8(kRGBAShuffle); in ConvertBGRAToRGBA_NEON() local
513 const uint8x16_t shuffle) { in DoGreenShuffle_NEON()
522 const uint8x8_t shuffle) { in DoGreenShuffle_NEON()
532 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in AddGreenToBlueAndRed_NEON() local
534 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in AddGreenToBlueAndRed_NEON() local
570 const uint8x16_t shuffle = vld1q_u8(kg0g0); in TransformColorInverse_NEON() local
573 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColorInverse_NEON() local
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dauto_shard_dataset_test.py68 num_examples, shuffle): argument
89 def testFlatMapReaderPipeline(self, shuffle): argument
166 def testConcatenateReaderPipeline(self, shuffle): argument
193 def testPipelineWithMap(self, shuffle): argument
224 def testValidPipelineWithRangeDataset(self, shuffle): argument
304 def testSampleResNetPipeline(self, shuffle): argument
343 def testReplicateAndShardProduceDisjointData(self, shuffle, sharding_policy): argument
/external/eigen/unsupported/test/
Dcxx11_tensor_shuffling.cpp50 Tensor<float, 4, DataLayout> shuffle; in test_simple_shuffling() local
143 Tensor<float, 4, DataLayout> shuffle(5,7,3,2); in test_shuffling_as_value() local
198 Tensor<float, 4, DataLayout> shuffle; in test_shuffle_unshuffle() local
251 Tensor<float, 4, DataLayout> shuffle; in test_empty_shuffling() local
Dcxx11_tensor_shuffling_sycl.cpp81 Tensor<DataType, 4, DataLayout, IndexType> shuffle(tensorrangeShuffle); in test_simple_shuffling_sycl() local
Dcxx11_tensor_executor.cpp249 DSizes<Index, NumDims> shuffle; in test_execute_shuffle_rvalue() local
287 DSizes<Index, NumDims> shuffle; in test_execute_shuffle_lvalue() local
327 std::vector<Index> shuffle; in test_execute_reshape() local
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dreaders.py217 def _maybe_shuffle_and_repeat( argument
231 shuffle=True, argument
338 shuffle=True, argument
642 shuffle=True, argument
923 shuffle=True, argument
1107 shuffle=True, argument
1124 def _get_file_names(file_pattern, shuffle): argument
/external/mesa3d/src/compiler/nir/
Dnir_opt_intrinsics.c34 nir_intrinsic_instr *shuffle = nir_src_as_intrinsic(src); in src_is_single_use_shuffle() local
77 nir_intrinsic_instr *shuffle = in try_opt_bcsel_of_shuffle() local
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_generator_v1.py52 shuffle=False, argument
426 shuffle=False): argument
491 shuffle=False): argument
561 shuffle=True, argument
651 shuffle=True, argument
731 shuffle=True, argument
Dtraining_arrays_v1.py53 shuffle=True, argument
608 shuffle=True, argument
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/
DInterleave.java120 public static int shuffle(int x) in shuffle() method in Interleave
130 public static long shuffle(long x) in shuffle() method in Interleave
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DInterleave.java116 public static int shuffle(int x) in shuffle() method in Interleave
126 public static long shuffle(long x) in shuffle() method in Interleave
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
DInterleave.java120 public static int shuffle(int x) in shuffle() method in Interleave
130 public static long shuffle(long x) in shuffle() method in Interleave
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c297 LLVMValueRef shuffle, elems[LP_MAX_VECTOR_LENGTH]; in lp_build_uninterleave1() local
323 LLVMValueRef shuffle; in lp_build_interleave2() local
388 LLVMValueRef shuffle = lp_build_const_unpack_shuffle_half(gallivm, type.length, lo_hi); in lp_build_interleave2_half() local
391 LLVMValueRef shuffle = lp_build_const_unpack_shuffle_16wide(gallivm, lo_hi); in lp_build_interleave2_half() local
578 LLVMValueRef shuffle; in lp_build_pack2() local
/external/rust/crates/crossbeam-channel/src/
Dutils.rs9 pub(crate) fn shuffle<T>(v: &mut [T]) { in shuffle() function
/external/rust/crates/futures-util/src/async_await/
Drandom.rs13 pub fn shuffle<T>(slice: &mut [T]) { in shuffle() function
/external/skia/docs/examples/
Dsubset_example.cpp8 int shuffle[N * N]; in draw() local
/external/python/absl-py/absl/flags/tests/
Dargparse_flags_test_helper.py47 def shuffle(args): function
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawOutputLocationTests.cpp106 …tcu::TestCaseGroup* const shuffle = new tcu::TestCaseGroup(testCtx, "shuffle", "Test output locat… in createTests() local
/external/swiftshader/tests/regres/cmd/run_testlist/
Dmain.go63 shuffle = flag.Bool("shuffle", false, "shuffle tests") var
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DArrayUtils.java7668 public static void shuffle(final boolean[] array) { in shuffle() method in ArrayUtils
7680 public static void shuffle(final boolean[] array, final Random random) { in shuffle() method in ArrayUtils
7693 public static void shuffle(final byte[] array) { in shuffle() method in ArrayUtils
7705 public static void shuffle(final byte[] array, final Random random) { in shuffle() method in ArrayUtils
7718 public static void shuffle(final char[] array) { in shuffle() method in ArrayUtils
7730 public static void shuffle(final char[] array, final Random random) { in shuffle() method in ArrayUtils
7743 public static void shuffle(final double[] array) { in shuffle() method in ArrayUtils
7755 public static void shuffle(final double[] array, final Random random) { in shuffle() method in ArrayUtils
7768 public static void shuffle(final float[] array) { in shuffle() method in ArrayUtils
7780 public static void shuffle(final float[] array, final Random random) { in shuffle() method in ArrayUtils
[all …]
/external/libaom/av1/encoder/x86/
Dpickrst_avx2.c23 const __m128i *shuffle, const __m256i *kl) { in acc_stat_avx2()
33 int dgd_stride, const __m128i *shuffle, int32_t *sumX, in acc_stat_win7_one_line_avx2()
132 const __m128i shuffle = xx_loadu_128(g_shuffle_stats_data); in compute_stats_win7_opt_avx2() local
197 const __m256i *shuffle, in acc_stat_highbd_avx2()
233 int dgd_stride, const __m256i *shuffle, int32_t *sumX, in acc_stat_highbd_win7_one_line_avx2()
341 const __m256i shuffle = yy_loadu_256(g_shuffle_stats_highbd_data); in compute_stats_highbd_win7_opt_avx2() local
380 int dgd_stride, const __m256i *shuffle, int32_t *sumX, in acc_stat_highbd_win5_one_line_avx2()
483 const __m256i shuffle = yy_loadu_256(g_shuffle_stats_highbd_data); in compute_stats_highbd_win5_opt_avx2() local
542 int dgd_stride, const __m128i *shuffle, int32_t *sumX, in acc_stat_win5_one_line_avx2()
639 const __m128i shuffle = xx_loadu_128(g_shuffle_stats_data); in compute_stats_win5_opt_avx2() local
Dpickrst_sse4.c21 const __m128i *shuffle, const __m128i *kl) { in acc_stat_sse41()
36 int dgd_stride, const __m128i *shuffle, int32_t *sumX, in acc_stat_win7_one_line_sse4_1()
133 const __m128i shuffle = xx_loadu_128(g_shuffle_stats_data); in compute_stats_win7_opt_sse4_1() local
197 const __m128i *shuffle, in acc_stat_highbd_sse41()
238 int dgd_stride, const __m128i *shuffle, int32_t *sumX, in acc_stat_highbd_win7_one_line_sse4_1()
347 const __m128i shuffle = xx_loadu_128(g_shuffle_stats_highbd_data); in compute_stats_highbd_win7_opt_sse4_1() local
386 int dgd_stride, const __m128i *shuffle, int32_t *sumX, in acc_stat_highbd_win5_one_line_sse4_1()
488 const __m128i shuffle = xx_loadu_128(g_shuffle_stats_highbd_data); in compute_stats_highbd_win5_opt_sse4_1() local
547 int dgd_stride, const __m128i *shuffle, int32_t *sumX, in acc_stat_win5_one_line_sse4_1()
641 const __m128i shuffle = xx_loadu_128(g_shuffle_stats_data); in compute_stats_win5_opt_sse4_1() local
/external/tensorflow/tensorflow/python/training/
Dinput.py121 shuffle=True, argument
208 shuffle=True, argument
280 def range_input_producer(limit, num_epochs=None, shuffle=True, seed=None, argument
323 def slice_input_producer(tensor_list, num_epochs=None, shuffle=True, seed=None, argument
/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dshuffle.h166 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, _UniformRandomNumberGenerator&… in shuffle() function

12345