Home
last modified time | relevance | path

Searched defs:global_seed (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/core/protos/
Dps.proto41 uint64 global_seed = 3; field
/third_party/mindspore/mindspore/ccsrc/ps/random_normal/
Drandom_normal.cc60 bool InitRandomNormal(float mean, float stddev, std::vector<size_t> out_shape, size_t global_seed, … in InitRandomNormal()
/third_party/mindspore/mindspore/parallel/
D_ps_context.py209 def _insert_weight_init_info(name, global_seed, op_seed): argument
/third_party/mindspore/mindspore/ccsrc/ps/
Dps_context.cc159 void PSContext::InsertWeightInitInfo(const std::string &param_name, size_t global_seed, size_t op_s… in InsertWeightInitInfo()
/third_party/boost/libs/math/test/
Dunivariate_statistics_test.cpp33 static const constexpr size_t global_seed = 0; variable
Dnorms_test.cpp46 static const constexpr size_t global_seed = 834; variable
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/
Dps_cache_manager.cc67 void PsCacheManager::InsertWeightInitInfo(const std::string &param_name, size_t global_seed, size_t… in InsertWeightInitInfo()