shape.mlir 163 字节
Newer Older
Y
Yan Chunwei 已提交
1 2 3 4 5 6 7
// CHECK-LABEL: build_tensor1
func @build_tensor1() {
  %a = ts.build_shape [1:i64, 57:i64, 92:i64]
  // CHECK: shape[1,57,92]
  ts.print_shape %a
  infrt.return
}