Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpooling_int8.c446 const int ky_s = 0 > (-in_h_index) ? 0 : (-in_h_index); in MaxPoolingOptInt8() local
459 for (int h = ky_s; h < ky_e; ++h) { in MaxPoolingOptInt8()