Searched refs:dst_col (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/ |
D | splice_fp32_coder.cc | 38 int dst_col = dst_shape.at(kBiasIndex); in DoCode() local 39 if (src_col * splice_parameter->context_dim_ != dst_col) { in DoCode() 54 dst_col); in DoCode()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/ |
D | splice_fp32.cc | 53 int dst_col = dst_shape.at(DIMENSION_2D); in Run() local 54 if (src_col * parameter_->context_dim_ != dst_col) { in Run() 72 SpliceFp32(input_data, src_row, src_col, parameter_, output_data, dst_row, dst_col); in Run()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | splice_fp32.c | 19 float *dst_data, int dst_row, int dst_col) { in SpliceFp32() argument 22 float *dst_row_data = dst_data + r * dst_col; in SpliceFp32()
|
D | splice_fp32.h | 26 float *dst_data, int dst_row, int dst_col);
|
/third_party/flutter/skia/src/opts/ |
D | SkBlitRow_opts.h | 344 uint8x8x4_t dst_col = vld4_u8(reinterpret_cast<uint8_t*>(dst)); in blit_row_s32a_opaque() local 345 vst4_u8(reinterpret_cast<uint8_t*>(dst), SkPMSrcOver_neon8(dst_col, src_col)); in blit_row_s32a_opaque()
|