Searched refs:setInputFromMemory (Results 1 – 6 of 6) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | ExecutionBuilder.h | 73 int setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type,
|
D | NeuralNetworks.cpp | 451 return r->setInputFromMemory(index, type, m, offset, length); in ANeuralNetworksExecution_setInputFromMemory()
|
D | ExecutionBuilder.cpp | 159 int ExecutionBuilder::setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, in setInputFromMemory() function in android::nn::ExecutionBuilder
|
/frameworks/ml/nn/runtime/test/ |
D | TestMemoryInternal.cpp | 161 ASSERT_EQ(execution2.setInputFromMemory(0, &input, offsetForMatrix1, sizeof(Matrix3x4)), in TEST_F()
|
D | TestPartitioningRandom.cpp | 1106 e->setInputFromMemory(inputIndex++, memory, offset, length); in TEST_P()
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksWrapper.h | 329 Result setInputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|