Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dquant_lstm_sup.cc85 std::vector<uint8_t>* recurrent_to_cell, in DecomposeQuantLstmWeightsTensor() argument
107 recurrent_to_cell); in DecomposeQuantLstmWeightsTensor()
Dquant_lstm_sup.h37 std::vector<uint8_t>* recurrent_to_cell,
Dnnapi_delegate.cc3230 std::vector<uint8_t> recurrent_to_cell; in Map() local
3238 &input_to_input, &recurrent_to_cell, &input_to_cell, in Map()
3281 recurrent_weight_dims, recurrent_to_cell, weight_tensor.params, in Map()