Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.h77 int setOutputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type,
DNeuralNetworks.cpp476 return r->setOutputFromMemory(index, type, m, offset, length); in ANeuralNetworksExecution_setOutputFromMemory()
DExecutionBuilder.cpp199 int ExecutionBuilder::setOutputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, in setOutputFromMemory() function in android::nn::ExecutionBuilder
/frameworks/ml/nn/runtime/test/
DTestMemoryInternal.cpp163 ASSERT_EQ(execution2.setOutputFromMemory(0, &actual, offsetForActual, sizeof(Matrix3x4)), in TEST_F()
DTestPartitioningRandom.cpp1111 e->setOutputFromMemory(outputIndex++, memory, offset, length, in TEST_P()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h341 Result setOutputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,