Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dstrassen.cc462 const int up_bound = 1024; in Run() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/rl/
Drl_buffer_impl.cu162 void RandomGenUniform(const int size, curandState *globalState, const int up_bound, unsigned int *i… in RandomGenUniform()