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