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.cpp1141 std::vector<DataLocation> ptrArgsLocations; in createCpuRequest() local
1144 ptrArgsLocations.push_back( in createCpuRequest()
1153 return ptrArgsLocations; in createCpuRequest()