Home
last modified time | relevance | path

Searched defs:sampl (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_samplers_test.cc30 std::shared_ptr<Sampler> sampl = std::make_shared<DistributedSampler>(2, 1); in TEST_F() local
334 std::shared_ptr<Sampler> sampl = std::make_shared<SubsetSampler>(indices); in TEST_F() local
365 std::shared_ptr<Sampler> sampl = std::make_shared<SubsetSampler>(indices, 3); in TEST_F() local
396 std::shared_ptr<Sampler> sampl = std::make_shared<SubsetSampler>(indices, 8); in TEST_F() local
427 std::shared_ptr<Sampler> sampl = std::make_shared<SubsetSampler>(indices); in TEST_F() local
Dir_sampler_test.cc38 …std::shared_ptr<SamplerObj> sampl = std::make_shared<DistributedSamplerObj>(2, 1, false, 6, 1, -1,… in TEST_F() local
/third_party/mesa3d/src/intel/isl/
Disl_format.c57 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e, sf) \ argument
/third_party/boost/libs/hof/doc/html/
Dsearchindex.js1 …ors","doc/src/building","doc/src/concepts","doc/src/configurations","doc/src/decorators","doc/src/…
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c845 struct pipe_sampler_state *sampl = &ctx->samplers[st][samp_idx]->base; in panfrost_upload_sampler_sysval() local