Home
last modified time | relevance | path

Searched defs:RandInt (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Dtrivial_augment_wide_op.cc85 int32_t TrivialAugmentWideOp::RandInt(int32_t low, int32_t high) { in RandInt() function in mindspore::dataset::TrivialAugmentWideOp
Drand_augment_op.cc88 int32_t RandAugmentOp::RandInt(int32_t low, int32_t high) { in RandInt() function in mindspore::dataset::RandAugmentOp
/third_party/mindspore/mindspore-src/source/tests/st/ops/
Dtest_func_random_functions.py44 class RandInt(nn.Cell): class
/third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/include/actor/
Dop_actor.h69 RandInt() { srand(static_cast<unsigned int>(time(nullptr))); } in RandInt() function