mindspore2022/tests/ut/data/dataset/testPyfuncMap/schema.json

22 lines
311 B
JSON

{
"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]
}
}
}