Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for summed_grads (0.15 sec)

  1. tensorflow/cc/framework/gradients.cc

      // `summed_grads` if not all incoming gradients are available yet). All exit
      // nodes (which are the first nodes of a loop encountered in the backwards
      // pass) are passed to this function rather than processed normally.
      // `summed_grads` is the sum of `exit_node`s gradients.
      Status ProcessWhileLoop(Node* exit_node, const Output& summed_grads);
    
    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