Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dquant_lstm_sup.cc57 TfLiteIntArray* input_submatrix_dims) { in SetWeightSubmatrixDims() argument
64 input_submatrix_dims->data[0] = output_depth; in SetWeightSubmatrixDims()
65 input_submatrix_dims->data[1] = input_depth; in SetWeightSubmatrixDims()
94 TfLiteIntArray* input_submatrix_dims = TfLiteIntArrayCreate(2); in DecomposeQuantLstmWeightsTensor() local
96 input_submatrix_dims); in DecomposeQuantLstmWeightsTensor()
101 ExtractQuantLstmWeightsSubmatrix(input_submatrix_dims, 0 * output_depth, in DecomposeQuantLstmWeightsTensor()
108 ExtractQuantLstmWeightsSubmatrix(input_submatrix_dims, 1 * output_depth, in DecomposeQuantLstmWeightsTensor()
115 ExtractQuantLstmWeightsSubmatrix(input_submatrix_dims, 2 * output_depth, in DecomposeQuantLstmWeightsTensor()
122 ExtractQuantLstmWeightsSubmatrix(input_submatrix_dims, 3 * output_depth, in DecomposeQuantLstmWeightsTensor()
127 TfLiteIntArrayFree(input_submatrix_dims); in DecomposeQuantLstmWeightsTensor()
Dquant_lstm_sup.h46 TfLiteIntArray* input_submatrix_dims);