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