Home
last modified time | relevance | path

Searched refs:getOutputOperand (Results 1 – 7 of 7) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp220 if (!checkDimensionInfo(mModel->getOutputOperand(index), type, in setOutput()
236 ModelArgumentInfo::createFromPointer(mModel->getOutputOperand(index), type, buffer, l); in setOutput()
255 if (!checkDimensionInfo(mModel->getOutputOperand(index), type, in setOutputFromMemory()
280 mModel->getOutputOperand(index), type, poolIndex, offset, length); in setOutputFromMemory()
764 !checkDimensionInfo(mModel->getOutputOperand(i), nullptr, in computeFenced()
907 const OperandType operandType = mModel->getOutputOperand(i).type; in updateOutputShapes()
DModelBuilder.h102 const hal::Operand& getOutputOperand(uint32_t i) const { in getOutputOperand() function
DModelBuilder.cpp388 auto getOutputOperand = [this](const Operand& modelOperand, uint32_t index) -> const Operand* { in addOperation() local
389 return &getReferencedModel(modelOperand)->getOutputOperand(index); in addOperation()
397 .getSubgraphOutputOperand = getOutputOperand, in addOperation()
DExecutionBuilder.h262 return setInputOrOutputFromMemory(mModel->getOutputOperand(outputIndex), memory, offset, in setOutputFromMemory()
DMemory.cpp364 operand = model->getOutputOperand(index); in addRole()
/frameworks/ml/nn/common/
DValidateHal.cpp475 auto getOutputOperand = [&getSubgraph](const Operand& modelOperand, in validateOperations() local
493 .getSubgraphOutputOperand = getOutputOperand, in validateOperations()
DUtils.cpp222 const Operand* getOutputOperand(uint32_t index) const;
246 const Operand* OperationValidationContext::getOutputOperand(uint32_t index) const { in getOutputOperand() function in android::nn::__anon8d54713c0111::OperationValidationContext
274 return getOutputOperand(index)->type; in getOutputType()
278 const Operand* operand = getOutputOperand(index); in getOutputShape()