Home
last modified time | relevance | path

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

123456

/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
97 const uint8x16_t shuffle = vld1q_u8(kg0g0); in TransformColor_NEON() local
100 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
/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/coreboot/src/soc/mediatek/mt8183/
Dmemory.c134 for (u8 shuffle = DRAM_DFS_SHUFFLE_1; shuffle < DRAM_DFS_SHUFFLE_MAX; in set_source_to_flash() local
142 for (u8 shuffle = DRAM_DFS_SHUFFLE_1; shuffle < DRAM_DFS_SHUFFLE_MAX; in init_sdram_params() 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/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/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/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/android-crates-io/crates/crossbeam-channel/src/
Dutils.rs9 pub(crate) fn shuffle<T>(v: &mut [T]) { in shuffle() function
/external/rust/android-crates-io/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/mesa3d/src/compiler/nir/
Dnir_opt_intrinsics.c35 nir_intrinsic_instr *shuffle = nir_src_as_intrinsic(src); in src_is_single_use_shuffle() local
88 nir_def *shuffle = nir_shuffle(b, data1, index); in try_opt_bcsel_of_shuffle() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawOutputLocationTests.cpp105 tcu::TestCaseGroup *const shuffle = new tcu::TestCaseGroup(testCtx, "shuffle"); in createTests() local
/external/pytorch/torch/utils/data/datapipes/map/
Dcombinatorics.py72 def set_shuffle(self, shuffle=True): argument
/external/swiftshader/tests/regres/cmd/run_testlist/
Dmain.go63 shuffle = flag.Bool("shuffle", false, "shuffle tests") var
/external/pytorch/torch/_numpy/
Drandom.py127 def shuffle(x): function
/external/pytorch/torch/utils/data/datapipes/iter/
Dcombinatorics.py123 def set_shuffle(self, shuffle=True): argument
/external/cronet/tot/third_party/llvm-libc/src/src/__support/GPU/generic/
Dutils.h71 LIBC_INLINE uint32_t shuffle(uint64_t, uint32_t, uint32_t x) { return x; } in shuffle() function
/external/apache-commons-math/src/main/java/org/apache/commons/math3/random/
DISAACRandom.java237 private void shuffle() { in shuffle() method in ISAACRandom

123456