Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dquant_lstm_sup.cc29 const int32_t offset_column, in ExtractQuantLstmWeightsSubmatrix() argument
43 weights[(row + offset_row) * weight_cols + column + offset_column]; in ExtractQuantLstmWeightsSubmatrix()
Dquant_lstm_sup.h28 const int32_t offset_column,