Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BackpropAlongEdge (0.17 sec)

  1. tensorflow/cc/framework/gradients.cc

      // propagates gradients `dst_grad` backwards along the edge from `src`
      // to `dst` in the graph. This will add `dst_grad` to the list of pending
      // gradients for the node associated with `src`.
      Status BackpropAlongEdge(const Output& dst_grad, const Output& src);
    
      // Adds a node to the graph (returned in `grad`) that sums the in-bound
      // gradients to `src` (if there are more than one).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 22K bytes
    - Viewed (0)
Back to top