Created by: zhangting2020
Modified C++ error messages for conv and conv_transpose Op:
- unified the expression of the error message, for example: before: ShapeError: Conv input should be 4-D or 5-D tensor after: ShapeError: the input of Op(conv) should be 4-D or 5-D tensor.
- add message for the check related to data_format, for example: The error may come from wrong data_format setting.
- add
Raises
for Python API