Home
last modified time | relevance | path

Searched refs:OTHER_ERROR (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionBuilder.h190 enum class Completion { NO_ERROR, OUTPUT_INSUFFICIENT_SIZE, OTHER_ERROR }; enumerator
191 Completion mCompletionWithoutSyncFence = Completion::OTHER_ERROR;
DExecutionBuilder.cpp123 return (r == FenceState::SIGNALED) ? Completion::NO_ERROR : Completion::OTHER_ERROR; in completedWith()
408 if (completedWith() == Completion::OTHER_ERROR) { in getOutputOperandDimensions()
437 if (completedWith() == Completion::OTHER_ERROR) { in getOutputOperandRank()
947 mCompletionWithoutSyncFence = Completion::OTHER_ERROR; in finishWithoutSyncFence()