Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp470 const ModelBuilder& sourceModel = *getSourceModel(); in addOperand() local
471 const Operand& operand = sourceModel.getOperand(sourceOperandIndex); in addOperand()
495 const uint8_t* data = sourceModel.getPointerToOperandValue(operand.location.offset); in addOperand()
499 const RuntimeMemory* memory = sourceModel.getMemories()[operand.location.poolIndex]; in addOperand()
540 const ModelBuilder* model = sourceModel.getReferencedModel(operand); in addOperand()
927 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in finish() local
928 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in finish()
1015 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in findControlFlowBoundaryConstants() local
1016 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in findControlFlowBoundaryConstants()
1020 .buffer = sourceModel->getPointerToOperandValue(location.offset), in findControlFlowBoundaryConstants()
[all …]