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