Class DenseLayer

    • Method Detail

      • 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
      • hasBias

        public boolean hasBias()
      • hasLayerNorm

        public boolean hasLayerNorm()