Home
last modified time | relevance | path

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

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