Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for belongsTo (0.16 sec)

  1. tensorflow/c/c_api.h

    // In-process TensorFlow server functionality, for use in distributed training.
    // 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.
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
  2. tensorflow/c/experimental/filesystem/filesystem_interface.h

      /// Updates filesystem configuration with options passed in `options`. It can
      /// contain full set of options supported by the filesystem or just a subset
      /// of them. Ownership of options and buffers therein belongs to the caller
      /// and any buffers need to be allocated through filesystem allocation API.
      /// Filesystems may choose to ignore configuration errors but should at least
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 27 17:36:54 GMT 2022
    - 53.1K bytes
    - Viewed (0)
Back to top