mxnet
Public Member Functions | Public Attributes | List of all members
mxnet::cpp::FeedForwardConfig Struct Reference

#include <model.h>

Collaboration diagram for mxnet::cpp::FeedForwardConfig:
Collaboration graph

Public Member Functions

 FeedForwardConfig (const FeedForwardConfig &other)
 
 FeedForwardConfig ()
 

Public Attributes

Symbol symbol
 
std::vector< Contextctx = {Context::cpu()}
 
int num_epoch = 0
 
int epoch_size = 0
 
std::string optimizer = "sgd"
 

Constructor & Destructor Documentation

mxnet::cpp::FeedForwardConfig::FeedForwardConfig ( const FeedForwardConfig other)
inline
mxnet::cpp::FeedForwardConfig::FeedForwardConfig ( )
inline

Member Data Documentation

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

The documentation for this struct was generated from the following file: