Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dpack_fp32.c508 int src_off_kh = src_off_c + kh * width; in PackDepthwiseIndirectWeightC4Fp32() local
511 ((float *)dst)[dst_off] = ((float *)src)[src_off_kh + kw]; in PackDepthwiseIndirectWeightC4Fp32()
525 int src_off_kh = src_off_c + kh * width; in PackDepthwiseIndirectWeightC8Fp32() local
528 ((float *)dst)[dst_off] = ((float *)src)[src_off_kh + kw]; in PackDepthwiseIndirectWeightC8Fp32()