tensor1: (Tensor or Number) an input tensor or number
tensor2: (Tensor or Number) an input tensor or number
result_type(tensor1, tensor2) -> dtype
Returns the torch_dtype that would result from performing an arithmetic operation on the provided input tensors. See type promotion documentation for more information on the type promotion logic.