Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/include/nnapi/
DSharedMemory.h147 std::vector<RelocationInfoType> relocationInfos, SharedMemory memory) { in create() argument
150 std::move(relocationInfos), std::move(memory), std::move(mapping)); in create()
153 RelocationTracker(std::vector<RelocationInfoType> relocationInfos, SharedMemory memory, in RelocationTracker() argument
155 : kRelocationInfos(std::move(relocationInfos)), in RelocationTracker()