Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cluster_resolver (0.39 sec)

  1. ci/official/wheel_test/test_import_api_packages.py

        # namespace, but they don't correspond to an actual file
        # or directory on the filesystem.
        self.packages_for_skip = [
            "tensorflow.distribute.cluster_resolver",
            "tensorflow.lite.experimental.authoring",
            "tensorflow.distribute.experimental.coordinator",
            "tensorflow.summary.experimental",
            "tensorflow.distribute.coordinator",
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Sep 13 15:52:07 GMT 2023
    - 3.3K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Fix the issue that `tf.distribute.MirroredStrategy` cannot be used together
        with `tf.distribute.experimental.MultiWorkerMirroredStrategy`.
    *   Add a `tf.distribute.cluster_resolver.TPUClusterResolver.connect` API to
        simplify TPU initialization.
    *   Add `tf.distribute.Strategy.gather` and
        `tf.distribute.ReplicaContext.all_gather` methods to gather and concatenate
    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