Pytorch 数学计算torch.pow(input, exponent, *, out=None) → Tensor
1. 加法运算torch.add(input, other, *, out=None) → Tensor将标量 other 与input输入的每个元素相加并返回一个新的结果张量。out=input+other如果 input 是 FloatTensor 或 DoubleTensor 类型,则 other 必须是实数,否则应该是整数。参数 input (Tensor) – the input tensor. other (Number) – the number to