Home
last modified time | relevance | path

Searched refs:CheckStrategyValue (Results 1 – 25 of 48) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dl2_normalize_info.cc30 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dvirtual_output_info.cc32 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dtmp_identity_info.cc28 return CheckStrategyValue(strategy, inputs_shape_); in CheckStrategy()
Drange_info.cc60 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dreluv2_info.cc37 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dprelu_info.cc37 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dresizebilinear_info.cc53 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dbias_add_info.cc30 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dselect_info.cc33 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dtranspose_info.cc30 Status TransposeInfo::CheckStrategy(const StrategyPtr &strategy) { return CheckStrategyValue(strate… in CheckStrategy()
Dgathernd_info.cc36 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dloss_info.cc31 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dtopk_info.cc33 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dvirtual_dataset_info.cc34 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dpack_info.cc62 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dscatter_update_info.cc42 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dmaxpool_info.cc128 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Doperator_info.h201 Status CheckStrategyValue(const StrategyPtr &strategy, const Shapes &inputs_shape);
300 Status CheckStrategyValue(const StrategyPtr &strategy, const Shapes &inputs_shape, bool);
Dsplit_info.cc79 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dconcat_info.cc63 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Dbatch_parallel_info.cc30 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Duniform_real_info.cc51 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
Ddsd_matmul_info.cc48 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/
Doperator_info.cc87 int OperatorInfo::CheckStrategyValue() { in CheckStrategyValue() function in mindspore::opt::OperatorInfo
190 if (CheckStrategyValue() != lite::RET_OK) { in DoSplit()
Doperator_info.h93 int CheckStrategyValue();

12