Searched refs:createLargeTestModel (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | CompilationCachingTests.cpp | 295 TestModel createLargeTestModel(OperationType op, uint32_t len) { in createLargeTestModel() function in aidl::android::hardware::neuralnetworks::vts::functional::CompilationCachingTestBase 836 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 839 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() 899 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 902 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() 962 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 965 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | CompilationCachingTests.cpp | 293 TestModel createLargeTestModel(OperationType op, uint32_t len) { in createLargeTestModel() function in android::hardware::neuralnetworks::V1_2::vts::functional::CompilationCachingTestBase 1033 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 1036 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() 1095 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 1098 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() 1157 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 1160 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | CompilationCachingTests.cpp | 296 TestModel createLargeTestModel(OperationType op, uint32_t len) { in createLargeTestModel() function in android::hardware::neuralnetworks::V1_3::vts::functional::CompilationCachingTestBase 1024 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 1027 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() 1086 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 1089 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() 1148 const TestModel testModelMul = createLargeTestModel(OperationType::MUL, kLargeModelSize); in TEST_P() 1151 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P()
|