Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for configure_ios (0.2 sec)

  1. configure.py

      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:
        existing_filepath = os.path.join(_TF_WORKSPACE_ROOT, filepath + '.apple')
    Python
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
Back to top