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