Entrywised addition

Hi
‘+’ denotes entry_wised addition.
image
I suppose to code it like bellow? I know it is a silly question but I kinda doubt about it

a=torch.rand([16,32,56,7])
b=torch.rand([16,32,56,7])
out=a-b