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);
285 std::vector<DataLocation> ptrArgsLocations; in allocatePointerArgumentsToPool() local292 ptrArgsLocations.push_back({.poolIndex = nextPoolIndex, in allocatePointerArgumentsToPool()311 return {ANEURALNETWORKS_NO_ERROR, std::move(memory), std::move(ptrArgsLocations)}; in allocatePointerArgumentsToPool()775 std::vector<DataLocation> ptrArgsLocations; in execute() local778 ptrArgsLocations.push_back( in execute()786 return ptrArgsLocations; in execute()