Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. configure.py

      var = int(
          get_var(
              environ_cp, 'TF_NEED_CLANG', None, True, question, yes_reply, no_reply
          )
      )
      return var
    
    
    def set_clang_compiler_path(environ_cp):
      """Set CLANG_COMPILER_PATH and environment variables.
    
      Loop over user prompts for clang path until receiving a valid response.
      Default is used if no input is given. Set CLANG_COMPILER_PATH and write
    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