Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestMemory.cpp75 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F()
76 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
138 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F()
139 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
DTestMemoryInternal.cpp134 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F()
135 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
DTestCompliance.cpp139 model.setOperandValueFromMemory(op2, &memory, 0, sizeof(float)); in TEST_F()
DGeneratedTestUtils.cpp151 model->setOperandValueFromMemory(index, memory.get(), *memoryOffset, length);
DTestNeuralNetworksWrapper.h196 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function
DTestUnspecifiedDimensions.cpp330 model.setOperandValueFromMemory(op1, memoryOp1.getMemory(), 0, sizeof(bufferOp1)); in TestOne()
DTestPartitioningRandom.cpp961 model.setOperandValueFromMemory(operandIndex, memory, offset, length); in TEST_P()
/packages/modules/NeuralNetworks/runtime/
DModelBuilder.h48 int setOperandValueFromMemory(uint32_t index, const RuntimeMemory* memory, uint32_t offset,
DModelBuilder.cpp324 int ModelBuilder::setOperandValueFromMemory(uint32_t index, const RuntimeMemory* memory, in setOperandValueFromMemory() function in android::nn::ModelBuilder
DNeuralNetworksV2.cpp1128 return m->setOperandValueFromMemory(index, mem, offset, length); in ANeuralNetworksModel_setOperandValueFromMemory()
DNeuralNetworks.cpp1173 return m->setOperandValueFromMemory(index, mem, offset, length); in ANeuralNetworksModel_setOperandValueFromMemory()
DExecutionPlan.cpp500 n = mStepModel.setOperandValueFromMemory( in addOperand()
/packages/modules/NeuralNetworks/shim_and_sl/
DShimConverter.cpp161 resultModel.setOperandValueFromMemory( in convertSubgraphFromHAL()
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h326 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, function
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h247 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function