Get cudnn version of paddle package.
Return the version information of cudnn. If paddle package is CPU version, it will return False.
string
Examples
>>> import paddle >>> paddle.version.cudnn() >>> '7.6.5'