Searched refs:setOutputFromMemory (Results 1 – 8 of 8) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | ExecutionBuilder.h | 84 int setOutputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type,
|
D | ExecutionBuilder.cpp | 254 int ExecutionBuilder::setOutputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, in setOutputFromMemory() function in android::nn::ExecutionBuilder
|
D | NeuralNetworks.cpp | 1126 return r->setOutputFromMemory(index, type, m, offset, length); in ANeuralNetworksExecution_setOutputFromMemory()
|
/frameworks/ml/nn/runtime/test/ |
D | TestNeuralNetworksWrapper.h | 151 Result setOutputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|
D | TestMemoryInternal.cpp | 166 ASSERT_EQ(execution2.setOutputFromMemory(0, &actual, offsetForActual, sizeof(Matrix3x4)), in TEST_F()
|
D | TestUnspecifiedDimensions.cpp | 262 return execution->setOutputFromMemory(opIndex, memory->getMemory(), 0, size, t); in setInOut()
|
D | TestPartitioningRandom.cpp | 1285 e->setOutputFromMemory(outputIndex++, memory, offset, length, in TEST_P()
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksWrapper.h | 431 Result setOutputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|