Home
last modified time | relevance | path

Searched defs:RandomNormal (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Drandom_normal.h31 RandomNormal() : BaseOperator(kNameRandomNormal) {} in RandomNormal() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/initializer/
Dinit_random.cc52 void RandomNormal(std::uint64_t seed, const py::buffer &py_buf, float mean, float sigma) { in RandomNormal() function