Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetIdOfOnlyNode (0.21 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        void Merge(Cluster* other);
    
        // If this is a trivial cluster containing only one node then return the ID
        // of that node.  May not be called otherwise.
        int GetIdOfOnlyNode() const {
          DCHECK_EQ(cluster_size(), 1);
          return cycles_graph_node_id();
        }
    
        // The number of TF nodes in this cluster.
        int cluster_size() const { return cluster_size_; }
    
    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