Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValueError (0.17 sec)

  1. configure.py

      environ_cp['TF_CUDNN_VERSION'] = tf_cudnn_version
    
    
    def set_tf_tensorrt_version(environ_cp):
      """Set TF_TENSORRT_VERSION."""
      if not (is_linux() or is_windows()):
        raise ValueError('Currently TensorRT is only supported on Linux platform.')
    
      if not int(environ_cp.get('TF_NEED_TENSORRT', False)):
        return
    
      ask_tensorrt_version = (
    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