Searched refs:testModelAdd (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | CompilationCachingTests.cpp | 837 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 838 const Model modelAdd = createModel(testModelAdd); in TEST_P() 886 EvaluatePreparedModel(kDevice, preparedModel, testModelAdd, in TEST_P() 900 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 901 const Model modelAdd = createModel(testModelAdd); in TEST_P() 949 EvaluatePreparedModel(kDevice, preparedModel, testModelAdd, in TEST_P() 963 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 964 const Model modelAdd = createModel(testModelAdd); in TEST_P()
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | CompilationCachingTests.cpp | 1027 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 1028 const Model modelAdd = createModel(testModelAdd); in TEST_P() 1075 EvaluatePreparedModel(kDevice, preparedModel, testModelAdd, in TEST_P() 1089 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 1090 const Model modelAdd = createModel(testModelAdd); in TEST_P() 1137 EvaluatePreparedModel(kDevice, preparedModel, testModelAdd, in TEST_P() 1151 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 1152 const Model modelAdd = createModel(testModelAdd); in TEST_P()
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
H A D | CompilationCachingTests.cpp | 1036 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 1037 const Model modelAdd = createModel(testModelAdd); in TEST_P() 1084 EvaluatePreparedModel(preparedModel, testModelAdd, in TEST_P() 1098 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 1099 const Model modelAdd = createModel(testModelAdd); in TEST_P() 1146 EvaluatePreparedModel(preparedModel, testModelAdd, in TEST_P() 1160 const TestModel testModelAdd = createLargeTestModel(OperationType::ADD, kLargeModelSize); in TEST_P() local 1161 const Model modelAdd = createModel(testModelAdd); in TEST_P()
|