Home
last modified time | relevance | path

Searched defs:QuantizedLSTMOpModel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dquant_basic_lstm_test.cc30 class QuantizedLSTMOpModel : public MultiOpModel { class
32 QuantizedLSTMOpModel(int numBatches, int inputSize, float weightsScale, in QuantizedLSTMOpModel() function in tflite::__anon4e71b0670111::QuantizedLSTMOpModel
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTMTest.cpp49 class QuantizedLSTMOpModel { class
51 QuantizedLSTMOpModel(const std::vector<OperandTypeParams>& inputOperandTypeParams) { in QuantizedLSTMOpModel() function in android::nn::wrapper::QuantizedLSTMOpModel