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

/frameworks/ml/nn/runtime/
H A DModelBuilder.h80 const uint8_t* getPointerToOperandValue(uint32_t offset) const { function in class:android::nn::ModelBuilder
H A DExecutionPlan.cpp171 const uint8_t* data = fromModel.getPointerToOperandValue(operand.location.offset);
/frameworks/ml/nn/runtime/test/
H A DTestPartitioning.cpp414 memcpy(&value, model->getPointerToOperandValue(operand.location.offset), sizeof(uint32_t));

Completed in 60 milliseconds