1 #include "caffe2/operators/relu_op.h" 3 #include "caffe2/operators/activation_ops_cudnn.h" 7 REGISTER_CUDNN_OPERATOR(
Relu, CuDNNActivationOp<CUDNN_ACTIVATION_RELU>);
8 REGISTER_CUDNN_OPERATOR(
10 CuDNNActivationGradientOp<CUDNN_ACTIVATION_RELU>);
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...