Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DManager.cpp773 auto fixPointerArguments = in execute() local
788 const std::vector<DataLocation> inputPtrArgsLocations = fixPointerArguments(inputs); in execute()
789 const std::vector<DataLocation> outputPtrArgsLocations = fixPointerArguments(outputs); in execute()