Searched defs:EdgeInfo (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | graph_view.h | 39 struct EdgeInfo { struct 44 // true if this is the last info for output_slot in the EdgeInfo list. argument 51 struct ControlEdgeInfo { argument
|
H A D | graph_constructor.cc | 379 struct EdgeInfo { struct in tensorflow::__anon0bbc98090111::GraphConstructor 380 explicit EdgeInfo(const string& name, int i1, Node* n, int i2) in EdgeInfo() argument 383 string src_name; 384 int src_index; 385 Node* dst_node; 386 int dst_index;
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | mark_for_compilation_pass.cc | 1640 struct EdgeInfo { in VLogClusteringSummary() struct 1641 absl::string_view node_name; in VLogClusteringSummary() 1642 std::optional<absl::string_view> cluster_name; in VLogClusteringSummary() 1644 absl::string_view GetClusterName() const { in VLogClusteringSummary() 1648 std::pair<absl::string_view, std::optional<absl::string_view>> AsPair() in VLogClusteringSummary() 1653 bool operator<(const EdgeInfo& other) const { in VLogClusteringSummary()
|
H A D | encapsulate_util.cc | 118 struct EdgeInfo { in PreprocessDataEdgesBetweenOutsideCompilations() struct 119 int dst_input, dst_node_id; in PreprocessDataEdgesBetweenOutsideCompilations()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 675 struct EdgeInfo { struct in llvm::slpvectorizer::BoUpSLP 677 EdgeInfo(TreeEntry *UserTE, unsigned EdgeIdx) in EdgeInfo() argument 680 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()
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 260 using EdgeInfo = std::pair<const FunctionSummary *, unsigned /* Threshold */>; typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 264 using EdgeInfo = std::tuple<const FunctionSummary *, unsigned /* Threshold */, typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 243 using EdgeInfo = typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1174 struct EdgeInfo { struct in llvm::slpvectorizer::BoUpSLP 1176 EdgeInfo(TreeEntry *UserTE, unsigned EdgeIdx) in EdgeInfo() function 1179 TreeEntry *UserTE = nullptr; 1181 unsigned EdgeIdx = UINT_MAX; 1189 void dump(raw_ostream &OS) const { in dump() 1193 LLVM_DUMP_METHOD void dump() const { dump(dbgs()); } in dump()
|