Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ControlToData (0.11 sec)

  1. tensorflow/compiler/jit/build_xla_ops_pass.cc

      // old_ctrl_as_data otherwise the control edge from old_node to the constant
      // in ControlToData will be present in ctrl_edges.
    
      Output old_ctrl_as_data = ControlToData(s, old_node);
      Output new_ctrl_as_data = ControlToData(s, new_node);
    
      ops::Merge ctrl_merge_as_data(s.WithOpName("ctrl_merge"),
                                    {old_ctrl_as_data, new_ctrl_as_data});
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 24.3K bytes
    - Viewed (0)
Back to top