- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for choose_compiler_Win (0.12 sec)
-
configure.py
no_reply = 'GCC will be used to compile TensorFlow.' var = int( get_var( environ_cp, 'TF_NEED_CLANG', None, True, question, yes_reply, no_reply ) ) return var def choose_compiler_Win(environ_cp): question = 'Do you want to use Clang to build TensorFlow?' yes_reply = 'Add "--config=win_clang" to compile TensorFlow with CLANG.' no_reply = 'MSVC will be used to compile TensorFlow.' var = int(
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Apr 30 15:18:54 UTC 2025 - 48.3K bytes - Viewed (0)