def __getitem__(self: ascendie.Network, arg0: int) -> ascendie.BaseLayer 函数功能获取给定索引指定的Layer对象。 函数原型__getitem__(self: ascendie.Network, arg0: int) -> ascendie.BaseLayer 参数说明 参数名 数据类型 输入/输出 说明 pyIndex int 输入 待获取Layer的索引。 父主题: class ascendie.Network