Home
last modified time | relevance | path

Searched refs:GENERAL_FAILURE (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCompilationCachingTests.cpp393 if (status == ErrorStatus::GENERAL_FAILURE) { in checkEarlyTermination()
491 ASSERT_EQ(status, ErrorStatus::GENERAL_FAILURE); in TEST_P()
554 ASSERT_EQ(status, ErrorStatus::GENERAL_FAILURE); in TEST_P()
598 ASSERT_EQ(status, ErrorStatus::GENERAL_FAILURE); in TEST_P()
625 ASSERT_EQ(status, ErrorStatus::GENERAL_FAILURE); in TEST_P()
651 ASSERT_EQ(status, ErrorStatus::GENERAL_FAILURE); in TEST_P()
678 ASSERT_EQ(status, ErrorStatus::GENERAL_FAILURE); in TEST_P()
707 if (status != ErrorStatus::GENERAL_FAILURE) { in TEST_P()
724 if (status != ErrorStatus::GENERAL_FAILURE) { in TEST_P()
740 if (status != ErrorStatus::GENERAL_FAILURE) { in TEST_P()
[all …]
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DCallbacks.cpp102 mErrorStatus(ErrorStatus::GENERAL_FAILURE), mPreparedModel(nullptr) {} in PreparedModelCallback()
132 ExecutionCallback::ExecutionCallback() : mErrorStatus(ErrorStatus::GENERAL_FAILURE) {} in ExecutionCallback()
DCallbacks.h380 ErrorStatus mErrorStatus = ErrorStatus::GENERAL_FAILURE;
DGeneratedTestHarness.cpp103 return ErrorStatus::GENERAL_FAILURE; in ExecutePreparedModel()
119 return ErrorStatus::GENERAL_FAILURE; in ExecutePreparedModel()
308 executionStatus == ErrorStatus::GENERAL_FAILURE) { in EvaluatePreparedModel()
/hardware/interfaces/neuralnetworks/1.1/
DIDevice.hal36 * - GENERAL_FAILURE if there is an unspecified error
53 * - GENERAL_FAILURE if there is an unspecified error
83 * the callback with ErrorStatus::GENERAL_FAILURE and nullptr for the
84 * IPreparedModel, then return with ErrorStatus::GENERAL_FAILURE.
116 * - GENERAL_FAILURE if there is an unspecified error
/hardware/interfaces/neuralnetworks/1.0/
DIDevice.hal31 * - GENERAL_FAILURE if there is an unspecified error
48 * - GENERAL_FAILURE if there is an unspecified error
78 * the callback with ErrorStatus::GENERAL_FAILURE and nullptr for the
79 * IPreparedModel, then return with ErrorStatus::GENERAL_FAILURE.
109 * - GENERAL_FAILURE if there is an unspecified error
DIPreparedModel.hal37 * ErrorStatus::GENERAL_FAILURE, then return with
38 * ErrorStatus::GENERAL_FAILURE.
63 * - GENERAL_FAILURE if there is an unspecified error
DIExecutionCallback.hal36 * - GENERAL_FAILURE if the asynchronous task resulted in an
DIPreparedModelCallback.hal43 * - GENERAL_FAILURE if the asynchronous task resulted in an
Dtypes.hal1848 GENERAL_FAILURE,
/hardware/interfaces/neuralnetworks/1.2/
DIPreparedModel.hal42 * ErrorStatus::GENERAL_FAILURE, then return with
43 * ErrorStatus::GENERAL_FAILURE.
73 * - GENERAL_FAILURE if there is an unspecified error
112 * - GENERAL_FAILURE if there is an unspecified error
149 * - GENERAL_FAILURE if there is an unspecified error
DIDevice.hal51 * - GENERAL_FAILURE if the query resulted in an
70 * - GENERAL_FAILURE if the query resulted in an
84 * - GENERAL_FAILURE if there is an unspecified error
98 * - GENERAL_FAILURE if there is an unspecified error
116 * - GENERAL_FAILURE if there is an unspecified error
156 * - GENERAL_FAILURE if there is an unspecified error
202 * ErrorStatus::GENERAL_FAILURE and nullptr for the IPreparedModel, then return
203 * with ErrorStatus::GENERAL_FAILURE.
262 * - GENERAL_FAILURE if there is an unspecified error
301 * with ErrorStatus::GENERAL_FAILURE and nullptr for the IPreparedModel, then
[all …]
DIBurstCallback.hal34 * - GENERAL_FAILURE if there is an unspecified error
DIExecutionCallback.hal40 * - GENERAL_FAILURE if the asynchronous task resulted in an
DIPreparedModelCallback.hal45 * - GENERAL_FAILURE if the asynchronous task resulted in an
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DPreparedModel.cpp40 model->execute(request) == true ? ErrorStatus::NONE : ErrorStatus::GENERAL_FAILURE; in asyncExecute()
DDevice.cpp97 ret = callback->notify(ErrorStatus::GENERAL_FAILURE, nullptr); in asyncPrepare()