Home
last modified time | relevance | path

Searched defs:seed2 (Results 1 – 25 of 39) sorted by relevance

12

/third_party/mindspore/mindspore/ops/operations/
Drandom_ops.py62 def __init__(self, seed=0, seed2=0): argument
119 def __init__(self, seed=0, seed2=0): argument
182 def __init__(self, seed=0, seed2=0): argument
246 def __init__(self, seed=0, seed2=0): argument
318 def __init__(self, seed=0, seed2=0): argument
422 def __init__(self, count=256, seed=0, seed2=0): argument
552 def __init__(self, seed=0, seed2=0): argument
/third_party/mindspore/mindspore/core/ops/
Drandom_standard_normal.cc24 void RandomStandardNormal::Init(const int64_t seed, const int64_t seed2) { in Init()
31 void RandomStandardNormal::set_seed2(int64_t seed2) { (void)this->AddAttr(kSeed2, MakeValue(seed2))… in set_seed2()
Duniform_real.cc25 void UniformReal::Init(int64_t seed, int64_t seed2) { in Init()
32 void UniformReal::set_seed2(int64_t seed2) { (void)this->AddAttr(kSeed2, MakeValue(seed2)); } in set_seed2()
/third_party/boost/libs/container_hash/test/
Dhash_fwd_test_1.cpp42 std::size_t seed2 = 0; in fwd_test2() local
75 std::size_t seed2 = in fwd_test3() local
Dhash_built_in_array_test.cpp56 std::size_t seed2 = 0; in two_dimensional_array_test() local
Dhash_global_namespace_test.cpp83 std::size_t seed2 = 0; in custom_tests() local
Dhash_friend_test.cpp85 std::size_t seed2 = 0; in custom_tests() local
Dhash_custom_test.cpp82 std::size_t seed2 = 0; in custom_tests() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Drandom_op_impl.cu54 void StandardNormal(int seed, int seed2, curandState *globalState, T *output, size_t count, cudaStr… in StandardNormal()
69 bool UniformInt(int seed, int seed2, curandState *globalState, T *input1, size_t input_size_1, in UniformInt()
89 void UniformReal(int seed, int seed2, curandState *globalState, T *output, size_t count, cudaStream… in UniformReal()
/third_party/mindspore/tests/st/auto_monad/
Dtest_effect_random.py193 def __init__(self, shape, seed=0, seed2=0): argument
220 def __init__(self, shape, seed=0, seed2=0): argument
247 def __init__(self, shape, alpha, beta, seed=0, seed2=0): argument
278 def __init__(self, shape, seed=0, seed2=0): argument
306 def __init__(self, shape, seed=0, seed2=0): argument
335 def __init__(self, shape, seed=0, seed2=0): argument
/third_party/mindspore/tests/st/ops/cpu/
Dtest_uniform_real.py25 def __init__(self, shape, seed=0, seed2=0): argument
Dtest_standard_normal.py25 def __init__(self, shape, seed=0, seed2=0): argument
Dtest_uniform_int.py27 def __init__(self, shape, seed=0, seed2=0): argument
/third_party/mindspore/tests/st/ops/ascend/test_aicpu_ops/
Dtest_standard_laplace.py24 def __init__(self, shape, seed=0, seed2=0): argument
Dtest_standard_normal.py24 def __init__(self, shape, seed=0, seed2=0): argument
Dtest_uniform_real.py24 def __init__(self, shape, seed=0, seed2=0): argument
Dtest_poisson.py26 def __init__(self, shape, seed=0, seed2=0): argument
Dtest_uniform_int.py26 def __init__(self, shape, seed=0, seed2=0): argument
Dtest_gamma.py27 def __init__(self, shape, seed=0, seed2=0): argument
/third_party/mindspore/tests/st/ops/gpu/
Dtest_standard_normal.py25 def __init__(self, shape, seed=0, seed2=0): argument
Dtest_uniform_real.py25 def __init__(self, shape, seed=0, seed2=0): argument
Dtest_uniform_int.py27 def __init__(self, shape, seed=0, seed2=0): argument
/third_party/mindspore/mindspore/ccsrc/pybind_api/random_normal/
Drandom_cpu_kernel.cc24 bool InitRandomNormal(std::vector<int64_t> out_shape, int64_t seed, int64_t seed2, const py::object… in InitRandomNormal()
/third_party/boost/boost/geometry/index/detail/rtree/quadratic/
Dredistribute_elements.hpp42 size_t & seed2) in pick_seeds()
136 size_t seed2 = 0; in apply() local
/third_party/boost/boost/random/
Dadditive_combine.hpp109 typename MLCG2::result_type seed2) in additive_combine_engine()
163 typename MLCG2::result_type seed2) in seed()

12