blob: 79a25df0afa6c9a1dd4d4e2a0b6b14e35b11e121 [file] [log] [blame]
func.func @main(
%input : tensor<?xf32> {iree.identifier = "input"}
) -> (
tensor<?xf32> {iree.identifier = "output"}
) {
%result = arith.addf %input, %input : tensor<?xf32>
return %result : tensor<?xf32>
}