Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.cc66 size_t inputs_shape_size = inputs_shape.size(); in CheckStrategyValue() local
68 if (strategy_size != inputs_shape_size) { in CheckStrategyValue()
71 << " is not equal to inputs size: " << inputs_shape_size; in CheckStrategyValue()
74 << " is not equal to inputs size: " << inputs_shape_size; in CheckStrategyValue()