{ version: { _major: 0, _minor: 50, _patch: 0, _draft: false }, blocks: [ { name: "main", operators: [ { op: "CONST", attribute_type: "NONE", inputs: [ ], outputs: [ "const-1" ] }, { op: "CONST", attribute_type: "NONE", inputs: [ ], outputs: [ "const-2" ] }, { op: "CONV3D", attribute_type: "ConvAttribute", attribute: { pad: [ 0, 0, 0, 0, 0, 0 ], stride: [ 1, 1, 1 ], dilation: [ 1, 1, 1 ], input_zp: -100, weight_zp: 0, accum_dtype: "INT32" }, inputs: [ "input-0", "const-1", "const-2" ], outputs: [ "result-0", "eiDummyOutput" ] } ], tensors: [ { name: "input-0", shape: [ 1, 12, 6, 15, 7 ], type: "INT8" }, { name: "const-1", shape: [ 5, 1, 1, 1, 7 ], type: "INT4", data: [ 160, 57, 237, 199, 38, 124, 210, 239, 245, 57, 228, 246, 60, 122, 211, 26, 65, 13 ] }, { name: "const-2", shape: [ 5 ], type: "INT32", data: [ 68, 4, 78, 182, 90, 10, 170, 233, 10, 93, 125, 81, 189, 186, 118, 104, 223, 187, 220, 218 ] }, { name: "result-0", shape: [ 1, 12, 6, 15, 5 ], type: "INT32" } ], inputs: [ "input-0" ], outputs: [ "result-0" ] } ] }