mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-08 07:39:33 +01:00
7 lines
195 B
C++
7 lines
195 B
C++
#include "caffe2/core/context_gpu.h"
|
|
#include "caffe2/sgd/learning_rate_op.h"
|
|
|
|
namespace caffe2 {
|
|
REGISTER_CUDA_OPERATOR(LearningRate, LearningRateOp<float, CUDAContext>);
|
|
} // namespace caffe2
|