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