Searched refs:setOperandValueFromMemory (Results 1 – 8 of 8) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestMemory.cpp | 70 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F() 71 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
|
D | TestMemoryInternal.cpp | 125 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F() 126 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
|
D | TestPartitioningRandom.cpp | 841 model.setOperandValueFromMemory(operandIndex, memory, offset, length); in TEST_P()
|
/frameworks/ml/nn/runtime/ |
D | ModelBuilder.h | 41 int setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|
D | ModelBuilder.cpp | 172 int ModelBuilder::setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function in android::nn::ModelBuilder
|
D | NeuralNetworks.cpp | 332 return m->setOperandValueFromMemory(index, mem, offset, length); in ANeuralNetworksModel_setOperandValueFromMemory()
|
D | ExecutionPlan.cpp | 178 n = mSubModel.setOperandValueFromMemory(*toOperandIndex, memory, in addOperand()
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksWrapper.h | 169 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function
|