blob: 3ba80bd9b400fb62033367bf133080b498cb1a06 [file] [log] [blame]
func.func @main(
%input : tensor<1x8x8x3xf32> {iree.identifier = "input"}
) -> (
tensor<1x8x8x3xf32> {iree.identifier = "output"}
) {
%result = arith.addf %input, %input : tensor<1x8x8x3xf32>
return %result : tensor<1x8x8x3xf32>
}