Searched refs:initializeInputData (Results 1 – 1 of 1) sorted by relevance
77 initializeInputData(inputOperandTypeParams[QuantizedLSTMCell::kInputTensor], &input_); in QuantizedLSTMOpModel()78 initializeInputData(inputOperandTypeParams[QuantizedLSTMCell::kPrevOutputTensor], in QuantizedLSTMOpModel()80 initializeInputData(inputOperandTypeParams[QuantizedLSTMCell::kPrevCellStateTensor], in QuantizedLSTMOpModel()186 void initializeInputData(OperandTypeParams params, std::vector<T>* vec) { in initializeInputData() function in android::nn::wrapper::QuantizedLSTMOpModel