Home
last modified time | relevance | path

Searched refs:computeResult (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/test/
H A DPreparedModelTest.cpp358 EXPECT_TRUE(computeResult.has_value()) << "Failed with " << computeResult.error().code in TEST()
381 ASSERT_FALSE(computeResult.has_value()); in TEST()
402 ASSERT_FALSE(computeResult.has_value()); in TEST()
423 ASSERT_FALSE(computeResult.has_value()); in TEST()
447 EXPECT_TRUE(computeResult.has_value()) << "Failed with " << computeResult.error().code in TEST()
471 ASSERT_FALSE(computeResult.has_value()); in TEST()
493 ASSERT_FALSE(computeResult.has_value()); in TEST()
514 ASSERT_FALSE(computeResult.has_value()); in TEST()
535 ASSERT_FALSE(computeResult.has_value()); in TEST()
558 ASSERT_FALSE(computeResult.has_value()); in TEST()
[all …]
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/test/
H A DPreparedModelTest.cpp246 EXPECT_TRUE(computeResult.has_value()) << "Failed with " << computeResult.error().code in TEST()
267 const auto computeResult = createResult.value()->compute({}); in TEST() local
268 ASSERT_FALSE(computeResult.has_value()); in TEST()
288 const auto computeResult = createResult.value()->compute({}); in TEST() local
289 ASSERT_FALSE(computeResult.has_value()); in TEST()
308 const auto computeResult = createResult.value()->compute({}); in TEST() local
309 ASSERT_FALSE(computeResult.has_value()); in TEST()
328 const auto computeResult = createResult.value()->compute({}); in TEST() local
329 ASSERT_FALSE(computeResult.has_value()); in TEST()
351 ASSERT_FALSE(computeResult.has_value()); in TEST()
[all …]
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/test/
H A DPreparedModelTest.cpp486 EXPECT_TRUE(computeResult.has_value()) << "Failed with " << computeResult.error().code in TEST()
509 ASSERT_FALSE(computeResult.has_value()); in TEST()
530 ASSERT_FALSE(computeResult.has_value()); in TEST()
551 ASSERT_FALSE(computeResult.has_value()); in TEST()
575 EXPECT_TRUE(computeResult.has_value()) << "Failed with " << computeResult.error().code in TEST()
599 ASSERT_FALSE(computeResult.has_value()); in TEST()
638 ASSERT_FALSE(computeResult.has_value()); in TEST()
659 ASSERT_FALSE(computeResult.has_value()); in TEST()
684 ASSERT_FALSE(computeResult.has_value()); in TEST()
713 ASSERT_TRUE(computeResult.has_value()) << "Failed with " << computeResult.error().code in TEST()
[all …]
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/test/
H A DPreparedModelTest.cpp281 EXPECT_TRUE(computeResult.has_value()) << "Failed with " << computeResult.error().code in TEST()
301 const auto computeResult = createResult.value()->compute({}); in TEST() local
302 ASSERT_FALSE(computeResult.has_value()); in TEST()
322 ASSERT_FALSE(computeResult.has_value()); in TEST()
342 ASSERT_FALSE(computeResult.has_value()); in TEST()
369 ASSERT_TRUE(computeResult.has_value()) << "Failed with " << computeResult.error().code in TEST()
404 ASSERT_TRUE(computeResult.has_value()) << "Failed with " << computeResult.error().code << ": " in TEST()
406 const auto& [syncFence, callback] = computeResult.value(); in TEST()
432 ASSERT_FALSE(computeResult.has_value()); in TEST()
452 ASSERT_FALSE(computeResult.has_value()); in TEST()
[all …]