Sign in
opensecura
/
3p
/
openxla
/
iree
/
2695fe99e9d655ef396834bec7ee51eccb74a454
/
.
/
runtime
/
bindings
/
tflite
/
testdata
/
add_static.mlir
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
>
}