Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
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()
DExecutionBuilder.h229 Completion completedWith() const { in completedWith() function