Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ClusterSpec (0.33 sec)

  1. tensorflow/c/c_api.h

    // A Server instance encapsulates a set of devices and a Session target that
    // can participate in distributed training. A server belongs to a cluster
    // (specified by a ClusterSpec), and corresponds to a particular task in a
    // named job. The server can communicate with any other server in the same
    // cluster.
    
    // In-process TensorFlow server.
    typedef struct TF_Server TF_Server;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  2. RELEASE.md

    *   CUDA 9.0 and cuDNN 7 support.
    *   Accelerated Linear Algebra (XLA):
        *   Add `complex64` support to XLA compiler.
        *   `bfloat` support is now added to XLA infrastructure.
        *   Make `ClusterSpec` propagation work with XLA devices.
        *   Use a deterministic executor to generate XLA graph.
    *   `tf.contrib`:
        *   `tf.contrib.distributions`:
        *   Add `tf.contrib.distributions.Autoregressive`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top