Home
last modified time | relevance | path

Searched refs:GeneratedModel (Results 1 – 7 of 7) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DGeneratedTestUtils.h55 class GeneratedModel : public test_wrapper::Model {
58 GeneratedModel(const NnApiSupportLibrary* nnapi) : sl_wrapper::Model(nnapi) {} in GeneratedModel() function
88 bool testDynamicOutputShape, GeneratedModel* model);
90 GeneratedModel* model) { in createModel()
95 GeneratedModel* model);
96 inline void createModel(const test_helper::TestModel& testModel, GeneratedModel* model) { in createModel()
DGeneratedTestUtils.cpp189 bool testDynamicOutputShape, GeneratedModel* model) {
191 void createModel(const TestModel& testModel, bool testDynamicOutputShape, GeneratedModel* model) {
DTestCompliance.cpp220 generated_tests::GeneratedModel model; in TEST_P()
DTestRemoveDefaultArguments.cpp161 generated_tests::GeneratedModel model; in test()
DTestGenerated.cpp379 GeneratedModel model; in execute()
DSupportLibraryTestGenerated.cpp475 GeneratedModel model(mNnApi.get()); in execute()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp247 generated_tests::GeneratedModel model; in computeGoldenResults()
377 generated_tests::GeneratedModel model; in testRandomGraph()