tensor_shape.mlir 107 字节
Newer Older
Y
Yan Chunwei 已提交
1 2 3 4 5
func @build_tensor1() {
  %a = ts.build_shape [1:i64, 57:i64, 92:i64]
  ts.print_shape %a
  infrt.return
}