Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dump_nodes (0.08 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

          GetXlaAutoClusteringSummary(*graph_);
    
      VLOG(2) << "*** Clustering info for graph of size " << graph_->num_nodes();
      VLOG(2) << " Built " << auto_clustering_info.clusters_size()
              << " clusters, size "
              << RatioToString(auto_clustering_info.clustered_node_count(),
                               graph_->num_nodes());
    
      for (const XlaAutoClusteringSummary::Cluster& cluster :
           auto_clustering_info.clusters()) {
    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