{ version: { _major: 0, _minor: 60, _patch: 0, _draft: false }, regions: [ { name: "main", blocks: [ { name: "main", operators: [ { op: "FFT2D", attribute_type: "FFTAttribute", attribute: { inverse: false }, inputs: [ "input-0", "input-1" ], outputs: [ "result-0", "result-1", "eiDummyOutput" ] } ], tensors: [ { name: "input-0", shape: [ 1, 4, 2 ], type: "FP32" }, { name: "input-1", shape: [ 1, 4, 2 ], type: "FP32" }, { name: "result-0", shape: [ 1, 4, 2 ], type: "FP32" }, { name: "result-1", shape: [ 1, 4, 2 ], type: "FP32" } ], inputs: [ "input-0", "input-1" ], outputs: [ "result-0", "result-1" ] } ] } ] }