Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for outgoing_edge_infos (0.11 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

          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()) {
        const Node* from = e->src();
        std::optional<absl::string_view> from_cluster_name =
    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