Sign in
opensecura
/
sw
/
vec_iree
/
db85fd7e5e8a1fc387b2a2fabe4ee7e44d3f36d8
/
.
/
samples
/
simple_vec_mul
/
simple_float_mul.mlir
blob: 7a928ff8bc89120858a76e05dcad51ffba1e1afd [
file
] [
log
] [
blame
]
func
@simple_mul
(%
arg0
:
tensor
<
1024xf32
>,
%
arg1
:
tensor
<
1024xf32
>)
->
tensor
<
1024xf32
>
{
%
0
=
"mhlo.multiply"
(%
arg0
,
%
arg1
)
:
(
tensor
<
1024xf32
>,
tensor
<
1024xf32
>)
->
tensor
<
1024xf32
>
return
%
0
:
tensor
<
1024xf32
>
}