blob: 6ad56d21a2b5632e3960218be2b95d2fbe69e4b5 [file] [log] [blame]
#include "caffe2/core/context_gpu.h"
#include "caffe2/operators/loss_op.h"
namespace caffe2 {
REGISTER_CUDA_OPERATOR(AveragedLoss, AveragedLoss<float, CUDAContext>);
REGISTER_CUDA_OPERATOR(
AveragedLossGradient,
AveragedLossGradient<float, CUDAContext>);
} // namespace caffe2