Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelArgumentInfo.cpp109 const std::vector<DataLocation>& ptrArgsLocations) { in createRequestArguments() argument
118 .location = ptrArgsLocations[ptrArgsIndex++], in createRequestArguments()
DModelArgumentInfo.h113 const std::vector<hal::DataLocation>& ptrArgsLocations);
DManager.cpp284 std::vector<DataLocation> ptrArgsLocations; in allocatePointerArgumentsToPool() local
291 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() local
777 ptrArgsLocations.push_back( in execute()
785 return ptrArgsLocations; in execute()