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