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