Sign in
opensecura
/
3p
/
openxla
/
iree
/
c0c618450253e1dad6aa132575b2a683a4f2279d
/
.
/
samples
/
iree_static_library
/
simple_mul.mlir
blob: e5f4d5b39caf4561d080ba7edb149991a66dcd7b [
file
] [
log
] [
blame
]
func
.
func
@simple_mul
(%
arg0
:
tensor
<
4xf32
>,
%
arg1
:
tensor
<
4xf32
>)
->
tensor
<
4xf32
>
{
%
0
=
"arith.mulf"
(%
arg0
,
%
arg1
)
{
name
=
"mul.1"
}
:
(
tensor
<
4xf32
>,
tensor
<
4xf32
>)
->
tensor
<
4xf32
>
return
%
0
:
tensor
<
4xf32
>
}