1 #ifndef CAFFE2_OPERATORS_LOSS_OP_H_ 2 #define CAFFE2_OPERATORS_LOSS_OP_H_ 4 #include "caffe2/core/context.h" 5 #include "caffe2/core/logging.h" 6 #include "caffe2/core/operator.h" 7 #include "caffe2/operators/reduction_ops.h" 8 #include "caffe2/operators/utility_ops.h" 9 #include "caffe2/utils/math.h" 15 template <
typename T,
class Context>
18 template <
class... Args>
24 template <
typename T,
class Context>
27 template <
class... Args>
30 ~AveragedLossGradient() {}
35 #endif // CAFFE2_OPERATORS_LOSS_OP_H_
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...