Home
last modified time | relevance | path

Searched refs:setOperandValueFromMemory (Results 1 – 10 of 10) 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()
128 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F()
129 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
DTestMemoryInternal.cpp128 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F()
129 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
DTestCompliance.cpp137 model->setOperandValueFromMemory(op2, &memory, 0, sizeof(float)); in TEST_F()
DTestUnspecifiedDimensions.cpp298 model.setOperandValueFromMemory(op1, memoryOp1.getMemory(), 0, sizeof(bufferOp1)); in TestOne()
DTestPartitioningRandom.cpp987 model.setOperandValueFromMemory(operandIndex, memory, offset, length); in TEST_P()
/frameworks/ml/nn/runtime/
DModelBuilder.h44 int setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
DModelBuilder.cpp278 int ModelBuilder::setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function in android::nn::ModelBuilder
DNeuralNetworks.cpp924 return m->setOperandValueFromMemory(index, mem, offset, length); in ANeuralNetworksModel_setOperandValueFromMemory()
DExecutionPlan.cpp319 n = mSubModel.setOperandValueFromMemory(*toOperandIndex, memory, in addOperand()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h251 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function