def __init__(self: ascendie.WeightsBuf, arg0: buffer) -> None 函数功能WeightsBuf是用来保存卷积weight和bias的数据类型。 函数原型__init__(self: ascendie.WeightsBuf, arg0: buffer) -> None 参数说明 参数名 参数类型 输入/输出 说明 arg0 buffer 输入 记录顺序的数组。 父主题: class ascendie.WeightsBuf