Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EdgeInfoMap (0.08 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        }
    
        bool operator<(const EdgeInfo& other) const {
          return AsPair() < other.AsPair();
        }
      };
    
      using EdgeInfoMap = std::map<absl::string_view, std::map<EdgeInfo, int64_t>>;
    
      EdgeInfoMap incoming_edge_infos;
      EdgeInfoMap outgoing_edge_infos;
    
      std::set<absl::string_view> cluster_names_to_print;
    
      for (const Edge* e : graph_->edges()) {
    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