﻿stacked\_linear.linear\_layer.LinearLayer
=========================================

.. currentmodule:: stacked_linear.linear_layer

.. add toctree option to make autodoc generate the pages

.. autoclass:: LinearLayer



Attributes table
~~~~~~~~~~~~~~~~

.. autosummary::

    ~LinearLayer.T_destination
    ~LinearLayer.call_super_init
    ~LinearLayer.dump_patches
    ~LinearLayer.in_features
    ~LinearLayer.out_features
    ~LinearLayer.weight
    ~LinearLayer.training





Methods table
~~~~~~~~~~~~~

.. autosummary::

    ~LinearLayer.add_module
    ~LinearLayer.apply
    ~LinearLayer.bfloat16
    ~LinearLayer.buffers
    ~LinearLayer.children
    ~LinearLayer.compile
    ~LinearLayer.cpu
    ~LinearLayer.cuda
    ~LinearLayer.double
    ~LinearLayer.eval
    ~LinearLayer.extra_repr
    ~LinearLayer.float
    ~LinearLayer.forward
    ~LinearLayer.get_buffer
    ~LinearLayer.get_extra_state
    ~LinearLayer.get_parameter
    ~LinearLayer.get_submodule
    ~LinearLayer.half
    ~LinearLayer.ipu
    ~LinearLayer.load_state_dict
    ~LinearLayer.modules
    ~LinearLayer.mtia
    ~LinearLayer.named_buffers
    ~LinearLayer.named_children
    ~LinearLayer.named_modules
    ~LinearLayer.named_parameters
    ~LinearLayer.parameters
    ~LinearLayer.register_backward_hook
    ~LinearLayer.register_buffer
    ~LinearLayer.register_forward_hook
    ~LinearLayer.register_forward_pre_hook
    ~LinearLayer.register_full_backward_hook
    ~LinearLayer.register_full_backward_pre_hook
    ~LinearLayer.register_load_state_dict_post_hook
    ~LinearLayer.register_load_state_dict_pre_hook
    ~LinearLayer.register_module
    ~LinearLayer.register_parameter
    ~LinearLayer.register_state_dict_post_hook
    ~LinearLayer.register_state_dict_pre_hook
    ~LinearLayer.requires_grad_
    ~LinearLayer.reset_parameters
    ~LinearLayer.set_extra_state
    ~LinearLayer.set_submodule
    ~LinearLayer.share_memory
    ~LinearLayer.state_dict
    ~LinearLayer.to
    ~LinearLayer.to_empty
    ~LinearLayer.train
    ~LinearLayer.type
    ~LinearLayer.xpu
    ~LinearLayer.zero_grad





Attributes
~~~~~~~~~~



.. autoattribute:: LinearLayer.T_destination

.. autoattribute:: LinearLayer.call_super_init

.. autoattribute:: LinearLayer.dump_patches

.. autoattribute:: LinearLayer.in_features

.. autoattribute:: LinearLayer.out_features

.. autoattribute:: LinearLayer.weight

.. autoattribute:: LinearLayer.training






Methods
~~~~~~~



.. automethod:: LinearLayer.add_module

.. automethod:: LinearLayer.apply

.. automethod:: LinearLayer.bfloat16

.. automethod:: LinearLayer.buffers

.. automethod:: LinearLayer.children

.. automethod:: LinearLayer.compile

.. automethod:: LinearLayer.cpu

.. automethod:: LinearLayer.cuda

.. automethod:: LinearLayer.double

.. automethod:: LinearLayer.eval

.. automethod:: LinearLayer.extra_repr

.. automethod:: LinearLayer.float

.. automethod:: LinearLayer.forward

.. automethod:: LinearLayer.get_buffer

.. automethod:: LinearLayer.get_extra_state

.. automethod:: LinearLayer.get_parameter

.. automethod:: LinearLayer.get_submodule

.. automethod:: LinearLayer.half

.. automethod:: LinearLayer.ipu

.. automethod:: LinearLayer.load_state_dict

.. automethod:: LinearLayer.modules

.. automethod:: LinearLayer.mtia

.. automethod:: LinearLayer.named_buffers

.. automethod:: LinearLayer.named_children

.. automethod:: LinearLayer.named_modules

.. automethod:: LinearLayer.named_parameters

.. automethod:: LinearLayer.parameters

.. automethod:: LinearLayer.register_backward_hook

.. automethod:: LinearLayer.register_buffer

.. automethod:: LinearLayer.register_forward_hook

.. automethod:: LinearLayer.register_forward_pre_hook

.. automethod:: LinearLayer.register_full_backward_hook

.. automethod:: LinearLayer.register_full_backward_pre_hook

.. automethod:: LinearLayer.register_load_state_dict_post_hook

.. automethod:: LinearLayer.register_load_state_dict_pre_hook

.. automethod:: LinearLayer.register_module

.. automethod:: LinearLayer.register_parameter

.. automethod:: LinearLayer.register_state_dict_post_hook

.. automethod:: LinearLayer.register_state_dict_pre_hook

.. automethod:: LinearLayer.requires_grad_

.. automethod:: LinearLayer.reset_parameters

.. automethod:: LinearLayer.set_extra_state

.. automethod:: LinearLayer.set_submodule

.. automethod:: LinearLayer.share_memory

.. automethod:: LinearLayer.state_dict

.. automethod:: LinearLayer.to

.. automethod:: LinearLayer.to_empty

.. automethod:: LinearLayer.train

.. automethod:: LinearLayer.type

.. automethod:: LinearLayer.xpu

.. automethod:: LinearLayer.zero_grad


