Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.h80 const uint8_t* getPointerToOperandValue(uint32_t offset) const { in getPointerToOperandValue() function
DExecutionPlan.cpp169 const uint8_t* data = fromModel.getPointerToOperandValue(operand.location.offset); in addOperand()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp526 … memcpy(&value, model->getPointerToOperandValue(operand.location.offset), sizeof(uint32_t)); in buildDefinitionMap()