Class BaseOutputLayer

    • Field Detail

      • hasBias

        protected boolean hasBias
    • Method Detail

      • hasBias

        public boolean hasBias()
      • getMemoryReport

        public LayerMemoryReport getMemoryReport​(InputType inputType)
        Description copied from class: Layer
        This is a report of the estimated memory consumption for the given layer
        Specified by:
        getMemoryReport in class Layer
        Parameters:
        inputType - Input type to the layer. Memory consumption is often a function of the input type
        Returns:
        Memory report for the layer