Sign in
opensecura
/
3p
/
openxla
/
iree
/
0be6423f7fdc04d271acf491f7c4bdee0e006cfc
/
.
/
runtime
/
bindings
/
tflite
/
testdata
/
add_dynamic.mlir
blob: 79a25df0afa6c9a1dd4d4e2a0b6b14e35b11e121 [
file
] [
log
] [
blame
]
func
.
func
@main
(
%
input
:
tensor
<?
xf32
>
{
iree
.
identifier
=
"input"
}
)
->
(
tensor
<?
xf32
>
{
iree
.
identifier
=
"output"
}
)
{
%
result
=
arith
.
addf
%
input
,
%
input
:
tensor
<?
xf32
>
return
%
result
:
tensor
<?
xf32
>
}