• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "datasetType": "TF",
3  "numRows": 12,
4  "columns": {
5    "col_sint16": {
6      "type": "int16",
7      "rank": 1,
8      "shape": [1]
9    },
10    "col_sint32": {
11      "type": "int32",
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}
47