Searched refs:offset_column (Results 1 – 1 of 1) sorted by relevance
210 const int32_t offset_column, const std::vector<uint32_t>& weightsDims, in assignWeightsSubmatrix() argument217 weights[(row + offset_row) * weightsDims[1] + column + offset_column] = submatrixValues[i]; in assignWeightsSubmatrix()