delu.nn# An extension to torch.nn. Lambda A wrapper for functions from torch and methods of torch.Tensor. NLinear N linear layers for N inputs: (*, *N, D1) -> (*, *N, D2). named_sequential A shortcut for creating torch.nn.Sequential with named modules without using collections.OrderedDict.