模型开发接口
推理部署接口
API 相关说明
从均匀分布 \(\mathcal{U}(\text{a}, \text{b})\) 中采样随机值填充给定 tensor。
tensor
tensor (Tensor) – 待初始化的n维张量。
Tensor
a (float) – 采样区间的下界。
float
b (float) – 采样区间的上界。
None
上一页
megengine.module.init.ones_
下一页
megengine.module.init.normal_