Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Duniform_int.h37UniformInt() : BaseOperator(kNameUniformInt) { InitIOName({"shape", "minval", "maxval"}, {"output"… in UniformInt() function
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Ddistributions_test.cc303 TEST_F(RandomDistributionsTest, UniformInt) { in TEST_F() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Drandom_op_impl.cu105 cudaError_t UniformInt(uint64_t seed, uint64_t seed_offset, curandStatePhilox4_32_10_t *globalState… in UniformInt() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Drandom_ops.py656 class UniformInt(Primitive): class