Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.h114 const uint8_t* getPointerToOperandValue(uint32_t offset) const { in getPointerToOperandValue() function
DExecutionPlan.cpp236 const uint8_t* data = sourceModel.getPointerToOperandValue(operand.location.offset); in addOperand()
690 .buffer = sourceModel->getPointerToOperandValue(location.offset), in findControlFlowBoundaryConstants()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1145 memcpy(&value, model->getPointerToOperandValue(operand.location.offset), in buildDefinitionMap()