Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ValueError (0.18 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)
  2. RELEASE.md

        *   Add a Nearest Neighbor Resize op.
        *   Add an `ignore_unknown` argument to `parse_values` which suppresses
            ValueError for unknown hyperparameter types. Such * Add
            `tf.linalg.matvec` convenience function.
        *   `tf.einsum()`raises `ValueError` for unsupported equations like
            `"ii->"`.
        *   Add DCT-I and IDCT-I in `tf.signal.dct` and `tf.signal.idct`.
        *   Add LU decomposition op.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top