Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.19 KB

convolution.rst

File metadata and controls

44 lines (27 loc) · 1.19 KB

MinkowskiConvolution

All classes defined in this class does not require :attr:`region_type`, :attr:`region_offset`, :attr:`out_coords_key`, and :attr:`axis_types`. If you provide those to the class initialization, make sure that you are providing valid arguments.

MinkowskiConvolution

.. autoclass:: MinkowskiEngine.MinkowskiConvolution
    :members: cpu, cuda, double, float, to, type, forward
    :undoc-members:

    .. automethod:: __init__


MinkowskiChannelwiseConvolution

.. autoclass:: MinkowskiEngine.MinkowskiChannelwiseConvolution
    :members: cpu, cuda, double, float, to, type, forward
    :undoc-members:

    .. automethod:: __init__


MinkowskiConvolutionTranspose

.. autoclass:: MinkowskiEngine.MinkowskiConvolutionTranspose
    :members: cpu, cuda, double, float, to, type, forward
    :undoc-members:

    .. automethod:: __init__


MinkowskiGenerativeConvolutionTranspose

.. autoclass:: MinkowskiEngine.MinkowskiGenerativeConvolutionTranspose
    :members: cpu, cuda, double, float, to, type, forward
    :undoc-members:

    .. automethod:: __init__