Home
last modified time | relevance | path

Searched refs:inputRelocationInfos (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/neuralnetworks/utils/common/src/
DCommonUtils.cpp241 std::vector<InputRelocationInfo> inputRelocationInfos; in convertRequestFromPointerToShared() local
253 inputRelocationInfos.push_back({data, input.location.length, input.location.offset}); in convertRequestFromPointerToShared()
261 InputRelocationTracker::create(std::move(inputRelocationInfos), std::move(memory))); in convertRequestFromPointerToShared()