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