Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32_grad/
Dgemm.c92 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/
Dmatmul_fp16.c598 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 …]
Dconv_fp16.c291 float16_t *dst_c = trans_input + c * tile_num * C8NUM; in ConvWinogardFp16() local
Dpack_fp16.c543 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/
Dpack_fp32_opt.c21 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()
Dconv_winograd_fp32.c94 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
Dpack_fp32.c233 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/
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-src/source/mindspore/lite/src/litert/
Druntime_packed_node_pass.cc223 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/
Dpack_int8.c163 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
Dmatmul_int8.c172 int8_t *dst_c = dst_r + ci * C4NUM; in RowMajor2Row16x4MajorInt8() local
/third_party/skia/m133/third_party/externals/libyuv/unit_test/
Dplanar_test.cc2430 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/
Dimage_process.cc690 int dst_c = src.channel_; in CropInternal() local