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()
506 std::make_tuple(ErrorStatus::GENERAL_FAILURE, Result::OP_FAILED,537 std::make_tuple(ErrorStatus::GENERAL_FAILURE, Result::OP_FAILED,
284 ASSERT_EQ(WrapperResult::OP_FAILED, r); in TEST_F()
1120 if (hasUnknownDimensions && compilationResult == Result::OP_FAILED && in TEST_P()
1539 ASSERT_EQ(cPWithoutFallback.finish(), Result::OP_FAILED); in TEST_F()
249 if (compileReturn == Result::OP_FAILED) { in computeAndVerifyResultsForDevice()270 if (executeReturn == Result::OP_FAILED) { in computeAndVerifyResultsForDevice()
62 OP_FAILED = ANEURALNETWORKS_OP_FAILED, enumerator