Sign in
opensecura
/
3p
/
openxla
/
iree
/
be8437f1af0fa97d4e7f3a9c74571b60988723cd
/
.
/
tests
/
e2e
/
stablehlo_ops
/
bitcast_convert.mlir
blob: 89c5c2a17f88a8a640f0cb1dc0c2d62f76c89bb1 [
file
] [
log
] [
blame
]
func
.
func
@bitcast
()
{
%
input
=
util
.
unfoldable_constant dense
<
0
>
:
tensor
<
4xi32
>
%
result
=
"stablehlo.bitcast_convert"
(%
input
)
:
(
tensor
<
4xi32
>)
->
tensor
<
4xf32
>
check
.
expect_eq_const
(%
result
,
dense
<
0.0
>
:
tensor
<
4xf32
>)
:
tensor
<
4xf32
>
return
}