module { func.func @main(%arg0: tensor) -> tensor { %0 = "mhlo.copy"(%arg0) : (tensor) -> tensor %1 = mhlo.constant dense<1.000000e+00> : tensor %2 = mhlo.add %0, %1 : tensor return %2 : tensor } }