Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.h61 int setOutputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type,
261 int setOutputFromMemory(uint32_t outputIndex, const Memory* memory, uint32_t offset) { in setOutputFromMemory() function
DExecutionBuilder.cpp238 int ExecutionBuilder::setOutputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, in setOutputFromMemory() function in android::nn::ExecutionBuilder
DNeuralNetworks.cpp1334 return r->setOutputFromMemory(index, type, m, offset, length); in ANeuralNetworksExecution_setOutputFromMemory()
DExecutionPlan.cpp370 executor->setOutputFromMemory(stepOutputIndex, temporaryMemory, it->second); in mapInputsAndOutputs()
/frameworks/ml/nn/runtime/test/
DTestMemoryInternal.cpp166 ASSERT_EQ(execution2.setOutputFromMemory(0, &actual, offsetForActual, sizeof(Matrix3x4)), in TEST_F()
DTestGenerated.cpp217 ASSERT_EQ(Result::NO_ERROR, execution->setOutputFromMemory(i, &wrapperMemory, 0, 0)); in computeWithDeviceMemories()
DTestNeuralNetworksWrapper.h383 Result setOutputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
DTestUnspecifiedDimensions.cpp262 return execution->setOutputFromMemory(opIndex, memory->getMemory(), 0, size, t); in setInOut()
DTestPartitioningRandom.cpp1336 e->setOutputFromMemory(outputIndex++, memory, offset, length, in TEST_P()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h453 Result setOutputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,