!39266 add log for broadcast info
Merge pull request !39266 from cjh9368/pre-test
This commit is contained in:
commit
a2f8f03a48
|
@ -59,7 +59,7 @@ std::vector<int64_t> CalBroadCastShape(std::vector<int64_t> x_shape, std::vector
|
|||
(void)broadcast_shape.push_back(abstract::Shape::SHP_ANY);
|
||||
} else {
|
||||
MS_EXCEPTION(ValueError) << "For '" << op_name << "', the two input '" << op_x_name << "' and '" << op_y_name
|
||||
<< "' can not broadcast";
|
||||
<< " with shape: " << x_shape << " and " << y_shape << " can not broadcast";
|
||||
}
|
||||
}
|
||||
return broadcast_shape;
|
||||
|
|
Loading…
Reference in New Issue