Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Connections (0.24 sec)

  1. tensorflow/c/eager/c_api_experimental.h

        int64_t init_timeout_in_ms, TF_Status* status,
        bool clear_existing_contexts);
    
    // Set server def with retries and timeout. This is helpful for fault-tolerant
    // initial connection in high-preemption environments, such as
    // ParameterServerStrategy training.
    // This API is for experimental usage and may be subject to change.
    TF_CAPI_EXPORT extern void TFE_ContextSetServerDefWithTimeoutAndRetries(
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Feb 21 22:37:46 GMT 2024
    - 39.5K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Add safe static factory functions for SparseTensor and convert all CHECKs to
        DCHECKs. Using the constructor directly is unsafe and deprecated.
    *   Make the Bigtable client connection pool configurable & increase the
        default # of connections for performance.
    *   Added derivative of `tf.random_gamma` with respect to the alpha parameter.
    *   Added derivative of `tf.igamma(a, x)` and `tf.igammac(a, x)` with respect to
        a.
    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