/third_party/mindspore/tests/ut/cpp/parallel/auto_parallel/ |
D | edge_costmodel_test.cc | 132 std::shared_ptr<Edge> new_edge = std::make_shared<Edge>(edge_name, matmul1, matmul4, 0, 0, false); in TEST_F() local 159 std::shared_ptr<Edge> new_edge = in TEST_F() local
|
D | graph_costmodel_test.cc | 378 auto new_edge = cost_graph.EliminationOp(matmul2); in TEST_F() local 405 auto new_edge = cost_graph.EliminationEdges(edges); in TEST_F() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/ |
D | dp_algo_costmodel.cc | 50 auto new_edge = graph->EliminationEdges(edges); in GetStrategy() local 150 auto new_edge = elimination_edge->new_edge_; in RecoverStrategy() local
|
D | graph_costmodel.cc | 836 std::shared_ptr<Edge> new_edge; in UpdateEdgesIncidentToNodes() local 863 std::shared_ptr<Edge> new_edge; in UpdateEdgesIncidentToNodes() local 1041 std::shared_ptr<Edge> new_edge; in EliminationOp() local 1096 …std::shared_ptr<Edge> new_edge = std::make_shared<Edge>(new_edge_name, u, v, output_indexs, input_… in EliminationEdges() local
|
/third_party/boost/libs/graph/test/ |
D | max_flow_test.cpp | 126 tEdge new_edge; in main() local
|
D | boykov_kolmogorov_max_flow_test.cpp | 95 edge_descriptor new_edge; in fill_random_max_flow_graph() local
|
/third_party/boost/boost/polygon/detail/ |
D | voronoi_structures.hpp | 420 explicit beach_line_node_data(Edge* new_edge) : in beach_line_node_data() 437 beach_line_node_data& edge(Edge* new_edge) { in edge()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles_test.cc | 254 Edge new_edge; in TEST() local
|
/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles_test.cc | 254 Edge new_edge; in TEST() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderVertexSpacing.cpp | 195 _tess_edge new_edge(run.outer[1], run.outer[1], 1.0f); in getEdgesForIsolinesTessellation() local
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_clip.c | 458 boolean *new_edge; in do_clip_tri() local
|
/third_party/boost/boost/graph/ |
D | howard_cycle_ratio.hpp | 378 void improve_policy(vertex_t s, edge_t new_edge) in improve_policy()
|
D | graphviz.hpp | 722 static edge_t new_edge() in new_edge() function in boost::detail::graph::edge_t
|
/third_party/flutter/skia/src/gpu/ |
D | GrTessellator.cpp | 882 Edge* new_edge(Vertex* prev, Vertex* next, Edge::Type type, Comparator& c, SkArenaAlloc& alloc) { in new_edge() function
|