Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dpooling_fp16.c194 int c4_offset = c8 * C8NUM; in MaxPoolingC4Fp16() local
196 int in_channel_offset = in_batch_offset + c4_offset + j * C4NUM; in MaxPoolingC4Fp16()
197 int out_channel_offset = out_plane_offset + c4_offset + j * C4NUM; in MaxPoolingC4Fp16()