Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/include/nnapi/
DSharedMemory.h144 class RelocationTracker {
146 static GeneralResult<std::unique_ptr<RelocationTracker>> create( in create()
149 return std::make_unique<RelocationTracker<RelocationInfoType>>( in create()
153 RelocationTracker(std::vector<RelocationInfoType> relocationInfos, SharedMemory memory, in RelocationTracker() function
169 using InputRelocationTracker = RelocationTracker<InputRelocationInfo>;
170 using OutputRelocationTracker = RelocationTracker<OutputRelocationInfo>;