ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Driver.cpp File Reference
#include <enco/Frontend.h>
#include <enco/Backend.h>
#include <cmdline/View.h>
#include <string>
#include <vector>
#include <functional>
#include <dlfcn.h>
#include <memory>
#include <map>
#include <iostream>
#include <stdexcept>

Go to the source code of this file.

Data Structures

class  cmdline::Vector
 

Namespaces

namespace  cmdline
 

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 214 of file Driver.cpp.

215{
216 // NOTE main does not catch internal exceptions for debug build to make it easy to
217 // check the stacktrace with a debugger
218 return entry(argc, argv);
219}
int entry(int argc, char **argv)
Definition Driver.cpp:29

References entry().