#include "LwtnnUtils/FastGraph.h"
#include "LwtnnUtils/InputOrder.h"
#include "lwtnn/lightweight_network_config.hh"
#include "lwtnn/parse_json.hh"
#include <string>
#include <vector>
#include <fstream>
Go to the source code of this file.
◆ getArgs()
| Args getArgs |
( |
int | nargs, |
|
|
char * | argv[] ) |
◆ main()
| int main |
( |
int | nargs, |
|
|
char * | argv[] ) |
Definition at line 23 of file test_lwtnn_fastgraph.cxx.
23 {
25 if (
args.nn_file.size() == 0)
return 1;
26 auto nn_file = std::ifstream(
args.nn_file);
27 auto graph_config = lwt::parse_json_graph(nn_file);
28
30
31 return 0;
32}
Args getArgs(int nargs, char *argv[])