Home
last modified time | relevance | path

Searched refs:setInputFromMemory (Results 1 – 11 of 11) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionBuilder.h57 int setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type,
257 int setInputFromMemory(uint32_t inputIndex, const Memory* memory, uint32_t offset) { in setInputFromMemory() function
DExecutionPlan.cpp349 executor->setInputFromMemory(stepInputIndex, temporaryMemory, it->second); in mapInputsAndOutputs()
360 executor->setInputFromMemory(stepInputIndex, it->second.memory, it->second.offset); in mapInputsAndOutputs()
DExecutionBuilder.cpp161 int ExecutionBuilder::setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, in setInputFromMemory() function in android::nn::ExecutionBuilder
DNeuralNetworks.cpp1307 return r->setInputFromMemory(index, type, m, offset, length); in ANeuralNetworksExecution_setInputFromMemory()
/frameworks/ml/nn/runtime/test/
DTestMemoryInternal.cpp164 ASSERT_EQ(execution2.setInputFromMemory(0, &input, offsetForMatrix1, sizeof(Matrix3x4)), in TEST_F()
DTestTrivialModel.cpp147 ASSERT_EQ(execution.setInputFromMemory(0, &matrix1Memory, 0, sizeof(Matrix3x4)), in TEST_F()
DTestGenerated.cpp208 ASSERT_EQ(Result::NO_ERROR, execution->setInputFromMemory(i, &wrapperMemory, 0, 0)); in computeWithDeviceMemories()
DTestNeuralNetworksWrapper.h365 Result setInputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
DTestUnspecifiedDimensions.cpp260 return execution->setInputFromMemory(opIndex, memory->getMemory(), 0, size, t); in setInOut()
DTestPartitioningRandom.cpp1333 e->setInputFromMemory(inputIndex++, memory, offset, length); in TEST_P()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h441 Result setInputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,