Searched defs:global_seed (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/ps/core/protos/ |
D | ps.proto | 41 uint64 global_seed = 3; field
|
/third_party/mindspore/mindspore/ccsrc/ps/random_normal/ |
D | random_normal.cc | 60 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.py | 209 def _insert_weight_init_info(name, global_seed, op_seed): argument
|
/third_party/mindspore/mindspore/ccsrc/ps/ |
D | ps_context.cc | 159 void PSContext::InsertWeightInitInfo(const std::string ¶m_name, size_t global_seed, size_t op_s… in InsertWeightInitInfo()
|
/third_party/boost/libs/math/test/ |
D | univariate_statistics_test.cpp | 33 static const constexpr size_t global_seed = 0; variable
|
D | norms_test.cpp | 46 static const constexpr size_t global_seed = 834; variable
|
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ |
D | ps_cache_manager.cc | 67 void PsCacheManager::InsertWeightInitInfo(const std::string ¶m_name, size_t global_seed, size_t… in InsertWeightInitInfo()
|