Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Entry (0.13 sec)

  1. tensorflow/c/eager/tape.h

    // gradients available initially).
    //
    // Then we repeatedly pop an entry from the stack, run its backprop, and update
    // the gradients of its inputs. Once we have computed all gradients for a single
    // input we can mark this input as done, and this can trigger adding an entry to
    // the stack if all outputs of that entry are now done.
    //
    // When the stack is empty we have gradients for all tensors we're interested
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 02 12:40:29 GMT 2024
    - 47.2K bytes
    - Viewed (1)
  2. RELEASE.md

                tf.lite.TFLiteConverter to False to disable this change
        *   Native TF Lite variables are now enabled during conversion by default on
            all v2 TfLiteConverter entry points.
            `experimental_enable_resource_variables` on tf.lite.TFLiteConverter is
            now True by default and will be removed in the future.
    
    *   `tf.function`:
    
    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