Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
DCommonUtils.h126 std::optional<nn::Request>* maybeRequestInSharedOut, RequestRelocation* relocationOut);
/hardware/interfaces/neuralnetworks/utils/common/src/
DCommonUtils.cpp224 std::optional<nn::Request>* maybeRequestInSharedOut, RequestRelocation* relocationOut) { in convertRequestFromPointerToShared() argument
227 CHECK(relocationOut != nullptr); in convertRequestFromPointerToShared()
289 *relocationOut = std::move(relocation); in convertRequestFromPointerToShared()