Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.h101 const std::vector<uint32_t>& getOutputOperandIndexes() const { return mOutputIndexes; } in getOutputOperandIndexes() function
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1358 for (uint32_t aOutputIndex : modelA->getOutputOperandIndexes()) { in compare()