Home
last modified time | relevance | path

Searched refs:UniformInt (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Drandom_op_impl.cu69 bool UniformInt(int seed, int seed2, curandState *globalState, T *input1, size_t input_size_1, in UniformInt() function
107 template bool UniformInt<float>(int seed, int seed2, curandState *globalState, float *input1, size_…
110 template bool UniformInt<int>(int seed, int seed2, curandState *globalState, int *input1, size_t in…
Drandom_op_impl.cuh28 bool UniformInt(int seed, int seed2, curandState *globalState,
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Drandom_op_gpu_kernel.cc23 MS_REG_GPU_KERNEL_ONE(UniformInt,
Drandom_op_gpu_kernel.h84 …bool ret = UniformInt(seed_, seed2_, devStates, input_addr_1, inputs[1]->size / sizeof(T), input_a… in Launch()
/third_party/mindspore/tests/st/ops/ascend/test_aicpu_ops/
Dtest_uniform_int.py28 self.uniformint = P.UniformInt(seed=seed)
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Drandom_cpu_kernel.h50 MS_REG_CPU_KERNEL(UniformInt,
/third_party/mindspore/tests/st/ops/gpu/
Dtest_uniform_int.py29 self.uniformint = P.UniformInt(seed=seed)
/third_party/mindspore/tests/st/ops/cpu/
Dtest_uniform_int.py34 self.uniformint = P.UniformInt(seed, seed2)
/third_party/mindspore/mindspore/ops/composite/
Drandom_ops.py194 random_uniform = P.UniformInt(seed1, seed2)
/third_party/mindspore/mindspore/ops/operations/
D__init__.py64 from .random_ops import (RandomChoiceWithMask, StandardNormal, Gamma, Poisson, UniformInt, UniformR…
Drandom_ops.py269 class UniformInt(PrimitiveWithInfer): class
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Ddistributions_test.cc303 TEST_F(RandomDistributionsTest, UniformInt) { in TEST_F() argument
/third_party/abseil-cpp/absl/random/
Ddistributions_test.cc293 TEST_F(RandomDistributionsTest, UniformInt) { in TEST_F() argument
/third_party/mindspore/tests/st/auto_monad/
Dtest_effect_random.py311 self.uniform_int = P.UniformInt(seed, seed2)
/third_party/mindspore/config/
Dop_info.config48 {"op_name": "UniformInt", "inputs": [{"index": 0, "name": "shape", "param_type": "required"}, {"ind…