Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for addIcons (0.17 sec)

  1. CONTRIBUTING.md

        feature.
    *   Full new features (e.g., a new op implementing a cutting-edge algorithm)
        typically will live in
        [tensorflow/addons](https://github.com/tensorflow/addons) to get some
        airtime before a decision is made regarding whether they are to be migrated
        to the core.
    *   As every PR requires several CPU/GPU hours of CI testing, we discourage
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Mar 21 11:45:51 GMT 2024
    - 15.6K bytes
    - Viewed (0)
  2. tensorflow/api_template_v1.__init__.py

    The TensorFlow contrib module will not be included in TensorFlow 2.0.
    For more information, please see:
      * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md
      * https://github.com/tensorflow/addons
      * https://github.com/tensorflow/io (for I/O related ops)
    If you depend on functionality not listed there, please file an issue.
    """
    contrib = _LazyLoader("contrib", globals(), "tensorflow.contrib",
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Jan 23 02:14:00 GMT 2024
    - 7.4K bytes
    - Viewed (0)
  3. RELEASE.md

    *   `tf.contrib`:
    
        *   `tf.contrib` has been deprecated, and functionality has been either
            migrated to the core TensorFlow API, to an ecosystem project such as
            [tensorflow/addons](https://www.github.com/tensorflow/addons) or
            [tensorflow/io](https://www.github.com/tensorflow/io), or removed
            entirely.
        *   Remove `tf.contrib.timeseries` dependency on TF distributions.
    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