Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Drandom_data_op.h114 inline int32_t GenRandomInt(int32_t min, int32_t max) { in GenRandomInt() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Drandom_node.cc57 int32_t RandomNode::GenRandomInt(int32_t min, int32_t max) { in GenRandomInt() function in mindspore::dataset::RandomNode