Searched defs:EdgeInfo (Results 1 – 10 of 10) sorted by relevance
112 struct EdgeInfo { in PreprocessDataEdgesBetweenOutsideCompilations() struct113 int dst_input, dst_node_id; in PreprocessDataEdgesBetweenOutsideCompilations()
820 struct EdgeInfo { in VLogClusteringSummary() struct821 absl::string_view node_name; in VLogClusteringSummary()822 absl::optional<absl::string_view> cluster_name; in VLogClusteringSummary()824 absl::string_view GetClusterName() const { in VLogClusteringSummary()828 std::pair<absl::string_view, absl::optional<absl::string_view>> AsPair() in VLogClusteringSummary()833 bool operator<(const EdgeInfo& other) const { in VLogClusteringSummary()
34 EdgeInfo = 4, /* Edge profiling information */ enumerator
313 struct EdgeInfo { struct in tensorflow::__anone0324be20111::GraphConstructor314 explicit EdgeInfo(const string& name, int i1, Node* n, int i2) in EdgeInfo() argument317 string src_name;318 int src_index;319 Node* dst_node;320 int dst_index;
144 } EdgeInfo; typedef
134 } EdgeInfo; typedef
129 } EdgeInfo; typedef
129 struct EdgeInfo { struct130 int dst_id;131 int output_slot : 31;133 bool is_last : 1;134 int input_slot;
260 using EdgeInfo = std::pair<const FunctionSummary *, unsigned /* Threshold */>; typedef
226 using EdgeInfo = std::tuple<const FunctionSummary *, unsigned /* Threshold */, typedef