Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestMemory.cpp70 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F()
71 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
DTestMemoryInternal.cpp125 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F()
126 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
DTestPartitioningRandom.cpp841 model.setOperandValueFromMemory(operandIndex, memory, offset, length); in TEST_P()
/frameworks/ml/nn/runtime/
DModelBuilder.h41 int setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
DModelBuilder.cpp172 int ModelBuilder::setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function in android::nn::ModelBuilder
DNeuralNetworks.cpp332 return m->setOperandValueFromMemory(index, mem, offset, length); in ANeuralNetworksModel_setOperandValueFromMemory()
DExecutionPlan.cpp178 n = mSubModel.setOperandValueFromMemory(*toOperandIndex, memory, in addOperand()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h169 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function