Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dquant_lstm_sup.cc88 std::vector<uint8_t>* input_to_forget, in DecomposeQuantLstmWeightsTensor() argument
117 input_to_forget); in DecomposeQuantLstmWeightsTensor()
Dquant_lstm_sup.h40 std::vector<uint8_t>* input_to_forget,
Dnnapi_delegate.cc3233 std::vector<uint8_t> input_to_forget; in Map() local
3239 &recurrent_to_forget, &input_to_forget, &recurrent_to_output, in Map()
3256 input_weight_dims, input_to_forget, weight_tensor.params, in Map()