Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpooling_int8.c447 int ky_e = MSMIN(pooling_param->window_h_, pooling_param->input_h_ - in_h_index); in MaxPoolingOptInt8() local
459 for (int h = ky_s; h < ky_e; ++h) { in MaxPoolingOptInt8()