Windows CUDNN installation instructions are incompatible with Tensorflow (at least version 2.10)

Step 3 in the installation procedure dated Nov. 27 2022 says:

Copy the following files from the unzipped package into the NVIDIA cuDNN directory.

1) Copy bin\cudnn*.dll to C:\Program Files\NVIDIA\CUDNN\v8.x\bin.
2) Copy include\cudnn*.h to C:\Program Files\NVIDIA\CUDNN\v8.x\include.
3) Copy lib\cudnn*.lib to C:\Program Files\NVIDIA\CUDNN\v8.x\lib.

Meanwhile, Tensorflow will try to find the dll files in:

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vX.X\bin

this is because tensorflow use another version about cudnn and tensorrt. Only change the names of files to do it compatible