Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EdgeContractionFailureMsg (0.17 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        // Merge the UnionFind<Cluster*>.
        cluster_for_node_[from].Merge(&cluster_for_node_[to]);
    
        return true;
      }
    
      string EdgeContractionFailureMsg(Cluster* from, Cluster* to,
                                       absl::string_view reason) {
        return absl::StrCat("Could not contract ", from->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