Files
pytorch/caffe2/operators/stop_gradient_gpu.cc
Orion Reblitz-Richardson 1d5780d42c Remove Apache headers from source.
* LICENSE file contains details, so removing from individual source files.
2018-03-27 13:10:18 -07:00

7 lines
191 B
C++

#include "caffe2/core/context_gpu.h"
#include "caffe2/operators/stop_gradient.h"
namespace caffe2 {
REGISTER_CUDA_OPERATOR(StopGradient, StopGradientOp<CUDAContext>);
} // namespace caffe2