Searched refs:compilation2 (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestMemory.cpp | 82 WrapperCompilation compilation2(&model); in TEST_F() local 83 ASSERT_EQ(compilation2.finish(), WrapperResult::NO_ERROR); in TEST_F() 84 WrapperExecution execution2(&compilation2); in TEST_F() 145 WrapperCompilation compilation2(&model); in TEST_F() local 146 ASSERT_EQ(compilation2.finish(), WrapperResult::NO_ERROR); in TEST_F() 147 WrapperExecution execution2(&compilation2); in TEST_F()
|
H A D | TestMemoryInternal.cpp | 159 WrapperCompilation compilation2(&model); in TEST_F() local 160 ASSERT_EQ(compilation2.finish(), WrapperResult::NO_ERROR); in TEST_F() 162 WrapperExecution execution2(&compilation2); in TEST_F()
|
H A D | TestGenerated.cpp | 135 Compilation compilation2(&model); in compileModel() local 136 EXPECT_EQ(compilation2.setCaching(mCacheDir, mToken), Result::NO_ERROR); in compileModel() 137 EXPECT_EQ(compilation2.finish(), Result::NO_ERROR); in compileModel() 138 return compilation2; in compileModel()
|
H A D | SupportLibraryTestGenerated.cpp | 217 auto compilation2 = std::move(resultCompilation2.second); in compileModel() local 221 EXPECT_EQ(compilation2.setCachingFromFds(modelCacheFds, dataCacheFds, mToken), in compileModel() 224 EXPECT_EQ(compilation2.setCaching(mCacheDir, mToken), Result::NO_ERROR); in compileModel() 226 EXPECT_EQ(compilation2.finish(), Result::NO_ERROR); in compileModel() 228 return compilation2; in compileModel()
|
H A D | TestTrivialModel.cpp | 208 Compilation compilation2(&modelAdd3); in TEST_F() local 209 compilation2.finish(); in TEST_F() 210 Execution execution2(&compilation2); in TEST_F()
|
H A D | TestValidation.cpp | 3654 const auto [model2, compilation2] = createAndCompileChannelQuantConvModel({0.5f, 0.5f}); in TEST_F() 3660 EXPECT_EQ(ANeuralNetworksMemoryDesc_addInputRole(desc, compilation2, 1, 1.0f), in TEST_F() 3665 ANeuralNetworksCompilation_free(compilation2); in TEST_F()
|