- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for configure_ios (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
configure.py
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)) def configure_ios(environ_cp): """Configures TensorFlow for iOS builds.""" if not is_macos(): return if not get_var(environ_cp, 'TF_CONFIGURE_IOS', 'iOS', False): return for filepath in APPLE_BAZEL_FILES:
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Fri Dec 19 16:32:04 GMT 2025 - 48.3K bytes - Click Count (0)