Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestMemory.cpp97 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F()
98 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
169 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F()
170 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
/frameworks/ml/nn/runtime/
DModelBuilder.h43 int setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
DModelBuilder.cpp152 int ModelBuilder::setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function in android::nn::ModelBuilder
DNeuralNetworks.cpp299 return m->setOperandValueFromMemory(index, mem, offset, length); in ANeuralNetworksModel_setOperandValueFromMemory()
DExecutionPlan.cpp180 n = mSubModel->setOperandValueFromMemory(*toOperandIndex, memory, in addOperand()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h155 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function