Input
{
"fields": [
{
"name": "input",
"value": {
"items": [
{
"bits": "0x4341c37937e08000",
"format": "binary64",
"type": "float"
},
{
"bits": "0xc341c37937e08000",
"format": "binary64",
"type": "float"
},
{
"bits": "0x3ff0000000000000",
"format": "binary64",
"type": "float"
}
],
"type": "sequence"
}
},
{
"name": "layout",
"value": {
"type": "text",
"value": "row-major"
}
},
{
"name": "shape",
"value": {
"items": [
{
"type": "integer",
"value": "3"
}
],
"type": "sequence"
}
},
{
"name": "scenario",
"value": {
"type": "text",
"value": "strict-left-reduction"
}
}
],
"type": "record"
}Expected
{
"kind": "value",
"value": {
"fields": [
{
"name": "layout",
"value": {
"type": "text",
"value": "row-major"
}
},
{
"name": "shape",
"value": {
"items": [],
"type": "sequence"
}
},
{
"name": "bits",
"value": {
"items": [
{
"bits": "0x3ff0000000000000",
"format": "binary64",
"type": "float"
}
],
"type": "sequence"
}
}
],
"type": "record"
}
}