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