- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for tf_force_rtti (0.1 sec)
-
tensorflow/BUILD
name = "no_default_logger", define_values = {"no_default_logger": "true"}, visibility = ["//visibility:public"], ) config_setting( name = "force_rtti", define_values = { "tf_force_rtti": "true", }, visibility = ["//visibility:public"], ) # Config setting for determining if we are building for Android. config_setting( name = "android", constraint_values = if_google(
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 16 05:28:35 UTC 2024 - 53.5K bytes - Viewed (0) -
RELEASE.md
* TensorFlow Debugger (tfdbg) CLI: ncurses-based CLI for tfdbg v1 was removed. * TensorFlow now supports C++ RTTI on mobile and Android. To enable this feature, pass the flag `--define=tf_force_rtti=true` to Bazel when building TensorFlow. This may be needed when linking TensorFlow into RTTI-enabled programs since mixing RTTI and non-RTTI code can cause ABI issues.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0)