func.func @main( %input : tensor {iree.identifier = "input"} ) -> ( tensor {iree.identifier = "output"} ) { %result = arith.addf %input, %input : tensor return %result : tensor }