Home
last modified time | relevance | path

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

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