Home
last modified time | relevance | path

Searched refs:DecomposeQuantLstmWeightsTensor (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dquant_lstm_sup_test.cc126 using tflite::delegate::nnapi::DecomposeQuantLstmWeightsTensor;
165 DecomposeQuantLstmWeightsTensor( in TEST_F()
175 DecomposeQuantLstmWeightsTensor( in TEST_F()
185 DecomposeQuantLstmWeightsTensor( in TEST_F()
195 DecomposeQuantLstmWeightsTensor( in TEST_F()
205 DecomposeQuantLstmWeightsTensor( in TEST_F()
215 DecomposeQuantLstmWeightsTensor( in TEST_F()
225 DecomposeQuantLstmWeightsTensor( in TEST_F()
235 DecomposeQuantLstmWeightsTensor( in TEST_F()
Dquant_lstm_sup.h33 void DecomposeQuantLstmWeightsTensor(const uint8_t* concat_weights,
Dquant_lstm_sup.cc81 void DecomposeQuantLstmWeightsTensor(const uint8_t* concat_weights, in DecomposeQuantLstmWeightsTensor() function
Dnnapi_delegate.cc3236 tflite::delegate::nnapi::DecomposeQuantLstmWeightsTensor( in Map()