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