treelite
|
The command line interface program of treelite. More...
#include <treelite/frontend.h>
#include <treelite/annotator.h>
#include <treelite/compiler.h>
#include <treelite/predictor.h>
#include <treelite/logging.h>
#include <treelite/omp.h>
#include <dmlc/config.h>
#include <dmlc/data.h>
#include <fstream>
#include <memory>
#include <vector>
#include <queue>
#include <iterator>
#include <string>
#include "./compiler/param.h"
#include "./common/filesystem.h"
#include "./compiler/ast/builder.h"
Go to the source code of this file.
Classes | |
struct | CLIParam |
The command line interface program of treelite.
Copyright 2017 by Contributors
Definition in file cli_main.cc.