Home
last modified time | relevance | path

Searched defs:dst_c (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dgemm.c105 float *dst_c = dst_r + ci * C12NUM; local
233 float *dst_c = dst_r + ci * C12NUM; local
276 float *dst_c = dst_r + ci * C8NUM; local
451 float *dst_c = dst_r + ci * C8NUM; local
480 float *dst_c = dst_r + ci * C4NUM; local
520 float *dst_c = dst_r + ci * C4NUM; local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dmatmul_fp32.c142 void RowMajor2Col12Major_arm64(const float *src_c, float *dst_c, size_t col) { in RowMajor2Col12Major_arm64()
206 void RowMajor2Col12Major_arm32(const float *src_c, float *dst_c, size_t col) { in RowMajor2Col12Major_arm32()
272 float *dst_c = dst_r + ci * C12NUM; in RowMajor2Col12Major() local
343 float *dst_c = dst_r + ci * C12NUM; in RowMajor2Col12Major() local
364 void RowMajor2Col8Major_arm64(const float *src_c, float *dst_c, size_t col) { in RowMajor2Col8Major_arm64()
447 void RowMajor2Col8Major_arm32(const float *src_c, float *dst_c, size_t col) { in RowMajor2Col8Major_arm32()
490 void RowMajor2Col8Major_arm32(const float *src_c, float *dst_c, size_t col) { in RowMajor2Col8Major_arm32()
551 float *dst_c = dst_r + ci * C8NUM; in RowMajor2Col8Major() local
595 float *dst_c = dst_r + ci * C8NUM; in RowMajor2Col8Major() local
627 float *dst_c = dst_r + ci * C16NUM; in RowMajor2Col16Major() local
[all …]
/third_party/mesa3d/src/compiler/isaspec/
Ddecode.py296 dst_c = sys.argv[3] variable
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dmatmul_fp16.c619 float16_t *dst_c = dst_r + ci * C16NUM; in RowMajor2Col16MajorFp16Opt() local
632 float16_t *dst_c = dst_r + ci * C16NUM; in RowMajor2Col16MajorFp16Opt() local
668 float16_t *dst_c = dst_r + ci * C16NUM; in RowMajor2ColNMajorFp16() local
673 float16_t *dst_c = dst_r + ci * C16NUM; in RowMajor2ColNMajorFp16() local
685 float16_t *dst_c = dst_r + ci * C8NUM; in RowMajor2ColNMajorFp16() local
690 float16_t *dst_c = dst_r + ci * C8NUM; in RowMajor2ColNMajorFp16() local
702 float16_t *dst_c = dst_r + ci * C4NUM; in RowMajor2ColNMajorFp16() local
707 float16_t *dst_c = dst_r + ci * C4NUM; in RowMajor2ColNMajorFp16() local
737 float16_t *dst_c = dst_r + ci * C12NUM; in RowMajor2Col12MajorFp16Opt() local
752 float16_t *dst_c = dst_r + ci * C12NUM; in RowMajor2Col12MajorFp16Opt() local
Dpack_fp16.c584 inline void Transpose12x8A32Fp16(const float16_t *src_c, float16_t *dst_c, size_t src_stride, size_… in Transpose12x8A32Fp16()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dgemm_fp16.c188 float16_t *dst_c = dst_r + ci * C16NUM; in RowMajor2Col16MajorStrideFp16() local
201 float16_t *dst_c = dst_r + ci * C16NUM; in RowMajor2Col16MajorStrideFp16() local
248 float16_t *dst_c = dst_r + ci * C12NUM; in RowMajor2Col12MajorStrideFp16() local
261 float16_t *dst_c = dst_r + ci * C12NUM; in RowMajor2Col12MajorStrideFp16() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpack_int8.c975 int16_t *dst_c = packed_weight_ + c8_block_num * plane * C8NUM; in PackDepthwiseInt8Weight() local
994 int16_t *dst_c = packed_weight_ + c4_block_num * plane * C4NUM; in PackDeconvDepthwiseInt8Weight() local
Dmatmul_int8.c109 int8_t *dst_c = dst_r + ci * C4NUM; in RowMajor2Row16x4MajorInt8() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dimage_process.cc639 int dst_c = src.channel_; in CropInternal() local