/packages/modules/NeuralNetworks/runtime/test/ |
D | TestMemory.cpp | 75 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()
|
D | TestMemoryInternal.cpp | 134 model.setOperandValueFromMemory(e, &weights, offsetForMatrix2, sizeof(Matrix3x4)); in TEST_F() 135 model.setOperandValueFromMemory(a, &weights, offsetForMatrix3, sizeof(Matrix3x4)); in TEST_F()
|
D | TestCompliance.cpp | 139 model.setOperandValueFromMemory(op2, &memory, 0, sizeof(float)); in TEST_F()
|
D | GeneratedTestUtils.cpp | 151 model->setOperandValueFromMemory(index, memory.get(), *memoryOffset, length);
|
D | TestNeuralNetworksWrapper.h | 196 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function
|
D | TestUnspecifiedDimensions.cpp | 330 model.setOperandValueFromMemory(op1, memoryOp1.getMemory(), 0, sizeof(bufferOp1)); in TestOne()
|
D | TestPartitioningRandom.cpp | 961 model.setOperandValueFromMemory(operandIndex, memory, offset, length); in TEST_P()
|
/packages/modules/NeuralNetworks/runtime/ |
D | ModelBuilder.h | 48 int setOperandValueFromMemory(uint32_t index, const RuntimeMemory* memory, uint32_t offset,
|
D | ModelBuilder.cpp | 324 int ModelBuilder::setOperandValueFromMemory(uint32_t index, const RuntimeMemory* memory, in setOperandValueFromMemory() function in android::nn::ModelBuilder
|
D | NeuralNetworksV2.cpp | 1128 return m->setOperandValueFromMemory(index, mem, offset, length); in ANeuralNetworksModel_setOperandValueFromMemory()
|
D | NeuralNetworks.cpp | 1173 return m->setOperandValueFromMemory(index, mem, offset, length); in ANeuralNetworksModel_setOperandValueFromMemory()
|
D | ExecutionPlan.cpp | 500 n = mStepModel.setOperandValueFromMemory( in addOperand()
|
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimConverter.cpp | 161 resultModel.setOperandValueFromMemory( in convertSubgraphFromHAL()
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworksWrapper.h | 326 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, function
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 247 void setOperandValueFromMemory(uint32_t index, const Memory* memory, uint32_t offset, in setOperandValueFromMemory() function
|