- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for x64_windows (0.11 sec)
-
.bazelrc
build:avx_linux --host_copt=-mavx build:avx_win --copt=/arch:AVX # Use Clang-cl compiler on Windows build:win_clang --copt=/clang:-Weverything build:win_clang --extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl build:win_clang --extra_execution_platforms=//tensorflow/tools/toolchains/win:x64_windows-clang-cl build:win_clang --host_platform=//tensorflow/tools/toolchains/win:x64_windows-clang-cl
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Oct 28 22:02:31 UTC 2024 - 51.3K bytes - Viewed (0) -
tensorflow/BUILD
constraint_values = if_google( ["//third_party/bazel_platforms/os:windows"], [], ), # OSS builds query the CPU type. values = if_oss( {"cpu": "x64_windows"}, {}, ), visibility = ["//visibility:public"], ) config_setting( name = "no_tensorflow_py_deps", define_values = {"no_tensorflow_py_deps": "true"},
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 16 05:28:35 UTC 2024 - 53.5K bytes - Viewed (0)