depthsplat / MinkowskiEngine /docs /convolution.rst
Yeqing0814's picture
Upload folder using huggingface_hub
a6dd040 verified
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__