mirror of https://github.com/davisking/dlib.git
fixed compile time error
This commit is contained in:
parent
c48e921c52
commit
06534305e4
|
@ -151,7 +151,7 @@ namespace dlib
|
|||
|
||||
#ifdef DLIB_USE_CUDA
|
||||
virtual const cuda::tensor_descriptor& get_cudnn_tensor_descriptor (
|
||||
) const;
|
||||
) const = 0;
|
||||
#endif
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in New Issue