Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FingerprintGraph (0.8 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      // input graph to provide a stable but unique prefix for the name.
      if (debug_options_.deterministic_cluster_names) {
        TF_ASSIGN_OR_RETURN(graph_fingerprint_, FingerprintGraph(*graph_));
      }
    
      // Each compilation candidate belongs to a cluster. The cluster's
      // representative names the node in the 'cycles' graph that represents the
      // cluster.
    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