Searched refs:kLargeModelSize (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | CompilationCachingTests.cpp | 1015 constexpr uint32_t kLargeModelSize = 100; variable 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 | 1024 constexpr uint32_t kLargeModelSize = 100; variable 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()
|