Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DModelBuilder.h86 uint32_t outputCount() const { return static_cast<uint32_t>(mOutputIndexes.size()); } in outputCount()
98 CHECK_LT(i, mOutputIndexes.size()); in getOutputOperandIndex()
99 return mOutputIndexes[i]; in getOutputOperandIndex()
101 const std::vector<uint32_t>& getOutputOperandIndexes() const { return mOutputIndexes; } in getOutputOperandIndexes()
200 std::vector<uint32_t> mOutputIndexes; variable
DModelBuilder.cpp464 !setArguments(&mOutputIndexes, outputCount, outputs, Operand::LifeTime::SUBGRAPH_OUTPUT)) { in identifyInputsAndOutputs()
917 subgraph.outputIndexes = model->mOutputIndexes; in makeSubgraph()