Home
last modified time | relevance | path

Searched refs:OP_FAILED (Results 1 – 7 of 7) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestUnspecifiedDimensions.cpp373 if (result == Result::OP_FAILED) continue; in TestOne()
500 return Result::OP_FAILED; in expectCompute()
DTestMemoryInternal.cpp238 ASSERT_EQ(WrapperResult::OP_FAILED, r); in TEST_F()
DTestExecution.cpp826 std::make_tuple(ErrorStatus::GENERAL_FAILURE, Result::OP_FAILED,
863 std::make_tuple(ErrorStatus::GENERAL_FAILURE, Result::OP_FAILED,
DTestPartitioningRandom.cpp1171 if (hasUnknownDimensions && compilationResult == Result::OP_FAILED && in TEST_P()
DTestPartitioning.cpp1830 ASSERT_EQ(cPWithoutFallback.finish(), Result::OP_FAILED); in TEST_F()
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp315 if (compileReturn == Result::OP_FAILED) { in computeAndVerifyResultsForDevice()
331 if (executeReturn == Result::OP_FAILED) { in computeAndVerifyResultsForDevice()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h73 OP_FAILED = ANEURALNETWORKS_OP_FAILED, enumerator