trevdatastreams's picture
Publish verifier-valid Arm NN PAD parser reproduction
f808f57 verified
Raw
History Blame Contribute Delete
1.11 kB
{
"version": 3,
"operator_codes": [
{
"builtin_code": "PAD",
"version": 1
}
],
"subgraphs": [
{
"tensors": [
{
"shape": [1],
"type": "FLOAT32",
"buffer": 0,
"name": "input",
"is_variable": false,
"has_rank": true
},
{
"shape": [1],
"type": "FLOAT32",
"buffer": 1,
"name": "output",
"is_variable": false,
"has_rank": true
},
{
"shape": [1, 2],
"type": "INT32",
"buffer": 2,
"name": "paddings",
"is_variable": false,
"has_rank": true
}
],
"inputs": [0],
"outputs": [1],
"operators": [
{
"opcode_index": 0,
"inputs": [0],
"outputs": [1],
"custom_options_format": "FLEXBUFFERS"
}
],
"name": "main"
}
],
"description": "Arm NN PAD missing-padding-input trigger",
"buffers": [
{},
{},
{
"data": [0, 0, 0, 0, 0, 0, 0, 0]
}
]
}