Home
last modified time | relevance | path

Searched refs:createModel (Results 1 – 8 of 8) sorted by relevance

/frameworks/ml/nn/runtime/test/
DGeneratedTestUtils.h71 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()
DTestValidation.cpp99 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 …]
DGeneratedTestUtils.cpp158 void createModel(const TestModel& testModel, bool testDynamicOutputShape, GeneratedModel* model) { in createModel() function
DTestCompliance.cpp215 generated_tests::createModel(testModel, &model); in TEST_P()
DTestRemoveDefaultArguments.cpp161 generated_tests::createModel(testModel, &model); in test()
DTestGenerated.cpp308 createModel(testModel, mTestDynamicOutputShape, &model); in execute()
/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciExtensionTest.cpp144 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/
DTestRandomGraph.cpp244 generated_tests::createModel(goldenModel, &model); in computeGoldenResults()
374 generated_tests::createModel(mTestModel, &model); in testRandomGraph()