mxnet
|
#include <model.h>
Public Member Functions | |
FeedForwardConfig (const FeedForwardConfig &other) | |
FeedForwardConfig () | |
Public Attributes | |
Symbol | symbol |
std::vector< Context > | ctx = {Context::cpu()} |
int | num_epoch = 0 |
int | epoch_size = 0 |
std::string | optimizer = "sgd" |
|
inline |
|
inline |
std::vector<Context> mxnet::cpp::FeedForwardConfig::ctx = {Context::cpu()} |
int mxnet::cpp::FeedForwardConfig::epoch_size = 0 |
int mxnet::cpp::FeedForwardConfig::num_epoch = 0 |
std::string mxnet::cpp::FeedForwardConfig::optimizer = "sgd" |
Symbol mxnet::cpp::FeedForwardConfig::symbol |