Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_tf_download_clang (0.23 sec)

  1. configure.py

          'TF_CUDA_CLANG',
          None,
          True,
          question=question,
          yes_reply=yes_reply,
          no_reply=no_reply,
          bazel_config_name='cuda_clang',
      )
    
    
    def set_tf_download_clang(environ_cp):
      """Set TF_DOWNLOAD_CLANG action_env."""
      question = 'Do you wish to download a fresh release of clang? (Experimental)'
      yes_reply = 'Clang will be downloaded and used to compile tensorflow.'
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 02 22:16:02 UTC 2024
    - 48.2K bytes
    - Viewed (0)
Back to top