Sign in
opensecura
/
3p
/
openxla
/
iree
/
c4624870a8de85224c3f02f4ea8e26837cd99e2f
/
.
/
samples
/
simple_embedding
/
simple_embedding_test.mlir
blob: 3d8f97e47e575700b0af066dd08ee24d11db7779 [
file
] [
log
] [
blame
]
func
.
func
@simple_mul
(%
arg0
:
tensor
<
4xf32
>,
%
arg1
:
tensor
<
4xf32
>)
->
tensor
<
4xf32
>
{
%
0
=
arith
.
mulf
%
arg0
,
%
arg1
:
tensor
<
4xf32
>
return
%
0
:
tensor
<
4xf32
>
}