Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
DCommonUtils.h108 using OutputRelocationTracker = RelocationTracker<OutputRelocationInfo>; variable
112 std::unique_ptr<OutputRelocationTracker> output;
/hardware/interfaces/neuralnetworks/utils/common/src/
DCommonUtils.cpp213 void OutputRelocationTracker::flush() const { in flush()
284 relocation.output = NN_TRY(OutputRelocationTracker::create(std::move(outputRelocationInfos), in convertRequestFromPointerToShared()