Class GravesBidirectionalLSTM

    • Field Detail

      • helperAllowFallback

        protected boolean helperAllowFallback
        Deprecated.
    • Method Detail

      • initializeConstraints

        protected void initializeConstraints​(Layer.Builder<?> builder)
        Deprecated.
        Description copied from class: Layer
        Initialize the weight constraints. Should be called last, in the outer-most constructor
        Overrides:
        initializeConstraints in class Layer
      • getMemoryReport

        public LayerMemoryReport getMemoryReport​(InputType inputType)
        Deprecated.
        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