- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TF_SYSTEM_LIBS (0.04 sec)
-
.bazelrc
common:windows --nobuild_python_zip common:windows --dynamic_mode=off # Default paths for TF_SYSTEM_LIBS common:linux --define=PREFIX=/usr common:linux --define=PROTOBUF_INCLUDE_PATH=$(PREFIX)/include common:macos --define=PREFIX=/usr common:macos --define=PROTOBUF_INCLUDE_PATH=$(PREFIX)/include # TF_SYSTEM_LIBS do not work on windows. # By default, build TF in C++ 17 mode. common:android --cxxopt=-std=c++17
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Dec 26 23:20:26 UTC 2025 - 56.8K bytes - Viewed (0) -
tensorflow/BUILD
if [[ $${d} == *local_config_* ]]; then continue fi if [[ $${d} == external* ]]; then extname="$${d#*external/}" extname="$${extname%%/*}" if [[ $${TF_SYSTEM_LIBS:-} == *$${extname}* ]]; then continue fi d="$${d#*external/farmhash_archive/src}" d="$${d#*external/$${extname}/}" d="$${d#_virtual_includes/*/}" fi
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Wed Nov 12 19:21:56 UTC 2025 - 53.1K bytes - Viewed (0)