类说明 基础层类,作为其他实现layer的父类继承,抽象了层对象所公有的相关方法。 继承关系BaseLayer作为父类,有以下子类 class ascendie.MatrixMultiplyLayer class ascendie.ActivationLayerclass ascendie.ConstantLayerclass ascendie.ConvolutionLayerclass ascendie.ElementWiseLayerclass ascendie.PoolingLayerclass ascendie.ReduceLayerclass ascendie.ShapeLayerclass ascendie.ShuffleLayer 父主题: class ascendie.BaseLayer