Searched refs:RowMajor2Row32Major (Results 1 – 3 of 3) sorted by relevance
49 void RowMajor2Row32Major(const float *src_ptr, float *dst_ptr, int row, int col);
127 void RowMajor2Row32Major(const float *src_ptr, float *dst_ptr, int row, int col) { in RowMajor2Row32Major() function
205 RowMajor2Row32Major(src_data, dst, params_->col_, params_->deep_); in InitMatrixB()