Searched refs:ptrArgsLocations (Results 1 – 3 of 3) sorted by relevance
109 const std::vector<DataLocation>& ptrArgsLocations) { in createRequestArguments() argument118 .location = ptrArgsLocations[ptrArgsIndex++], in createRequestArguments()
113 const std::vector<hal::DataLocation>& ptrArgsLocations);
284 std::vector<DataLocation> ptrArgsLocations; in allocatePointerArgumentsToPool() local291 ptrArgsLocations.push_back({.poolIndex = nextPoolIndex, in allocatePointerArgumentsToPool()310 return {ANEURALNETWORKS_NO_ERROR, std::move(memory), std::move(ptrArgsLocations)}; in allocatePointerArgumentsToPool()774 std::vector<DataLocation> ptrArgsLocations; in execute() local777 ptrArgsLocations.push_back( in execute()785 return ptrArgsLocations; in execute()