Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Repo (0.14 sec)

  1. configure.py

              ' setting TF_NEED_CLANG=0'
          ),
      )
    
      write_action_env_to_bazelrc('CLANG_COMPILER_PATH', clang_compiler_path)
      write_to_bazelrc('build --repo_env=CC=%s' % clang_compiler_path)
      write_to_bazelrc('build --repo_env=BAZEL_COMPILER=%s' % clang_compiler_path)
    
      return clang_compiler_path
    
    
    def set_clang_compiler_path_win(environ_cp):
      """Set CLANG_COMPILER_PATH and environment variables.
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (1)
Back to top