Sign in
opensecura
/
3p
/
openxla
/
iree
/
3c014c4df6919bb47049fea4e2d391aae7e1fa78
/
.
/
runtime
/
bindings
/
tflite
/
testdata
/
add_static.mlir
blob: 7dc9d0cd91519554fe84316523475538dc9a12cb [
file
]
func
.
func
@main
(
%
input
:
tensor
<
1x8x8x3xf32
>
{
iree
.
identifier
=
"input"
}
)
->
(
tensor
<
1x8x8x3xf32
>
{
iree
.
identifier
=
"output"
}
)
{
%
result
=
mhlo
.
add
%
input
,
%
input
:
tensor
<
1x8x8x3xf32
>
return
%
result
:
tensor
<
1x8x8x3xf32
>
}