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