Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tf_xla_ops_to_cluster (0.18 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

          tensorflow::GetAllowlistTable();
      MarkForCompilationPassFlags* flags = GetMarkForCompilationPassFlags();
      absl::flat_hash_set<string> allowlist;
    
      for (auto s : absl::StrSplit(flags->tf_xla_ops_to_cluster, ',')) {
        if (s == "FUSIBLE") {
          for (auto pair : *allowlist_table) {
            allowlist.insert(pair.second.begin(), pair.second.end());
          }
        } else if (allowlist_table->contains(s)) {
    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