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