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.

datasetSchema.json 748 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "datasetType": "TF",
  3. "numRows": 12,
  4. "columns": {
  5. "col_sint16": {
  6. "type": "int64",
  7. "rank": 1,
  8. "shape": [1]
  9. },
  10. "col_sint32": {
  11. "type": "int64",
  12. "rank": 1,
  13. "shape": [1]
  14. },
  15. "col_sint64": {
  16. "type": "int64",
  17. "rank": 1,
  18. "shape": [1]
  19. },
  20. "col_float": {
  21. "type": "float32",
  22. "rank": 1,
  23. "shape": [1]
  24. },
  25. "col_1d": {
  26. "type": "int64",
  27. "rank": 1,
  28. "shape": [2]
  29. },
  30. "col_2d": {
  31. "type": "int64",
  32. "rank": 2,
  33. "shape": [2, 2]
  34. },
  35. "col_3d": {
  36. "type": "int64",
  37. "rank": 3,
  38. "shape": [2, 2, 2]
  39. },
  40. "col_binary": {
  41. "type": "uint8",
  42. "rank": 1,
  43. "shape": [1]
  44. }
  45. }
  46. }