Sign in
opensecura
/
3p
/
openxla
/
iree
/
3dda3cd2e0f877df899b4b53cf036ebcb0740e77
/
.
/
runtime
/
bindings
/
tflite
/
testdata
/
add_static.mlir
blob: 88eb498aadf2f528cd21ec5037ba3a89da775f48 [
file
]
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
>
}