- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for choose_compiler_Win (0.09 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 Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 02 22:16:02 UTC 2024 - 48.2K bytes - Viewed (0)