Searched refs:createLargeTestModel (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | CompilationCachingTests.cpp | 294 TestModel createLargeTestModel(OperationType op, uint32_t len) { in createLargeTestModel() function in android::hardware::neuralnetworks::V1_3::vts::functional::CompilationCachingTestBase 1022 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 1025 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() 1084 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 1087 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() 1146 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 1149 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | CompilationCachingTests.cpp | 291 TestModel createLargeTestModel(OperationType op, uint32_t len) { in createLargeTestModel() function in android::hardware::neuralnetworks::V1_2::vts::functional::CompilationCachingTestBase 1031 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 1034 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() 1093 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 1096 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() 1155 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 1158 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P()
|