Searched refs:Completion (Results 1 – 2 of 2) sorted by relevance
227 enum class Completion { NO_ERROR, OUTPUT_INSUFFICIENT_SIZE, OTHER_ERROR }; enum228 Completion mCompletion = Completion::OTHER_ERROR;229 Completion completedWith() const { in completedWith()
363 if (completedWith() != Completion::NO_ERROR) { in getDuration()485 if (completedWith() == Completion::OTHER_ERROR) { in getOutputOperandDimensions()514 if (completedWith() == Completion::OTHER_ERROR) { in getOutputOperandRank()1165 mCompletion = Completion::NO_ERROR; in finishComputation()1168 mCompletion = Completion::OUTPUT_INSUFFICIENT_SIZE; in finishComputation()1171 mCompletion = Completion::OTHER_ERROR; in finishComputation()