类说明 基础层类,作为其他实现layer的父类继承,抽象了层对象所公有的相关方法。 继承关系 BaseLayer作为父类,有以下子类 class ascendie.ActivationLayer class ascendie.ConstantLayer class ascendie.ConvolutionLayer class ascendie.PoolingLayer class ascendie.ElementWiseLayer class ascendie.MatrixMultiplyLayer class ascendie.ShuffleLayer class ascendie.ReduceLayer class ascendie.ShapeLayer 父主题: class ascendie.BaseLayer