Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DModelBuilder.h114 const uint8_t* getPointerToOperandValue(uint32_t offset) const { in getPointerToOperandValue() function
DExecutionPlan.cpp455 const uint8_t* data = sourceModel.getPointerToOperandValue(operand.location.offset); in addOperand()
975 .buffer = sourceModel->getPointerToOperandValue(location.offset), in findControlFlowBoundaryConstants()
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp1279 memcpy(&value, model->getPointerToOperandValue(operand.location.offset), in buildDefinitionMap()