Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for node_name_index (0.13 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        bool* modified) {
      if (VLOG_IS_ON(4)) {
        DumpGraphToFile("extract_outside_compilation_before", *g, fld);
      }
    
      *modified = false;
      auto node_name_index = g->BuildNodeNameIndex();
      for (auto& iter : clusters) {
        string xla_cluster_name = iter.first;
        Node* n = iter.second.node;
        auto const& func_name_attrs = iter.second.func_name_attrs;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
Back to top