Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cudnn (0.13 sec)

  1. configure.py

      environ_cp['TF_CUDA_VERSION'] = tf_cuda_version
    
    
    def set_tf_cudnn_version(environ_cp):
      """Set TF_CUDNN_VERSION."""
      ask_cudnn_version = (
          'Please specify the cuDNN version you want to use. '
          '[Leave empty to default to cuDNN %s]: ') % _DEFAULT_CUDNN_VERSION
      tf_cudnn_version = get_from_env_or_user_or_default(environ_cp,
                                                         'TF_CUDNN_VERSION',
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  2. .bazelrc

    build:rbe_linux_cpu_old --host_crosstool_top="@ubuntu20.04-gcc9_manylinux2014-cuda11.2-cudnn8.1-tensorrt7.2_config_cuda//crosstool:toolchain"
    build:rbe_linux_cpu_old --crosstool_top="@ubuntu20.04-gcc9_manylinux2014-cuda11.2-cudnn8.1-tensorrt7.2_config_cuda//crosstool:toolchain"
    build:rbe_linux_cpu_old --extra_toolchains="@ubuntu20.04-gcc9_manylinux2014-cuda11.2-cudnn8.1-tensorrt7.2_config_cuda//crosstool:toolchain-linux-x86_64"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
Back to top