/third_party/mindspore/tests/ut/python/dataset/ |
D | test_batch.py | 34 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) 52 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) 70 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) 88 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) 105 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) 123 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) 142 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) 161 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) 179 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) 197 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) [all …]
|
D | test_datasets_tfrecord.py | 92 data = ds.TFRecordDataset(FILES, SCHEMA_FILE, shuffle=ds.Shuffle.FILES) 100 data = ds.TFRecordDataset(FILES, shuffle=ds.Shuffle.FILES) 109 data = ds.TFRecordDataset(FILES, schema_file, shuffle=ds.Shuffle.FILES) 117 data = ds.TFRecordDataset(pattern, SCHEMA_FILE, shuffle=ds.Shuffle.FILES) 121 data = ds.TFRecordDataset(pattern, SCHEMA_FILE, shuffle=ds.Shuffle.FILES) 125 data = ds.TFRecordDataset(pattern, SCHEMA_FILE, num_samples=24, shuffle=ds.Shuffle.FILES) 129 data = ds.TFRecordDataset(pattern, SCHEMA_FILE, num_samples=3, shuffle=ds.Shuffle.FILES) 133 SCHEMA_FILE, num_samples=24, shuffle=ds.Shuffle.FILES) 159 data1 = ds.TFRecordDataset(FILES, schema=schema, shuffle=ds.Shuffle.FILES) 161 data2 = ds.TFRecordDataset(FILES, schema=SCHEMA_FILE, shuffle=ds.Shuffle.FILES) [all …]
|
D | test_opt_pass.py | 66 data1 = ds.TFRecordDataset(FILES, schema=SCHEMA_FILE, shuffle=ds.Shuffle.GLOBAL) 67 data2 = ds.TFRecordDataset(FILES, schema=SCHEMA_FILE, shuffle=ds.Shuffle.FILES) 76 data1 = ds.TextFileDataset(DATA_ALL_FILE, shuffle=ds.Shuffle.GLOBAL) 77 data2 = ds.TextFileDataset(DATA_ALL_FILE, shuffle=ds.Shuffle.FILES) 86 data1 = ds.CLUEDataset(TRAIN_FILE, task='AFQMC', usage='train', shuffle=ds.Shuffle.GLOBAL) 87 data2 = ds.CLUEDataset(TRAIN_FILE, task='AFQMC', usage='train', shuffle=ds.Shuffle.FILES)
|
D | test_shuffle.py | 35 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) 53 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) 71 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) 107 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) 125 data1 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES) 129 data2 = ds.TFRecordDataset(DATA_DIR, shuffle=ds.Shuffle.FILES)
|
D | test_datasets_textfileop.py | 90 data = ds.TextFileDataset(DATA_ALL_FILE, shuffle=ds.Shuffle.FILES) 107 data = ds.TextFileDataset(DATA_ALL_FILE, shuffle=ds.Shuffle.FILES) 124 data = ds.TextFileDataset(DATA_ALL_FILE, shuffle=ds.Shuffle.GLOBAL) 141 data = ds.TextFileDataset(DATA_ALL_FILE, shuffle=ds.Shuffle.GLOBAL)
|
/third_party/boost/libs/math/doc/distributions/ |
D | empirical_cdf.qbk | 127 Shuffle<double>/8 82.4 ns 128 Shuffle<double>/64 731 ns 129 Shuffle<double>/512 5876 ns 130 Shuffle<double>/4096 46864 ns 131 Shuffle<double>/32768 385265 ns 132 Shuffle<double>/262144 4663866 ns 133 Shuffle<double>/2097152 54686332 ns 134 Shuffle<double>/16777216 875309099 ns 135 Shuffle<double>_BigO 2.16 NlgN 136 Shuffle<double>_RMS 12 %
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | UseListOrder.h | 29 std::vector<unsigned> Shuffle; member 32 : V(V), F(F), Shuffle(ShuffleSize) {} in UseListOrder()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 374 for (auto *Shuffle : Shuffles) { in tryReplaceExtracts() local 377 if (!DT->dominates(Shuffle, Extract)) in tryReplaceExtracts() 384 Shuffle->getShuffleMask(Indices); in tryReplaceExtracts() 387 assert(Extract->getOperand(0) == Shuffle->getOperand(0) && in tryReplaceExtracts() 389 ReplacementMap[Extract] = std::make_pair(Shuffle, I); in tryReplaceExtracts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 793 const ShuffleVectorInst *Shuffle = cast<ShuffleVectorInst>(I); in getUserCost() local 794 Type *Ty = Shuffle->getType(); in getUserCost() 795 Type *SrcTy = Shuffle->getOperand(0)->getType(); in getUserCost() 799 if (Shuffle->isExtractSubvectorMask(SubIndex)) in getUserCost() 802 if (Shuffle->changesLength()) in getUserCost() 805 if (Shuffle->isIdentity()) in getUserCost() 808 if (Shuffle->isReverse()) in getUserCost() 811 if (Shuffle->isSelect()) in getUserCost() 814 if (Shuffle->isTranspose()) in getUserCost() 817 if (Shuffle->isZeroEltSplat()) in getUserCost() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 1124 ShuffleVectorInst *Shuffle; in matchVectorSplittingReduction() local 1125 std::tie(NextRdxOp, Shuffle) = in matchVectorSplittingReduction() 1129 if (Shuffle == nullptr) in matchVectorSplittingReduction() 1131 if (Shuffle->getOperand(0) != NextRdxOp) in matchVectorSplittingReduction() 1140 SmallVector<int, 16> Mask = Shuffle->getShuffleMask(); in matchVectorSplittingReduction() 1298 const ShuffleVectorInst *Shuffle = cast<ShuffleVectorInst>(I); in getInstructionThroughput() local 1299 Type *Ty = Shuffle->getType(); in getInstructionThroughput() 1300 Type *SrcTy = Shuffle->getOperand(0)->getType(); in getInstructionThroughput() 1304 if (Shuffle->isExtractSubvectorMask(SubIndex)) in getInstructionThroughput() 1307 if (Shuffle->changesLength()) in getInstructionThroughput() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1100 Value *Shuffle = in simplifyAMDGCNMemoryIntrinsicDemanded() local 1103 return Shuffle; in simplifyAMDGCNMemoryIntrinsicDemanded() 1280 auto *Shuffle = cast<ShuffleVectorInst>(I); in SimplifyDemandedVectorElts() local 1281 assert(Shuffle->getOperand(0)->getType() == in SimplifyDemandedVectorElts() 1282 Shuffle->getOperand(1)->getType() && in SimplifyDemandedVectorElts() 1285 Shuffle->getOperand(0)->getType()->getVectorNumElements(); in SimplifyDemandedVectorElts() 1289 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() 1321 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() 1328 return Shuffle->getOperand(0); in SimplifyDemandedVectorElts() 1337 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() [all …]
|
/third_party/mindspore/tests/ut/data/profiler_data/profiler/ |
D | minddata_pipeline_raw_0.csv | 3 1,Shuffle,1,"[10, 20, 30]",20.0,64,0.3125,10,0,"[2, 3]"
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderGroup.cpp | 58 …TYPE v2 = apply(v, Shuffle(v, identity, 0x4012) /* [id, v.y, v.z, v.w] */); // [x] [xy] [yz] … in BinaryOperation() 59 …TYPE v3 = apply(v2, Shuffle(v2, identity, 0x4401) /* [id, id, v2.x, v2.y] */); // [x] [xy] [xyz]… in BinaryOperation() 65 …TYPE v2 = apply(v, Shuffle(v, identity, 0x4012) /* [id, v.y, v.z, v.w] */); // [x] [xy] [yz] … in BinaryOperation() 66 …TYPE v3 = apply(v2, Shuffle(v2, identity, 0x4401) /* [id, id, v2.x, v2.y] */); // [x] [xy] [xyz]… in BinaryOperation() 67 …auto v4 = Shuffle(v3, identity, 0x4012 /* [id, v3.x, v3.y, v3.z] */); // [i] [x] [xy] … in BinaryOperation()
|
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_permute_phi_operands.cpp | 55 GetFuzzerContext()->Shuffle(&permutation); in Apply()
|
D | fuzzer_pass_permute_function_parameters.cpp | 60 GetFuzzerContext()->Shuffle(&permutation); in Apply()
|
D | fuzzer_pass_add_dead_blocks.cpp | 73 GetFuzzerContext()->Shuffle(&candidate_transformations); in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_dead_blocks.cpp | 74 GetFuzzerContext()->Shuffle(&candidate_transformations); in Apply()
|
D | fuzzer_pass_permute_phi_operands.cpp | 56 GetFuzzerContext()->Shuffle(&permutation); in Apply()
|
D | fuzzer_pass_permute_function_parameters.cpp | 61 GetFuzzerContext()->Shuffle(&permutation); in Apply()
|
D | fuzzer_context.h | 71 void Shuffle(std::vector<T>* sequence, size_t lo, size_t hi) const { in Shuffle() function 96 void Shuffle(std::vector<T>* sequence) const { in Shuffle() function 98 Shuffle(sequence, 0, sequence->size() - 1); in Shuffle()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_permute_phi_operands.cpp | 56 GetFuzzerContext()->Shuffle(&permutation); in Apply()
|
D | fuzzer_pass_add_dead_blocks.cpp | 74 GetFuzzerContext()->Shuffle(&candidate_transformations); in Apply()
|
D | fuzzer_pass_permute_function_parameters.cpp | 61 GetFuzzerContext()->Shuffle(&permutation); in Apply()
|
/third_party/mindspore/mindspore/lite/minddata/example/ |
D | testlenet.cpp | 45 ds = ds->Shuffle(2); in main()
|
/third_party/musl/src/thread/mips/ |
D | clone.s | 11 # Shuffle (fn,sp,fl,arg,ptid,tls,ctid) to (fl,sp,ptid,tls,ctid)
|