Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp768 static void logArguments(const char* kind, const std::vector<ModelArgumentInfo>& args) { in logArguments() function
801 logArguments("input", mInputs); in startCompute()
802 logArguments("output", mOutputs); in startCompute()