torch.add describes the overloads while tensor.add just has a add(value) function. We should make a note that these overloads exist and possibly redirect to torch.add.
tensor.add docs
torch.add docs
Originally reported here: https://discuss.pytorch.org/t/tensor-add-confusing-in-optimizer-code/19876/2