Sign in
opensecura
/
3p
/
openxla
/
iree
/
d72d304f0d8bea62566e9c0dbc8767fd54bb5dc6
/
.
/
samples
/
hal
/
simple_compute_test.mlir
blob: ade3e2163629c5ff634765e9f11d553f97cfeba7 [
file
] [
log
] [
blame
]
func
@simple_mul
(%
arg0
:
tensor
<
4xf32
>,
%
arg1
:
tensor
<
4xf32
>)
->
tensor
<
4xf32
>
attributes
{
iree
.
module
.
export
}
{
%
0
=
"xla_hlo.mul"
(%
arg0
,
%
arg1
)
{
name
=
"mul.1"
}
:
(
tensor
<
4xf32
>,
tensor
<
4xf32
>)
->
tensor
<
4xf32
>
return
%
0
:
tensor
<
4xf32
>
}