Home
last modified time | relevance | path

Searched refs:NUM_SAMPLED (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Duniform_candidate_sampler_info.cc65 GetUniformSamplerAttrInt64(NUM_SAMPLED, &num_sampled_) != SUCCESS || in GetAttrs()
224 Attr attr_num_sampled = std::make_pair(NUM_SAMPLED, MakeValue(num_sampled_)); in ComputeReplaceGraph()
Dops_utils.h146 constexpr char NUM_SAMPLED[] = "num_sampled"; variable