Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for graph_fingerprint_ (0.23 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

            } else {
              name = "cluster_";
            }
            if (debug_options_.deterministic_cluster_names) {
              absl::StrAppend(&name, graph_fingerprint_, "_");
            }
            absl::StrAppend(&name,
                            GetNextClusterSequenceNumber(graph_fingerprint_));
          }
    
          n->AddAttr(kXlaClusterAttr, name);
          n->AddAttr(kXlaAlreadyClustered, true);
    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