30 <<
"Usage: " << argv[0]
31 <<
" <path/to/partition/config> <num_inputs> <path/to/input/prefix> <path/to/output/file>\n";
40 const char *config_filename = argv[1];
41 const int32_t num_inputs = atoi(argv[2]);
42 const char *input_prefix = argv[3];
43 const char *output_file = argv[4];
47 INFO(l) <<
"Read config file: " << config_filename << std::endl;
51 INFO(l) <<
"Read input file: " << input_prefix <<
", #inputs: " << num_inputs << std::endl;
54 INFO(l) <<
"Run all partitioned models..." << std::endl;
58 INFO(l) <<
"Save output file: " << output_file << std::endl;