Searched refs:setInputFromMemory (Results 1 – 11 of 11) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | ExecutionBuilder.h | 57 int setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, 257 int setInputFromMemory(uint32_t inputIndex, const Memory* memory, uint32_t offset) { in setInputFromMemory() function
|
D | ExecutionPlan.cpp | 349 executor->setInputFromMemory(stepInputIndex, temporaryMemory, it->second); in mapInputsAndOutputs() 360 executor->setInputFromMemory(stepInputIndex, it->second.memory, it->second.offset); in mapInputsAndOutputs()
|
D | ExecutionBuilder.cpp | 161 int ExecutionBuilder::setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, in setInputFromMemory() function in android::nn::ExecutionBuilder
|
D | NeuralNetworks.cpp | 1307 return r->setInputFromMemory(index, type, m, offset, length); in ANeuralNetworksExecution_setInputFromMemory()
|
/frameworks/ml/nn/runtime/test/ |
D | TestMemoryInternal.cpp | 164 ASSERT_EQ(execution2.setInputFromMemory(0, &input, offsetForMatrix1, sizeof(Matrix3x4)), in TEST_F()
|
D | TestTrivialModel.cpp | 147 ASSERT_EQ(execution.setInputFromMemory(0, &matrix1Memory, 0, sizeof(Matrix3x4)), in TEST_F()
|
D | TestGenerated.cpp | 208 ASSERT_EQ(Result::NO_ERROR, execution->setInputFromMemory(i, &wrapperMemory, 0, 0)); in computeWithDeviceMemories()
|
D | TestNeuralNetworksWrapper.h | 365 Result setInputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|
D | TestUnspecifiedDimensions.cpp | 260 return execution->setInputFromMemory(opIndex, memory->getMemory(), 0, size, t); in setInOut()
|
D | TestPartitioningRandom.cpp | 1333 e->setInputFromMemory(inputIndex++, memory, offset, length); in TEST_P()
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksWrapper.h | 441 Result setInputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|