Home
last modified time | relevance | path

Searched defs:EdgeInfo (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_view.h39 struct EdgeInfo { struct
44 // true if this is the last info for output_slot in the EdgeInfo list. argument
51 struct ControlEdgeInfo { argument
Dgraph_constructor.cc382 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/
Dencapsulate_util.cc118 struct EdgeInfo { in PreprocessDataEdgesBetweenOutsideCompilations() struct
119 int dst_input, dst_node_id; in PreprocessDataEdgesBetweenOutsideCompilations()
Dmark_for_compilation_pass.cc1513 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/
Drdopt.h92 } EdgeInfo; typedef
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp260 using EdgeInfo = std::pair<const FunctionSummary *, unsigned /* Threshold */>; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp675 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/
DSLPVectorizer.cpp780 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/
Dattribute.c134 } EdgeInfo; typedef
Ddraw.c129 } EdgeInfo; typedef
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp264 using EdgeInfo = typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp264 using EdgeInfo = std::tuple<const FunctionSummary *, unsigned /* Threshold */, typedef