You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mindspore/tests/ut/data/dataset/testPyfuncMap/schema.json

22 lines
311 B

{
"datasetType": "TF",
"numRows": 12,
"columns": {
"col0": {
"type": "int64",
"rank": 2,
"shape": [2, 2]
},
"col1": {
"type": "int64",
"rank": 2,
"shape": [2, 2]
},
"col2": {
"type": "int64",
"rank": 2,
"shape": [2, 2]
}
}
}