Home
last modified time | relevance | path

Searched defs:kh_end (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Ddeconv_fp16.c47 …int kh_end = MSMIN(conv_param->kernel_h_, UP_DIV(conv_param->output_h_ - oh, conv_param->dilation_… in DeConvPostFp16() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Ddeconv_fp32.c72 …int kh_end = MSMIN(conv_param->kernel_h_, UP_DIV(conv_param->output_h_ - oh, conv_param->dilation_… in DeConvPostFp32C8() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Ddeconv_int8.c49 …int kh_end = MSMIN(conv_param->kernel_h_, UP_DIV(conv_param->output_h_ - oh, conv_param->dilation_… in DeConvPostInt8C4() local
/third_party/iowow/src/utils/
Dkhash.h537 #define kh_end(h) ((h)->n_buckets) macro
/third_party/ejdb/src/util/
Dkhash.h527 #define kh_end(h) ((h)->n_buckets) macro