Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Data Fields
caffe2::GradientOpsMeta Struct Reference

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< GradientWrapperg_input_
 

Detailed Description

A struct that holds the gradient operators and related gradient maps.

Definition at line 36 of file operator_gradient.h.


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