Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.cc83 size_t inputs_len = sub_input_shape.size(); in CheckStrategyValue() local
84 if (strategy_len != inputs_len) { in CheckStrategyValue()
87 << " is not equal to inputs len: " << inputs_len << ", index: " << i; in CheckStrategyValue()
90 << " is not equal to inputs len: " << inputs_len << ", index: " << i; in CheckStrategyValue()