A simple MLP module. Pass features (B, C, N) through an MLP. Args: in_channels (int): Number of channels of input features. Default: 18. conv_channels (tuple[int]): Out channels of the convolution. Default: (256, 256). conv_cfg (dict): Config
source not stored for this graph (policy: none)