Sign in
opensecura
/
sw
/
vec_iree
/
e20f53770a72e0870b23b581ce0d1d37c8c56361
/
.
/
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
>
}