Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp211 const ModelBuilder& sourceModel = *getSourceModel(); in addOperand() local
212 const Operand& operand = sourceModel.getOperand(sourceOperandIndex); in addOperand()
236 const uint8_t* data = sourceModel.getPointerToOperandValue(operand.location.offset); in addOperand()
244 const Memory* memory = sourceModel.getMemories()[operand.location.poolIndex]; in addOperand()
289 const ModelBuilder* model = sourceModel.getReferencedModel(operand); in addOperand()
620 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in finish() local
621 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in finish()
685 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in findControlFlowBoundaryConstants() local
686 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in findControlFlowBoundaryConstants()
690 .buffer = sourceModel->getPointerToOperandValue(location.offset), in findControlFlowBoundaryConstants()
[all …]