Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PopState (0.19 sec)

  1. tensorflow/c/eager/tape.h

      // ignore operations executed as a direct result of their own jvp
      // computations.
      void PushState() { call_state_.emplace(nullptr, false); }
      void PopState() { call_state_.pop(); }
    
     private:
      // Helper for Accumulate: uses a GradientTape to compute forward gradients
      // from a backward gradient function. Fills `out_grads` corresponding to
    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)
Back to top