Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dquant_lstm_sup.cc89 std::vector<uint8_t>* recurrent_to_output, in DecomposeQuantLstmWeightsTensor() argument
121 recurrent_to_output); in DecomposeQuantLstmWeightsTensor()
Dquant_lstm_sup.h41 std::vector<uint8_t>* recurrent_to_output,
Dnnapi_delegate.cc3234 std::vector<uint8_t> recurrent_to_output; in Map() local
3239 &recurrent_to_forget, &input_to_forget, &recurrent_to_output, in Map()
3286 recurrent_weight_dims, recurrent_to_output, weight_tensor.params, in Map()