Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for endsAt (0.19 sec)

  1. tensorflow/c/eager/c_api.h

    // resources (mostly TensorArray and Stack, used in while loop gradients in
    // graph mode). Calling this on a context tells it to start a step.
    TF_CAPI_EXPORT extern void TFE_ContextStartStep(TFE_Context* ctx);
    
    // Ends a step. When there is no active step (that is, every started step has
    // been ended) step containers will be cleared. Note: it is not safe to call
    // TFE_ContextEndStep while ops that rely on the step container may be running.
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Apr 27 21:07:00 GMT 2023
    - 22.8K bytes
    - Viewed (1)
  2. tensorflow/c/experimental/filesystem/filesystem_interface.h

      ///   * Might use any other error value for `status` to signal other errors.
      int (*start_transaction)(const TF_Filesystem* filesystem,
                               TF_TransactionToken** token, TF_Status* status);
    
      /// Ends transaction and free the `token`. Any access to token after
      /// that will be invalid.
      ///
      /// In case of error, plugins must set `status` to a value different than
    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)
  3. RELEASE.md

        and
        [CVE-2019-16168](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16168)
    
    # Release 2.1.0
    
    TensorFlow 2.1 will be the last TF release supporting Python 2. Python 2 support
    [officially ends an January 1, 2020](https://www.python.org/dev/peps/pep-0373/#update).
    [As announced earlier](https://groups.google.com/a/tensorflow.org/d/msg/announce/gVwS5RC8mds/dCt1ka2XAAAJ),
    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