Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dwinograd_transform.c130 int c8_res = j % 2; in WinogradOutputNHWCTransform() local
133 …int src_oc4_offset = src_tile_offset + c8_block * input_unit * input_unit * C8NUM + c8_res * C4NUM; in WinogradOutputNHWCTransform()
200 int c8_res = j % 2; in WinogradOutputNC4HW4Transform() local
203 …int src_oc4_offset = src_tile_offset + c8_block * input_unit * input_unit * C8NUM + c8_res * C4NUM; in WinogradOutputNC4HW4Transform()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dpooling_fp16.c188 int c8_res = channel % C8NUM; in MaxPoolingC4Fp16() local
189 int c4 = c8_res / C4NUM; in MaxPoolingC4Fp16()
234 int c8_res = channel % C8NUM; in MaxPoolingC1Fp16() local
235 int c4 = c8_res / C4NUM; in MaxPoolingC1Fp16()