If you convert a NumPy matrix to a tensor, what happens if you multiply the Torch tensor by 2?
a) Each element in the tensor is multiplied by 2.
b) The tensor shape changes.
c) It raises an error.
d) The tensor type changes.