Lines Matching refs:model_
102 inputs.push_back(model_.addOperand(&X##OpndTy)); in LSTMOpModel()
110 inputs.push_back(model_.addOperand(&ActivationOpndTy)); in LSTMOpModel()
112 inputs.push_back(model_.addOperand(&CellClipOpndTy)); in LSTMOpModel()
114 inputs.push_back(model_.addOperand(&ProjClipOpndTy)); in LSTMOpModel()
129 outputs.push_back(model_.addOperand(&X##OpndTy)); in LSTMOpModel()
135 model_.addOperation(ANEURALNETWORKS_LSTM, inputs, outputs); in LSTMOpModel()
136 model_.identifyInputsAndOutputs(inputs, outputs); in LSTMOpModel()
158 model_.finish(); in LSTMOpModel()
190 ASSERT_TRUE(model_.isValid()); in Invoke()
195 Compilation compilation(&model_); in Invoke()
251 Model model_; member in android::nn::wrapper::LSTMOpModel