Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for X_n (0.01 sec)

  1. tensorflow/cc/gradients/math_grad.cc

                    std::vector<Output>* grad_outputs) {
      // AddN doesn't support broadcasting, so all the inputs must be the
      // same shape.
      // Note:
      // dy/dx_k = d(x_1 + x_2 + ... + x_n)/dx_k = 1 for all x_k
      // hence dx_k = dy for all x_k
      // So the gradient for AddN just transfers the incoming gradient to
      // all outgoing gradients.
      auto incoming = Identity(scope, grad_inputs[0]);
    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