Searched refs:setOperandValueFromMemory (Results 1 – 10 of 10) 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() 128 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F() 129 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
|
D | TestMemoryInternal.cpp | 128 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F() 129 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
|
D | TestCompliance.cpp | 137 model->setOperandValueFromMemory(op2, &memory, 0, sizeof(float)); in TEST_F()
|
D | TestUnspecifiedDimensions.cpp | 298 model.setOperandValueFromMemory(op1, memoryOp1.getMemory(), 0, sizeof(bufferOp1)); in TestOne()
|
D | TestPartitioningRandom.cpp | 987 model.setOperandValueFromMemory(operandIndex, memory, offset, length); in TEST_P()
|
/frameworks/ml/nn/runtime/ |
D | ModelBuilder.h | 44 int setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|
D | ModelBuilder.cpp | 278 int ModelBuilder::setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function in android::nn::ModelBuilder
|
D | NeuralNetworks.cpp | 924 return m->setOperandValueFromMemory(index, mem, offset, length); in ANeuralNetworksModel_setOperandValueFromMemory()
|
D | ExecutionPlan.cpp | 319 n = mSubModel.setOperandValueFromMemory(*toOperandIndex, memory, in addOperand()
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksWrapper.h | 251 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function
|