Searched refs:setOutputFromMemory (Results 1 – 10 of 10) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | ExecutionBuilder.h | 61 int setOutputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, 261 int setOutputFromMemory(uint32_t outputIndex, const Memory* memory, uint32_t offset) { in setOutputFromMemory() function
|
D | ExecutionBuilder.cpp | 238 int ExecutionBuilder::setOutputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, in setOutputFromMemory() function in android::nn::ExecutionBuilder
|
D | NeuralNetworks.cpp | 1334 return r->setOutputFromMemory(index, type, m, offset, length); in ANeuralNetworksExecution_setOutputFromMemory()
|
D | ExecutionPlan.cpp | 370 executor->setOutputFromMemory(stepOutputIndex, temporaryMemory, it->second); in mapInputsAndOutputs()
|
/frameworks/ml/nn/runtime/test/ |
D | TestMemoryInternal.cpp | 166 ASSERT_EQ(execution2.setOutputFromMemory(0, &actual, offsetForActual, sizeof(Matrix3x4)), in TEST_F()
|
D | TestGenerated.cpp | 217 ASSERT_EQ(Result::NO_ERROR, execution->setOutputFromMemory(i, &wrapperMemory, 0, 0)); in computeWithDeviceMemories()
|
D | TestNeuralNetworksWrapper.h | 383 Result setOutputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|
D | TestUnspecifiedDimensions.cpp | 262 return execution->setOutputFromMemory(opIndex, memory->getMemory(), 0, size, t); in setInOut()
|
D | TestPartitioningRandom.cpp | 1336 e->setOutputFromMemory(outputIndex++, memory, offset, length, in TEST_P()
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksWrapper.h | 453 Result setOutputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|