1 #include "caffe2/operators/conv_op_cache_cudnn.h" 5 #include "caffe2/core/logging.h" 6 #include "caffe2/core/tensor.h" 10 template class AlgorithmsCache<cudnnConvolutionFwdAlgo_t>;
11 template class AlgorithmsCache<cudnnConvolutionBwdFilterAlgo_t>;
12 template class AlgorithmsCache<cudnnConvolutionBwdDataAlgo_t>;
13 template class AlgorithmsCache<int>;
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...