Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DModelArgumentInfo.cpp151 const std::vector<DataLocation>& ptrArgsLocations) { in createRequestArguments() argument
160 .location = ptrArgsLocations[ptrArgsIndex++], in createRequestArguments()
DModelArgumentInfo.h143 const std::vector<DataLocation>& ptrArgsLocations);
DManager.cpp1091 std::vector<DataLocation> ptrArgsLocations; in createCpuRequest() local
1094 ptrArgsLocations.push_back( in createCpuRequest()
1103 return ptrArgsLocations; in createCpuRequest()