PointSequential#

class PointSequential(*args, **kwargs)[source]#

Bases: PointModule

A sequential container. Modules will be added to it in the order they are passed in the constructor. Alternatively, an ordered dict of modules can also be passed in.

add(module, name=None)[source]#
PointSequential.forward(input)[source]#