1{ 2 "datasetType": "MNIST", 3 "numRows": 10, 4 "columns": { 5 "image": { 6 "type": "uint8", 7 "rank": 1, 8 "t_impl": "cvmat" 9 }, 10 "label" : { 11 "type": "uint32", 12 "rank": 1, 13 "t_impl" : "flex" 14 } 15 } 16} 17