Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Value (0.12 sec)

  1. ci/official/utilities/extract_resultstore_links.py

          ElemTree.SubElement(properties, 'property',
                              name='description',
                              value=success_msg)
          if command:
            ElemTree.SubElement(properties, 'property',
                                name='bazel_command',
                                value=command)
    
        suite_specific = {'tests': str(len(result_store_dict)),
                          'errors': str(error_count),
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Nov 08 17:50:27 GMT 2023
    - 10.9K bytes
    - Viewed (0)
  2. configure.py

      ask for user input. If no input is provided, the default is used.
    
      Args:
        environ_cp: copy of the os.environ.
        var_name: string for name of environment variable, e.g. "TF_NEED_CUDA".
        ask_for_var: string for how to ask for user input.
        var_default: default value string.
    
      Returns:
        string value for var_name
      """
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (1)
Back to top