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