| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | propagator.h | 33 struct Edge { struct 34 Edge(BasicBlock* b1, BasicBlock* b2) : source(b1), dest(b2) { in Edge() function 40 bool operator<(const Edge& o) const { argument
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | propagator.h | 33 struct Edge { struct 34 Edge(BasicBlock* b1, BasicBlock* b2) : source(b1), dest(b2) { in Edge() argument 40 bool operator<(const Edge& o) const { argument
|
| /external/angle/third_party/spirv-tools/src/source/opt/ |
| D | propagator.h | 33 struct Edge { struct 34 Edge(BasicBlock* b1, BasicBlock* b2) : source(b1), dest(b2) { in Edge() argument 40 bool operator<(const Edge& o) const { argument
|
| /external/tensorflow/tensorflow/lite/micro/examples/person_detection/ |
| D | README.md | 185 ### Compile the binary 200 ### Sign the binary 242 ### Flash the binary
|
| /external/tensorflow/tensorflow/lite/micro/examples/person_detection_experimental/ |
| D | README.md | 186 ### Compile the binary 201 ### Sign the binary 243 ### Flash the binary
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/ |
| D | min_cost_flow_assignment.cc | 141 struct Edge { struct in tflite::gpu::__anon9a05df300111::MinCostFlowSolver 142 Edge(size_t dst, int cap, int cost) : dst(dst), cap(cap), cost(cost) {} in Edge() function 144 size_t dst; 145 int cap; 146 int cost;
|
| /external/tensorflow/tensorflow/lite/micro/examples/magic_wand/ |
| D | README.md | 152 ### Compile the binary 166 ### Sign the binary 208 ### Flash the binary
|
| /external/tensorflow/tensorflow/lite/micro/examples/micro_speech/ |
| D | README.md | 98 ### Compile the binary 113 ### Sign the binary 155 ### Flash the binary
|
| /external/tensorflow/tensorflow/lite/micro/examples/hello_world/ |
| D | README.md | 140 ### Compile the binary 155 ### Sign the binary 197 ### Flash the binary
|
| /external/skqp/src/core/ |
| D | SkRegion_path.cpp | 392 struct Edge { struct 403 Edge* fNext; argument 420 static void find_link(Edge* base, Edge* stop) { in find_link() argument
|
| /external/skia/src/core/ |
| D | SkRegion_path.cpp | 392 struct Edge { struct 403 Edge* fNext; argument 420 static void find_link(Edge* base, Edge* stop) { in find_link() argument
|
| /external/guice/extensions/grapher/src/com/google/inject/grapher/ |
| D | Edge.java | 27 public abstract class Edge { class 31 protected Edge(NodeId fromId, NodeId toId) { in Edge() method in Edge
|
| /external/tensorflow/tensorflow/core/grappler/ |
| D | graph_view.h | 96 struct Edge { struct 97 Edge(OutputPort s, InputPort d) : src(s), dst(d) {} in Edge() argument 104 friend H AbslHashValue(H h, const Edge& e) { in AbslHashValue() argument 108 OutputPort src; 109 InputPort dst;
|
| /external/tensorflow/tensorflow/compiler/tf2xla/ |
| D | resource_util.cc | 86 absl::flat_hash_map<const Edge*, ResourceUsageAnalysis::NodeInfo>* in PropagateFromStackOrTensorArraySourceOp() 102 absl::flat_hash_map<const Edge*, ResourceUsageAnalysis::NodeInfo>* in PropagateFromArgOp() 137 absl::flat_hash_map<const Edge*, ResourceUsageAnalysis::NodeInfo>* in UpdateResourceUsageFromFunctionBodyAnalysis() 186 absl::flat_hash_map<const Edge*, ResourceUsageAnalysis::NodeInfo>* in PropagateThroughCallOp() 229 absl::flat_hash_map<const Edge*, ResourceUsageAnalysis::NodeInfo>* in PropagateThroughIdentityOp()
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_deadlock_detector.h | 396 struct Edge { struct 410 Edge edges_[BV::kSize * 32]; argument
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| D | ModuleSummaryIndex.cpp | 117 struct Edge { struct 118 uint64_t SrcMod; 119 int Hotness; 120 GlobalValue::GUID Src; 121 GlobalValue::GUID Dst;
|
| /external/skqp/src/gpu/ |
| D | GrTessellator.cpp | 340 struct Edge { struct 341 enum class Type { kInner, kOuter, kConnector }; 342 Edge(Vertex* top, Vertex* bottom, int winding, Type type) in Edge() function 365 int fWinding; // 1 == edge goes downward; -1 = edge goes upward. 366 Vertex* fTop; // The top vertex in vertex-sort-order (sweep_lt). 367 Vertex* fBottom; // The bottom vertex in vertex-sort-order. 368 Type fType; 369 Edge* fLeft; // The linked list of edges in the active edge list. 370 Edge* fRight; // " 371 Edge* fPrevEdgeAbove; // The linked list of edges in the bottom Vertex's "edges above". [all …]
|
| /external/skia/src/gpu/ |
| D | GrTessellator.cpp | 346 struct Edge { struct 347 enum class Type { kInner, kOuter, kConnector }; 348 Edge(Vertex* top, Vertex* bottom, int winding, Type type) in Edge() function 369 int fWinding; // 1 == edge goes downward; -1 = edge goes upward. 370 Vertex* fTop; // The top vertex in vertex-sort-order (sweep_lt). 371 Vertex* fBottom; // The bottom vertex in vertex-sort-order. 372 Type fType; 373 Edge* fLeft; // The linked list of edges in the active edge list. 374 Edge* fRight; // " 375 Edge* fPrevEdgeAbove; // The linked list of edges in the bottom Vertex's "edges above". [all …]
|
| /external/v8/src/compiler/ |
| D | verifier.h | 16 class Edge; variable
|
| /external/pdfium/xfa/fwl/ |
| D | fwl_widgethit.h | 28 Edge, enumerator
|
| /external/llvm/include/llvm/Analysis/ |
| D | BranchProbabilityInfo.h | 125 typedef std::pair<const BasicBlock *, unsigned> Edge; typedef
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| D | MaximumSpanningTree.h | 30 typedef std::pair<const T*, const T*> Edge; typedef
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
| D | MaximumSpanningTree.h | 30 typedef std::pair<const T*, const T*> Edge; typedef
|
| /external/llvm/lib/IR/ |
| D | GCOV.cpp | 185 GCOVEdge *Edge = Edges.back().get(); in readGCNO() local 409 for (const GCOVEdge *Edge : SrcEdges) in dump() local 415 for (const GCOVEdge *Edge : DstEdges) in dump() local 725 for (const GCOVEdge *Edge : Block.dsts()) { in printBranchInfo() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
| D | GCOV.cpp | 191 GCOVEdge *Edge = Edges.back().get(); in readGCNO() local 420 for (const GCOVEdge *Edge : SrcEdges) in print() local 426 for (const GCOVEdge *Edge : DstEdges) in print() local 747 for (const GCOVEdge *Edge : Block.dsts()) { in printBranchInfo() local
|