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