A struct that holds the gradient operators and related gradient maps. More...
#include <operator_gradient.h>
Public Member Functions | |
GradientOpsMeta (const vector< OperatorDef > &ops, const vector< GradientWrapper > &v) | |
Data Fields | |
vector< OperatorDef > | ops_ |
vector< GradientWrapper > | g_input_ |
A struct that holds the gradient operators and related gradient maps.
Definition at line 35 of file operator_gradient.h.