Searched refs:setOutputFromMemory (Results 1 – 6 of 6) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | ExecutionBuilder.h | 77 int setOutputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type,
|
D | NeuralNetworks.cpp | 476 return r->setOutputFromMemory(index, type, m, offset, length); in ANeuralNetworksExecution_setOutputFromMemory()
|
D | ExecutionBuilder.cpp | 199 int ExecutionBuilder::setOutputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, in setOutputFromMemory() function in android::nn::ExecutionBuilder
|
/frameworks/ml/nn/runtime/test/ |
D | TestMemoryInternal.cpp | 163 ASSERT_EQ(execution2.setOutputFromMemory(0, &actual, offsetForActual, sizeof(Matrix3x4)), in TEST_F()
|
D | TestPartitioningRandom.cpp | 1111 e->setOutputFromMemory(outputIndex++, memory, offset, length, in TEST_P()
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksWrapper.h | 341 Result setOutputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|