• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "datasetType": "TF",
3  "numRows": 10,
4  "columns": {
5    "image": {
6      "type": "uint8",
7      "rank": 3,
8      "shape": [3, 4, 2],
9      "t_impl": "cvmat"
10    },
11    "label" : {
12      "type": "int64",
13      "rank": 1,
14      "shape": [7],
15      "t_impl": "flex"
16    },
17      "A": {
18          "type": "float32",
19          "rank": 4,
20          "shape": [1, 13, 14, 12],
21          "t_impl": "cvmat"
22      },
23      "B" : {
24          "type": "int64",
25          "rank": 1,
26          "shape": [9],
27          "t_impl": "flex"
28      }
29  }
30}
31