Searched refs:CheckStrategyValue (Results 1 – 25 of 48) sorted by relevance
12
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | l2_normalize_info.cc | 30 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | virtual_output_info.cc | 32 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | tmp_identity_info.cc | 28 return CheckStrategyValue(strategy, inputs_shape_); in CheckStrategy()
|
D | range_info.cc | 60 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | reluv2_info.cc | 37 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | prelu_info.cc | 37 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | resizebilinear_info.cc | 53 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | bias_add_info.cc | 30 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | select_info.cc | 33 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | transpose_info.cc | 30 Status TransposeInfo::CheckStrategy(const StrategyPtr &strategy) { return CheckStrategyValue(strate… in CheckStrategy()
|
D | gathernd_info.cc | 36 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | loss_info.cc | 31 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | topk_info.cc | 33 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | virtual_dataset_info.cc | 34 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | pack_info.cc | 62 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | scatter_update_info.cc | 42 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | maxpool_info.cc | 128 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | operator_info.h | 201 Status CheckStrategyValue(const StrategyPtr &strategy, const Shapes &inputs_shape); 300 Status CheckStrategyValue(const StrategyPtr &strategy, const Shapes &inputs_shape, bool);
|
D | split_info.cc | 79 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | concat_info.cc | 63 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | batch_parallel_info.cc | 30 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | uniform_real_info.cc | 51 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
D | dsd_matmul_info.cc | 48 if (CheckStrategyValue(strategy, inputs_shape_) != SUCCESS) { in CheckStrategy()
|
/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/ |
D | operator_info.cc | 87 int OperatorInfo::CheckStrategyValue() { in CheckStrategyValue() function in mindspore::opt::OperatorInfo 190 if (CheckStrategyValue() != lite::RET_OK) { in DoSplit()
|
D | operator_info.h | 93 int CheckStrategyValue();
|
12