Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.h80 int setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type,
DExecutionBuilder.cpp197 int ExecutionBuilder::setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, in setInputFromMemory() function in android::nn::ExecutionBuilder
DNeuralNetworks.cpp1099 return r->setInputFromMemory(index, type, m, offset, length); in ANeuralNetworksExecution_setInputFromMemory()
/frameworks/ml/nn/runtime/test/
DTestNeuralNetworksWrapper.h139 Result setInputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
DTestMemoryInternal.cpp164 ASSERT_EQ(execution2.setInputFromMemory(0, &input, offsetForMatrix1, sizeof(Matrix3x4)), in TEST_F()
DTestUnspecifiedDimensions.cpp260 return execution->setInputFromMemory(opIndex, memory->getMemory(), 0, size, t); in setInOut()
DTestPartitioningRandom.cpp1280 e->setInputFromMemory(inputIndex++, memory, offset, length); in TEST_P()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h419 Result setInputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,