﻿multimil.nn.MLP
===============

.. currentmodule:: multimil.nn

.. add toctree option to make autodoc generate the pages

.. autoclass:: MLP



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

.. autosummary::

    ~multimil.nn.MLP.T_destination
    ~multimil.nn.MLP.call_super_init
    ~multimil.nn.MLP.dump_patches
    ~multimil.nn.MLP.training





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

.. autosummary::

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





Attributes
~~~~~~~~~~~



.. autoattribute:: MLP.T_destination

.. autoattribute:: MLP.call_super_init

.. autoattribute:: MLP.dump_patches

.. autoattribute:: MLP.training






Methods
~~~~~~~



.. automethod:: MLP.add_module

.. automethod:: MLP.apply

.. automethod:: MLP.bfloat16

.. automethod:: MLP.buffers

.. automethod:: MLP.children

.. automethod:: MLP.compile

.. automethod:: MLP.cpu

.. automethod:: MLP.cuda

.. automethod:: MLP.double

.. automethod:: MLP.eval

.. automethod:: MLP.extra_repr

.. automethod:: MLP.float

.. automethod:: MLP.forward

.. automethod:: MLP.get_buffer

.. automethod:: MLP.get_extra_state

.. automethod:: MLP.get_parameter

.. automethod:: MLP.get_submodule

.. automethod:: MLP.half

.. automethod:: MLP.ipu

.. automethod:: MLP.load_state_dict

.. automethod:: MLP.modules

.. automethod:: MLP.mtia

.. automethod:: MLP.named_buffers

.. automethod:: MLP.named_children

.. automethod:: MLP.named_modules

.. automethod:: MLP.named_parameters

.. automethod:: MLP.parameters

.. automethod:: MLP.register_backward_hook

.. automethod:: MLP.register_buffer

.. automethod:: MLP.register_forward_hook

.. automethod:: MLP.register_forward_pre_hook

.. automethod:: MLP.register_full_backward_hook

.. automethod:: MLP.register_full_backward_pre_hook

.. automethod:: MLP.register_load_state_dict_post_hook

.. automethod:: MLP.register_load_state_dict_pre_hook

.. automethod:: MLP.register_module

.. automethod:: MLP.register_parameter

.. automethod:: MLP.register_state_dict_post_hook

.. automethod:: MLP.register_state_dict_pre_hook

.. automethod:: MLP.requires_grad_

.. automethod:: MLP.set_extra_state

.. automethod:: MLP.set_submodule

.. automethod:: MLP.share_memory

.. automethod:: MLP.state_dict

.. automethod:: MLP.to

.. automethod:: MLP.to_empty

.. automethod:: MLP.train

.. automethod:: MLP.type

.. automethod:: MLP.xpu

.. automethod:: MLP.zero_grad


