Home
last modified time | relevance | path

Searched defs:cur_col (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Drandom_categorical.cu25 size_t cur_col = pos % num_samples; in RandomCategorical() local
41 size_t cur_col = pos % num_classes; in GetCdf() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dmatmul_fp32.c1072 …(const float *a, const float *b, float *c, const float *bias, int act_type, int depth, int cur_col, in MatVecMulAvxFp32()
/third_party/toybox/generated/
Dglobals.h960 int cur_col; member