forked from mindspore-Ecosystem/mindspore
code docs
This commit is contained in:
parent
38a95c6d32
commit
dc77502c9e
|
@ -173,4 +173,4 @@
|
|||
获得该模型的训练网络。
|
||||
|
||||
返回:
|
||||
预测网络实例。
|
||||
训练网络实例。
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue