Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/cc/ops/while_loop.cc

      return result;
    }
    
    // Creates the `loop_var_idx`-th Merge node of a loop being constructed with
    // `scope`. `enter_output` is the `loop_var_idx`-th Enter node's output.
    Status CreateMerge(const Scope& scope, int loop_var_idx,
                       const Output& enter_output, Output* merge_output) {
      // The merge nodes accept the while loop's back edges as an input (i.e. the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 01:01:21 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top