Sign in
opensecura
/
3p
/
openxla
/
iree
/
82d268b5c55bb0d8ecd678207faf2ff38a501276
/
.
/
iree
/
samples
/
ops
/
dynamic-mhlo-dot.mlir
blob: 46dce0ea01bbd81287a5c71aa61ce2261db0de32 [
file
]
func
@dot
(%
lhs
:
tensor
<?
x
?
xf32
>,
%
rhs
:
tensor
<?
x
?
xf32
>)
->
tensor
<?
x
?
xf32
>
{
%
0
=
"mhlo.dot"
(%
lhs
,
%
rhs
)
:
(
tensor
<?
x
?
xf32
>,
tensor
<?
x
?
xf32
>)
->
tensor
<?
x
?
xf32
>
return
%
0
:
tensor
<?
x
?
xf32
>
}