Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for write_to_bazelrc (0.19 sec)

  1. configure.py

      if environ_cp.get('TF_CUDA_CLANG') == '1':
        write_to_bazelrc('build --config=cuda_clang')
      else:
        write_to_bazelrc('build --config=cuda')
    
    
    def system_specific_test_config(environ_cp):
      """Add default build and test flags required for TF tests to bazelrc."""
      write_to_bazelrc('test --test_size_filters=small,medium')
    
    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