Home
last modified time | relevance | path

Searched defs:num_sampled (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/tests/st/ops/gpu/
Dtest_uniform_candidate_sampler_op.py25 def __init__(self, num_true, num_sampled, unique, range_max): argument
34 def uniform_candidate_sampler(x, num_true, num_sampled, unique, range_max): argument
42 def uniform_candidate_sampler_int64(x, num_true, num_sampled, unique, range_max): argument
52 def __init__(self, num_true, num_sampled, unique, range_max, seed, remove_accidental_hits): argument
62 def uniform_candidate_sampler_hit(x, num_true, num_sampled, unique, range_max, seed, argument
/third_party/mindspore/tests/ut/python/parallel/
Dtest_uniform_candidate_sampler.py27 …def __init__(self, embedding_weight, num_true, num_sampled, unique, range_max, seed, remove_accide… argument
52 … def __init__(self, mul_weight, num_true, num_sampled, unique, range_max, seed, remove_accidential, argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Duniform_candidate_sampler_impl.cu27 void CalUniformCandidateSampler(const int64_t true_size, const int64_t num_sampled, const S prob_va… in CalUniformCandidateSampler()
/third_party/mindspore/tests/st/ops/ascend/test_aicpu_ops/
Dtest_log_uniform_candidate_sampler.py26 def __init__(self, num_true=1, num_sampled=5, unique=True, range_max=5, seed=0): argument
/third_party/mindspore/mindspore/ops/operations/
Drandom_ops.py625 …def __init__(self, num_true, num_sampled, unique, range_max, seed=0, remove_accidental_hits=False): argument
699 def __init__(self, num_true=1, num_sampled=5, unique=True, range_max=5, seed=0): argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler_test.cc219 int64_t num_sampled = 0; in TEST() local
/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler_test.cc213 int64_t num_sampled = 0; in TEST() local
/third_party/mindspore/mindspore/nn/loss/
Dloss.py808 def __init__(self, num_sampled, num_classes, num_true=1, argument