Lines Matching refs:ANeuralNetworksModel
117 ANeuralNetworksModel* mModel = nullptr;
314 void addScalarOperand(ANeuralNetworksModel* model) { in addScalarOperand()
320 void addTensorOperand(ANeuralNetworksModel* model, bool dimensionsUnspecified) { in addTensorOperand()
330 void createModel(ANeuralNetworksModel* model, bool dimensionsUnspecified, bool isValid) { in createModel()
382 ANeuralNetworksModel* mModel = nullptr;
386 ANeuralNetworksModel* mModelDynamic = nullptr;
390 ANeuralNetworksModel* mInitModel = nullptr;
392 ANeuralNetworksModel* mDeinitModel = nullptr;
737 ANeuralNetworksModel* valueModel = nullptr; in TEST_F()
3453 static std::pair<ANeuralNetworksModel*, ANeuralNetworksCompilation*>
3459 ANeuralNetworksModel* model; in createAndCompileAddModelWithType()
3577 static std::pair<ANeuralNetworksModel*, ANeuralNetworksCompilation*>
3615 ANeuralNetworksModel* model; in createAndCompileChannelQuantConvModel()