Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dquant_lstm_sup.cc35 auto const& weight_cols = weight_dims->data[1]; in ExtractQuantLstmWeightsSubmatrix() local
43 weights[(row + offset_row) * weight_cols + column + offset_column]; in ExtractQuantLstmWeightsSubmatrix()