Searched refs:OP_FAILED (Results 1 – 7 of 7) sorted by relevance
373 if (result == Result::OP_FAILED) continue; in TestOne()500 return Result::OP_FAILED; in expectCompute()
238 ASSERT_EQ(WrapperResult::OP_FAILED, r); in TEST_F()
826 std::make_tuple(ErrorStatus::GENERAL_FAILURE, Result::OP_FAILED,863 std::make_tuple(ErrorStatus::GENERAL_FAILURE, Result::OP_FAILED,
1171 if (hasUnknownDimensions && compilationResult == Result::OP_FAILED && in TEST_P()
1830 ASSERT_EQ(cPWithoutFallback.finish(), Result::OP_FAILED); in TEST_F()
315 if (compileReturn == Result::OP_FAILED) { in computeAndVerifyResultsForDevice()331 if (executeReturn == Result::OP_FAILED) { in computeAndVerifyResultsForDevice()
73 OP_FAILED = ANEURALNETWORKS_OP_FAILED, enumerator