Searched refs:createModel (Results 1 – 8 of 8) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | GeneratedTestUtils.h | 71 void createModel(const test_helper::TestModel& testModel, bool testDynamicOutputShape, 73 inline void createModel(const test_helper::TestModel& testModel, GeneratedModel* model) { in createModel() function 74 createModel(testModel, /*testDynamicOutputShape=*/false, model); in createModel()
|
D | TestValidation.cpp | 99 virtual void createModel() { in createModel() function in __anon1fd66c800111::ValidationTestModel 189 createModel(); in SetUp() 267 createModel(mModel, /*dimensionsUnspecified=*/false, /*isValid=*/true); in SetUp() 275 createModel(mModelDynamic, /*dimensionsUnspecified=*/true, /*isValid=*/true); in SetUp() 283 createModel(mInitModel, /*dimensionsUnspecified=*/false, /*isValid=*/true); in SetUp() 289 createModel(mDeinitModel, /*dimensionsUnspecified=*/false, /*isValid=*/false); in SetUp() 326 void createModel(ANeuralNetworksModel* model, bool dimensionsUnspecified, bool isValid) { in createModel() function in __anon1fd66c800111::ValidationTestExecutionDeviceMemory 821 createModel(); in TEST_F() 830 createModel(); in TEST_F() 840 createModel(); in TEST_F() [all …]
|
D | GeneratedTestUtils.cpp | 158 void createModel(const TestModel& testModel, bool testDynamicOutputShape, GeneratedModel* model) { in createModel() function
|
D | TestCompliance.cpp | 215 generated_tests::createModel(testModel, &model); in TEST_P()
|
D | TestRemoveDefaultArguments.cpp | 161 generated_tests::createModel(testModel, &model); in test()
|
D | TestGenerated.cpp | 308 createModel(testModel, mTestDynamicOutputShape, &model); in execute()
|
/frameworks/ml/nn/runtime/test/fibonacci_extension/ |
D | FibonacciExtensionTest.cpp | 144 void createModel(ExtensionModel* model, ExtensionOperandType inputType, in createModel() function 183 createModel(&mModel, inputType, outputType, /*addNopOperations=*/false); in TEST_F() 214 createModel(&mModel, inputType, outputType, /*addNopOperations=*/true); in TEST_F() 243 createModel(&mModel, inputType, outputType, /*addNopOperations=*/false); in TEST_F() 254 createModel(&mModel, inputType, outputType, /*addNopOperations=*/false); in TEST_F() 265 createModel(&mModel, inputType, outputType, /*addNopOperations=*/false); in TEST_F()
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 244 generated_tests::createModel(goldenModel, &model); in computeGoldenResults() 374 generated_tests::createModel(mTestModel, &model); in testRandomGraph()
|