Typing conventions

Hello everyone,
are there some best practices for typing annotations/docstrings somewhere?
E.g. I want to specify that my function expects a torch.Tensor with three dimensions of dtype = torch.bool.

Best,
Tim

1 Like