CellEncoder.NULL
Click here to view source code.
class NULL()
Let the input and output the same.
SHAPES:
input: Cell feature. [batch_size, ft_dim]
output: Cell feature. [batch_size, ft_dim]
forward(f: torch.Tensor)
f (torch.Tensor) - Cell feature.