Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rebato (0.19 sec)

  1. CONTRIBUTING.md

        you're running the same code that you're testing:
    
        *   Use an up to date [tf-nightly](https://pypi.org/project/tf-nightly/)
            `pip install -U tf-nightly`
        *   Rebase your pull request onto a recent pull from
            [TensorFlow's](https://github.com/tensorflow/tensorflow) master branch.
    
    2.  If you are changing the code and the docstring of a class/function/method,
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu Mar 21 11:45:51 GMT 2024
    - 15.6K bytes
    - Viewed (0)
  2. RELEASE.md

                which drops erroneous elements from `Dataset`s.
        *   Added
            [`tf.data.Dataset.rebatch`](https://www.tensorflow.org/api_docs/python/tf/data/Dataset#rebatch),
            a new API for rebatching the elements of a dataset.
    
    *   `tf.distribute`:
    
        *   Added
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top