Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.h73 int setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type,
DNeuralNetworks.cpp451 return r->setInputFromMemory(index, type, m, offset, length); in ANeuralNetworksExecution_setInputFromMemory()
DExecutionBuilder.cpp159 int ExecutionBuilder::setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, in setInputFromMemory() function in android::nn::ExecutionBuilder
/frameworks/ml/nn/runtime/test/
DTestMemoryInternal.cpp161 ASSERT_EQ(execution2.setInputFromMemory(0, &input, offsetForMatrix1, sizeof(Matrix3x4)), in TEST_F()
DTestPartitioningRandom.cpp1106 e->setInputFromMemory(inputIndex++, memory, offset, length); in TEST_P()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h329 Result setInputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,