Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ClusterSpec (0.06 seconds)

  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;
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Click Count (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`.
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
Back to Top