Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.h84 int setOutputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type,
DExecutionBuilder.cpp254 int ExecutionBuilder::setOutputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, in setOutputFromMemory() function in android::nn::ExecutionBuilder
DNeuralNetworks.cpp1126 return r->setOutputFromMemory(index, type, m, offset, length); in ANeuralNetworksExecution_setOutputFromMemory()
/frameworks/ml/nn/runtime/test/
DTestNeuralNetworksWrapper.h151 Result setOutputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
DTestMemoryInternal.cpp166 ASSERT_EQ(execution2.setOutputFromMemory(0, &actual, offsetForActual, sizeof(Matrix3x4)), in TEST_F()
DTestUnspecifiedDimensions.cpp262 return execution->setOutputFromMemory(opIndex, memory->getMemory(), 0, size, t); in setInOut()
DTestPartitioningRandom.cpp1285 e->setOutputFromMemory(outputIndex++, memory, offset, length, in TEST_P()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h431 Result setOutputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,