Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.h227 enum class Completion { NO_ERROR, OUTPUT_INSUFFICIENT_SIZE, OTHER_ERROR }; enum
228 Completion mCompletion = Completion::OTHER_ERROR;
229 Completion completedWith() const { in completedWith()
DExecutionBuilder.cpp363 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()