Sign in
opensecura
/
3p
/
openxla
/
iree
/
66da0a4a3a79f65a72317fb4ce8ad1ab3bc0b430
/
.
/
bindings
/
javatests
/
com
/
google
/
iree
/
simple_mul.mlir
blob: 7966f8297a809f363b3055455f4aaad0ac4c64a8 [
file
] [
log
] [
blame
]
func
@simple_mul
(%
arg0
:
tensor
<
4xf32
>,
%
arg1
:
tensor
<
4xf32
>)
->
tensor
<
4xf32
>
attributes
{
iree
.
module
.
export
}
{
%
0
=
"mhlo.multiply"
(%
arg0
,
%
arg1
)
{
name
=
"mul.1"
}
:
(
tensor
<
4xf32
>,
tensor
<
4xf32
>)
->
tensor
<
4xf32
>
return
%
0
:
tensor
<
4xf32
>
}