#include <string>
#include <vector>
#include <boost/property_tree/ptree.hpp>
Go to the source code of this file.
Classes | |
struct | InputConfig |
struct | InputConfigKeys |
class | ModelConfig |
Variables | |
const std::string | CONFIG_NAME = "config.json" |
const std::string | MODEL_NAME = "model.pb" |
const std::string CONFIG_NAME = "config.json" |
Definition at line 55 of file ModelConfig.h.
const std::string MODEL_NAME = "model.pb" |
Definition at line 56 of file ModelConfig.h.