Searched defs:EdgeInfo (Results 1 – 10 of 10) sorted by relevance
39 struct EdgeInfo { struct44 // true if this is the last info for output_slot in the EdgeInfo list. argument51 struct ControlEdgeInfo { argument
377 struct EdgeInfo { struct in tensorflow::__anon7b82f73f0111::GraphConstructor378 explicit EdgeInfo(const string& name, int i1, Node* n, int i2) in EdgeInfo() argument381 string src_name;382 int src_index;383 Node* dst_node;384 int dst_index;
118 struct EdgeInfo { in PreprocessDataEdgesBetweenOutsideCompilations() struct119 int dst_input, dst_node_id; in PreprocessDataEdgesBetweenOutsideCompilations()
1513 struct EdgeInfo { in VLogClusteringSummary() struct1514 absl::string_view node_name; in VLogClusteringSummary()1515 absl::optional<absl::string_view> cluster_name; in VLogClusteringSummary()1517 absl::string_view GetClusterName() const { in VLogClusteringSummary()1521 std::pair<absl::string_view, absl::optional<absl::string_view>> AsPair() in VLogClusteringSummary()1526 bool operator<(const EdgeInfo& other) const { in VLogClusteringSummary()
175 } EdgeInfo; typedef
260 using EdgeInfo = std::pair<const FunctionSummary *, unsigned /* Threshold */>; typedef
675 struct EdgeInfo { struct in llvm::slpvectorizer::BoUpSLP677 EdgeInfo(TreeEntry *UserTE, unsigned EdgeIdx) in EdgeInfo() function680 TreeEntry *UserTE = nullptr;682 unsigned EdgeIdx = UINT_MAX;690 void dump(raw_ostream &OS) const { in dump()694 LLVM_DUMP_METHOD void dump() const { dump(dbgs()); } in dump()
134 } EdgeInfo; typedef
129 } EdgeInfo; typedef
264 using EdgeInfo = std::tuple<const FunctionSummary *, unsigned /* Threshold */, typedef