Home
last modified time | relevance | path

Searched defs:RandomGamma (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Drandom_gamma.h35 RandomGamma() : BaseOperator(kRandomGamma) { InitIOName({"shape", "alpha"}, {"output"}); } in RandomGamma() function
/third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/
Dtest_random_gamma_op.py36 class RandomGamma(nn.Cell): class
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Drandom_ops.py250 class RandomGamma(Primitive): class