Sign in
opensecura
/
3p
/
openxla
/
iree
/
7dcf473eb2aeb2b0d00f92f49a656c9d65b35dff
/
.
/
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