Home
last modified time | relevance | path

Searched defs:src_col (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/fp32/
Dsplice_fp32_coder.cc37 int src_col = src_shape.at(kBiasIndex); in DoCode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Dsplice_fp16.c17 void SpliceFp16(const float16_t *src_data, int src_row, int src_col, const SpliceParameter *param, … in SpliceFp16()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dsplice_fp32.c18 void SpliceFp32(const float *src_data, int src_row, int src_col, const SpliceParameter *splice_para… in SpliceFp32()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/
Dsplice.c39 int src_col = input->shape_[Index2]; in SpliceCompute() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/wrapper/base/
Daffine_wrapper.h24 int src_col; member
/third_party/ncurses/ncurses/base/
Dlib_refresh.c82 int src_row, src_col; in wnoutrefresh() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp32/
Daffine_fp32.cc291 int src_col = input_shape.at(input_shape.size() - 1); in IncrementMatmulKernelCreate() local
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c3780 …er_add_ps_fog_stage(struct shader_translator *tx, struct ureg_dst dst_col, struct ureg_src src_col) in shader_add_ps_fog_stage()