| 2877 | } |
| 2878 | |
| 2879 | static bool TensorOpMathAvailable(int cc_major) { |
| 2880 | return cc_major >= 7; |
| 2881 | } |
| 2882 | |
| 2883 | port::StatusOr<dnn::AlgorithmDesc> GetCudnnConvolutionForwardAlgorithm( |
| 2884 | Stream* stream, const CudnnHandle& cudnn, |
no outgoing calls
no test coverage detected