MCPcopy Create free account
hub / github.com/alibaba/MNN / main

Function main

apps/mnncli/src/mnncli.cpp:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194};
195
196int main(int argc, const char* argv[]) {
197 mnncli::UserInterface::ShowWelcome();
198
199 CommandLineInterface cli;
200 return cli.Run(argc, argv);
201}

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected