/external/webp/src/dsp/ |
D | lossless_enc_neon.c | 40 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
|
D | lossless_neon.c | 77 const uint8x8_t shuffle = vld1_u8(kRGBAShuffle); in ConvertBGRAToRGBA_NEON() local 509 const uint8x16_t shuffle) { in DoGreenShuffle_NEON() 518 const uint8x8_t shuffle) { in DoGreenShuffle_NEON() 528 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in AddGreenToBlueAndRed_NEON() local 530 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in AddGreenToBlueAndRed_NEON() local 566 const uint8x16_t shuffle = vld1q_u8(kg0g0); in TransformColorInverse_NEON() local 569 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColorInverse_NEON() local
|
/external/tensorflow/tensorflow/contrib/input_pipeline/python/ops/ |
D | input_pipeline_ops.py | 49 def _maybe_randomize_list(string_list, shuffle): argument 55 def _create_list(string_list, shuffle, seed, num_epochs): argument 65 def seek_next(string_list, shuffle=False, seed=None, num_epochs=None): argument
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | readers.py | 205 def _maybe_shuffle_and_repeat( argument 224 shuffle=True, argument 324 shuffle=True, argument 532 shuffle=True, argument 716 shuffle=True, argument 878 shuffle=True, argument 895 def _get_file_names(file_pattern, shuffle): argument
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_shuffling.cpp | 50 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
|
/external/v8/src/compiler/ |
D | instruction-selector.h | 452 static void CanonicalizeShuffleForTesting(bool inputs_equal, uint8_t* shuffle, in CanonicalizeShuffleForTesting() 458 static bool TryMatchIdentityForTesting(const uint8_t* shuffle) { in TryMatchIdentityForTesting() 462 static bool TryMatchDupForTesting(const uint8_t* shuffle, int* index) { in TryMatchDupForTesting() 465 static bool TryMatch32x4ShuffleForTesting(const uint8_t* shuffle, in TryMatch32x4ShuffleForTesting() 469 static bool TryMatch16x8ShuffleForTesting(const uint8_t* shuffle, in TryMatch16x8ShuffleForTesting() 473 static bool TryMatchConcatForTesting(const uint8_t* shuffle, in TryMatchConcatForTesting() 477 static bool TryMatchBlendForTesting(const uint8_t* shuffle) { in TryMatchBlendForTesting() 664 static bool TryMatchDup(const uint8_t* shuffle, int* index) { in TryMatchDup()
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_generator.py | 54 shuffle=False, argument 435 shuffle=False): argument 500 shuffle=False): argument
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
D | Interleave.java | 114 public static int shuffle(int x) in shuffle() method in Interleave 125 public static long shuffle(long x) in shuffle() method in Interleave
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Interleave.java | 110 public static int shuffle(int x) in shuffle() method in Interleave 121 public static long shuffle(long x) in shuffle() method in Interleave
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/ |
D | numpy_io.py | 35 shuffle=True, argument
|
D | data_feeder.py | 115 shuffle=True, argument 301 shuffle=True, argument 410 def shuffle(self): member in DataFeeder 809 shuffle=True, argument
|
D | generator_io.py | 39 shuffle=True, argument
|
D | pandas_io.py | 61 shuffle=True, argument
|
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/ |
D | dataset_data_provider.py | 57 shuffle=True, argument
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.c | 297 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/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorBase.h | 779 shuffle(const Shuffle& shuffle) const { in shuffle() argument 975 shuffle(const Shuffle& shuffle) const { in shuffle() function 980 shuffle(const Shuffle& shuffle) { in shuffle() argument
|
/external/tensorflow/tensorflow/contrib/factorization/python/ops/ |
D | factorization_ops_test_utils.py | 64 shuffle=False): argument
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | estimator_integration_test.py | 48 def dataset_input_fn(self, x, y, batch_size, shuffle): argument
|
D | parameter_server_strategy.py | 120 self, numpy_input, batch_size, num_epochs=1, shuffle=1024, session=None): argument
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | cifar_input.py | 36 shuffle=True, argument
|
/external/libaom/libaom/av1/encoder/x86/ |
D | pickrst_sse4.c | 21 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() 88 const __m128i shuffle = xx_loadu_128(g_shuffle_stats_data); in compute_stats_win7_opt_sse4_1() local 129 const __m128i *shuffle, in acc_stat_highbd_sse41() 170 int dgd_stride, const __m128i *shuffle, int32_t *sumX, in acc_stat_highbd_win7_one_line_sse4_1() 234 const __m128i shuffle = xx_loadu_128(g_shuffle_stats_highbd_data); in compute_stats_highbd_win7_opt_sse4_1() local 273 int dgd_stride, const __m128i *shuffle, int32_t *sumX, in acc_stat_highbd_win5_one_line_sse4_1() 334 const __m128i shuffle = xx_loadu_128(g_shuffle_stats_highbd_data); in compute_stats_highbd_win5_opt_sse4_1() local 392 int dgd_stride, const __m128i *shuffle, int32_t *sumX, in acc_stat_win5_one_line_sse4_1() 443 const __m128i shuffle = xx_loadu_128(g_shuffle_stats_data); in compute_stats_win5_opt_sse4_1() local
|
D | pickrst_avx2.c | 22 const __m128i *shuffle, const __m256i *kl) { in acc_stat_avx2() 32 int dgd_stride, const __m128i *shuffle, int32_t *sumX, in acc_stat_win7_one_line_avx2() 83 const __m128i shuffle = xx_loadu_128(g_shuffle_stats_data); in compute_stats_win7_opt_avx2() local 124 const __m256i *shuffle, in acc_stat_highbd_avx2() 160 int dgd_stride, const __m256i *shuffle, int32_t *sumX, in acc_stat_highbd_win7_one_line_avx2() 224 const __m256i shuffle = yy_loadu_256(g_shuffle_stats_highbd_data); in compute_stats_highbd_win7_opt_avx2() local 263 int dgd_stride, const __m256i *shuffle, int32_t *sumX, in acc_stat_highbd_win5_one_line_avx2() 324 const __m256i shuffle = yy_loadu_256(g_shuffle_stats_highbd_data); in compute_stats_highbd_win5_opt_avx2() local 382 int dgd_stride, const __m128i *shuffle, int32_t *sumX, in acc_stat_win5_one_line_avx2() 432 const __m128i shuffle = xx_loadu_128(g_shuffle_stats_data); in compute_stats_win5_opt_avx2() local
|
/external/tensorflow/tensorflow/contrib/data/python/ops/ |
D | readers.py | 45 shuffle=True, argument 173 shuffle=True, argument
|
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/ |
D | cifar10_input.py | 102 batch_size, shuffle): argument
|
/external/adhd/cras/src/server/ |
D | cras_bt_player.h | 30 bool shuffle; member
|