Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/eager/tape.h

      // available in language bindings (e.g. Python).
      const VSpace<Gradient, BackwardFunction, TapeTensor>& vspace_;
    
      // Decides if tangents are vectorized or not
      bool use_batch_;
    
      struct AccumulatorCallState {
        AccumulatorCallState(
            GradientTape<Gradient, BackwardFunction, TapeTensor>* backward_tape,
            bool accumulating)
            : backward_tape(backward_tape), accumulating(accumulating) {}
    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