Home
last modified time | relevance | path

Searched defs:new_edge (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/tests/ut/cpp/parallel/auto_parallel/
Dedge_costmodel_test.cc132 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
Dgraph_costmodel_test.cc378 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/
Ddp_algo_costmodel.cc50 auto new_edge = graph->EliminationEdges(edges); in GetStrategy() local
150 auto new_edge = elimination_edge->new_edge_; in RecoverStrategy() local
Dgraph_costmodel.cc836 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/
Dmax_flow_test.cpp126 tEdge new_edge; in main() local
Dboykov_kolmogorov_max_flow_test.cpp95 edge_descriptor new_edge; in fill_random_max_flow_graph() local
/third_party/boost/boost/polygon/detail/
Dvoronoi_structures.hpp420 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/
Dgraphcycles_test.cc254 Edge new_edge; in TEST() local
/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc254 Edge new_edge; in TEST() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexSpacing.cpp195 _tess_edge new_edge(run.outer[1], run.outer[1], 1.0f); in getEdgesForIsolinesTessellation() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c458 boolean *new_edge; in do_clip_tri() local
/third_party/boost/boost/graph/
Dhoward_cycle_ratio.hpp378 void improve_policy(vertex_t s, edge_t new_edge) in improve_policy()
Dgraphviz.hpp722 static edge_t new_edge() in new_edge() function in boost::detail::graph::edge_t
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp882 Edge* new_edge(Vertex* prev, Vertex* next, Edge::Type type, Comparator& c, SkArenaAlloc& alloc) { in new_edge() function