/third_party/mindspore/tests/ut/cpp/dataset/ |
D | ir_sampler_test.cc | 38 …std::shared_ptr<SamplerObj> sampl = std::make_shared<DistributedSamplerObj>(2, 1, false, 6, 1, -1,… in TEST_F() local 39 EXPECT_NE(sampl, nullptr); in TEST_F() 41 sampl->SamplerBuild(&sampler_rt); in TEST_F() 44 sampl = std::make_shared<PKSamplerObj>(3, false, 0); in TEST_F() 45 EXPECT_NE(sampl, nullptr); in TEST_F() 46 sampl->SamplerBuild(&sampler_rt); in TEST_F() 49 sampl = std::make_shared<RandomSamplerObj>(false, 12); in TEST_F() 50 EXPECT_NE(sampl, nullptr); in TEST_F() 51 sampl->SamplerBuild(&sampler_rt); in TEST_F() 54 sampl = std::make_shared<SequentialSamplerObj>(0, 10); in TEST_F() [all …]
|
D | c_api_samplers_test.cc | 30 std::shared_ptr<Sampler> sampl = std::make_shared<DistributedSampler>(2, 1); in TEST_F() local 31 EXPECT_NE(sampl, nullptr); in TEST_F() 33 sampl = std::make_shared<PKSampler>(3); in TEST_F() 34 EXPECT_NE(sampl, nullptr); in TEST_F() 36 sampl = std::make_shared<RandomSampler>(false, 12); in TEST_F() 37 EXPECT_NE(sampl, nullptr); in TEST_F() 39 sampl = std::make_shared<SequentialSampler>(0, 12); in TEST_F() 40 EXPECT_NE(sampl, nullptr); in TEST_F() 43 sampl = std::make_shared<WeightedRandomSampler>(weights, 12); in TEST_F() 44 EXPECT_NE(sampl, nullptr); in TEST_F() [all …]
|
/third_party/boost/libs/hof/doc/html/ |
D | searchindex.js | 1 …,64,65,66,68,69,70,71,72,73],result:66,reveal:68,reverse_fold:69,rotat:70,sampl:68,see:[44,55,58,6… property
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_cmdstream.c | 845 struct pipe_sampler_state *sampl = &ctx->samplers[st][samp_idx]->base; in panfrost_upload_sampler_sysval() local 847 uniform->f[0] = sampl->min_lod; in panfrost_upload_sampler_sysval() 848 uniform->f[1] = sampl->max_lod; in panfrost_upload_sampler_sysval() 849 uniform->f[2] = sampl->lod_bias; in panfrost_upload_sampler_sysval() 856 if (sampl->min_mip_filter == PIPE_TEX_MIPFILTER_NONE) in panfrost_upload_sampler_sysval()
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …10,same:[1,2,3,6,7,8,10,13,15,16,18,19,24,28],sametyp:[1,2,4,10,13,14,16],sampl:[15,22,24,28,29],s…
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_format.c | 57 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e, sf) \ argument 58 [ISL_FORMAT_##sf] = { true, sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e},
|