Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mintan (0.14 sec)

  1. tensorflow/c/eager/c_api_experimental.h

    TF_CAPI_EXPORT extern void TFE_ContextOptionsSetTfrt(TFE_ContextOptions*,
                                                         bool use_tfrt);
    
    // Returns the context_id from the EagerContext which is used by the
    // EagerService to maintain consistency between client and worker. The
    // context_id is initialized with a dummy value and is later set when the worker
    // is initialized (either locally or remotely). The context_id can change during
    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

        distributed values.
    *   Fixes various issues with saving a distributed model.
    
    ### `tf.keras`:
    
    *   Improvements from the Functional API refactoring:
        *   Functional model construction does not need to maintain a global
            workspace graph, removing memory leaks especially when building many
            models or very large models.
        *   Functional model construction should be ~8-10% faster on average.
    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