Searched refs:setInputFromMemory (Results 1 – 8 of 8) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | ExecutionBuilder.h | 80 int setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type,
|
D | ExecutionBuilder.cpp | 197 int ExecutionBuilder::setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, in setInputFromMemory() function in android::nn::ExecutionBuilder
|
D | NeuralNetworks.cpp | 1099 return r->setInputFromMemory(index, type, m, offset, length); in ANeuralNetworksExecution_setInputFromMemory()
|
/frameworks/ml/nn/runtime/test/ |
D | TestNeuralNetworksWrapper.h | 139 Result setInputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|
D | TestMemoryInternal.cpp | 164 ASSERT_EQ(execution2.setInputFromMemory(0, &input, offsetForMatrix1, sizeof(Matrix3x4)), in TEST_F()
|
D | TestUnspecifiedDimensions.cpp | 260 return execution->setInputFromMemory(opIndex, memory->getMemory(), 0, size, t); in setInOut()
|
D | TestPartitioningRandom.cpp | 1280 e->setInputFromMemory(inputIndex++, memory, offset, length); in TEST_P()
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksWrapper.h | 419 Result setInputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|