Searched refs:setOperandValueFromMemory (Results 1 – 6 of 6) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestMemory.cpp | 97 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/ |
D | ModelBuilder.h | 43 int setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|
D | ModelBuilder.cpp | 152 int ModelBuilder::setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function in android::nn::ModelBuilder
|
D | NeuralNetworks.cpp | 299 return m->setOperandValueFromMemory(index, mem, offset, length); in ANeuralNetworksModel_setOperandValueFromMemory()
|
D | ExecutionPlan.cpp | 180 n = mSubModel->setOperandValueFromMemory(*toOperandIndex, memory, in addOperand()
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksWrapper.h | 155 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function
|