Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MergeClusters (0.2 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      // larger combined cluster is represented by `cluster_from`, but can have
      // `cycles_graph_`'s ID of either `cluster_from` or `cluster_to` depending on
      // which way will require less operations.
      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);
    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