Searched refs:concat_weights (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | quant_lstm_sup.cc | 81 void DecomposeQuantLstmWeightsTensor(const uint8_t* concat_weights, in DecomposeQuantLstmWeightsTensor() argument 99 0, weight_dims, concat_weights, in DecomposeQuantLstmWeightsTensor() 102 output_depth, weight_dims, concat_weights, in DecomposeQuantLstmWeightsTensor() 106 0, weight_dims, concat_weights, in DecomposeQuantLstmWeightsTensor() 109 output_depth, weight_dims, concat_weights, in DecomposeQuantLstmWeightsTensor() 113 0, weight_dims, concat_weights, in DecomposeQuantLstmWeightsTensor() 116 output_depth, weight_dims, concat_weights, in DecomposeQuantLstmWeightsTensor() 120 0, weight_dims, concat_weights, in DecomposeQuantLstmWeightsTensor() 123 output_depth, weight_dims, concat_weights, in DecomposeQuantLstmWeightsTensor()
|
D | quant_lstm_sup.h | 33 void DecomposeQuantLstmWeightsTensor(const uint8_t* concat_weights,
|