Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddBackPropLoopCounter (0.13 sec)

  1. tensorflow/cc/framework/while_gradients.cc

    // boolean predicate indicating if the loop is still executing. This is used to
    // drive the gradient computation for the while loop associated with
    // `while_ctx`.
    Status AddBackPropLoopCounter(WhileContext* while_ctx, const Output& loop_count,
                                  const Scope& scope,
                                  Output* backprop_execution_pred) {
      // Create while loop:
      //   n = loop_count
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top