| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32_grad/ |
| D | gemm.c | 92 static void RowMajor2Col12MajorStrideArm64(const float *src_c, float *dst_c, int lead) { 156 void RowMajor2Col12MajorStrideArm32(const float *src_c, float *dst_c, int lead) { 239 float *dst_c = dst_r + ci * C12NUM; local 256 float *dst_c = dst_r + ci * C12NUM; local 283 static void RowMajor2Col8MajorStrideArm64(const float *src_c, float *dst_c, int lead) { 367 static void RowMajor2Col8MajorStrideArm32(const float *src_c, float *dst_c, size_t col) { 411 static void RowMajor2Col8MajorStrideArm32Nnie(const float *src_c, float *dst_c, size_t col) { 473 float *dst_c = dst_r + ci * C8NUM; local 493 float *dst_c = dst_r + ci * C8NUM; local 522 float *dst_c = dst_r + ci * C4NUM; local [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/ |
| D | matmul_fp16.c | 598 float16_t *dst_c = dst_r + ci * C16NUM; in RowMajor2Col16MajorFp16Opt() local 611 float16_t *dst_c = dst_r + ci * C16NUM; in RowMajor2Col16MajorFp16Opt() local 647 float16_t *dst_c = dst_r + ci * C12NUM; in RowMajor2ColLadder12MajorFp16() local 652 float16_t *dst_c = dst_r + ci * C12NUM; in RowMajor2ColLadder12MajorFp16() local 664 float16_t *dst_c = dst_r + ci * C8NUM; in RowMajor2ColLadder12MajorFp16() local 669 float16_t *dst_c = dst_r + ci * C8NUM; in RowMajor2ColLadder12MajorFp16() local 681 float16_t *dst_c = dst_r + ci * C4NUM; in RowMajor2ColLadder12MajorFp16() local 686 float16_t *dst_c = dst_r + ci * C4NUM; in RowMajor2ColLadder12MajorFp16() local 733 float16_t *dst_c = dst_r + ci * C16NUM; in RowMajor2ColNMajorFp16srcFp16() local 738 float16_t *dst_c = dst_r + ci * C16NUM; in RowMajor2ColNMajorFp16srcFp16() local [all …]
|
| D | conv_fp16.c | 291 float16_t *dst_c = trans_input + c * tile_num * C8NUM; in ConvWinogardFp16() local
|
| D | pack_fp16.c | 543 inline void Transpose12x8A32Fp16(const float16_t *src_c, float16_t *dst_c, size_t src_stride, size_… in Transpose12x8A32Fp16()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/ |
| D | pack_fp32_opt.c | 21 void RowMajor2Col12MajorOptCore(const float *src_c, float *dst_c, size_t stride, int64_t row, int64… in RowMajor2Col12MajorOptCore() 110 void RowMajor2Row12MajorOptCore(const float *src_c, float *dst_c, size_t stride, int64_t row, int64… in RowMajor2Row12MajorOptCore()
|
| D | conv_winograd_fp32.c | 94 float *dst_c = trans_input + c * tile_num * channel_pack_tile; in ConvWinogardFp32() local 214 float *dst_c = trans_input + c * tile_num * channel_pack_tile; in ConvWinogardFp32CutByBatch() local
|
| D | pack_fp32.c | 233 void RowMajor2Col12Major_arm64(const float *src_c, float *dst_c, size_t col) { in RowMajor2Col12Major_arm64() 297 void RowMajor2Col12Major_arm32(const float *src_c, float *dst_c, size_t col) { in RowMajor2Col12Major_arm32() 363 float *dst_c = dst_r + ci * C12NUM; in RowMajor2Col12MajorParallel() local 434 float *dst_c = dst_r + ci * C12NUM; in RowMajor2Col12MajorParallel() local 457 void RowMajor2Col8Major_arm64(const float *src_c, float *dst_c, size_t col) { in RowMajor2Col8Major_arm64() 540 void RowMajor2Col8Major_arm32(const float *src_c, float *dst_c, size_t col) { in RowMajor2Col8Major_arm32() 583 void RowMajor2Col8Major_arm32(const float *src_c, float *dst_c, size_t col) { in RowMajor2Col8Major_arm32() 644 float *dst_c = dst_r + ci * C8NUM; in RowMajor2Col8MajorParallel() local 688 float *dst_c = dst_r + ci * C8NUM; in RowMajor2Col8MajorParallel() local 722 float *dst_c = dst_r + ci * C16NUM; in RowMajor2Col16MajorParallel() local [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/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-src/source/mindspore/lite/src/litert/ |
| D | runtime_packed_node_pass.cc | 223 float *dst_c = dst_r + ci * C8NUM; in MatmulFp32BaseUnpack() local 232 float *dst_c = dst_r + ci * C8NUM; in MatmulFp32BaseUnpack() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/ |
| D | pack_int8.c | 163 int16_t *dst_c = packed_weight_ + c8_block_num * plane * C8NUM; in PackDepthwiseInt8Weight() local 182 int16_t *dst_c = packed_weight_ + c4_block_num * plane * C4NUM; in PackDeconvDepthwiseInt8Weight() local
|
| D | matmul_int8.c | 172 int8_t *dst_c = dst_r + ci * C4NUM; in RowMajor2Row16x4MajorInt8() local
|
| /third_party/skia/m133/third_party/externals/libyuv/unit_test/ |
| D | planar_test.cc | 2430 uint8_t* dst_c = orig_y + y_plane_size * 2; in TestHalfFloatPlane() local 2563 float* dst_c = reinterpret_cast<float*>(orig_y + y_plane_size * 5); in TestByteToFloat() local 3838 uint8_t* dst_c = orig_y + kPixels * 4 + 16; in TestScaleMaxSamples() local 3906 uint8_t* dst_c = orig_y + kPixels * 4; in TestScaleSumSamples() local 3984 uint8_t* dst_c = orig_y + kPixels * 4; in TestScaleSamples() local 4047 uint8_t* dst_c = orig_y + kPixels * 4; in TestCopySamples() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/ |
| D | image_process.cc | 690 int dst_c = src.channel_; in CropInternal() local
|