Sign in
opensecura
/
3p
/
openxla
/
iree
/
4f5a1b19caf0455f94027bd26b07aee86def89fc
/
.
/
test
/
e2e
/
scalars.mlir
blob: 03929893f0288992f7e51cb62435c8c07ad36a51 [
file
] [
log
] [
blame
]
// 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