Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ContractEdge (0.25 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      bool MergeClusters(Cluster* cluster_from, Cluster* cluster_to) {
        int from = cluster_from->cycles_graph_node_id();
        int to = cluster_to->cycles_graph_node_id();
    
        auto optional_merged_node = cycles_graph_.ContractEdge(from, to);
        if (!optional_merged_node.has_value()) {
          VLOG(3) << "Could not contract " << cluster_from->DebugString(*graph_)
                  << " -> " << cluster_to->DebugString(*graph_)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top