Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InsertEdge (0.1 sec)

  1. tensorflow/compiler/jit/xla_cluster_util.cc

            const string& frame_name =
                control_flow_info[edge->src()->id()].frame_name;
            src = GetOrAddFrameNodeId(frame_name);
            src_type = "frame";
          }
    
          if (!cycles->InsertEdge(src, dst)) {
            // TODO(b/127521408): We can probably handle this situation with a more
            // sophisticated SCC based algorithm, but for now we bail out.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 29 08:39:39 UTC 2024
    - 21.3K bytes
    - Viewed (0)
Back to top