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