Home
last modified time | relevance | path

Searched refs:RowMajor2Row32Major (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dmatmul_fp32.h49 void RowMajor2Row32Major(const float *src_ptr, float *dst_ptr, int row, int col);
Dmatmul_fp32.c127 void RowMajor2Row32Major(const float *src_ptr, float *dst_ptr, int row, int col) { in RowMajor2Row32Major() function
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dmatmul_fp32_base.cc205 RowMajor2Row32Major(src_data, dst, params_->col_, params_->deep_); in InitMatrixB()