Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dpack_fp32.c504 int dst_off_c = c * C4NUM * height * width; in PackDepthwiseIndirectWeightC4Fp32() local
510 int dst_off = dst_off_c + kw * height * C4NUM + kh * C4NUM + i; in PackDepthwiseIndirectWeightC4Fp32()
521 int dst_off_c = c * C8NUM * height * width; in PackDepthwiseIndirectWeightC8Fp32() local
527 int dst_off = dst_off_c + kw * height * C8NUM + kh * C8NUM + i; in PackDepthwiseIndirectWeightC8Fp32()