- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for override_eigen_strong_inline (0.09 sec)
-
tensorflow/BUILD
) config_setting( name = "using_rocm_hipcc", define_values = {"using_rocm_hipcc": "true"}, ) config_setting( name = "override_eigen_strong_inline", define_values = {"override_eigen_strong_inline": "true"}, visibility = ["//visibility:public"], ) # This flag specifies whether TensorFlow 2.0 API should be built instead
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0) -
.bazelrc
build:rbe_win_base --enable_runfiles build:rbe_win_base --nobuild_python_zip # Don't build the runfile links in the RBE build which is expensive on Windows. build:rbe_win_base --nobuild_runfile_links build:rbe_win_base --define=override_eigen_strong_inline=true build:rbe_windows_x86_cpu_2022 --config=rbe_win_base --config=windows_x86_cpu_2022 # END TF REMOTE BUILD EXECUTION OPTIONS # TFLite build configs for generic embedded Linux
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Aug 22 21:03:34 UTC 2025 - 56K bytes - Viewed (0) -
configure.py
# conv_grad_ops_3d.cc and conv_ops_3d.cc by 20 minutes, # but this also hurts the performance. Let users decide what they want. write_to_bazelrc('build --define=override_eigen_strong_inline=true') def config_info_line(name, help_text): """Helper function to print formatted help text for Bazel config options.""" print('\t--config=%-12s\t# %s' % (name, help_text))
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Apr 30 15:18:54 UTC 2025 - 48.3K bytes - Viewed (0)