Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SumGradHelper (0.09 sec)

  1. tensorflow/cc/gradients/math_grad.cc

    Output SafeDivHelper(const Scope& scope, const Output& x, const Output& y) {
      return Div(scope, x, Maximum(scope, y, Const(scope, 1)));
    }
    
    // SumGradHelper returns the gradient for the Sum operator, and is used
    // by SumGrad and MeanGrad.
    Output SumGradHelper(const Scope& scope, const Operation& op,
                         const std::vector<Output>& grad_inputs) {
      // The partial derivative for any input along a "reduced" dimension
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
Back to top