Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dquant_lstm_sup.cc83 std::vector<uint8_t>* recurrent_to_input, in DecomposeQuantLstmWeightsTensor() argument
100 recurrent_to_input); in DecomposeQuantLstmWeightsTensor()
Dquant_lstm_sup.h35 std::vector<uint8_t>* recurrent_to_input,
Dnnapi_delegate.cc3228 std::vector<uint8_t> recurrent_to_input; in Map() local
3237 weight_tensor.data.uint8, weight_tensor.dims, &recurrent_to_input, in Map()
3271 recurrent_weight_dims, recurrent_to_input, weight_tensor.params, in Map()