Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for ValueError (0.19 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)
  3. api/go1.txt

    pkg reflect, type Type interface, String() string
    pkg reflect, type Type interface, unexported methods
    pkg reflect, type Value struct
    pkg reflect, type ValueError struct
    pkg reflect, type ValueError struct, Kind Kind
    pkg reflect, type ValueError struct, Method string
    pkg regexp, func Compile(string) (*Regexp, error)
    pkg regexp, func CompilePOSIX(string) (*Regexp, error)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top