去除initializer中多余左中括号

This commit is contained in:
zhangxuebao 2022-03-26 19:50:48 +08:00
parent e314eb2751
commit a8d839f80c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ mindspore.common.initializer
- **numbers.Number** - 用于初始化Tensor的常量。
- **Tensor** - 用于初始化Tensor的Tensor。
- **shape** (Union[[tuple, list, int]) - 被初始化的Tensor的shape默认值为None。
- **shape** (Union[tuple, list, int]) - 被初始化的Tensor的shape默认值为None。
- **dtype** (mindspore.dtype) 被初始化的Tensor的数据类型默认值为 `mindspore.float32`
**返回:**