Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ PrintRunUsage
Method
PrintRunUsage
apps/mnncli/src/handlers/run_command_handler.cpp:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void RunCommandHandler::PrintRunUsage() const {
144
std::cout << MakeUsage(mnncli::GetSpec(
"run"
)) <<
"\n"
;
145
}
146
147
} // namespace mnncli
Callers
nothing calls this directly
Calls
1
MakeUsage
Function · 0.85
Tested by
no test coverage detected