Home
last modified time | relevance | path

Searched defs:edges (Results 1 – 25 of 65) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles_test.cc43 static bool IsReachable(Edges *edges, int from, int to, in IsReachable()
68 static void PrintEdges(Edges *edges) { in PrintEdges()
92 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges, in PrintTransitiveClosure()
123 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, in CheckTransitiveClosure()
146 static void CheckEdges(Nodes *nodes, Edges *edges, in CheckEdges()
183 static int RandomEdge(std::mt19937 *rnd, Edges *edges) { in RandomEdge()
189 static int EdgeIndex(Edges *edges, int from, int to) { in EdgeIndex()
200 Edges edges; // from, to in TEST() local
/external/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp118 SkScalar edges[3 * kMaxEdges]; in Make() local
181 GrConvexPolyEffect::GrConvexPolyEffect(GrClipEdgeType edgeType, int n, const SkScalar edges[]) in GrConvexPolyEffect()
220 SkScalar edges[kMaxEdges * 3]; in TestCreate() local
DGrConvexPolyEffect.h42 const SkScalar edges[]) { in Make()
/external/skqp/src/gpu/effects/
DGrConvexPolyEffect.cpp117 SkScalar edges[3 * kMaxEdges]; in Make() local
180 GrConvexPolyEffect::GrConvexPolyEffect(GrClipEdgeType edgeType, int n, const SkScalar edges[]) in GrConvexPolyEffect()
219 SkScalar edges[kMaxEdges * 3]; in TestCreate() local
DGrConvexPolyEffect.h42 const SkScalar edges[]) { in Make()
/external/bcc/tools/
Ddeadlock_detector.py76 def edges(self): member in DiGraph
285 def print_cycle(binary, graph, edges, thread_info, print_stack_trace_fn): argument
/external/testng/src/main/java/org/testng/internal/
DTarjan.java62 String[] edges = new String[] { in main() local
/external/antlr/tool/src/main/java/org/antlr/misc/
DGraph.java40 List<Node<T>> edges; // points at which nodes? field in Graph.Node
/external/guice/extensions/grapher/src/com/google/inject/grapher/
DDefaultEdgeCreator.java44 List<Edge> edges = Lists.newArrayList(); in getEdges() local
/external/freetype/src/autofit/
Dafhints.c108 AF_Edge edges; in af_axis_hints_new_edge() local
292 AF_Edge edges = axis->edges; in af_get_edge_index() local
415 AF_Edge edges = axis->edges; in af_glyph_hints_dump_segments() local
553 AF_Edge edges = axis->edges; in af_glyph_hints_dump_edges() local
1262 AF_Edge edges = axis->edges; in af_glyph_hints_align_strong_points() local
/external/guice/core/test/com/google/inject/internal/
DCycleDetectingLockTest.java220 Collection<List<String>> edges = Multimaps.asMap(cycle).values(); in testCycleReporting() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DGraph.h356 EdgeView<false> edges() { return EdgeView<false>(*this); } in edges() function
358 EdgeView<true> edges() const { return EdgeView<true>(*this); } in edges() function
/external/guice/extensions/grapher/test/com/google/inject/grapher/
DAbstractInjectorGrapherTest.java47 final Set<Edge> edges = Sets.newHashSet(); field in AbstractInjectorGrapherTest.FakeGrapher
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddominator_tree.cpp290 std::vector<std::pair<BasicBlock*, BasicBlock*>>* edges) { in GetDominatorEdges() argument
334 std::vector<std::pair<BasicBlock*, BasicBlock*>> edges; in InitializeTree() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddominator_tree.cpp290 std::vector<std::pair<BasicBlock*, BasicBlock*>>* edges) { in GetDominatorEdges() argument
334 std::vector<std::pair<BasicBlock*, BasicBlock*>> edges; in InitializeTree() local
/external/tensorflow/tensorflow/core/graph/
Dgraph_test.cc79 int edges = 0; in VerifyGraphStats() local
375 std::vector<std::pair<int, int> > edges; in EdgeIter() local
587 std::vector<const Edge*> edges; in TEST_F() local
Dmkl_tfconversion_pass.cc213 std::vector<const Edge*> edges; in InsertInputConversionNode() local
Dmkl_tfconversion_pass_test.cc73 std::vector<string> edges; in CanonicalGraphString() local
/external/libkmsxx/kmscube/
Dcube-wl.cpp43 …urface_configure(void *data, struct wl_shell_surface *shell_surface, uint32_t edges, int32_t width… in shell_surface_configure()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.cpp207 void Window::handleConfigure (void* data, struct wl_shell_surface* shellSurface, uint32_t edges, in… in handleConfigure()
/external/replicaisland/tools/
DExtractPoints.js67 tile.edges = new Array(); variable
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_while.cc308 std::vector<const Edge*> edges(arg.enter->out_edges().begin(), in FunctionalizeLoop() local
561 std::vector<const Edge*> edges(arg.exit->out_edges().begin(), in FunctionalizeLoop() local
/external/skia/src/core/
DSkDistanceFieldGen.cpp72 static void init_glyph_data(DFData* data, unsigned char* edges, const unsigned char* image, in init_glyph_data()
155 static void init_distances(DFData* data, unsigned char* edges, int width, int height) { in init_distances()
/external/tensorflow/tensorflow/python/autograph/pyct/
Dcfg_test.py109 def assertGraphMatches(self, graph, edges): argument
123 def assertStatementEdges(self, graph, edges): argument
/external/skqp/src/core/
DSkDistanceFieldGen.cpp72 static void init_glyph_data(DFData* data, unsigned char* edges, const unsigned char* image, in init_glyph_data()
155 static void init_distances(DFData* data, unsigned char* edges, int width, int height) { in init_distances()

123