Searched defs:dst_c (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/ |
D | gemm.c | 105 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/ |
D | matmul_fp32.c | 142 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/ |
D | decode.py | 296 dst_c = sys.argv[3] variable
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | matmul_fp16.c | 619 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
|
D | pack_fp16.c | 584 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/ |
D | gemm_fp16.c | 188 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/ |
D | pack_int8.c | 975 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
|
D | matmul_int8.c | 109 int8_t *dst_c = dst_r + ci * C4NUM; in RowMajor2Row16x4MajorInt8() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/ |
D | image_process.cc | 639 int dst_c = src.channel_; in CropInternal() local
|