API 相关说明
Fills the given tensor with random value sampled from uniform distribution \(\mathcal{U}(\text{a}, \text{b})\).
tensor
tensor (Tensor) – 待初始化的n维张量。
Tensor
a (float) – 采样区间的下界。
float
b (float) – 采样区间的上界。
None
上一页
megengine.module.init.ones_
下一页
megengine.module.init.normal_