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