Searched defs:RandInt (Results 1 – 4 of 4) sorted by relevance
85 int32_t TrivialAugmentWideOp::RandInt(int32_t low, int32_t high) { in RandInt() function in mindspore::dataset::TrivialAugmentWideOp
88 int32_t RandAugmentOp::RandInt(int32_t low, int32_t high) { in RandInt() function in mindspore::dataset::RandAugmentOp
44 class RandInt(nn.Cell): class
69 RandInt() { srand(static_cast<unsigned int>(time(nullptr))); } in RandInt() function