Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/common/src/
DCommonUtils.cpp266 std::vector<OutputRelocationInfo> outputRelocationInfos; in convertRequestFromPointerToShared() local
277 outputRelocationInfos.push_back({data, output.location.length, output.location.offset}); in convertRequestFromPointerToShared()
284 relocation.output = NN_TRY(OutputRelocationTracker::create(std::move(outputRelocationInfos), in convertRequestFromPointerToShared()