Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpooling_int8.c54 int out_channel_offset = out_plane_offset + j; in AvgPoolingInt8() local
135 int out_channel_offset = out_plane_offset + j * C16NUM; in AvgPoolingOptInt8() local
208 int out_channel_offset = out_c16_offset + j * C8NUM; in AvgPoolingOptInt8() local
257 int out_channel_offset = out_c8_offset + k; in AvgPoolingOptInt8() local
309 int out_channel_offset = out_plane_offset + j; in MaxPoolingInt8() local
360 int out_channel_offset = out_plane_offset + j * 16; in MaxPoolingWithQuantInt8() local
403 int out_channel_offset = out_plane_offset + k; in MaxPoolingWithQuantInt8() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dpooling_fp16.c150 int out_channel_offset = out_plane_offset + j * C8NUM; in MaxPoolingC8Fp16() local
197 int out_channel_offset = out_plane_offset + c4_offset + j * C4NUM; in MaxPoolingC4Fp16() local
239 int out_channel_offset = out_plane_offset + k; in MaxPoolingC1Fp16() local