/third_party/mindspore/mindspore/ops/operations/ |
D | random_ops.py | 62 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/ |
D | random_standard_normal.cc | 24 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()
|
D | uniform_real.cc | 25 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/ |
D | hash_fwd_test_1.cpp | 42 std::size_t seed2 = 0; in fwd_test2() local 75 std::size_t seed2 = in fwd_test3() local
|
D | hash_built_in_array_test.cpp | 56 std::size_t seed2 = 0; in two_dimensional_array_test() local
|
D | hash_global_namespace_test.cpp | 83 std::size_t seed2 = 0; in custom_tests() local
|
D | hash_friend_test.cpp | 85 std::size_t seed2 = 0; in custom_tests() local
|
D | hash_custom_test.cpp | 82 std::size_t seed2 = 0; in custom_tests() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | random_op_impl.cu | 54 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/ |
D | test_effect_random.py | 193 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/ |
D | test_uniform_real.py | 25 def __init__(self, shape, seed=0, seed2=0): argument
|
D | test_standard_normal.py | 25 def __init__(self, shape, seed=0, seed2=0): argument
|
D | test_uniform_int.py | 27 def __init__(self, shape, seed=0, seed2=0): argument
|
/third_party/mindspore/tests/st/ops/ascend/test_aicpu_ops/ |
D | test_standard_laplace.py | 24 def __init__(self, shape, seed=0, seed2=0): argument
|
D | test_standard_normal.py | 24 def __init__(self, shape, seed=0, seed2=0): argument
|
D | test_uniform_real.py | 24 def __init__(self, shape, seed=0, seed2=0): argument
|
D | test_poisson.py | 26 def __init__(self, shape, seed=0, seed2=0): argument
|
D | test_uniform_int.py | 26 def __init__(self, shape, seed=0, seed2=0): argument
|
D | test_gamma.py | 27 def __init__(self, shape, seed=0, seed2=0): argument
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_standard_normal.py | 25 def __init__(self, shape, seed=0, seed2=0): argument
|
D | test_uniform_real.py | 25 def __init__(self, shape, seed=0, seed2=0): argument
|
D | test_uniform_int.py | 27 def __init__(self, shape, seed=0, seed2=0): argument
|
/third_party/mindspore/mindspore/ccsrc/pybind_api/random_normal/ |
D | random_cpu_kernel.cc | 24 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/ |
D | redistribute_elements.hpp | 42 size_t & seed2) in pick_seeds() 136 size_t seed2 = 0; in apply() local
|
/third_party/boost/boost/random/ |
D | additive_combine.hpp | 109 typename MLCG2::result_type seed2) in additive_combine_engine() 163 typename MLCG2::result_type seed2) in seed()
|