CellEncoder.NULL

Click here to go back to the reference.

class NULL(nn.Module):
    def __init__(self):
        """"""
        super(NULL, self).__init__()

    def forward(self, f):
        return f