You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

schema.json 311 B

123456789101112131415161718192021
  1. {
  2. "datasetType": "TF",
  3. "numRows": 12,
  4. "columns": {
  5. "col0": {
  6. "type": "int64",
  7. "rank": 2,
  8. "shape": [2, 2]
  9. },
  10. "col1": {
  11. "type": "int64",
  12. "rank": 2,
  13. "shape": [2, 2]
  14. },
  15. "col2": {
  16. "type": "int64",
  17. "rank": 2,
  18. "shape": [2, 2]
  19. }
  20. }
  21. }