Home
last modified time | relevance | path

Searched refs:set_strategy (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.h164 void set_strategy(const StrategyPtr &strategy) { strategy_ = strategy; } in set_strategy() function
Dgather_v2_p_info.cc880 gatherv2_2cost->set_strategy(param_strategy); in InitForCostModel()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_data_client.cc175 request.set_strategy(static_cast<google::protobuf::int32>(strategy)); in GetSampledNeighbors()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Doperator_costmodel.h1085 void set_strategy(const Shape &strategy) { strategy_ = strategy; } in set_strategy() function
Dgraph_costmodel.cc1609 reshape_info->set_strategy(reshape_stra); in InitReshapeStrategy()
/third_party/mindspore/
DRELEASE.md2518 - Change API set_strategy() to shard()([!5991](https://gitee.com/mindspore/mindspore/pulls/5991))