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