Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp430 const ModelBuilder& sourceModel = *getSourceModel(); in addOperand() local
431 const Operand& operand = sourceModel.getOperand(sourceOperandIndex); in addOperand()
455 const uint8_t* data = sourceModel.getPointerToOperandValue(operand.location.offset); in addOperand()
459 const RuntimeMemory* memory = sourceModel.getMemories()[operand.location.poolIndex]; in addOperand()
500 const ModelBuilder* model = sourceModel.getReferencedModel(operand); in addOperand()
884 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in finish() local
885 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in finish()
970 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in findControlFlowBoundaryConstants() local
971 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in findControlFlowBoundaryConstants()
975 .buffer = sourceModel->getPointerToOperandValue(location.offset), in findControlFlowBoundaryConstants()
[all …]