Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dquant_lstm_sup.cc87 std::vector<uint8_t>* recurrent_to_forget, in DecomposeQuantLstmWeightsTensor() argument
114 recurrent_to_forget); in DecomposeQuantLstmWeightsTensor()
Dquant_lstm_sup.h39 std::vector<uint8_t>* recurrent_to_forget,
Dnnapi_delegate.cc3232 std::vector<uint8_t> recurrent_to_forget; in Map() local
3239 &recurrent_to_forget, &input_to_forget, &recurrent_to_output, in Map()
3276 recurrent_weight_dims, recurrent_to_forget, weight_tensor.params, in Map()