Sign in
opensecura
/
3p
/
openxla
/
iree
/
4e6af05068b4034a5cd2b4dcdaee663c0ffe3b46
/
.
/
runtime
/
bindings
/
tflite
/
testdata
/
add_dynamic.mlir
blob: d06efe549abd6b1aec759191f0ef841fe0d7b9a6 [
file
]
func
.
func
@main
(
%
input
:
tensor
<?
xf32
>
{
iree
.
identifier
=
"input"
}
)
->
(
tensor
<?
xf32
>
{
iree
.
identifier
=
"output"
}
)
{
%
result
=
mhlo
.
add
%
input
,
%
input
:
tensor
<?
xf32
>
return
%
result
:
tensor
<?
xf32
>
}