Sign in
opensecura
/
3p
/
openxla
/
iree
/
4e9bbd7c20ad0aca01403c6be99e5d4e606d17ff
/
.
/
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
>
}