Home
last modified time | relevance | path

Searched defs:graph_partition (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/ut/cpp/vm/
Dsegment_runner_test.cc56 auto graph_partition = std::make_shared<GraphPartition>(nonlinear_ops, b->name()); in TEST_F() local
70 auto graph_partition = std::make_shared<GraphPartition>(nonlinear_ops, b->name()); in TEST_F() local
84 auto graph_partition = std::make_shared<GraphPartition>(nonlinear_ops, b->name()); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dgraph_converter.cc256 auto graph_partition = std::make_shared<GraphPartitioner>(); in Run() local