Home
last modified time | relevance | path

Searched refs:CheckStrategy (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dreduce_method_info.h50 Status CheckStrategy(const StrategyPtr &strategy) override;
86 Status CheckStrategy(const StrategyPtr &strategy) override;
137 Status CheckStrategy(const StrategyPtr &strategy) override;
Dconv2d_info.h51 Status CheckStrategy(const StrategyPtr &strategy) override;
136 Status CheckStrategy(const StrategyPtr &strategy) override;
Dvirtual_output_info.h41 Status CheckStrategy(const StrategyPtr &strategy) override;
Dreduce_method_info.cc32 Status ReduceMethod::CheckStrategy(const StrategyPtr &strategy) { return CheckStrategyValue(strateg… in CheckStrategy() function in mindspore::parallel::ReduceMethod
443 Status ArgMaxWithValueInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::ArgMaxWithValueInfo
444 if (ReduceMethod::CheckStrategy(strategy) != SUCCESS) { in CheckStrategy()
543 Status ReduceAnyInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy() function in mindspore::parallel::ReduceAnyInfo
544 if (ReduceMethod::CheckStrategy(strategy) != SUCCESS) { in CheckStrategy()
Dl2_normalize_info.h42 Status CheckStrategy(const StrategyPtr &strategy) override;
Dbias_add_info.h48 Status CheckStrategy(const StrategyPtr &strategy) override;
Dreluv2_info.h52 Status CheckStrategy(const StrategyPtr &strategy) override;
Dprelu_info.h47 Status CheckStrategy(const StrategyPtr &strategy) override;
Dgathernd_info.h47 Status CheckStrategy(const StrategyPtr &strategy) override;
Dselect_info.h47 Status CheckStrategy(const StrategyPtr &strategy) override;
Dtmp_identity_info.h47 Status CheckStrategy(const StrategyPtr &strategy) override;
Dtranspose_info.h46 Status CheckStrategy(const StrategyPtr &strategy) override;
Dpack_info.h47 Status CheckStrategy(const StrategyPtr &strategy) override;
Dsplit_info.h46 Status CheckStrategy(const StrategyPtr &strategy) override;
Duniform_real_info.h48 Status CheckStrategy(const StrategyPtr &strategy) override;
Dconcat_info.h47 Status CheckStrategy(const StrategyPtr &strategy) override;
Dloss_info.h49 Status CheckStrategy(const StrategyPtr &strategy) override;
Dbroadcast_to_info.h50 Status CheckStrategy(const StrategyPtr &strategy) override;
Dtopk_info.h47 Status CheckStrategy(const StrategyPtr &strategy) override;
Dgatherd_info.h47 Status CheckStrategy(const StrategyPtr &strategy) override;
Dscatter_update_info.h47 Status CheckStrategy(const StrategyPtr &strategy) override;
Ddsd_matmul_info.h47 Status CheckStrategy(const StrategyPtr &strategy) override;
Dbatchnorm_info.h46 Status CheckStrategy(const StrategyPtr &strategy) override;
Drange_info.h52 Status CheckStrategy(const StrategyPtr &strategy) override;
/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/
Dconv2d_info.h37 int CheckStrategy(const SplitStrategy &strategy) override;

1234