Stores parameters nessasary for creating a PredictorInterface object. More...
#include <predictor_config.h>
Data Fields | |
std::shared_ptr< PredictorParameters > | parameters |
std::shared_ptr< NetDef > | predict_net |
std::vector< std::string > | input_names |
std::vector< std::string > | output_names |
std::vector< std::string > | parameter_names |
std::shared_ptr< Workspace > | ws |
Stores parameters nessasary for creating a PredictorInterface object.
Definition at line 19 of file predictor_config.h.