Searched defs:EdgeInfo (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
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
|
D | graph_constructor.cc | 382 struct EdgeInfo { struct in tensorflow::__anond78e089a0111::GraphConstructor 383 explicit EdgeInfo(const string& name, int i1, Node* n, int i2) in EdgeInfo() argument 386 string src_name; 387 int src_index; 388 Node* dst_node; 389 int dst_index;
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_util.cc | 118 struct EdgeInfo { in PreprocessDataEdgesBetweenOutsideCompilations() struct 119 int dst_input, dst_node_id; in PreprocessDataEdgesBetweenOutsideCompilations()
|
D | mark_for_compilation_pass.cc | 1513 struct EdgeInfo { in VLogClusteringSummary() struct 1514 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()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.h | 92 } EdgeInfo; typedef
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 260 using EdgeInfo = std::pair<const FunctionSummary *, unsigned /* Threshold */>; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
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()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 780 struct EdgeInfo { struct in llvm::slpvectorizer::BoUpSLP 782 EdgeInfo(TreeEntry *UserTE, unsigned EdgeIdx) in EdgeInfo() function 785 TreeEntry *UserTE = nullptr; 787 unsigned EdgeIdx = UINT_MAX; 795 void dump(raw_ostream &OS) const { in dump() 799 LLVM_DUMP_METHOD void dump() const { dump(dbgs()); } in dump()
|
/external/ImageMagick/MagickCore/ |
D | attribute.c | 134 } EdgeInfo; typedef
|
D | draw.c | 129 } EdgeInfo; typedef
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 264 using EdgeInfo = typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 264 using EdgeInfo = std::tuple<const FunctionSummary *, unsigned /* Threshold */, typedef
|