code docs

This commit is contained in:
changzherui 2023-03-06 23:10:11 +08:00
parent 38a95c6d32
commit dc77502c9e
2 changed files with 2 additions and 2 deletions

View File

@ -173,4 +173,4 @@
获得该模型的训练网络。
返回:
预测网络实例。
训练网络实例。

View File

@ -262,7 +262,7 @@ def add(input, other):
.. note::
- Inputs of `input` and `other` comply with the implicit type conversion rules to make
the data types consistent.
the data types consistent.
- The inputs must be two tensors or one tensor and one scalar.
- When the inputs are two tensors,
dtypes of them cannot be bool at the same time, and the shapes of them can be broadcast.