Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_util.cc112 struct EdgeInfo { in PreprocessDataEdgesBetweenOutsideCompilations() struct
113 int dst_input, dst_node_id; in PreprocessDataEdgesBetweenOutsideCompilations()
Dmark_for_compilation_pass.cc820 struct EdgeInfo { in VLogClusteringSummary() struct
821 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()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfoTypes.h34 EdgeInfo = 4, /* Edge profiling information */ enumerator
/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.cc313 struct EdgeInfo { struct in tensorflow::__anone0324be20111::GraphConstructor
314 explicit EdgeInfo(const string& name, int i1, Node* n, int i2) in EdgeInfo() argument
317 string src_name;
318 int src_index;
319 Node* dst_node;
320 int dst_index;
/external/libaom/libaom/av1/encoder/
Drdopt.h144 } EdgeInfo; typedef
/external/ImageMagick/MagickCore/
Dattribute.c134 } EdgeInfo; typedef
Ddraw.c129 } EdgeInfo; typedef
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc129 struct EdgeInfo { struct
130 int dst_id;
131 int output_slot : 31;
133 bool is_last : 1;
134 int input_slot;
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp260 using EdgeInfo = std::pair<const FunctionSummary *, unsigned /* Threshold */>; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp226 using EdgeInfo = std::tuple<const FunctionSummary *, unsigned /* Threshold */, typedef