Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp210 const int32_t offset_column, const std::vector<uint32_t>& weightsDims, in assignWeightsSubmatrix() argument
217 weights[(row + offset_row) * weightsDims[1] + column + offset_column] = submatrixValues[i]; in assignWeightsSubmatrix()