Searched refs:setOperandValueFromMemory (Results 1 – 14 of 14) sorted by relevance
/packages/modules/NeuralNetworks/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() 133 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F() 134 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
|
D | TestMemoryInternal.cpp | 127 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F() 128 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
|
D | TestCompliance.cpp | 163 model.setOperandValueFromMemory(op2, &memory, 0, sizeof(float)); in TEST_F()
|
D | GeneratedTestUtils.cpp | 150 model->setOperandValueFromMemory(index, memory.get(), *memoryOffset, length);
|
D | TestNeuralNetworksWrapper.h | 194 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function
|
D | TestUnspecifiedDimensions.cpp | 321 model.setOperandValueFromMemory(op1, memoryOp1.getMemory(), 0, sizeof(bufferOp1)); in TestOne()
|
D | TestPartitioningRandom.cpp | 978 model.setOperandValueFromMemory(operandIndex, memory, offset, length); in TEST_P()
|
/packages/modules/NeuralNetworks/runtime/ |
D | ModelBuilder.h | 47 int setOperandValueFromMemory(uint32_t index, const RuntimeMemory* memory, uint32_t offset,
|
D | ModelBuilder.cpp | 318 int ModelBuilder::setOperandValueFromMemory(uint32_t index, const RuntimeMemory* memory, in setOperandValueFromMemory() function in android::nn::ModelBuilder
|
D | NeuralNetworks.cpp | 1121 return m->setOperandValueFromMemory(index, mem, offset, length); in ANeuralNetworksModel_setOperandValueFromMemory()
|
D | ExecutionPlan.cpp | 460 n = mStepModel.setOperandValueFromMemory( in addOperand()
|
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimConverter.cpp | 147 resultModel.setOperandValueFromMemory( in convertSubgraphFromHAL()
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworksWrapper.h | 324 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, function
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 245 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function
|