Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validate_cuda_config (0.29 sec)

  1. configure.py

      for filepath in IOS_FILES:
        filename = os.path.basename(filepath)
        new_filepath = os.path.join(_TF_WORKSPACE_ROOT, filename)
        symlink_force(filepath, new_filepath)
    
    
    def validate_cuda_config(environ_cp):
      """Run find_cuda_config.py and return cuda_toolkit_path, or None."""
    
      def maybe_encode_env(env):
        """Encodes unicode in env to str on Windows python 2.x."""
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
Back to top