Searched refs:setInputFromMemory (Results 1 – 15 of 15) sorted by relevance
/packages/modules/NeuralNetworks/runtime/ |
D | ExecutionBuilder.h | 64 int setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, 369 int setInputFromMemory(uint32_t inputIndex, const RuntimeMemory* memory, uint32_t offset,
|
D | ExecutionPlan.cpp | 564 executor->setInputFromMemory(stepInputIndex, temporaryMemory, loc.offset, in mapInputsAndOutputs() 567 executor->setInputFromMemory(stepInputIndex, loc->memory, loc->offset, in mapInputsAndOutputs() 583 executor->setInputFromMemory(stepInputIndex, loc.memory, loc.offset, loc.length); in mapInputsAndOutputs()
|
D | ExecutionBuilder.cpp | 211 int ExecutionBuilder::setInputFromMemory(uint32_t index, const ANeuralNetworksOperandType* type, in setInputFromMemory() function in android::nn::ExecutionBuilder
|
D | NeuralNetworks.cpp | 1339 return r->setInputFromMemory(index, type, m, offset, length); in ANeuralNetworksExecution_setInputFromMemory()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestMemoryInternal.cpp | 163 ASSERT_EQ(execution2.setInputFromMemory(0, &input, offsetForMatrix1, sizeof(Matrix3x4)), in TEST_F()
|
D | TestTrivialModel.cpp | 159 ASSERT_EQ(execution.setInputFromMemory(0, &matrix1Memory, 0, sizeof(Matrix3x4)), in testAddTwoWithHardwareBufferInput()
|
D | TestGenerated.cpp | 206 ASSERT_EQ(Result::NO_ERROR, execution->setInputFromMemory(i, &wrapperMemory, 0, 0)); in createRequestWithDeviceMemories()
|
D | TestNeuralNetworksWrapper.h | 409 Result setInputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|
D | TestUnspecifiedDimensions.cpp | 283 return execution->setInputFromMemory(opIndex, memory->getMemory(), 0, size, t); in setInOut()
|
D | SupportLibraryTestGenerated.cpp | 315 ASSERT_EQ(Result::NO_ERROR, execution->setInputFromMemory(i, &wrapperMemory, 0, 0)); in computeWithDeviceMemories()
|
D | TestGpuNnapi.cpp | 879 ASSERT_EQ(mExecution->setInputFromMemory(/*index=*/0, &mInputMemory, /*offset=*/0, in runInternal()
|
D | TestPartitioningRandom.cpp | 1363 e->setInputFromMemory(inputIndex++, memory, offset, length); in TEST_P()
|
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimPreparedModel.cpp | 85 auto result = execution->setInputFromMemory( in parseInputs()
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworksWrapper.h | 624 Result setInputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 526 Result setInputFromMemory(uint32_t index, const Memory* memory, uint32_t offset,
|