Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/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()
133 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F()
134 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
DTestMemoryInternal.cpp127 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F()
128 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
DTestCompliance.cpp163 model.setOperandValueFromMemory(op2, &memory, 0, sizeof(float)); in TEST_F()
DGeneratedTestUtils.cpp150 model->setOperandValueFromMemory(index, memory.get(), *memoryOffset, length);
DTestNeuralNetworksWrapper.h194 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function
DTestUnspecifiedDimensions.cpp321 model.setOperandValueFromMemory(op1, memoryOp1.getMemory(), 0, sizeof(bufferOp1)); in TestOne()
DTestPartitioningRandom.cpp978 model.setOperandValueFromMemory(operandIndex, memory, offset, length); in TEST_P()
/packages/modules/NeuralNetworks/runtime/
DModelBuilder.h47 int setOperandValueFromMemory(uint32_t index, const RuntimeMemory* memory, uint32_t offset,
DModelBuilder.cpp318 int ModelBuilder::setOperandValueFromMemory(uint32_t index, const RuntimeMemory* memory, in setOperandValueFromMemory() function in android::nn::ModelBuilder
DNeuralNetworks.cpp1121 return m->setOperandValueFromMemory(index, mem, offset, length); in ANeuralNetworksModel_setOperandValueFromMemory()
DExecutionPlan.cpp460 n = mStepModel.setOperandValueFromMemory( in addOperand()
/packages/modules/NeuralNetworks/shim_and_sl/
DShimConverter.cpp147 resultModel.setOperandValueFromMemory( in convertSubgraphFromHAL()
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h324 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, function
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h245 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function