Lines Matching refs:ANeuralNetworksModel
113 ANeuralNetworksModel* mModel = nullptr;
310 void addScalarOperand(ANeuralNetworksModel* model) { in addScalarOperand()
316 void addTensorOperand(ANeuralNetworksModel* model, bool dimensionsUnspecified) { in addTensorOperand()
326 void createModel(ANeuralNetworksModel* model, bool dimensionsUnspecified, bool isValid) { in createModel()
376 ANeuralNetworksModel* mModel = nullptr;
380 ANeuralNetworksModel* mModelDynamic = nullptr;
384 ANeuralNetworksModel* mInitModel = nullptr;
386 ANeuralNetworksModel* mDeinitModel = nullptr;
731 ANeuralNetworksModel* valueModel = nullptr; in TEST_F()
2935 static std::pair<ANeuralNetworksModel*, ANeuralNetworksCompilation*>
2941 ANeuralNetworksModel* model; in createAndCompileAddModelWithType()
3059 static std::pair<ANeuralNetworksModel*, ANeuralNetworksCompilation*>
3097 ANeuralNetworksModel* model; in createAndCompileChannelQuantConvModel()