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