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 36 of file operator_gradient.h.
 1.8.11