Sign in
opensecura
/
3p
/
openxla
/
iree
/
5fd6ce32fc2c4d6b61e35c776fa3b842e8e54ebb
/
.
/
test
/
e2e
/
scalars.mlir
blob: 03929893f0288992f7e51cb62435c8c07ad36a51 [
file
]
// RUN: iree-run-mlir %s | IreeFileCheck %s
// CHECK-LABEL: EXEC @scalars
func
@scalars
()
->
tensor
<f32>
{
%
0
=
constant dense
<
2.0
>
:
tensor
<f32>
return
%
0
:
tensor
<f32>
}
// CHECK: f32=2