{ version: { _major: 0, _minor: 50, _patch: 0, _draft: false }, blocks: [ { name: "main", operators: [ { op: "MAX_POOL2D", attribute_type: "PoolAttribute", attribute: { pad: [ 0, 0, 0, 0 ], kernel: [ 2, 2 ], stride: [ 1, 2 ], input_zp: 0, output_zp: 0, accum_dtype: "INT32" }, inputs: [ "TosaInput_0" ], outputs: [ "TosaOutput_0" ] } ], tensors: [ { name: "TosaInput_0", shape: [ 1, 32, 32, 8 ], type: "INT8", data: [ ] }, { name: "TosaOutput_0", shape: [ 1, 31, 16, 8 ], type: "INT8", data: [ ] } ], inputs: [ "TosaInput_0" ], outputs: [ "TosaOutput_0" ] } ] }