- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for tf_force_rtti (0.07 seconds)
-
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(
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Wed Nov 12 19:21:56 GMT 2025 - 53.1K bytes - Click Count (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.
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Tue Oct 28 22:27:41 GMT 2025 - 740.4K bytes - Click Count (3)