Sign in
opensecura
/
3p
/
openxla
/
iree
/
a7b981d777b9fa1d036f1a53d0ce1c2ddbfbb8e3
/
.
/
samples
/
vulkan
/
simple_mul.mlir
blob: 659621926857cbf59ef8279617124dd3e16d9e09 [
file
] [
log
] [
blame
]
func
.
func
@simple_mul
(%
arg0
:
tensor
<
4xf32
>,
%
arg1
:
tensor
<
4xf32
>)
->
tensor
<
4xf32
>
{
%
0
=
"mhlo.multiply"
(%
arg0
,
%
arg1
)
{
name
=
"mul.1"
}
:
(
tensor
<
4xf32
>,
tensor
<
4xf32
>)
->
tensor
<
4xf32
>
return
%
0
:
tensor
<
4xf32
>
}