Sign in
opensecura
/
3p
/
openxla
/
iree
/
9bb1a2bdfeffd802d1d3a2915754bf8c81a2da84
/
.
/
tests
/
e2e
/
tosa_ops
/
const.mlir
blob: f56dc815a2b7aea100847ca7ab8472e1b11b4fc4 [
file
] [
log
] [
blame
]
func
.
func
@tensor_float
()
{
%
result
=
"tosa.const"
()
{
values
=
dense
<[-
1.0
,
-
0.5
,
0.0
,
1.0
]>
:
tensor
<
4xf32
>}
:
()
->
tensor
<
4xf32
>
check
.
expect_almost_eq_const
(%
result
,
dense
<[-
1.0
,
-
0.5
,
0.0
,
1.0
]>
:
tensor
<
4xf32
>)
:
tensor
<
4xf32
>
return
}