{
 "deviceStat": [
  {
   "name": "all",
   "nodeNum": 1300,
   "supportedOpType": [
    "::Add",
    "::Concat",
    "::Conv",
    "::DequantizeLinear",
    "::HardSigmoid",
    "::MatMul",
    "::MaxPool",
    "::Mul",
    "::QuantizeLinear",
    "::Reshape",
    "::Resize",
    "::Slice",
    "::Softmax",
    "::Sub",
    "::Transpose"
   ]
  },
  {
   "name": "CPU",
   "nodeNum": 1274,
   "supportedOpType": [
    "::Add",
    "::Concat",
    "::Conv",
    "::DequantizeLinear",
    "::HardSigmoid",
    "::MatMul",
    "::MaxPool",
    "::Mul",
    "::QuantizeLinear",
    "::Reshape",
    "::Resize",
    "::Slice",
    "::Softmax",
    "::Sub",
    "::Transpose"
   ]
  },
  {
   "name": "DPU",
   "nodeNum": 26,
   "supportedOpType": [
    "::Concat",
    "::DequantizeLinear",
    "::Mul",
    "::QuantizeLinear",
    "::Reshape",
    "::Slice",
    "::Transpose"
   ]
  }
 ],
 "nodeStat": [
  {
   "output": [
    "/model.23/Constant_3_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/Constant_3_output_0_quantized",
    "ortshared_1_0_1_9_token_276",
    "/model.23/Constant_3_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1299 [/model.23/Constant_3_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,2,8400])] DequantizeLinear [/model.23/Constant_3_output_0_quantized:(ty=3,shape=[1,2,8400]),ortshared_1_0_1_9_token_276:(ty=1,shape=[]),/model.23/Constant_3_output_0_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "images_QuantizeLinear_Output"
   ],
   "input": [
    "images",
    "ortshared_1_0_1_6_token_265",
    "images_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@3 [images_QuantizeLinear_Output:(ty=2,shape=[1,3,640,640])] QuantizeLinear [images:(ty=1,shape=[1,3,640,640]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),images_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "images_DequantizeLinear_Output"
   ],
   "input": [
    "images_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "images_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@175 [images_DequantizeLinear_Output:(ty=1,shape=[1,3,640,640])] DequantizeLinear [images_QuantizeLinear_Output:(ty=2,shape=[1,3,640,640]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),images_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.0.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.0.conv.weight_quantized",
    "ortshared_1_0_1_7_token_266",
    "model.0.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@5 [model.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[32,3,3,3])] DequantizeLinear [model.0.conv.weight_quantized:(ty=3,shape=[32,3,3,3]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),model.0.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.0.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.0.conv.bias_quantized",
    "ortshared_1_0_1_12_token_280",
    "model.0.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@4 [model.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[32])] DequantizeLinear [model.0.conv.bias_quantized:(ty=3,shape=[32]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),model.0.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.0/conv/Conv_output_0"
   ],
   "input": [
    "images_DequantizeLinear_Output",
    "model.0.conv.weight_DequantizeLinear_Output",
    "model.0.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@176 [/model.0/conv/Conv_output_0:(ty=1,shape=[1,32,320,320])] Conv [images_DequantizeLinear_Output:(ty=1,shape=[1,3,640,640]),model.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[32,3,3,3]),model.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[32])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.0/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.0/conv/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@177 [/model.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,320,320])] QuantizeLinear [/model.0/conv/Conv_output_0:(ty=1,shape=[1,32,320,320]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1182 [/model.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,32,320,320])] DequantizeLinear [/model.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,320,320]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@178 [/model.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,320,320])] DequantizeLinear [/model.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,320,320]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.0/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@179 [/model.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,32,320,320])] HardSigmoid [/model.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,320,320])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.0/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.0/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@180 [/model.0/act/Sigmoid_output_0:(ty=1,shape=[1,32,320,320])] Mul [/model.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,32,320,320]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.0/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.0/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@181 [/model.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,320,320])] QuantizeLinear [/model.0/act/Sigmoid_output_0:(ty=1,shape=[1,32,320,320]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.0/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@182 [/model.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,320,320])] DequantizeLinear [/model.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,320,320]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.0/act/Mul_output_0"
   ],
   "input": [
    "/model.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@183 [/model.0/act/Mul_output_0:(ty=1,shape=[1,32,320,320])] Mul [/model.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,32,320,320]),/model.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,320,320])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.0/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.0/act/Mul_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.0/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@184 [/model.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,320,320])] QuantizeLinear [/model.0/act/Mul_output_0:(ty=1,shape=[1,32,320,320]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.0/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.0/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.0/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@185 [/model.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,320,320])] DequantizeLinear [/model.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,320,320]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.1.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@7 [model.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,32,3,3])] DequantizeLinear [model.1.conv.weight_quantized:(ty=3,shape=[64,32,3,3]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.1.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@6 [model.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.1.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.1/conv/Conv_output_0"
   ],
   "input": [
    "/model.0/act/Mul_output_0_DequantizeLinear_Output",
    "model.1.conv.weight_DequantizeLinear_Output",
    "model.1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@186 [/model.1/conv/Conv_output_0:(ty=1,shape=[1,64,160,160])] Conv [/model.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,320,320]),model.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,32,3,3]),model.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.1/conv/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@187 [/model.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160])] QuantizeLinear [/model.1/conv/Conv_output_0:(ty=1,shape=[1,64,160,160]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1183 [/model.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,160,160])] DequantizeLinear [/model.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@188 [/model.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])] DequantizeLinear [/model.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@189 [/model.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,160,160])] HardSigmoid [/model.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@190 [/model.1/act/Sigmoid_output_0:(ty=1,shape=[1,64,160,160])] Mul [/model.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,160,160]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@191 [/model.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160])] QuantizeLinear [/model.1/act/Sigmoid_output_0:(ty=1,shape=[1,64,160,160]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@192 [/model.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])] DequantizeLinear [/model.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.1/act/Mul_output_0"
   ],
   "input": [
    "/model.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@193 [/model.1/act/Mul_output_0:(ty=1,shape=[1,64,160,160])] Mul [/model.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,160,160]),/model.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.1/act/Mul_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@194 [/model.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160])] QuantizeLinear [/model.1/act/Mul_output_0:(ty=1,shape=[1,64,160,160]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@195 [/model.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])] DequantizeLinear [/model.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.2.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.2.cv1.conv.weight_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.2.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@49 [model.2.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,1,1])] DequantizeLinear [model.2.cv1.conv.weight_quantized:(ty=3,shape=[64,64,1,1]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.2.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.2.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.2.cv1.conv.bias_quantized",
    "ortshared_1_0_1_12_token_280",
    "model.2.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@48 [model.2.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.2.cv1.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),model.2.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.1/act/Mul_output_0_DequantizeLinear_Output",
    "model.2.cv1.conv.weight_DequantizeLinear_Output",
    "model.2.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@196 [/model.2/cv1/conv/Conv_output_0:(ty=1,shape=[1,64,160,160])] Conv [/model.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160]),model.2.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,1,1]),model.2.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.2/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@197 [/model.2/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160])] QuantizeLinear [/model.2/cv1/conv/Conv_output_0:(ty=1,shape=[1,64,160,160]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.2/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.2/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.2/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1184 [/model.2/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,160,160])] DequantizeLinear [/model.2/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.2/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.2/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@198 [/model.2/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])] DequantizeLinear [/model.2/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.2/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.2/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@199 [/model.2/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,160,160])] HardSigmoid [/model.2/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.2/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@200 [/model.2/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,64,160,160])] Mul [/model.2/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,160,160]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.2/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@201 [/model.2/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160])] QuantizeLinear [/model.2/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,64,160,160]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.2/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.2/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@202 [/model.2/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])] DequantizeLinear [/model.2/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.2/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.2/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.2/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@203 [/model.2/cv1/act/Mul_output_0:(ty=1,shape=[1,64,160,160])] Mul [/model.2/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,160,160]),/model.2/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/cv1/act/Mul_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.2/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@204 [/model.2/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160])] QuantizeLinear [/model.2/cv1/act/Mul_output_0:(ty=1,shape=[1,64,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.2/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1185 [/model.2/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,160,160])] DequantizeLinear [/model.2/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/Split_output_1"
   ],
   "input": [
    "/model.2/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
    "ortshared_7_1_1_3_token_263",
    "ortshared_7_1_1_7_token_273",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@207 [/model.2/Split_output_1:(ty=1,shape=[1,32,160,160])] Slice [/model.2/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,160,160]),ortshared_7_1_1_3_token_263:(ty=7,shape=[1]),ortshared_7_1_1_7_token_273:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/Split_output_1_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/Split_output_1",
    "ortshared_1_0_1_5_token_261",
    "/model.2/Split_output_1_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@209 [/model.2/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160])] QuantizeLinear [/model.2/Split_output_1:(ty=1,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/Split_output_1_DequantizeLinear_Output/duplicated_token_0"
   ],
   "input": [
    "/model.2/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1187 [/model.2/Split_output_1_DequantizeLinear_Output/duplicated_token_0:(ty=1,shape=[1,32,160,160])] DequantizeLinear [/model.2/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/Split_output_1_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.2/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1186 [/model.2/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,32,160,160])] DequantizeLinear [/model.2/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/Split_output_1_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@211 [/model.2/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])] DequantizeLinear [/model.2/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.2.m.0.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.2.m.0.cv1.conv.weight_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.2.m.0.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@53 [model.2.m.0.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[32,32,3,3])] DequantizeLinear [model.2.m.0.cv1.conv.weight_quantized:(ty=3,shape=[32,32,3,3]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.2.m.0.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.2.m.0.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.2.m.0.cv1.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.2.m.0.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@52 [model.2.m.0.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[32])] DequantizeLinear [model.2.m.0.cv1.conv.bias_quantized:(ty=3,shape=[32]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.2.m.0.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.2/Split_output_1_DequantizeLinear_Output",
    "model.2.m.0.cv1.conv.weight_DequantizeLinear_Output",
    "model.2.m.0.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@212 [/model.2/m.0/cv1/conv/Conv_output_0:(ty=1,shape=[1,32,160,160])] Conv [/model.2/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160]),model.2.m.0.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[32,32,3,3]),model.2.m.0.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[32])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/m.0/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.2/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@213 [/model.2/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160])] QuantizeLinear [/model.2/m.0/cv1/conv/Conv_output_0:(ty=1,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.2/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1188 [/model.2/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,32,160,160])] DequantizeLinear [/model.2/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@214 [/model.2/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])] DequantizeLinear [/model.2/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.2/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@215 [/model.2/m.0/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,32,160,160])] HardSigmoid [/model.2/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.2/m.0/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@216 [/model.2/m.0/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,32,160,160])] Mul [/model.2/m.0/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,32,160,160]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/m.0/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.2/m.0/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@217 [/model.2/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160])] QuantizeLinear [/model.2/m.0/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,32,160,160]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.2/m.0/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.2/m.0/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@218 [/model.2/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])] DequantizeLinear [/model.2/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.2/m.0/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.2/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.2/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@219 [/model.2/m.0/cv1/act/Mul_output_0:(ty=1,shape=[1,32,160,160])] Mul [/model.2/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,32,160,160]),/model.2/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/m.0/cv1/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.2/m.0/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@220 [/model.2/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160])] QuantizeLinear [/model.2/m.0/cv1/act/Mul_output_0:(ty=1,shape=[1,32,160,160]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.2/m.0/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.2/m.0/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@221 [/model.2/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])] DequantizeLinear [/model.2/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.2/m.0/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.2.m.0.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.2.m.0.cv2.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.2.m.0.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@55 [model.2.m.0.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[32,32,3,3])] DequantizeLinear [model.2.m.0.cv2.conv.weight_quantized:(ty=3,shape=[32,32,3,3]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.2.m.0.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.2.m.0.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.2.m.0.cv2.conv.bias_quantized",
    "ortshared_1_0_1_12_token_280",
    "model.2.m.0.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@54 [model.2.m.0.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[32])] DequantizeLinear [model.2.m.0.cv2.conv.bias_quantized:(ty=3,shape=[32]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),model.2.m.0.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.2/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "model.2.m.0.cv2.conv.weight_DequantizeLinear_Output",
    "model.2.m.0.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@222 [/model.2/m.0/cv2/conv/Conv_output_0:(ty=1,shape=[1,32,160,160])] Conv [/model.2/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160]),model.2.m.0.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[32,32,3,3]),model.2.m.0.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[32])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/m.0/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.2/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@223 [/model.2/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160])] QuantizeLinear [/model.2/m.0/cv2/conv/Conv_output_0:(ty=1,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.2/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1189 [/model.2/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,32,160,160])] DequantizeLinear [/model.2/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@224 [/model.2/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])] DequantizeLinear [/model.2/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.2/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@225 [/model.2/m.0/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,32,160,160])] HardSigmoid [/model.2/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.2/m.0/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@226 [/model.2/m.0/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,32,160,160])] Mul [/model.2/m.0/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,32,160,160]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/m.0/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.2/m.0/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@227 [/model.2/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160])] QuantizeLinear [/model.2/m.0/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,32,160,160]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.2/m.0/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.2/m.0/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@228 [/model.2/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])] DequantizeLinear [/model.2/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.2/m.0/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.2/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.2/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@229 [/model.2/m.0/cv2/act/Mul_output_0:(ty=1,shape=[1,32,160,160])] Mul [/model.2/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,32,160,160]),/model.2/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/m.0/cv2/act/Mul_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.2/m.0/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@230 [/model.2/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160])] QuantizeLinear [/model.2/m.0/cv2/act/Mul_output_0:(ty=1,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/m.0/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/m.0/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@231 [/model.2/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])] DequantizeLinear [/model.2/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/m.0/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/Add_output_0"
   ],
   "input": [
    "/model.2/Split_output_1_DequantizeLinear_Output/duplicated",
    "/model.2/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "opType": "Add",
   "comment": "@232 [/model.2/m.0/Add_output_0:(ty=1,shape=[1,32,160,160])] Add [/model.2/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,32,160,160]),/model.2/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/Add_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/m.0/Add_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.2/m.0/Add_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@233 [/model.2/m.0/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160])] QuantizeLinear [/model.2/m.0/Add_output_0:(ty=1,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/m.0/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/m.0/Add_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/m.0/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/m.0/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@234 [/model.2/m.0/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])] DequantizeLinear [/model.2/m.0/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/m.0/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@205 [/model.2/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])] DequantizeLinear [/model.2/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/Split_output_0"
   ],
   "input": [
    "/model.2/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "ortshared_7_1_1_2_token_262",
    "ortshared_7_1_1_3_token_263",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@206 [/model.2/Split_output_0:(ty=1,shape=[1,32,160,160])] Slice [/model.2/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160]),ortshared_7_1_1_2_token_262:(ty=7,shape=[1]),ortshared_7_1_1_3_token_263:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/Split_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/Split_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.2/Split_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@208 [/model.2/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160])] QuantizeLinear [/model.2/Split_output_0:(ty=1,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/Split_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/Split_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/Split_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@210 [/model.2/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])] DequantizeLinear [/model.2/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,32,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/Concat_output_0"
   ],
   "input": [
    "/model.2/Split_output_0_DequantizeLinear_Output",
    "/model.2/Split_output_1_DequantizeLinear_Output/duplicated_token_0",
    "/model.2/m.0/Add_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@235 [/model.2/Concat_output_0:(ty=1,shape=[1,96,160,160])] Concat [/model.2/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160]),/model.2/Split_output_1_DequantizeLinear_Output/duplicated_token_0:(ty=1,shape=[1,32,160,160]),/model.2/m.0/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,32,160,160])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/Concat_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.2/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@236 [/model.2/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,96,160,160])] QuantizeLinear [/model.2/Concat_output_0:(ty=1,shape=[1,96,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@237 [/model.2/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,96,160,160])] DequantizeLinear [/model.2/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,96,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.2.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.2.cv2.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.2.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@51 [model.2.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,96,1,1])] DequantizeLinear [model.2.cv2.conv.weight_quantized:(ty=3,shape=[64,96,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.2.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.2.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.2.cv2.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.2.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@50 [model.2.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.2.cv2.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.2.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.2/Concat_output_0_DequantizeLinear_Output",
    "model.2.cv2.conv.weight_DequantizeLinear_Output",
    "model.2.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@238 [/model.2/cv2/conv/Conv_output_0:(ty=1,shape=[1,64,160,160])] Conv [/model.2/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,96,160,160]),model.2.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,96,1,1]),model.2.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.2/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@239 [/model.2/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160])] QuantizeLinear [/model.2/cv2/conv/Conv_output_0:(ty=1,shape=[1,64,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.2/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1190 [/model.2/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,160,160])] DequantizeLinear [/model.2/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.2/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@240 [/model.2/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])] DequantizeLinear [/model.2/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.2/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.2/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@241 [/model.2/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,160,160])] HardSigmoid [/model.2/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.2/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@242 [/model.2/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,64,160,160])] Mul [/model.2/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,160,160]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.2/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@243 [/model.2/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160])] QuantizeLinear [/model.2/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,64,160,160]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.2/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.2/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@244 [/model.2/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])] DequantizeLinear [/model.2/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.2/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.2/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.2/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@245 [/model.2/cv2/act/Mul_output_0:(ty=1,shape=[1,64,160,160])] Mul [/model.2/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,160,160]),/model.2/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.2/cv2/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.2/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@246 [/model.2/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160])] QuantizeLinear [/model.2/cv2/act/Mul_output_0:(ty=1,shape=[1,64,160,160]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.2/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.2/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.2/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.2/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@247 [/model.2/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160])] DequantizeLinear [/model.2/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,160,160]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.2/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.3.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.3.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.3.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@124 [model.3.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,64,3,3])] DequantizeLinear [model.3.conv.weight_quantized:(ty=3,shape=[128,64,3,3]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.3.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.3.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.3.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.3.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@123 [model.3.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.3.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.3.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.3/conv/Conv_output_0"
   ],
   "input": [
    "/model.2/cv2/act/Mul_output_0_DequantizeLinear_Output",
    "model.3.conv.weight_DequantizeLinear_Output",
    "model.3.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@248 [/model.3/conv/Conv_output_0:(ty=1,shape=[1,128,80,80])] Conv [/model.2/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,160,160]),model.3.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,64,3,3]),model.3.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.3/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.3/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.3/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@249 [/model.3/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.3/conv/Conv_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.3/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.3/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.3/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1191 [/model.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.3/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.3/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.3/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.3/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.3/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@250 [/model.3/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.3/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.3/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.3/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.3/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@251 [/model.3/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80])] HardSigmoid [/model.3/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.3/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.3/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@252 [/model.3/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.3/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.3/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.3/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.3/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@253 [/model.3/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.3/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.3/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.3/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.3/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.3/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@254 [/model.3/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.3/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.3/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.3/act/Mul_output_0"
   ],
   "input": [
    "/model.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.3/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@255 [/model.3/act/Mul_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80]),/model.3/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.3/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.3/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.3/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@256 [/model.3/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.3/act/Mul_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.3/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.3/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.3/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.3/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@257 [/model.3/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.3/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.3/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.4.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.4.cv1.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.4.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@126 [model.4.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,1,1])] DequantizeLinear [model.4.cv1.conv.weight_quantized:(ty=3,shape=[128,128,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.4.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.4.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.4.cv1.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.4.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@125 [model.4.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.4.cv1.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.4.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.3/act/Mul_output_0_DequantizeLinear_Output",
    "model.4.cv1.conv.weight_DequantizeLinear_Output",
    "model.4.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@258 [/model.4/cv1/conv/Conv_output_0:(ty=1,shape=[1,128,80,80])] Conv [/model.3/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80]),model.4.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,1,1]),model.4.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.4/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@259 [/model.4/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.4/cv1/conv/Conv_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.4/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1192 [/model.4/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.4/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@260 [/model.4/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.4/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.4/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@261 [/model.4/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80])] HardSigmoid [/model.4/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.4/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@262 [/model.4/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.4/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.4/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@263 [/model.4/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.4/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.4/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.4/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@264 [/model.4/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.4/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.4/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.4/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.4/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@265 [/model.4/cv1/act/Mul_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.4/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80]),/model.4/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/cv1/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.4/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@266 [/model.4/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.4/cv1/act/Mul_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.4/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.4/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.4/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1193 [/model.4/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.4/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.4/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/Split_output_1"
   ],
   "input": [
    "/model.4/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
    "ortshared_7_1_1_7_token_273",
    "ortshared_7_1_1_5_token_271",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@269 [/model.4/Split_output_1:(ty=1,shape=[1,64,80,80])] Slice [/model.4/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80]),ortshared_7_1_1_7_token_273:(ty=7,shape=[1]),ortshared_7_1_1_5_token_271:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/Split_output_1_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/Split_output_1",
    "ortshared_1_0_1_12_token_280",
    "/model.4/Split_output_1_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@271 [/model.4/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/Split_output_1:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/Split_output_1_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.4/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1194 [/model.4/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/Split_output_1_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@273 [/model.4/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.4.m.0.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.4.m.0.cv1.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.4.m.0.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@130 [model.4.m.0.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3])] DequantizeLinear [model.4.m.0.cv1.conv.weight_quantized:(ty=3,shape=[64,64,3,3]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.4.m.0.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.4.m.0.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.4.m.0.cv1.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.4.m.0.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@129 [model.4.m.0.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.4.m.0.cv1.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.4.m.0.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.4/Split_output_1_DequantizeLinear_Output",
    "model.4.m.0.cv1.conv.weight_DequantizeLinear_Output",
    "model.4.m.0.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@274 [/model.4/m.0/cv1/conv/Conv_output_0:(ty=1,shape=[1,64,80,80])] Conv [/model.4/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80]),model.4.m.0.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3]),model.4.m.0.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.0/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@275 [/model.4/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/m.0/cv1/conv/Conv_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.4/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1196 [/model.4/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@276 [/model.4/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.4/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@277 [/model.4/m.0/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80])] HardSigmoid [/model.4/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.4/m.0/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@278 [/model.4/m.0/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.4/m.0/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.0/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.4/m.0/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@279 [/model.4/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/m.0/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.4/m.0/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.4/m.0/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@280 [/model.4/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.4/m.0/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.4/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.4/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@281 [/model.4/m.0/cv1/act/Mul_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.4/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80]),/model.4/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.0/cv1/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.4/m.0/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@282 [/model.4/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/m.0/cv1/act/Mul_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.4/m.0/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.4/m.0/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@283 [/model.4/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.4/m.0/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.4.m.0.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.4.m.0.cv2.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.4.m.0.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@132 [model.4.m.0.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3])] DequantizeLinear [model.4.m.0.cv2.conv.weight_quantized:(ty=3,shape=[64,64,3,3]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.4.m.0.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.4.m.0.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.4.m.0.cv2.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.4.m.0.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@131 [model.4.m.0.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.4.m.0.cv2.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.4.m.0.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.4/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "model.4.m.0.cv2.conv.weight_DequantizeLinear_Output",
    "model.4.m.0.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@284 [/model.4/m.0/cv2/conv/Conv_output_0:(ty=1,shape=[1,64,80,80])] Conv [/model.4/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80]),model.4.m.0.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3]),model.4.m.0.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.0/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@285 [/model.4/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/m.0/cv2/conv/Conv_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.4/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1197 [/model.4/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@286 [/model.4/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.4/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@287 [/model.4/m.0/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80])] HardSigmoid [/model.4/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.4/m.0/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@288 [/model.4/m.0/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.4/m.0/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.0/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.4/m.0/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@289 [/model.4/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/m.0/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.4/m.0/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.4/m.0/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@290 [/model.4/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.4/m.0/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.4/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.4/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@291 [/model.4/m.0/cv2/act/Mul_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.4/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80]),/model.4/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.0/cv2/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.4/m.0/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@292 [/model.4/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/m.0/cv2/act/Mul_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.4/m.0/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.4/m.0/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@293 [/model.4/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.4/m.0/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/Add_output_0"
   ],
   "input": [
    "/model.4/Split_output_1_DequantizeLinear_Output/duplicated",
    "/model.4/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "opType": "Add",
   "comment": "@294 [/model.4/m.0/Add_output_0:(ty=1,shape=[1,64,80,80])] Add [/model.4/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80]),/model.4/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/Add_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.0/Add_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.0/Add_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@295 [/model.4/m.0/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/m.0/Add_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.0/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/Add_output_0_DequantizeLinear_Output/duplicated_token_4"
   ],
   "input": [
    "/model.4/m.0/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.0/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1199 [/model.4/m.0/Add_output_0_DequantizeLinear_Output/duplicated_token_4:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.0/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.0/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/Split_output_1_DequantizeLinear_Output/duplicated_token_2"
   ],
   "input": [
    "/model.4/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1195 [/model.4/Split_output_1_DequantizeLinear_Output/duplicated_token_2:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/Add_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.4/m.0/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.0/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1198 [/model.4/m.0/Add_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.0/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.0/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.0/Add_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.0/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.0/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@296 [/model.4/m.0/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.0/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.0/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.4.m.1.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.4.m.1.cv1.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.4.m.1.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@134 [model.4.m.1.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3])] DequantizeLinear [model.4.m.1.cv1.conv.weight_quantized:(ty=3,shape=[64,64,3,3]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.4.m.1.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.4.m.1.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.4.m.1.cv1.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.4.m.1.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@133 [model.4.m.1.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.4.m.1.cv1.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.4.m.1.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.4/m.0/Add_output_0_DequantizeLinear_Output",
    "model.4.m.1.cv1.conv.weight_DequantizeLinear_Output",
    "model.4.m.1.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@297 [/model.4/m.1/cv1/conv/Conv_output_0:(ty=1,shape=[1,64,80,80])] Conv [/model.4/m.0/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80]),model.4.m.1.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3]),model.4.m.1.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.1/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.1/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@298 [/model.4/m.1/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/m.1/cv1/conv/Conv_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.1/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.4/m.1/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.1/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1200 [/model.4/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.1/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.1/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.1/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.1/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@299 [/model.4/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.1/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.1/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.4/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@300 [/model.4/m.1/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80])] HardSigmoid [/model.4/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.4/m.1/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@301 [/model.4/m.1/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.4/m.1/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.1/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.4/m.1/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@302 [/model.4/m.1/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/m.1/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.4/m.1/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.1/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.4/m.1/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@303 [/model.4/m.1/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.1/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.4/m.1/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.4/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.4/m.1/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@304 [/model.4/m.1/cv1/act/Mul_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.4/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80]),/model.4/m.1/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.1/cv1/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.4/m.1/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@305 [/model.4/m.1/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/m.1/cv1/act/Mul_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.4/m.1/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.1/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.4/m.1/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@306 [/model.4/m.1/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.1/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.4/m.1/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.4.m.1.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.4.m.1.cv2.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.4.m.1.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@136 [model.4.m.1.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3])] DequantizeLinear [model.4.m.1.cv2.conv.weight_quantized:(ty=3,shape=[64,64,3,3]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.4.m.1.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.4.m.1.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.4.m.1.cv2.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.4.m.1.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@135 [model.4.m.1.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.4.m.1.cv2.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.4.m.1.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.4/m.1/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "model.4.m.1.cv2.conv.weight_DequantizeLinear_Output",
    "model.4.m.1.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@307 [/model.4/m.1/cv2/conv/Conv_output_0:(ty=1,shape=[1,64,80,80])] Conv [/model.4/m.1/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80]),model.4.m.1.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3]),model.4.m.1.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.1/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.1/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@308 [/model.4/m.1/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/m.1/cv2/conv/Conv_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.1/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.4/m.1/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.1/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1201 [/model.4/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.1/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.1/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.1/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.1/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@309 [/model.4/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.1/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.1/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.4/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@310 [/model.4/m.1/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80])] HardSigmoid [/model.4/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.4/m.1/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@311 [/model.4/m.1/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.4/m.1/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.1/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.4/m.1/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@312 [/model.4/m.1/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/m.1/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.4/m.1/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.1/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.4/m.1/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@313 [/model.4/m.1/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.1/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.4/m.1/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.4/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.4/m.1/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@314 [/model.4/m.1/cv2/act/Mul_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.4/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80]),/model.4/m.1/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.1/cv2/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.1/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@315 [/model.4/m.1/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/m.1/cv2/act/Mul_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.1/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.1/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.1/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@316 [/model.4/m.1/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.1/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.1/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/Add_output_0"
   ],
   "input": [
    "/model.4/m.0/Add_output_0_DequantizeLinear_Output/duplicated",
    "/model.4/m.1/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "opType": "Add",
   "comment": "@317 [/model.4/m.1/Add_output_0:(ty=1,shape=[1,64,80,80])] Add [/model.4/m.0/Add_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80]),/model.4/m.1/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/Add_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.1/Add_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.1/Add_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@318 [/model.4/m.1/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/m.1/Add_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.1/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/m.1/Add_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/m.1/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/m.1/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@319 [/model.4/m.1/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/m.1/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/m.1/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.4/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@267 [/model.4/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.4/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.4/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/Split_output_0"
   ],
   "input": [
    "/model.4/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "ortshared_7_1_1_2_token_262",
    "ortshared_7_1_1_7_token_273",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@268 [/model.4/Split_output_0:(ty=1,shape=[1,64,80,80])] Slice [/model.4/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80]),ortshared_7_1_1_2_token_262:(ty=7,shape=[1]),ortshared_7_1_1_7_token_273:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/Split_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/Split_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.4/Split_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@270 [/model.4/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.4/Split_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/Split_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/Split_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/Split_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@272 [/model.4/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.4/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/Concat_output_0"
   ],
   "input": [
    "/model.4/Split_output_0_DequantizeLinear_Output",
    "/model.4/Split_output_1_DequantizeLinear_Output/duplicated_token_2",
    "/model.4/m.0/Add_output_0_DequantizeLinear_Output/duplicated_token_4",
    "/model.4/m.1/Add_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@320 [/model.4/Concat_output_0:(ty=1,shape=[1,256,80,80])] Concat [/model.4/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80]),/model.4/Split_output_1_DequantizeLinear_Output/duplicated_token_2:(ty=1,shape=[1,64,80,80]),/model.4/m.0/Add_output_0_DequantizeLinear_Output/duplicated_token_4:(ty=1,shape=[1,64,80,80]),/model.4/m.1/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/Concat_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.4/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@321 [/model.4/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,80,80])] QuantizeLinear [/model.4/Concat_output_0:(ty=1,shape=[1,256,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@322 [/model.4/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,80,80])] DequantizeLinear [/model.4/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.4.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.4.cv2.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.4.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@128 [model.4.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,256,1,1])] DequantizeLinear [model.4.cv2.conv.weight_quantized:(ty=3,shape=[128,256,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.4.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.4.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.4.cv2.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.4.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@127 [model.4.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.4.cv2.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.4.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.4/Concat_output_0_DequantizeLinear_Output",
    "model.4.cv2.conv.weight_DequantizeLinear_Output",
    "model.4.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@323 [/model.4/cv2/conv/Conv_output_0:(ty=1,shape=[1,128,80,80])] Conv [/model.4/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,80,80]),model.4.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,256,1,1]),model.4.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.4/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@324 [/model.4/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.4/cv2/conv/Conv_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.4/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1202 [/model.4/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.4/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@325 [/model.4/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.4/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.4/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@326 [/model.4/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80])] HardSigmoid [/model.4/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.4/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@327 [/model.4/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.4/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.4/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@328 [/model.4/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.4/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.4/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.4/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@329 [/model.4/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.4/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.4/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.4/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.4/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@330 [/model.4/cv2/act/Mul_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.4/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80]),/model.4/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.4/cv2/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.4/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@331 [/model.4/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.4/cv2/act/Mul_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.4/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@332 [/model.4/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.4/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.5.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.5.cv1.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.5.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@138 [model.5.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,128,1,1])] DequantizeLinear [model.5.cv1.conv.weight_quantized:(ty=3,shape=[256,128,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.5.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.5.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.5.cv1.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.5.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@137 [model.5.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.5.cv1.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.5.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.5/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.4/cv2/act/Mul_output_0_DequantizeLinear_Output",
    "model.5.cv1.conv.weight_DequantizeLinear_Output",
    "model.5.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@333 [/model.5/cv1/conv/Conv_output_0:(ty=1,shape=[1,256,80,80])] Conv [/model.4/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80]),model.5.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,128,1,1]),model.5.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.5/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.5/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.5/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@334 [/model.5/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,80,80])] QuantizeLinear [/model.5/cv1/conv/Conv_output_0:(ty=1,shape=[1,256,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.5/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.5/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.5/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.5/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1204 [/model.5/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,80,80])] DequantizeLinear [/model.5/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.5/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.5/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.5/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.5/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@335 [/model.5/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,80,80])] DequantizeLinear [/model.5/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.5/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.5/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.5/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@336 [/model.5/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,80,80])] HardSigmoid [/model.5/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.5/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.5/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@337 [/model.5/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,256,80,80])] Mul [/model.5/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.5/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.5/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.5/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@338 [/model.5/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,80,80])] QuantizeLinear [/model.5/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,256,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.5/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.5/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.5/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.5/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@339 [/model.5/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,80,80])] DequantizeLinear [/model.5/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.5/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.5/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.5/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.5/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@340 [/model.5/cv1/act/Mul_output_0:(ty=1,shape=[1,256,80,80])] Mul [/model.5/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,80,80]),/model.5/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.5/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.5/cv1/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.5/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@341 [/model.5/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,80,80])] QuantizeLinear [/model.5/cv1/act/Mul_output_0:(ty=1,shape=[1,256,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.5/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.5/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.5/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.5/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@342 [/model.5/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,80,80])] DequantizeLinear [/model.5/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.5/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.5.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.5.cv2.conv.weight_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.5.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@140 [model.5.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3])] DequantizeLinear [model.5.cv2.conv.weight_quantized:(ty=3,shape=[256,1,3,3]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.5.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.5.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.5.cv2.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.5.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@139 [model.5.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.5.cv2.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.5.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.5/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.5/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "model.5.cv2.conv.weight_DequantizeLinear_Output",
    "model.5.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@343 [/model.5/cv2/conv/Conv_output_0:(ty=1,shape=[1,256,40,40])] Conv [/model.5/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,80,80]),model.5.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3]),model.5.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.5/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.5/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.5/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@344 [/model.5/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.5/cv2/conv/Conv_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.5/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.5/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.5/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.5/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@345 [/model.5/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.5/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.5/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.6.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.6.cv1.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.6.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@142 [model.6.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,256,1,1])] DequantizeLinear [model.6.cv1.conv.weight_quantized:(ty=3,shape=[256,256,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.6.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.6.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.6.cv1.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.6.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@141 [model.6.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.6.cv1.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.6.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.5/cv2/conv/Conv_output_0_DequantizeLinear_Output",
    "model.6.cv1.conv.weight_DequantizeLinear_Output",
    "model.6.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@346 [/model.6/cv1/conv/Conv_output_0:(ty=1,shape=[1,256,40,40])] Conv [/model.5/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40]),model.6.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,256,1,1]),model.6.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.6/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@347 [/model.6/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.6/cv1/conv/Conv_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.6/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1205 [/model.6/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.6/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@348 [/model.6/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.6/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.6/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@349 [/model.6/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40])] HardSigmoid [/model.6/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.6/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@350 [/model.6/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.6/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.6/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@351 [/model.6/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.6/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.6/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.6/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@352 [/model.6/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.6/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.6/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.6/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.6/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@353 [/model.6/cv1/act/Mul_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.6/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40]),/model.6/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/cv1/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.6/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@354 [/model.6/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.6/cv1/act/Mul_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.6/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1206 [/model.6/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.6/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/Split_output_1"
   ],
   "input": [
    "/model.6/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
    "ortshared_7_1_1_5_token_271",
    "ortshared_7_1_1_0_token_254",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@357 [/model.6/Split_output_1:(ty=1,shape=[1,128,40,40])] Slice [/model.6/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40]),ortshared_7_1_1_5_token_271:(ty=7,shape=[1]),ortshared_7_1_1_0_token_254:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/Split_output_1_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/Split_output_1",
    "ortshared_1_0_1_12_token_280",
    "/model.6/Split_output_1_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@359 [/model.6/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/Split_output_1:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/Split_output_1_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.6/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1207 [/model.6/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/Split_output_1_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@361 [/model.6/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.6.m.0.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.6.m.0.cv1.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.6.m.0.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@146 [model.6.m.0.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3])] DequantizeLinear [model.6.m.0.cv1.conv.weight_quantized:(ty=3,shape=[128,128,3,3]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.6.m.0.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.6.m.0.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.6.m.0.cv1.conv.bias_quantized",
    "ortshared_1_0_1_12_token_280",
    "model.6.m.0.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@145 [model.6.m.0.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.6.m.0.cv1.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),model.6.m.0.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.6/Split_output_1_DequantizeLinear_Output",
    "model.6.m.0.cv1.conv.weight_DequantizeLinear_Output",
    "model.6.m.0.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@362 [/model.6/m.0/cv1/conv/Conv_output_0:(ty=1,shape=[1,128,40,40])] Conv [/model.6/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),model.6.m.0.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3]),model.6.m.0.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.0/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@363 [/model.6/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/m.0/cv1/conv/Conv_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.6/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1209 [/model.6/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@364 [/model.6/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.6/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@365 [/model.6/m.0/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40])] HardSigmoid [/model.6/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.6/m.0/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@366 [/model.6/m.0/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.6/m.0/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.0/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.6/m.0/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@367 [/model.6/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/m.0/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.6/m.0/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.6/m.0/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@368 [/model.6/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.6/m.0/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.6/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.6/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@369 [/model.6/m.0/cv1/act/Mul_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.6/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.6/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.0/cv1/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.6/m.0/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@370 [/model.6/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/m.0/cv1/act/Mul_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.6/m.0/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.6/m.0/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@371 [/model.6/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.6/m.0/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.6.m.0.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.6.m.0.cv2.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.6.m.0.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@148 [model.6.m.0.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3])] DequantizeLinear [model.6.m.0.cv2.conv.weight_quantized:(ty=3,shape=[128,128,3,3]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.6.m.0.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.6.m.0.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.6.m.0.cv2.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.6.m.0.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@147 [model.6.m.0.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.6.m.0.cv2.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.6.m.0.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.6/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "model.6.m.0.cv2.conv.weight_DequantizeLinear_Output",
    "model.6.m.0.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@372 [/model.6/m.0/cv2/conv/Conv_output_0:(ty=1,shape=[1,128,40,40])] Conv [/model.6/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),model.6.m.0.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3]),model.6.m.0.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.0/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.6/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@373 [/model.6/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/m.0/cv2/conv/Conv_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.6/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.6/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.6/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1210 [/model.6/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.6/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.6/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@374 [/model.6/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.6/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.6/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@375 [/model.6/m.0/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40])] HardSigmoid [/model.6/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.6/m.0/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@376 [/model.6/m.0/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.6/m.0/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.0/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.6/m.0/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@377 [/model.6/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/m.0/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.6/m.0/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.6/m.0/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@378 [/model.6/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.6/m.0/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.6/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.6/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@379 [/model.6/m.0/cv2/act/Mul_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.6/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.6/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.0/cv2/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.6/m.0/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@380 [/model.6/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/m.0/cv2/act/Mul_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.6/m.0/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.6/m.0/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@381 [/model.6/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.6/m.0/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/Add_output_0"
   ],
   "input": [
    "/model.6/Split_output_1_DequantizeLinear_Output/duplicated",
    "/model.6/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "opType": "Add",
   "comment": "@382 [/model.6/m.0/Add_output_0:(ty=1,shape=[1,128,40,40])] Add [/model.6/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.6/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/Add_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.0/Add_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.0/Add_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@383 [/model.6/m.0/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/m.0/Add_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.0/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/Add_output_0_DequantizeLinear_Output/duplicated_token_8"
   ],
   "input": [
    "/model.6/m.0/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.0/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1212 [/model.6/m.0/Add_output_0_DequantizeLinear_Output/duplicated_token_8:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.0/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.0/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/Split_output_1_DequantizeLinear_Output/duplicated_token_6"
   ],
   "input": [
    "/model.6/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1208 [/model.6/Split_output_1_DequantizeLinear_Output/duplicated_token_6:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/Add_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.6/m.0/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.0/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1211 [/model.6/m.0/Add_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.0/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.0/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.0/Add_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.0/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.0/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@384 [/model.6/m.0/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.0/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.0/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.6.m.1.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.6.m.1.cv1.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.6.m.1.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@150 [model.6.m.1.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3])] DequantizeLinear [model.6.m.1.cv1.conv.weight_quantized:(ty=3,shape=[128,128,3,3]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.6.m.1.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.6.m.1.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.6.m.1.cv1.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.6.m.1.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@149 [model.6.m.1.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.6.m.1.cv1.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.6.m.1.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.6/m.0/Add_output_0_DequantizeLinear_Output",
    "model.6.m.1.cv1.conv.weight_DequantizeLinear_Output",
    "model.6.m.1.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@385 [/model.6/m.1/cv1/conv/Conv_output_0:(ty=1,shape=[1,128,40,40])] Conv [/model.6/m.0/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),model.6.m.1.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3]),model.6.m.1.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.1/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.1/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@386 [/model.6/m.1/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/m.1/cv1/conv/Conv_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.1/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.6/m.1/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.1/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1213 [/model.6/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.1/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.1/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.1/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.1/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@387 [/model.6/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.1/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.1/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.6/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@388 [/model.6/m.1/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40])] HardSigmoid [/model.6/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.6/m.1/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@389 [/model.6/m.1/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.6/m.1/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.1/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.6/m.1/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@390 [/model.6/m.1/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/m.1/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.6/m.1/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.1/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.6/m.1/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@391 [/model.6/m.1/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.1/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.6/m.1/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.6/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.6/m.1/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@392 [/model.6/m.1/cv1/act/Mul_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.6/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.6/m.1/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.1/cv1/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.6/m.1/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@393 [/model.6/m.1/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/m.1/cv1/act/Mul_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.6/m.1/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.1/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.6/m.1/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@394 [/model.6/m.1/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.1/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.6/m.1/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.6.m.1.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.6.m.1.cv2.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.6.m.1.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@152 [model.6.m.1.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3])] DequantizeLinear [model.6.m.1.cv2.conv.weight_quantized:(ty=3,shape=[128,128,3,3]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.6.m.1.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.6.m.1.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.6.m.1.cv2.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.6.m.1.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@151 [model.6.m.1.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.6.m.1.cv2.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.6.m.1.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.6/m.1/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "model.6.m.1.cv2.conv.weight_DequantizeLinear_Output",
    "model.6.m.1.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@395 [/model.6/m.1/cv2/conv/Conv_output_0:(ty=1,shape=[1,128,40,40])] Conv [/model.6/m.1/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),model.6.m.1.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3]),model.6.m.1.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.1/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.1/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@396 [/model.6/m.1/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/m.1/cv2/conv/Conv_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.1/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.6/m.1/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.1/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1214 [/model.6/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.1/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.1/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.1/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.1/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@397 [/model.6/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.1/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.1/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.6/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@398 [/model.6/m.1/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40])] HardSigmoid [/model.6/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.6/m.1/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@399 [/model.6/m.1/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.6/m.1/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.1/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.6/m.1/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@400 [/model.6/m.1/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/m.1/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.6/m.1/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.1/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.6/m.1/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@401 [/model.6/m.1/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.1/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.6/m.1/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.6/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.6/m.1/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@402 [/model.6/m.1/cv2/act/Mul_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.6/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.6/m.1/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.1/cv2/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.1/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@403 [/model.6/m.1/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/m.1/cv2/act/Mul_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.1/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.1/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.1/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@404 [/model.6/m.1/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.1/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.1/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/Add_output_0"
   ],
   "input": [
    "/model.6/m.0/Add_output_0_DequantizeLinear_Output/duplicated",
    "/model.6/m.1/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "opType": "Add",
   "comment": "@405 [/model.6/m.1/Add_output_0:(ty=1,shape=[1,128,40,40])] Add [/model.6/m.0/Add_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.6/m.1/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/Add_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.1/Add_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.1/Add_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@406 [/model.6/m.1/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/m.1/Add_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.1/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/m.1/Add_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/m.1/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/m.1/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@407 [/model.6/m.1/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/m.1/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/m.1/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@355 [/model.6/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.6/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/Split_output_0"
   ],
   "input": [
    "/model.6/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "ortshared_7_1_1_2_token_262",
    "ortshared_7_1_1_5_token_271",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@356 [/model.6/Split_output_0:(ty=1,shape=[1,128,40,40])] Slice [/model.6/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40]),ortshared_7_1_1_2_token_262:(ty=7,shape=[1]),ortshared_7_1_1_5_token_271:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/Split_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/Split_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.6/Split_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@358 [/model.6/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.6/Split_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/Split_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/Split_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/Split_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@360 [/model.6/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.6/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/Concat_output_0"
   ],
   "input": [
    "/model.6/Split_output_0_DequantizeLinear_Output",
    "/model.6/Split_output_1_DequantizeLinear_Output/duplicated_token_6",
    "/model.6/m.0/Add_output_0_DequantizeLinear_Output/duplicated_token_8",
    "/model.6/m.1/Add_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@408 [/model.6/Concat_output_0:(ty=1,shape=[1,512,40,40])] Concat [/model.6/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),/model.6/Split_output_1_DequantizeLinear_Output/duplicated_token_6:(ty=1,shape=[1,128,40,40]),/model.6/m.0/Add_output_0_DequantizeLinear_Output/duplicated_token_8:(ty=1,shape=[1,128,40,40]),/model.6/m.1/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/Concat_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.6/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@409 [/model.6/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,40,40])] QuantizeLinear [/model.6/Concat_output_0:(ty=1,shape=[1,512,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@410 [/model.6/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,40,40])] DequantizeLinear [/model.6/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.6.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.6.cv2.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.6.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@144 [model.6.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,512,1,1])] DequantizeLinear [model.6.cv2.conv.weight_quantized:(ty=3,shape=[256,512,1,1]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.6.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.6.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.6.cv2.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.6.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@143 [model.6.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.6.cv2.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.6.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.6/Concat_output_0_DequantizeLinear_Output",
    "model.6.cv2.conv.weight_DequantizeLinear_Output",
    "model.6.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@411 [/model.6/cv2/conv/Conv_output_0:(ty=1,shape=[1,256,40,40])] Conv [/model.6/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,40,40]),model.6.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,512,1,1]),model.6.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.6/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@412 [/model.6/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.6/cv2/conv/Conv_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.6/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1215 [/model.6/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.6/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.6/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@413 [/model.6/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.6/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.6/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.6/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@414 [/model.6/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40])] HardSigmoid [/model.6/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.6/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@415 [/model.6/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.6/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.6/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@416 [/model.6/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.6/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.6/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.6/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@417 [/model.6/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.6/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.6/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.6/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.6/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@418 [/model.6/cv2/act/Mul_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.6/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40]),/model.6/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.6/cv2/act/Mul_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.6/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@419 [/model.6/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.6/cv2/act/Mul_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.6/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.6/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.6/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@420 [/model.6/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.6/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.6/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.7.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.7.cv1.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.7.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@154 [model.7.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,256,1,1])] DequantizeLinear [model.7.cv1.conv.weight_quantized:(ty=3,shape=[512,256,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.7.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.7.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.7.cv1.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.7.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@153 [model.7.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.7.cv1.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.7.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.7/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.6/cv2/act/Mul_output_0_DequantizeLinear_Output",
    "model.7.cv1.conv.weight_DequantizeLinear_Output",
    "model.7.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@421 [/model.7/cv1/conv/Conv_output_0:(ty=1,shape=[1,512,40,40])] Conv [/model.6/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40]),model.7.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,256,1,1]),model.7.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.7/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.7/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.7/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@422 [/model.7/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,40,40])] QuantizeLinear [/model.7/cv1/conv/Conv_output_0:(ty=1,shape=[1,512,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.7/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.7/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.7/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.7/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1217 [/model.7/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,40,40])] DequantizeLinear [/model.7/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.7/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.7/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.7/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.7/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@423 [/model.7/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,40,40])] DequantizeLinear [/model.7/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.7/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.7/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.7/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@424 [/model.7/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,40,40])] HardSigmoid [/model.7/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.7/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.7/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@425 [/model.7/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,512,40,40])] Mul [/model.7/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.7/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.7/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.7/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@426 [/model.7/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,40,40])] QuantizeLinear [/model.7/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,512,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.7/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.7/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.7/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.7/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@427 [/model.7/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,40,40])] DequantizeLinear [/model.7/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.7/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.7/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.7/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.7/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@428 [/model.7/cv1/act/Mul_output_0:(ty=1,shape=[1,512,40,40])] Mul [/model.7/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,40,40]),/model.7/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.7/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.7/cv1/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.7/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@429 [/model.7/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,40,40])] QuantizeLinear [/model.7/cv1/act/Mul_output_0:(ty=1,shape=[1,512,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.7/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.7/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.7/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.7/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@430 [/model.7/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,40,40])] DequantizeLinear [/model.7/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.7/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.7.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.7.cv2.conv.weight_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.7.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@156 [model.7.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,1,3,3])] DequantizeLinear [model.7.cv2.conv.weight_quantized:(ty=3,shape=[512,1,3,3]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.7.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.7.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.7.cv2.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.7.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@155 [model.7.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.7.cv2.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.7.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.7/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.7/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "model.7.cv2.conv.weight_DequantizeLinear_Output",
    "model.7.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@431 [/model.7/cv2/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.7/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,40,40]),model.7.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,1,3,3]),model.7.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.7/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.7/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.7/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@432 [/model.7/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.7/cv2/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.7/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.7/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.7/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.7/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@433 [/model.7/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.7/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.7/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.8.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.8.cv1.conv.weight_quantized",
    "ortshared_1_0_1_4_token_260",
    "model.8.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@158 [model.8.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,512,1,1])] DequantizeLinear [model.8.cv1.conv.weight_quantized:(ty=3,shape=[512,512,1,1]),ortshared_1_0_1_4_token_260:(ty=1,shape=[]),model.8.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.8.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.8.cv1.conv.bias_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.8.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@157 [model.8.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.8.cv1.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.8.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.7/cv2/conv/Conv_output_0_DequantizeLinear_Output",
    "model.8.cv1.conv.weight_DequantizeLinear_Output",
    "model.8.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@434 [/model.8/cv1/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.7/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),model.8.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,512,1,1]),model.8.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.8/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@435 [/model.8/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.8/cv1/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.8/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1218 [/model.8/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@436 [/model.8/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.8/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@437 [/model.8/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20])] HardSigmoid [/model.8/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.8/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@438 [/model.8/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.8/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.8/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@439 [/model.8/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.8/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.8/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.8/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@440 [/model.8/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.8/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.8/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.8/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@441 [/model.8/cv1/act/Mul_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.8/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),/model.8/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/cv1/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.8/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@442 [/model.8/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.8/cv1/act/Mul_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.8/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1219 [/model.8/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/Split_output_1"
   ],
   "input": [
    "/model.8/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
    "ortshared_7_1_1_0_token_254",
    "ortshared_7_1_1_9_token_277",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@445 [/model.8/Split_output_1:(ty=1,shape=[1,256,20,20])] Slice [/model.8/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),ortshared_7_1_1_0_token_254:(ty=7,shape=[1]),ortshared_7_1_1_9_token_277:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/Split_output_1_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/Split_output_1",
    "ortshared_1_0_1_5_token_261",
    "/model.8/Split_output_1_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@447 [/model.8/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.8/Split_output_1:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/Split_output_1_DequantizeLinear_Output/duplicated_token_10"
   ],
   "input": [
    "/model.8/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.8/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1221 [/model.8/Split_output_1_DequantizeLinear_Output/duplicated_token_10:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/Split_output_1_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.8/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.8/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1220 [/model.8/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/Split_output_1_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.8/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@449 [/model.8/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.8.m.0.cv1.0.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.8.m.0.cv1.0.conv.weight_quantized",
    "ortshared_1_0_1_12_token_280",
    "model.8.m.0.cv1.0.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@162 [model.8.m.0.cv1.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3])] DequantizeLinear [model.8.m.0.cv1.0.conv.weight_quantized:(ty=3,shape=[256,1,3,3]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),model.8.m.0.cv1.0.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.8.m.0.cv1.0.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.8.m.0.cv1.0.conv.bias_quantized",
    "ortshared_1_0_1_12_token_280",
    "model.8.m.0.cv1.0.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@161 [model.8.m.0.cv1.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.8.m.0.cv1.0.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),model.8.m.0.cv1.0.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0"
   ],
   "input": [
    "/model.8/Split_output_1_DequantizeLinear_Output",
    "model.8.m.0.cv1.0.conv.weight_DequantizeLinear_Output",
    "model.8.m.0.cv1.0.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@450 [/model.8/m.0/cv1/cv1.0/conv/Conv_output_0:(ty=1,shape=[1,256,20,20])] Conv [/model.8/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),model.8.m.0.cv1.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3]),model.8.m.0.cv1.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@451 [/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.0/conv/Conv_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1222 [/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@452 [/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@453 [/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,20,20])] HardSigmoid [/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@454 [/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0:(ty=1,shape=[1,256,20,20])] Mul [/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@455 [/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@456 [/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.0/act/Mul_output_0"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@457 [/model.8/m.0/cv1/cv1.0/act/Mul_output_0:(ty=1,shape=[1,256,20,20])] Mul [/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20]),/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.0/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.0/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.0/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@458 [/model.8/m.0/cv1/cv1.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.0/act/Mul_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.0/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.0/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.0/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@459 [/model.8/m.0/cv1/cv1.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.8.m.0.cv1.1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.8.m.0.cv1.1.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.8.m.0.cv1.1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@164 [model.8.m.0.cv1.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,256,1,1])] DequantizeLinear [model.8.m.0.cv1.1.conv.weight_quantized:(ty=3,shape=[512,256,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.8.m.0.cv1.1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.8.m.0.cv1.1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.8.m.0.cv1.1.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.8.m.0.cv1.1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@163 [model.8.m.0.cv1.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.8.m.0.cv1.1.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.8.m.0.cv1.1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.0/act/Mul_output_0_DequantizeLinear_Output",
    "model.8.m.0.cv1.1.conv.weight_DequantizeLinear_Output",
    "model.8.m.0.cv1.1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@460 [/model.8/m.0/cv1/cv1.1/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.8/m.0/cv1/cv1.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),model.8.m.0.cv1.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,256,1,1]),model.8.m.0.cv1.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@461 [/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.1/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1223 [/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@462 [/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@463 [/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20])] HardSigmoid [/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@464 [/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@465 [/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@466 [/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.1/act/Mul_output_0"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@467 [/model.8/m.0/cv1/cv1.1/act/Mul_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.1/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@468 [/model.8/m.0/cv1/cv1.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.1/act/Mul_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@469 [/model.8/m.0/cv1/cv1.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.8.m.0.cv1.2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.8.m.0.cv1.2.conv.weight_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.8.m.0.cv1.2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@166 [model.8.m.0.cv1.2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,1,7,7])] DequantizeLinear [model.8.m.0.cv1.2.conv.weight_quantized:(ty=3,shape=[512,1,7,7]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.8.m.0.cv1.2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.8.m.0.cv1.2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.8.m.0.cv1.2.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.8.m.0.cv1.2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@165 [model.8.m.0.cv1.2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.8.m.0.cv1.2.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.8.m.0.cv1.2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.1/act/Mul_output_0_DequantizeLinear_Output",
    "model.8.m.0.cv1.2.conv.weight_DequantizeLinear_Output",
    "model.8.m.0.cv1.2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@470 [/model.8/m.0/cv1/cv1.2/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.8/m.0/cv1/cv1.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),model.8.m.0.cv1.2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,1,7,7]),model.8.m.0.cv1.2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@471 [/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.2/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1224 [/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@472 [/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@473 [/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20])] HardSigmoid [/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@474 [/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@475 [/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@476 [/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.2/act/Mul_output_0"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@477 [/model.8/m.0/cv1/cv1.2/act/Mul_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.2/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@478 [/model.8/m.0/cv1/cv1.2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.2/act/Mul_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@479 [/model.8/m.0/cv1/cv1.2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.8.m.0.cv1.3.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.8.m.0.cv1.3.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.8.m.0.cv1.3.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@168 [model.8.m.0.cv1.3.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,512,1,1])] DequantizeLinear [model.8.m.0.cv1.3.conv.weight_quantized:(ty=3,shape=[256,512,1,1]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.8.m.0.cv1.3.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.8.m.0.cv1.3.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.8.m.0.cv1.3.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.8.m.0.cv1.3.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@167 [model.8.m.0.cv1.3.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.8.m.0.cv1.3.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.8.m.0.cv1.3.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.2/act/Mul_output_0_DequantizeLinear_Output",
    "model.8.m.0.cv1.3.conv.weight_DequantizeLinear_Output",
    "model.8.m.0.cv1.3.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@480 [/model.8/m.0/cv1/cv1.3/conv/Conv_output_0:(ty=1,shape=[1,256,20,20])] Conv [/model.8/m.0/cv1/cv1.2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),model.8.m.0.cv1.3.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,512,1,1]),model.8.m.0.cv1.3.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@481 [/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.3/conv/Conv_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1225 [/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@482 [/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@483 [/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,20,20])] HardSigmoid [/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@484 [/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0:(ty=1,shape=[1,256,20,20])] Mul [/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@485 [/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@486 [/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.3/act/Mul_output_0"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@487 [/model.8/m.0/cv1/cv1.3/act/Mul_output_0:(ty=1,shape=[1,256,20,20])] Mul [/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20]),/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.3/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.3/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.3/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@488 [/model.8/m.0/cv1/cv1.3/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.3/act/Mul_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.3/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.3/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.3/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/m.0/cv1/cv1.3/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@489 [/model.8/m.0/cv1/cv1.3/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.3/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.3/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.8.m.0.cv1.4.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.8.m.0.cv1.4.conv.weight_quantized",
    "ortshared_1_0_1_12_token_280",
    "model.8.m.0.cv1.4.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@170 [model.8.m.0.cv1.4.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3])] DequantizeLinear [model.8.m.0.cv1.4.conv.weight_quantized:(ty=3,shape=[256,1,3,3]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),model.8.m.0.cv1.4.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.8.m.0.cv1.4.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.8.m.0.cv1.4.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.8.m.0.cv1.4.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@169 [model.8.m.0.cv1.4.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.8.m.0.cv1.4.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.8.m.0.cv1.4.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.3/act/Mul_output_0_DequantizeLinear_Output",
    "model.8.m.0.cv1.4.conv.weight_DequantizeLinear_Output",
    "model.8.m.0.cv1.4.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@490 [/model.8/m.0/cv1/cv1.4/conv/Conv_output_0:(ty=1,shape=[1,256,20,20])] Conv [/model.8/m.0/cv1/cv1.3/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),model.8.m.0.cv1.4.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3]),model.8.m.0.cv1.4.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@491 [/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.4/conv/Conv_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1226 [/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@492 [/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@493 [/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,20,20])] HardSigmoid [/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@494 [/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0:(ty=1,shape=[1,256,20,20])] Mul [/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@495 [/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@496 [/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.4/act/Mul_output_0"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@497 [/model.8/m.0/cv1/cv1.4/act/Mul_output_0:(ty=1,shape=[1,256,20,20])] Mul [/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20]),/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.4/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.4/act/Mul_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.8/m.0/cv1/cv1.4/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@498 [/model.8/m.0/cv1/cv1.4/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.8/m.0/cv1/cv1.4/act/Mul_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.4/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/cv1/cv1.4/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/cv1/cv1.4/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.8/m.0/cv1/cv1.4/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@499 [/model.8/m.0/cv1/cv1.4/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/m.0/cv1/cv1.4/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/m.0/cv1/cv1.4/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/Add_output_0"
   ],
   "input": [
    "/model.8/Split_output_1_DequantizeLinear_Output/duplicated",
    "/model.8/m.0/cv1/cv1.4/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "opType": "Add",
   "comment": "@500 [/model.8/m.0/Add_output_0:(ty=1,shape=[1,256,20,20])] Add [/model.8/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20]),/model.8/m.0/cv1/cv1.4/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/Add_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/Add_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.8/m.0/Add_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@501 [/model.8/m.0/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.8/m.0/Add_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/m.0/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/m.0/Add_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/m.0/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.8/m.0/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@502 [/model.8/m.0/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/m.0/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/m.0/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@443 [/model.8/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/Split_output_0"
   ],
   "input": [
    "/model.8/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "ortshared_7_1_1_2_token_262",
    "ortshared_7_1_1_0_token_254",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@444 [/model.8/Split_output_0:(ty=1,shape=[1,256,20,20])] Slice [/model.8/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),ortshared_7_1_1_2_token_262:(ty=7,shape=[1]),ortshared_7_1_1_0_token_254:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/Split_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/Split_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.8/Split_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@446 [/model.8/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.8/Split_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/Split_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/Split_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.8/Split_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@448 [/model.8/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.8/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/Concat_output_0"
   ],
   "input": [
    "/model.8/Split_output_0_DequantizeLinear_Output",
    "/model.8/Split_output_1_DequantizeLinear_Output/duplicated_token_10",
    "/model.8/m.0/Add_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@503 [/model.8/Concat_output_0:(ty=1,shape=[1,768,20,20])] Concat [/model.8/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),/model.8/Split_output_1_DequantizeLinear_Output/duplicated_token_10:(ty=1,shape=[1,256,20,20]),/model.8/m.0/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/Concat_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.8/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@504 [/model.8/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,768,20,20])] QuantizeLinear [/model.8/Concat_output_0:(ty=1,shape=[1,768,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.8/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@505 [/model.8/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,768,20,20])] DequantizeLinear [/model.8/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,768,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.8/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.8.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.8.cv2.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.8.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@160 [model.8.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,768,1,1])] DequantizeLinear [model.8.cv2.conv.weight_quantized:(ty=3,shape=[512,768,1,1]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.8.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.8.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.8.cv2.conv.bias_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.8.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@159 [model.8.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.8.cv2.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.8.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.8/Concat_output_0_DequantizeLinear_Output",
    "model.8.cv2.conv.weight_DequantizeLinear_Output",
    "model.8.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@506 [/model.8/cv2/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.8/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,768,20,20]),model.8.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,768,1,1]),model.8.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.8/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@507 [/model.8/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.8/cv2/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.8/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1227 [/model.8/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@508 [/model.8/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.8/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@509 [/model.8/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20])] HardSigmoid [/model.8/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.8/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@510 [/model.8/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.8/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.8/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@511 [/model.8/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.8/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.8/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.8/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@512 [/model.8/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.8/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.8/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.8/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@513 [/model.8/cv2/act/Mul_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.8/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),/model.8/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.8/cv2/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.8/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@514 [/model.8/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.8/cv2/act/Mul_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.8/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.8/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.8/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@515 [/model.8/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.8/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.8/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.9.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.9.cv1.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.9.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@172 [model.9.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,512,1,1])] DequantizeLinear [model.9.cv1.conv.weight_quantized:(ty=3,shape=[256,512,1,1]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.9.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.9.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.9.cv1.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.9.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@171 [model.9.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.9.cv1.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.9.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.8/cv2/act/Mul_output_0_DequantizeLinear_Output",
    "model.9.cv1.conv.weight_DequantizeLinear_Output",
    "model.9.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@516 [/model.9/cv1/conv/Conv_output_0:(ty=1,shape=[1,256,20,20])] Conv [/model.8/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),model.9.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,512,1,1]),model.9.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.9/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@517 [/model.9/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.9/cv1/conv/Conv_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.9/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1228 [/model.9/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.9/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.9/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@518 [/model.9/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.9/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.9/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@519 [/model.9/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,20,20])] HardSigmoid [/model.9/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.9/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@520 [/model.9/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,256,20,20])] Mul [/model.9/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.9/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.9/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@521 [/model.9/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.9/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.9/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.9/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.9/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@522 [/model.9/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.9/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.9/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.9/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.9/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@523 [/model.9/cv1/act/Mul_output_0:(ty=1,shape=[1,256,20,20])] Mul [/model.9/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20]),/model.9/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.9/cv1/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@524 [/model.9/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.9/cv1/act/Mul_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.9/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@525 [/model.9/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.9/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/m/MaxPool_output_0"
   ],
   "input": [
    "/model.9/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "opType": "MaxPool",
   "comment": "@526 [/model.9/m/MaxPool_output_0:(ty=1,shape=[1,256,20,20])] MaxPool [/model.9/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/m/MaxPool_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.9/m/MaxPool_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@527 [/model.9/m/MaxPool_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.9/m/MaxPool_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/m/MaxPool_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.9/m/MaxPool_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@528 [/model.9/m/MaxPool_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.9/m/MaxPool_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/m_1/MaxPool_output_0"
   ],
   "input": [
    "/model.9/m/MaxPool_output_0_DequantizeLinear_Output"
   ],
   "opType": "MaxPool",
   "comment": "@529 [/model.9/m_1/MaxPool_output_0:(ty=1,shape=[1,256,20,20])] MaxPool [/model.9/m/MaxPool_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/m_1/MaxPool_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.9/m_1/MaxPool_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@530 [/model.9/m_1/MaxPool_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.9/m_1/MaxPool_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/m_1/MaxPool_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.9/m_1/MaxPool_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1231 [/model.9/m_1/MaxPool_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.9/m_1/MaxPool_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/m/MaxPool_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.9/m/MaxPool_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1230 [/model.9/m/MaxPool_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.9/m/MaxPool_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.9/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1229 [/model.9/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.9/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/m_1/MaxPool_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.9/m_1/MaxPool_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@531 [/model.9/m_1/MaxPool_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.9/m_1/MaxPool_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/m_2/MaxPool_output_0"
   ],
   "input": [
    "/model.9/m_1/MaxPool_output_0_DequantizeLinear_Output"
   ],
   "opType": "MaxPool",
   "comment": "@532 [/model.9/m_2/MaxPool_output_0:(ty=1,shape=[1,256,20,20])] MaxPool [/model.9/m_1/MaxPool_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/m_2/MaxPool_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.9/m_2/MaxPool_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@533 [/model.9/m_2/MaxPool_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.9/m_2/MaxPool_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/m_2/MaxPool_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.9/m_2/MaxPool_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@534 [/model.9/m_2/MaxPool_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.9/m_2/MaxPool_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/Concat_output_0"
   ],
   "input": [
    "/model.9/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
    "/model.9/m/MaxPool_output_0_DequantizeLinear_Output/duplicated",
    "/model.9/m_1/MaxPool_output_0_DequantizeLinear_Output/duplicated",
    "/model.9/m_2/MaxPool_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@535 [/model.9/Concat_output_0:(ty=1,shape=[1,1024,20,20])] Concat [/model.9/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20]),/model.9/m/MaxPool_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20]),/model.9/m_1/MaxPool_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20]),/model.9/m_2/MaxPool_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.9/Concat_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.9/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@536 [/model.9/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,1024,20,20])] QuantizeLinear [/model.9/Concat_output_0:(ty=1,shape=[1,1024,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.9/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.9/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@537 [/model.9/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,1024,20,20])] DequantizeLinear [/model.9/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,1024,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.9.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.9.cv2.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.9.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@174 [model.9.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,1024,1,1])] DequantizeLinear [model.9.cv2.conv.weight_quantized:(ty=3,shape=[512,1024,1,1]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.9.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.9.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.9.cv2.conv.bias_quantized",
    "ortshared_1_0_1_12_token_280",
    "model.9.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@173 [model.9.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.9.cv2.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),model.9.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.9/Concat_output_0_DequantizeLinear_Output",
    "model.9.cv2.conv.weight_DequantizeLinear_Output",
    "model.9.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@538 [/model.9/cv2/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.9/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,1024,20,20]),model.9.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,1024,1,1]),model.9.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.9/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@539 [/model.9/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.9/cv2/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.9/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1232 [/model.9/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.9/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.9/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@540 [/model.9/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.9/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.9/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@541 [/model.9/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20])] HardSigmoid [/model.9/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.9/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@542 [/model.9/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.9/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.9/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.9/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@543 [/model.9/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.9/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.9/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.9/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.9/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@544 [/model.9/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.9/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.9/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.9/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.9/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@545 [/model.9/cv2/act/Mul_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.9/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),/model.9/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.9/cv2/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@546 [/model.9/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.9/cv2/act/Mul_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.9/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.9/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.9/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@547 [/model.9/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.9/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.9/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.10.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.10.cv1.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.10.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@15 [model.10.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,512,1,1])] DequantizeLinear [model.10.cv1.conv.weight_quantized:(ty=3,shape=[512,512,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.10.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.10.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.10.cv1.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.10.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@14 [model.10.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.10.cv1.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.10.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.9/cv2/act/Mul_output_0_DequantizeLinear_Output",
    "model.10.cv1.conv.weight_DequantizeLinear_Output",
    "model.10.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@548 [/model.10/cv1/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.9/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),model.10.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,512,1,1]),model.10.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@549 [/model.10/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.10/cv1/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.10/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1233 [/model.10/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@550 [/model.10/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.10/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@551 [/model.10/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20])] HardSigmoid [/model.10/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.10/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@552 [/model.10/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.10/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.10/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@553 [/model.10/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.10/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.10/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.10/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@554 [/model.10/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.10/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.10/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.10/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@555 [/model.10/cv1/act/Mul_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.10/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),/model.10/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/cv1/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@556 [/model.10/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.10/cv1/act/Mul_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.10/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1234 [/model.10/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Split_output_1"
   ],
   "input": [
    "/model.10/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
    "ortshared_7_1_1_0_token_254",
    "ortshared_7_1_1_9_token_277",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@559 [/model.10/Split_output_1:(ty=1,shape=[1,256,20,20])] Slice [/model.10/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),ortshared_7_1_1_0_token_254:(ty=7,shape=[1]),ortshared_7_1_1_9_token_277:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Split_output_1_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/Split_output_1",
    "ortshared_1_0_1_12_token_280",
    "/model.10/Split_output_1_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@561 [/model.10/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.10/Split_output_1:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Split_output_1_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.10/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1235 [/model.10/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.10/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Split_output_1_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@563 [/model.10/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.10/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.10.attn.qkv.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.10.attn.qkv.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.10.attn.qkv.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@13 [model.10.attn.qkv.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,256,1,1])] DequantizeLinear [model.10.attn.qkv.conv.weight_quantized:(ty=3,shape=[512,256,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.10.attn.qkv.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.10.attn.qkv.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.10.attn.qkv.conv.bias_quantized",
    "ortshared_1_0_1_5_token_261",
    "model.10.attn.qkv.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@12 [model.10.attn.qkv.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.10.attn.qkv.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),model.10.attn.qkv.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/qkv/conv/Conv_output_0"
   ],
   "input": [
    "/model.10/Split_output_1_DequantizeLinear_Output",
    "model.10.attn.qkv.conv.weight_DequantizeLinear_Output",
    "model.10.attn.qkv.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@564 [/model.10/attn/qkv/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.10/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),model.10.attn.qkv.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,256,1,1]),model.10.attn.qkv.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/qkv/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/qkv/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/qkv/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@565 [/model.10/attn/qkv/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.10/attn/qkv/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/qkv/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/qkv/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/qkv/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/qkv/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@566 [/model.10/attn/qkv/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/attn/qkv/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/qkv/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Reshape_output_0"
   ],
   "input": [
    "/model.10/attn/qkv/conv/Conv_output_0_DequantizeLinear_Output",
    "ortshared_7_1_4_2_token_270"
   ],
   "opType": "Reshape",
   "comment": "@567 [/model.10/attn/Reshape_output_0:(ty=1,shape=[1,4,128,400])] Reshape [/model.10/attn/qkv/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),ortshared_7_1_4_2_token_270:(ty=7,shape=[4])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Reshape_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Reshape_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/qkv/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@568 [/model.10/attn/Reshape_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,128,400])] QuantizeLinear [/model.10/attn/Reshape_output_0:(ty=1,shape=[1,4,128,400]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/qkv/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Reshape_output_0_DequantizeLinear_Output/duplicated_token_12"
   ],
   "input": [
    "/model.10/attn/Reshape_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/qkv/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1237 [/model.10/attn/Reshape_output_0_DequantizeLinear_Output/duplicated_token_12:(ty=1,shape=[1,4,128,400])] DequantizeLinear [/model.10/attn/Reshape_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,128,400]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/qkv/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Split_output_2"
   ],
   "input": [
    "/model.10/attn/Reshape_output_0_DequantizeLinear_Output/duplicated_token_12",
    "ortshared_7_1_1_7_token_273",
    "ortshared_7_1_1_5_token_271",
    "ortshared_7_1_1_8_token_274",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@572 [/model.10/attn/Split_output_2:(ty=1,shape=[1,4,64,400])] Slice [/model.10/attn/Reshape_output_0_DequantizeLinear_Output/duplicated_token_12:(ty=1,shape=[1,4,128,400]),ortshared_7_1_1_7_token_273:(ty=7,shape=[1]),ortshared_7_1_1_5_token_271:(ty=7,shape=[1]),ortshared_7_1_1_8_token_274:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Split_output_2_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Split_output_2",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/Split_output_2_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@575 [/model.10/attn/Split_output_2_QuantizeLinear_Output:(ty=2,shape=[1,4,64,400])] QuantizeLinear [/model.10/attn/Split_output_2:(ty=1,shape=[1,4,64,400]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/Split_output_2_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Split_output_2_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.10/attn/Split_output_2_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/Split_output_2_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1238 [/model.10/attn/Split_output_2_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,4,64,400])] DequantizeLinear [/model.10/attn/Split_output_2_QuantizeLinear_Output:(ty=2,shape=[1,4,64,400]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/Split_output_2_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Reshape_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Reshape_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/qkv/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@569 [/model.10/attn/Reshape_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,128,400])] DequantizeLinear [/model.10/attn/Reshape_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,128,400]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/qkv/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Split_output_0"
   ],
   "input": [
    "/model.10/attn/Reshape_output_0_DequantizeLinear_Output",
    "ortshared_7_1_1_2_token_262",
    "ortshared_7_1_1_3_token_263",
    "ortshared_7_1_1_8_token_274",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@570 [/model.10/attn/Split_output_0:(ty=1,shape=[1,4,32,400])] Slice [/model.10/attn/Reshape_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,128,400]),ortshared_7_1_1_2_token_262:(ty=7,shape=[1]),ortshared_7_1_1_3_token_263:(ty=7,shape=[1]),ortshared_7_1_1_8_token_274:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Split_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Split_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/Split_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@573 [/model.10/attn/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,32,400])] QuantizeLinear [/model.10/attn/Split_output_0:(ty=1,shape=[1,4,32,400]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Split_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Split_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/Split_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@576 [/model.10/attn/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,32,400])] DequantizeLinear [/model.10/attn/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,32,400]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Transpose_output_0"
   ],
   "input": [
    "/model.10/attn/Split_output_0_DequantizeLinear_Output"
   ],
   "opType": "Transpose",
   "comment": "@579 [/model.10/attn/Transpose_output_0:(ty=1,shape=[1,4,400,32])] Transpose [/model.10/attn/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,32,400])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Transpose_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Transpose_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/Split_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@581 [/model.10/attn/Transpose_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,400,32])] QuantizeLinear [/model.10/attn/Transpose_output_0:(ty=1,shape=[1,4,400,32]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Transpose_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Transpose_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/Split_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@583 [/model.10/attn/Transpose_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,400,32])] DequantizeLinear [/model.10/attn/Transpose_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,400,32]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Reshape_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.10/attn/Reshape_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/qkv/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1236 [/model.10/attn/Reshape_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,4,128,400])] DequantizeLinear [/model.10/attn/Reshape_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,128,400]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/qkv/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Split_output_1"
   ],
   "input": [
    "/model.10/attn/Reshape_output_0_DequantizeLinear_Output/duplicated",
    "ortshared_7_1_1_3_token_263",
    "ortshared_7_1_1_7_token_273",
    "ortshared_7_1_1_8_token_274",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@571 [/model.10/attn/Split_output_1:(ty=1,shape=[1,4,32,400])] Slice [/model.10/attn/Reshape_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,4,128,400]),ortshared_7_1_1_3_token_263:(ty=7,shape=[1]),ortshared_7_1_1_7_token_273:(ty=7,shape=[1]),ortshared_7_1_1_8_token_274:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Split_output_1_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Split_output_1",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/Split_output_1_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@574 [/model.10/attn/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,4,32,400])] QuantizeLinear [/model.10/attn/Split_output_1:(ty=1,shape=[1,4,32,400]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Split_output_1_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@577 [/model.10/attn/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,4,32,400])] DequantizeLinear [/model.10/attn/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,4,32,400]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/MatMul_output_0"
   ],
   "input": [
    "/model.10/attn/Transpose_output_0_DequantizeLinear_Output",
    "/model.10/attn/Split_output_1_DequantizeLinear_Output"
   ],
   "opType": "MatMul",
   "comment": "@585 [/model.10/attn/MatMul_output_0:(ty=1,shape=[1,4,400,400])] MatMul [/model.10/attn/Transpose_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,400,32]),/model.10/attn/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,4,32,400])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/MatMul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/MatMul_output_0",
    "ortshared_1_0_1_2_token_258",
    "/model.10/attn/MatMul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@587 [/model.10/attn/MatMul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,400,400])] QuantizeLinear [/model.10/attn/MatMul_output_0:(ty=1,shape=[1,4,400,400]),ortshared_1_0_1_2_token_258:(ty=1,shape=[]),/model.10/attn/MatMul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/MatMul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/MatMul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_2_token_258",
    "/model.10/attn/MatMul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@589 [/model.10/attn/MatMul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,400,400])] DequantizeLinear [/model.10/attn/MatMul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,400,400]),ortshared_1_0_1_2_token_258:(ty=1,shape=[]),/model.10/attn/MatMul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.10/attn/Constant_1_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Constant_1_output_0_quantized",
    "ortshared_1_0_1_4_token_260",
    "/model.10/attn/Constant_1_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@0 [/model.10/attn/Constant_1_output_0_DequantizeLinear_Output:(ty=1,shape=[])] DequantizeLinear [/model.10/attn/Constant_1_output_0_quantized:(ty=3,shape=[]),ortshared_1_0_1_4_token_260:(ty=1,shape=[]),/model.10/attn/Constant_1_output_0_zero_point:(ty=3,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.10/attn/Mul_output_0"
   ],
   "input": [
    "/model.10/attn/MatMul_output_0_DequantizeLinear_Output",
    "/model.10/attn/Constant_1_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@591 [/model.10/attn/Mul_output_0:(ty=1,shape=[1,4,400,400])] Mul [/model.10/attn/MatMul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,400,400]),/model.10/attn/Constant_1_output_0_DequantizeLinear_Output:(ty=1,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.10/attn/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Mul_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.10/attn/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@592 [/model.10/attn/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,400,400])] QuantizeLinear [/model.10/attn/Mul_output_0:(ty=1,shape=[1,4,400,400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.10/attn/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.10/attn/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.10/attn/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@593 [/model.10/attn/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,400,400])] DequantizeLinear [/model.10/attn/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,400,400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.10/attn/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Softmax_output_0"
   ],
   "input": [
    "/model.10/attn/Mul_output_0_DequantizeLinear_Output"
   ],
   "opType": "Softmax",
   "comment": "@594 [/model.10/attn/Softmax_output_0:(ty=1,shape=[1,4,400,400])] Softmax [/model.10/attn/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,400,400])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Softmax_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Softmax_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.10/attn/Softmax_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@595 [/model.10/attn/Softmax_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,400,400])] QuantizeLinear [/model.10/attn/Softmax_output_0:(ty=1,shape=[1,4,400,400]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.10/attn/Softmax_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Softmax_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Softmax_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.10/attn/Softmax_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@596 [/model.10/attn/Softmax_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,400,400])] DequantizeLinear [/model.10/attn/Softmax_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,400,400]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.10/attn/Softmax_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Transpose_1_output_0"
   ],
   "input": [
    "/model.10/attn/Softmax_output_0_DequantizeLinear_Output"
   ],
   "opType": "Transpose",
   "comment": "@597 [/model.10/attn/Transpose_1_output_0:(ty=1,shape=[1,4,400,400])] Transpose [/model.10/attn/Softmax_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,400,400])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Transpose_1_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Transpose_1_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.10/attn/Softmax_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@598 [/model.10/attn/Transpose_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,400,400])] QuantizeLinear [/model.10/attn/Transpose_1_output_0:(ty=1,shape=[1,4,400,400]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.10/attn/Softmax_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Transpose_1_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Transpose_1_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.10/attn/Softmax_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@599 [/model.10/attn/Transpose_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,400,400])] DequantizeLinear [/model.10/attn/Transpose_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,400,400]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.10/attn/Softmax_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/MatMul_1_output_0"
   ],
   "input": [
    "/model.10/attn/Split_output_2_DequantizeLinear_Output/duplicated",
    "/model.10/attn/Transpose_1_output_0_DequantizeLinear_Output"
   ],
   "opType": "MatMul",
   "comment": "@600 [/model.10/attn/MatMul_1_output_0:(ty=1,shape=[1,4,64,400])] MatMul [/model.10/attn/Split_output_2_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,4,64,400]),/model.10/attn/Transpose_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,400,400])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/MatMul_1_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/MatMul_1_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/MatMul_1_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@601 [/model.10/attn/MatMul_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,64,400])] QuantizeLinear [/model.10/attn/MatMul_1_output_0:(ty=1,shape=[1,4,64,400]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/MatMul_1_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/MatMul_1_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/MatMul_1_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/MatMul_1_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@602 [/model.10/attn/MatMul_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,64,400])] DequantizeLinear [/model.10/attn/MatMul_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,64,400]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/MatMul_1_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Reshape_1_output_0"
   ],
   "input": [
    "/model.10/attn/MatMul_1_output_0_DequantizeLinear_Output",
    "ortshared_7_1_4_0_token_253"
   ],
   "opType": "Reshape",
   "comment": "@603 [/model.10/attn/Reshape_1_output_0:(ty=1,shape=[1,256,20,20])] Reshape [/model.10/attn/MatMul_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,64,400]),ortshared_7_1_4_0_token_253:(ty=7,shape=[4])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Reshape_1_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Reshape_1_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/MatMul_1_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@604 [/model.10/attn/Reshape_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.10/attn/Reshape_1_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/MatMul_1_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Reshape_1_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Reshape_1_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/MatMul_1_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@605 [/model.10/attn/Reshape_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.10/attn/Reshape_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/MatMul_1_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Split_output_2_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Split_output_2_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/Split_output_2_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@578 [/model.10/attn/Split_output_2_DequantizeLinear_Output:(ty=1,shape=[1,4,64,400])] DequantizeLinear [/model.10/attn/Split_output_2_QuantizeLinear_Output:(ty=2,shape=[1,4,64,400]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/Split_output_2_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Reshape_2_output_0"
   ],
   "input": [
    "/model.10/attn/Split_output_2_DequantizeLinear_Output",
    "ortshared_7_1_4_0_token_253"
   ],
   "opType": "Reshape",
   "comment": "@580 [/model.10/attn/Reshape_2_output_0:(ty=1,shape=[1,256,20,20])] Reshape [/model.10/attn/Split_output_2_DequantizeLinear_Output:(ty=1,shape=[1,4,64,400]),ortshared_7_1_4_0_token_253:(ty=7,shape=[4])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Reshape_2_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Reshape_2_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/Split_output_2_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@582 [/model.10/attn/Reshape_2_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.10/attn/Reshape_2_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/Split_output_2_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Reshape_2_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Reshape_2_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/Split_output_2_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@584 [/model.10/attn/Reshape_2_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.10/attn/Reshape_2_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/Split_output_2_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.10.attn.pe.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.10.attn.pe.conv.weight_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.10.attn.pe.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@9 [model.10.attn.pe.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3])] DequantizeLinear [model.10.attn.pe.conv.weight_quantized:(ty=3,shape=[256,1,3,3]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.10.attn.pe.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.10.attn.pe.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.10.attn.pe.conv.bias_quantized",
    "ortshared_1_0_1_4_token_260",
    "model.10.attn.pe.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@8 [model.10.attn.pe.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.10.attn.pe.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_4_token_260:(ty=1,shape=[]),model.10.attn.pe.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/pe/conv/Conv_output_0"
   ],
   "input": [
    "/model.10/attn/Reshape_2_output_0_DequantizeLinear_Output",
    "model.10.attn.pe.conv.weight_DequantizeLinear_Output",
    "model.10.attn.pe.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@586 [/model.10/attn/pe/conv/Conv_output_0:(ty=1,shape=[1,256,20,20])] Conv [/model.10/attn/Reshape_2_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),model.10.attn.pe.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3]),model.10.attn.pe.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/pe/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/pe/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/pe/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@588 [/model.10/attn/pe/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.10/attn/pe/conv/Conv_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/pe/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/pe/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/pe/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/pe/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@590 [/model.10/attn/pe/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.10/attn/pe/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/pe/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Add_output_0"
   ],
   "input": [
    "/model.10/attn/Reshape_1_output_0_DequantizeLinear_Output",
    "/model.10/attn/pe/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "Add",
   "comment": "@606 [/model.10/attn/Add_output_0:(ty=1,shape=[1,256,20,20])] Add [/model.10/attn/Reshape_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),/model.10/attn/pe/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Add_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Add_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.10/attn/Add_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@607 [/model.10/attn/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.10/attn/Add_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.10/attn/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/Add_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.10/attn/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@608 [/model.10/attn/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.10/attn/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.10/attn/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.10.attn.proj.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.10.attn.proj.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.10.attn.proj.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@11 [model.10.attn.proj.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,256,1,1])] DequantizeLinear [model.10.attn.proj.conv.weight_quantized:(ty=3,shape=[256,256,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.10.attn.proj.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.10.attn.proj.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.10.attn.proj.conv.bias_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.10.attn.proj.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@10 [model.10.attn.proj.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.10.attn.proj.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.10.attn.proj.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/proj/conv/Conv_output_0"
   ],
   "input": [
    "/model.10/attn/Add_output_0_DequantizeLinear_Output",
    "model.10.attn.proj.conv.weight_DequantizeLinear_Output",
    "model.10.attn.proj.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@609 [/model.10/attn/proj/conv/Conv_output_0:(ty=1,shape=[1,256,20,20])] Conv [/model.10/attn/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),model.10.attn.proj.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,256,1,1]),model.10.attn.proj.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/proj/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/proj/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/proj/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@610 [/model.10/attn/proj/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.10/attn/proj/conv/Conv_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/proj/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/attn/proj/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/attn/proj/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/attn/proj/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@611 [/model.10/attn/proj/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.10/attn/proj/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/attn/proj/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Add_output_0"
   ],
   "input": [
    "/model.10/Split_output_1_DequantizeLinear_Output/duplicated",
    "/model.10/attn/proj/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "Add",
   "comment": "@612 [/model.10/Add_output_0:(ty=1,shape=[1,256,20,20])] Add [/model.10/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20]),/model.10/attn/proj/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Add_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/Add_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/Add_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@613 [/model.10/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.10/Add_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Add_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.10/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1239 [/model.10/Add_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.10/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Add_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@614 [/model.10/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.10/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.10.ffn.0.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.10.ffn.0.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.10.ffn.0.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@19 [model.10.ffn.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,256,1,1])] DequantizeLinear [model.10.ffn.0.conv.weight_quantized:(ty=3,shape=[512,256,1,1]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.10.ffn.0.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.10.ffn.0.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.10.ffn.0.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.10.ffn.0.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@18 [model.10.ffn.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.10.ffn.0.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.10.ffn.0.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/ffn/ffn.0/conv/Conv_output_0"
   ],
   "input": [
    "/model.10/Add_output_0_DequantizeLinear_Output",
    "model.10.ffn.0.conv.weight_DequantizeLinear_Output",
    "model.10.ffn.0.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@615 [/model.10/ffn/ffn.0/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.10/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),model.10.ffn.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,256,1,1]),model.10.ffn.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/ffn/ffn.0/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/ffn/ffn.0/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/ffn/ffn.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@616 [/model.10/ffn/ffn.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.10/ffn/ffn.0/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/ffn/ffn.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/ffn/ffn.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.10/ffn/ffn.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/ffn/ffn.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1240 [/model.10/ffn/ffn.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/ffn/ffn.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/ffn/ffn.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/ffn/ffn.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/ffn/ffn.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/ffn/ffn.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@617 [/model.10/ffn/ffn.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/ffn/ffn.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/ffn/ffn.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/ffn/ffn.0/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.10/ffn/ffn.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@618 [/model.10/ffn/ffn.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20])] HardSigmoid [/model.10/ffn/ffn.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/ffn/ffn.0/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.10/ffn/ffn.0/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@619 [/model.10/ffn/ffn.0/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.10/ffn/ffn.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/ffn/ffn.0/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/ffn/ffn.0/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.10/ffn/ffn.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@620 [/model.10/ffn/ffn.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.10/ffn/ffn.0/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.10/ffn/ffn.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/ffn/ffn.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/ffn/ffn.0/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.10/ffn/ffn.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@621 [/model.10/ffn/ffn.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/ffn/ffn.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.10/ffn/ffn.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/ffn/ffn.0/act/Mul_output_0"
   ],
   "input": [
    "/model.10/ffn/ffn.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.10/ffn/ffn.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@622 [/model.10/ffn/ffn.0/act/Mul_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.10/ffn/ffn.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),/model.10/ffn/ffn.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/ffn/ffn.0/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/ffn/ffn.0/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/ffn/ffn.0/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@623 [/model.10/ffn/ffn.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.10/ffn/ffn.0/act/Mul_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/ffn/ffn.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/ffn/ffn.0/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/ffn/ffn.0/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/ffn/ffn.0/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@624 [/model.10/ffn/ffn.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/ffn/ffn.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/ffn/ffn.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.10.ffn.1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.10.ffn.1.conv.weight_quantized",
    "ortshared_1_0_1_4_token_260",
    "model.10.ffn.1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@21 [model.10.ffn.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,512,1,1])] DequantizeLinear [model.10.ffn.1.conv.weight_quantized:(ty=3,shape=[256,512,1,1]),ortshared_1_0_1_4_token_260:(ty=1,shape=[]),model.10.ffn.1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.10.ffn.1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.10.ffn.1.conv.bias_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.10.ffn.1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@20 [model.10.ffn.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.10.ffn.1.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.10.ffn.1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/ffn/ffn.1/conv/Conv_output_0"
   ],
   "input": [
    "/model.10/ffn/ffn.0/act/Mul_output_0_DequantizeLinear_Output",
    "model.10.ffn.1.conv.weight_DequantizeLinear_Output",
    "model.10.ffn.1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@625 [/model.10/ffn/ffn.1/conv/Conv_output_0:(ty=1,shape=[1,256,20,20])] Conv [/model.10/ffn/ffn.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),model.10.ffn.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,512,1,1]),model.10.ffn.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/ffn/ffn.1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/ffn/ffn.1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/ffn/ffn.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@626 [/model.10/ffn/ffn.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.10/ffn/ffn.1/conv/Conv_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/ffn/ffn.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/ffn/ffn.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/ffn/ffn.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/ffn/ffn.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@627 [/model.10/ffn/ffn.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.10/ffn/ffn.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/ffn/ffn.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Add_1_output_0"
   ],
   "input": [
    "/model.10/Add_output_0_DequantizeLinear_Output/duplicated",
    "/model.10/ffn/ffn.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "Add",
   "comment": "@628 [/model.10/Add_1_output_0:(ty=1,shape=[1,256,20,20])] Add [/model.10/Add_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20]),/model.10/ffn/ffn.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Add_1_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/Add_1_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/Add_1_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@629 [/model.10/Add_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.10/Add_1_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/Add_1_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Add_1_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/Add_1_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/Add_1_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@630 [/model.10/Add_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.10/Add_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/Add_1_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@557 [/model.10/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Split_output_0"
   ],
   "input": [
    "/model.10/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "ortshared_7_1_1_2_token_262",
    "ortshared_7_1_1_0_token_254",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@558 [/model.10/Split_output_0:(ty=1,shape=[1,256,20,20])] Slice [/model.10/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),ortshared_7_1_1_2_token_262:(ty=7,shape=[1]),ortshared_7_1_1_0_token_254:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Split_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/Split_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/Split_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@560 [/model.10/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.10/Split_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Split_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/Split_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/Split_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@562 [/model.10/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.10/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Concat_output_0"
   ],
   "input": [
    "/model.10/Split_output_0_DequantizeLinear_Output",
    "/model.10/Add_1_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@631 [/model.10/Concat_output_0:(ty=1,shape=[1,512,20,20])] Concat [/model.10/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),/model.10/Add_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/Concat_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@632 [/model.10/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.10/Concat_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@633 [/model.10/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.10.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.10.cv2.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.10.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@17 [model.10.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,512,1,1])] DequantizeLinear [model.10.cv2.conv.weight_quantized:(ty=3,shape=[512,512,1,1]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.10.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.10.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.10.cv2.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.10.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@16 [model.10.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.10.cv2.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.10.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.10/Concat_output_0_DequantizeLinear_Output",
    "model.10.cv2.conv.weight_DequantizeLinear_Output",
    "model.10.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@634 [/model.10/cv2/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.10/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),model.10.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,512,1,1]),model.10.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.10/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@635 [/model.10/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.10/cv2/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.10/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1241 [/model.10/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.10/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@636 [/model.10/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.10/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.10/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@637 [/model.10/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20])] HardSigmoid [/model.10/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.10/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@638 [/model.10/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.10/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.10/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@639 [/model.10/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.10/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.10/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.10/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@640 [/model.10/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.10/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.10/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.10/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@641 [/model.10/cv2/act/Mul_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.10/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),/model.10/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.10/cv2/act/Mul_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.10/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@642 [/model.10/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.10/cv2/act/Mul_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.10/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.10/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.10/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1242 [/model.10/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.10/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.6/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.6/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.6/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1216 [/model.6/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.6/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.6/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.10/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.10/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.10/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@643 [/model.10/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.10/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.10/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.11/Resize_output_0"
   ],
   "input": [
    "/model.10/cv2/act/Mul_output_0_DequantizeLinear_Output",
    "VAIP_NOT_EXISTS",
    "ortshared_1_1_4_0_token_275"
   ],
   "opType": "Resize",
   "comment": "@644 [/model.11/Resize_output_0:(ty=1,shape=[1,512,40,40])] Resize [/model.10/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),N/A,ortshared_1_1_4_0_token_275:(ty=1,shape=[4])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.11/Resize_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.11/Resize_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.10/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@645 [/model.11/Resize_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,40,40])] QuantizeLinear [/model.11/Resize_output_0:(ty=1,shape=[1,512,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.10/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.11/Resize_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.11/Resize_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.10/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@646 [/model.11/Resize_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,40,40])] DequantizeLinear [/model.11/Resize_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.10/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.12/Concat_output_0"
   ],
   "input": [
    "/model.11/Resize_output_0_DequantizeLinear_Output",
    "/model.6/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "opType": "Concat",
   "comment": "@647 [/model.12/Concat_output_0:(ty=1,shape=[1,768,40,40])] Concat [/model.11/Resize_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,40,40]),/model.6/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.12/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.12/Concat_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.12/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@648 [/model.12/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,768,40,40])] QuantizeLinear [/model.12/Concat_output_0:(ty=1,shape=[1,768,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.12/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.12/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.12/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.12/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@649 [/model.12/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,768,40,40])] DequantizeLinear [/model.12/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,768,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.12/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.13.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.13.cv1.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.13.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@23 [model.13.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,768,1,1])] DequantizeLinear [model.13.cv1.conv.weight_quantized:(ty=3,shape=[256,768,1,1]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.13.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.13.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.13.cv1.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.13.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@22 [model.13.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.13.cv1.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.13.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.12/Concat_output_0_DequantizeLinear_Output",
    "model.13.cv1.conv.weight_DequantizeLinear_Output",
    "model.13.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@650 [/model.13/cv1/conv/Conv_output_0:(ty=1,shape=[1,256,40,40])] Conv [/model.12/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,768,40,40]),model.13.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,768,1,1]),model.13.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.13/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@651 [/model.13/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.13/cv1/conv/Conv_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.13/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1243 [/model.13/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.13/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@652 [/model.13/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.13/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.13/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@653 [/model.13/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40])] HardSigmoid [/model.13/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.13/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@654 [/model.13/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.13/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.13/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@655 [/model.13/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.13/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.13/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.13/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@656 [/model.13/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.13/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.13/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.13/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.13/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@657 [/model.13/cv1/act/Mul_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.13/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40]),/model.13/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/cv1/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.13/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@658 [/model.13/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.13/cv1/act/Mul_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.13/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1244 [/model.13/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.13/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/Split_output_1"
   ],
   "input": [
    "/model.13/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
    "ortshared_7_1_1_5_token_271",
    "ortshared_7_1_1_0_token_254",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@661 [/model.13/Split_output_1:(ty=1,shape=[1,128,40,40])] Slice [/model.13/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40]),ortshared_7_1_1_5_token_271:(ty=7,shape=[1]),ortshared_7_1_1_0_token_254:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/Split_output_1_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/Split_output_1",
    "ortshared_1_0_1_12_token_280",
    "/model.13/Split_output_1_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@663 [/model.13/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.13/Split_output_1:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/Split_output_1_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.13/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1245 [/model.13/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.13/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/Split_output_1_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@665 [/model.13/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.13/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.13.m.0.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.13.m.0.cv1.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.13.m.0.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@27 [model.13.m.0.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3])] DequantizeLinear [model.13.m.0.cv1.conv.weight_quantized:(ty=3,shape=[128,128,3,3]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.13.m.0.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.13.m.0.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.13.m.0.cv1.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.13.m.0.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@26 [model.13.m.0.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.13.m.0.cv1.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.13.m.0.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.13/Split_output_1_DequantizeLinear_Output",
    "model.13.m.0.cv1.conv.weight_DequantizeLinear_Output",
    "model.13.m.0.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@666 [/model.13/m.0/cv1/conv/Conv_output_0:(ty=1,shape=[1,128,40,40])] Conv [/model.13/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),model.13.m.0.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3]),model.13.m.0.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/m.0/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.13/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@667 [/model.13/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.13/m.0/cv1/conv/Conv_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.13/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1246 [/model.13/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.13/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@668 [/model.13/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.13/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.13/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@669 [/model.13/m.0/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40])] HardSigmoid [/model.13/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.13/m.0/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@670 [/model.13/m.0/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.13/m.0/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/m.0/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.13/m.0/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@671 [/model.13/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.13/m.0/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.13/m.0/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.13/m.0/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@672 [/model.13/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.13/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.13/m.0/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.13/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.13/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@673 [/model.13/m.0/cv1/act/Mul_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.13/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.13/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/m.0/cv1/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.13/m.0/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@674 [/model.13/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.13/m.0/cv1/act/Mul_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.13/m.0/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.13/m.0/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@675 [/model.13/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.13/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.13/m.0/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.13.m.0.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.13.m.0.cv2.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.13.m.0.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@29 [model.13.m.0.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3])] DequantizeLinear [model.13.m.0.cv2.conv.weight_quantized:(ty=3,shape=[128,128,3,3]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.13.m.0.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.13.m.0.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.13.m.0.cv2.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.13.m.0.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@28 [model.13.m.0.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.13.m.0.cv2.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.13.m.0.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.13/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "model.13.m.0.cv2.conv.weight_DequantizeLinear_Output",
    "model.13.m.0.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@676 [/model.13/m.0/cv2/conv/Conv_output_0:(ty=1,shape=[1,128,40,40])] Conv [/model.13/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),model.13.m.0.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3]),model.13.m.0.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/m.0/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.13/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@677 [/model.13/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.13/m.0/cv2/conv/Conv_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.13/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1247 [/model.13/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.13/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@678 [/model.13/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.13/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.13/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@679 [/model.13/m.0/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40])] HardSigmoid [/model.13/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.13/m.0/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@680 [/model.13/m.0/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.13/m.0/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/m.0/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.13/m.0/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@681 [/model.13/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.13/m.0/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.13/m.0/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.13/m.0/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@682 [/model.13/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.13/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.13/m.0/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.13/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.13/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@683 [/model.13/m.0/cv2/act/Mul_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.13/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.13/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/m.0/cv2/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.13/m.0/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@684 [/model.13/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.13/m.0/cv2/act/Mul_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/m.0/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/m.0/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@685 [/model.13/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.13/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/m.0/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@659 [/model.13/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.13/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/Split_output_0"
   ],
   "input": [
    "/model.13/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "ortshared_7_1_1_2_token_262",
    "ortshared_7_1_1_5_token_271",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@660 [/model.13/Split_output_0:(ty=1,shape=[1,128,40,40])] Slice [/model.13/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40]),ortshared_7_1_1_2_token_262:(ty=7,shape=[1]),ortshared_7_1_1_5_token_271:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/Split_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/Split_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.13/Split_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@662 [/model.13/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.13/Split_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/Split_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/Split_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/Split_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@664 [/model.13/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.13/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/Concat_output_0"
   ],
   "input": [
    "/model.13/Split_output_0_DequantizeLinear_Output",
    "/model.13/Split_output_1_DequantizeLinear_Output/duplicated",
    "/model.13/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@686 [/model.13/Concat_output_0:(ty=1,shape=[1,384,40,40])] Concat [/model.13/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),/model.13/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.13/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/Concat_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.13/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@687 [/model.13/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,384,40,40])] QuantizeLinear [/model.13/Concat_output_0:(ty=1,shape=[1,384,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@688 [/model.13/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,384,40,40])] DequantizeLinear [/model.13/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,384,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.13.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.13.cv2.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.13.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@25 [model.13.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,384,1,1])] DequantizeLinear [model.13.cv2.conv.weight_quantized:(ty=3,shape=[256,384,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.13.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.13.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.13.cv2.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.13.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@24 [model.13.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.13.cv2.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.13.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.13/Concat_output_0_DequantizeLinear_Output",
    "model.13.cv2.conv.weight_DequantizeLinear_Output",
    "model.13.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@689 [/model.13/cv2/conv/Conv_output_0:(ty=1,shape=[1,256,40,40])] Conv [/model.13/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,384,40,40]),model.13.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,384,1,1]),model.13.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.13/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@690 [/model.13/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.13/cv2/conv/Conv_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.13/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1248 [/model.13/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.13/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@691 [/model.13/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.13/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.13/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@692 [/model.13/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40])] HardSigmoid [/model.13/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.13/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@693 [/model.13/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.13/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.13/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@694 [/model.13/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.13/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.13/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.13/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@695 [/model.13/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.13/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.13/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.13/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.13/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@696 [/model.13/cv2/act/Mul_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.13/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40]),/model.13/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.13/cv2/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.13/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@697 [/model.13/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.13/cv2/act/Mul_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.13/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1249 [/model.13/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.13/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.4/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.4/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.4/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1203 [/model.4/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.4/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.4/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.13/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.13/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@698 [/model.13/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.13/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.14/Resize_output_0"
   ],
   "input": [
    "/model.13/cv2/act/Mul_output_0_DequantizeLinear_Output",
    "VAIP_NOT_EXISTS",
    "ortshared_1_1_4_0_token_275"
   ],
   "opType": "Resize",
   "comment": "@699 [/model.14/Resize_output_0:(ty=1,shape=[1,256,80,80])] Resize [/model.13/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40]),N/A,ortshared_1_1_4_0_token_275:(ty=1,shape=[4])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.14/Resize_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.14/Resize_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.13/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@700 [/model.14/Resize_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,80,80])] QuantizeLinear [/model.14/Resize_output_0:(ty=1,shape=[1,256,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.14/Resize_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.14/Resize_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.13/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@701 [/model.14/Resize_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,80,80])] DequantizeLinear [/model.14/Resize_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.13/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.15/Concat_output_0"
   ],
   "input": [
    "/model.14/Resize_output_0_DequantizeLinear_Output",
    "/model.4/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "opType": "Concat",
   "comment": "@702 [/model.15/Concat_output_0:(ty=1,shape=[1,384,80,80])] Concat [/model.14/Resize_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,80,80]),/model.4/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.15/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.15/Concat_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.15/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@703 [/model.15/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,384,80,80])] QuantizeLinear [/model.15/Concat_output_0:(ty=1,shape=[1,384,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.15/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.15/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.15/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.15/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@704 [/model.15/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,384,80,80])] DequantizeLinear [/model.15/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,384,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.15/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.16.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.16.cv1.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.16.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@31 [model.16.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,384,1,1])] DequantizeLinear [model.16.cv1.conv.weight_quantized:(ty=3,shape=[128,384,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.16.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.16.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.16.cv1.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.16.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@30 [model.16.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.16.cv1.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.16.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.15/Concat_output_0_DequantizeLinear_Output",
    "model.16.cv1.conv.weight_DequantizeLinear_Output",
    "model.16.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@705 [/model.16/cv1/conv/Conv_output_0:(ty=1,shape=[1,128,80,80])] Conv [/model.15/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,384,80,80]),model.16.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,384,1,1]),model.16.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.16/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@706 [/model.16/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.16/cv1/conv/Conv_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.16/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.16/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.16/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1250 [/model.16/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.16/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.16/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.16/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@707 [/model.16/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.16/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.16/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.16/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@708 [/model.16/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80])] HardSigmoid [/model.16/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.16/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@709 [/model.16/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.16/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.16/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@710 [/model.16/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.16/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.16/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.16/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@711 [/model.16/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.16/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.16/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.16/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.16/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@712 [/model.16/cv1/act/Mul_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.16/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80]),/model.16/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/cv1/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.16/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@713 [/model.16/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.16/cv1/act/Mul_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.16/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.16/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1251 [/model.16/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.16/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/Split_output_1"
   ],
   "input": [
    "/model.16/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
    "ortshared_7_1_1_7_token_273",
    "ortshared_7_1_1_5_token_271",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@716 [/model.16/Split_output_1:(ty=1,shape=[1,64,80,80])] Slice [/model.16/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80]),ortshared_7_1_1_7_token_273:(ty=7,shape=[1]),ortshared_7_1_1_5_token_271:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/Split_output_1_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/Split_output_1",
    "ortshared_1_0_1_0_token_252",
    "/model.16/Split_output_1_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@718 [/model.16/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.16/Split_output_1:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/Split_output_1_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.16/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.16/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1252 [/model.16/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.16/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/Split_output_1_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.16/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@720 [/model.16/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.16/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.16.m.0.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.16.m.0.cv1.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.16.m.0.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@35 [model.16.m.0.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3])] DequantizeLinear [model.16.m.0.cv1.conv.weight_quantized:(ty=3,shape=[64,64,3,3]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.16.m.0.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.16.m.0.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.16.m.0.cv1.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.16.m.0.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@34 [model.16.m.0.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.16.m.0.cv1.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.16.m.0.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.16/Split_output_1_DequantizeLinear_Output",
    "model.16.m.0.cv1.conv.weight_DequantizeLinear_Output",
    "model.16.m.0.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@721 [/model.16/m.0/cv1/conv/Conv_output_0:(ty=1,shape=[1,64,80,80])] Conv [/model.16/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80]),model.16.m.0.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3]),model.16.m.0.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/m.0/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.16/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@722 [/model.16/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.16/m.0/cv1/conv/Conv_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.16/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.16/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1253 [/model.16/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.16/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.16/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@723 [/model.16/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.16/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.16/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@724 [/model.16/m.0/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80])] HardSigmoid [/model.16/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.16/m.0/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@725 [/model.16/m.0/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.16/m.0/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/m.0/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.16/m.0/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@726 [/model.16/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.16/m.0/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.16/m.0/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.16/m.0/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@727 [/model.16/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.16/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.16/m.0/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.16/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.16/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@728 [/model.16/m.0/cv1/act/Mul_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.16/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80]),/model.16/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/m.0/cv1/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.16/m.0/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@729 [/model.16/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.16/m.0/cv1/act/Mul_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/m.0/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.16/m.0/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@730 [/model.16/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.16/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/m.0/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.16.m.0.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.16.m.0.cv2.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.16.m.0.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@37 [model.16.m.0.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3])] DequantizeLinear [model.16.m.0.cv2.conv.weight_quantized:(ty=3,shape=[64,64,3,3]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.16.m.0.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.16.m.0.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.16.m.0.cv2.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.16.m.0.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@36 [model.16.m.0.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.16.m.0.cv2.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.16.m.0.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.16/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "model.16.m.0.cv2.conv.weight_DequantizeLinear_Output",
    "model.16.m.0.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@731 [/model.16/m.0/cv2/conv/Conv_output_0:(ty=1,shape=[1,64,80,80])] Conv [/model.16/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80]),model.16.m.0.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3]),model.16.m.0.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/m.0/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.16/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@732 [/model.16/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.16/m.0/cv2/conv/Conv_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.16/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.16/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.16/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1254 [/model.16/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.16/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.16/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.16/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@733 [/model.16/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.16/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.16/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.16/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@734 [/model.16/m.0/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80])] HardSigmoid [/model.16/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.16/m.0/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@735 [/model.16/m.0/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.16/m.0/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/m.0/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.16/m.0/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@736 [/model.16/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.16/m.0/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.16/m.0/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.16/m.0/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@737 [/model.16/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.16/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.16/m.0/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.16/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.16/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@738 [/model.16/m.0/cv2/act/Mul_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.16/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80]),/model.16/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/m.0/cv2/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.16/m.0/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@739 [/model.16/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.16/m.0/cv2/act/Mul_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/m.0/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.16/m.0/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@740 [/model.16/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.16/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/m.0/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.16/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@714 [/model.16/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.16/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/Split_output_0"
   ],
   "input": [
    "/model.16/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "ortshared_7_1_1_2_token_262",
    "ortshared_7_1_1_7_token_273",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@715 [/model.16/Split_output_0:(ty=1,shape=[1,64,80,80])] Slice [/model.16/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80]),ortshared_7_1_1_2_token_262:(ty=7,shape=[1]),ortshared_7_1_1_7_token_273:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/Split_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/Split_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.16/Split_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@717 [/model.16/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.16/Split_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/Split_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/Split_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.16/Split_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@719 [/model.16/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.16/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/Concat_output_0"
   ],
   "input": [
    "/model.16/Split_output_0_DequantizeLinear_Output",
    "/model.16/Split_output_1_DequantizeLinear_Output/duplicated",
    "/model.16/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@741 [/model.16/Concat_output_0:(ty=1,shape=[1,192,80,80])] Concat [/model.16/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80]),/model.16/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80]),/model.16/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/Concat_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.16/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@742 [/model.16/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,192,80,80])] QuantizeLinear [/model.16/Concat_output_0:(ty=1,shape=[1,192,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.16/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@743 [/model.16/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,192,80,80])] DequantizeLinear [/model.16/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,192,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.16.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.16.cv2.conv.weight_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.16.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@33 [model.16.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,192,1,1])] DequantizeLinear [model.16.cv2.conv.weight_quantized:(ty=3,shape=[128,192,1,1]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.16.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.16.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.16.cv2.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.16.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@32 [model.16.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.16.cv2.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.16.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.16/Concat_output_0_DequantizeLinear_Output",
    "model.16.cv2.conv.weight_DequantizeLinear_Output",
    "model.16.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@744 [/model.16/cv2/conv/Conv_output_0:(ty=1,shape=[1,128,80,80])] Conv [/model.16/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,192,80,80]),model.16.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,192,1,1]),model.16.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.16/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@745 [/model.16/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.16/cv2/conv/Conv_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.16/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.16/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.16/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1255 [/model.16/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.16/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.16/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.16/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@746 [/model.16/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.16/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.16/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.16/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@747 [/model.16/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80])] HardSigmoid [/model.16/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.16/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@748 [/model.16/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.16/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.16/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@749 [/model.16/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.16/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.16/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.16/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@750 [/model.16/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.16/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.16/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.16/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.16/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@751 [/model.16/cv2/act/Mul_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.16/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80]),/model.16/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.16/cv2/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.16/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@752 [/model.16/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.16/cv2/act/Mul_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.16/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.16/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@753 [/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.16/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.17.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.17.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.17.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@39 [model.17.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3])] DequantizeLinear [model.17.conv.weight_quantized:(ty=3,shape=[128,128,3,3]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.17.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.17.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.17.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.17.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@38 [model.17.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.17.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.17.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.17/conv/Conv_output_0"
   ],
   "input": [
    "/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output",
    "model.17.conv.weight_DequantizeLinear_Output",
    "model.17.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@754 [/model.17/conv/Conv_output_0:(ty=1,shape=[1,128,40,40])] Conv [/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80]),model.17.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3]),model.17.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.17/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.17/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.17/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@757 [/model.17/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.17/conv/Conv_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.17/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.17/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.17/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.17/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1258 [/model.17/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.17/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.17/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.17/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.17/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.17/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@760 [/model.17/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.17/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.17/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.17/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.17/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@763 [/model.17/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40])] HardSigmoid [/model.17/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.17/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.17/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@766 [/model.17/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.17/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.17/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.17/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.17/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@769 [/model.17/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.17/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.17/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.17/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.17/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.17/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@772 [/model.17/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.17/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.17/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.17/act/Mul_output_0"
   ],
   "input": [
    "/model.17/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.17/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@775 [/model.17/act/Mul_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.17/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.17/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.17/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.17/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.17/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@778 [/model.17/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.17/act/Mul_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.17/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.17/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.17/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.17/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@781 [/model.17/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.17/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.17/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.18/Concat_output_0"
   ],
   "input": [
    "/model.17/act/Mul_output_0_DequantizeLinear_Output",
    "/model.13/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "opType": "Concat",
   "comment": "@784 [/model.18/Concat_output_0:(ty=1,shape=[1,384,40,40])] Concat [/model.17/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),/model.13/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.18/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.18/Concat_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.18/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@787 [/model.18/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,384,40,40])] QuantizeLinear [/model.18/Concat_output_0:(ty=1,shape=[1,384,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.18/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.18/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.18/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.18/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@790 [/model.18/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,384,40,40])] DequantizeLinear [/model.18/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,384,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.18/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.19.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.19.cv1.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.19.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@41 [model.19.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,384,1,1])] DequantizeLinear [model.19.cv1.conv.weight_quantized:(ty=3,shape=[256,384,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.19.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.19.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.19.cv1.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.19.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@40 [model.19.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.19.cv1.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.19.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.18/Concat_output_0_DequantizeLinear_Output",
    "model.19.cv1.conv.weight_DequantizeLinear_Output",
    "model.19.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@793 [/model.19/cv1/conv/Conv_output_0:(ty=1,shape=[1,256,40,40])] Conv [/model.18/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,384,40,40]),model.19.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,384,1,1]),model.19.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.19/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@796 [/model.19/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.19/cv1/conv/Conv_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.19/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.19/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.19/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1259 [/model.19/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.19/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.19/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.19/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@799 [/model.19/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.19/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.19/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.19/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@802 [/model.19/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40])] HardSigmoid [/model.19/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.19/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@805 [/model.19/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.19/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.19/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@808 [/model.19/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.19/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.19/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.19/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@811 [/model.19/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.19/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.19/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.19/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.19/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@814 [/model.19/cv1/act/Mul_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.19/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40]),/model.19/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/cv1/act/Mul_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.19/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@817 [/model.19/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.19/cv1/act/Mul_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.19/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.19/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1260 [/model.19/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.19/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/Split_output_1"
   ],
   "input": [
    "/model.19/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
    "ortshared_7_1_1_5_token_271",
    "ortshared_7_1_1_0_token_254",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@824 [/model.19/Split_output_1:(ty=1,shape=[1,128,40,40])] Slice [/model.19/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40]),ortshared_7_1_1_5_token_271:(ty=7,shape=[1]),ortshared_7_1_1_0_token_254:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/Split_output_1_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/Split_output_1",
    "ortshared_1_0_1_5_token_261",
    "/model.19/Split_output_1_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@827 [/model.19/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.19/Split_output_1:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/Split_output_1_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.19/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.19/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1261 [/model.19/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.19/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/Split_output_1_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.19/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@830 [/model.19/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.19/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.19.m.0.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.19.m.0.cv1.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.19.m.0.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@45 [model.19.m.0.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3])] DequantizeLinear [model.19.m.0.cv1.conv.weight_quantized:(ty=3,shape=[128,128,3,3]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.19.m.0.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.19.m.0.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.19.m.0.cv1.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.19.m.0.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@44 [model.19.m.0.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.19.m.0.cv1.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.19.m.0.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.19/Split_output_1_DequantizeLinear_Output",
    "model.19.m.0.cv1.conv.weight_DequantizeLinear_Output",
    "model.19.m.0.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@832 [/model.19/m.0/cv1/conv/Conv_output_0:(ty=1,shape=[1,128,40,40])] Conv [/model.19/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),model.19.m.0.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3]),model.19.m.0.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/m.0/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.19/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@834 [/model.19/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.19/m.0/cv1/conv/Conv_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.19/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.19/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.19/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1262 [/model.19/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.19/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.19/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.19/m.0/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@836 [/model.19/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.19/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.19/m.0/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.19/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@838 [/model.19/m.0/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40])] HardSigmoid [/model.19/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.19/m.0/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@840 [/model.19/m.0/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.19/m.0/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/m.0/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.19/m.0/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@842 [/model.19/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.19/m.0/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.19/m.0/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.19/m.0/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@844 [/model.19/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.19/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.19/m.0/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.19/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.19/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@846 [/model.19/m.0/cv1/act/Mul_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.19/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.19/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/m.0/cv1/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.19/m.0/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@848 [/model.19/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.19/m.0/cv1/act/Mul_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.19/m.0/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.19/m.0/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@850 [/model.19/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.19/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.19/m.0/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.19.m.0.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.19.m.0.cv2.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.19.m.0.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@47 [model.19.m.0.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3])] DequantizeLinear [model.19.m.0.cv2.conv.weight_quantized:(ty=3,shape=[128,128,3,3]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.19.m.0.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.19.m.0.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.19.m.0.cv2.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.19.m.0.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@46 [model.19.m.0.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.19.m.0.cv2.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.19.m.0.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.19/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "model.19.m.0.cv2.conv.weight_DequantizeLinear_Output",
    "model.19.m.0.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@852 [/model.19/m.0/cv2/conv/Conv_output_0:(ty=1,shape=[1,128,40,40])] Conv [/model.19/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),model.19.m.0.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,3,3]),model.19.m.0.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/m.0/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.19/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@854 [/model.19/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.19/m.0/cv2/conv/Conv_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.19/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.19/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1263 [/model.19/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.19/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.19/m.0/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@856 [/model.19/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.19/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/m.0/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.19/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@858 [/model.19/m.0/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40])] HardSigmoid [/model.19/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.19/m.0/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@860 [/model.19/m.0/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.19/m.0/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/m.0/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.19/m.0/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@862 [/model.19/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.19/m.0/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.19/m.0/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.19/m.0/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@864 [/model.19/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.19/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.19/m.0/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.19/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.19/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@866 [/model.19/m.0/cv2/act/Mul_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.19/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.19/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/m.0/cv2/act/Mul_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.19/m.0/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@868 [/model.19/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.19/m.0/cv2/act/Mul_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/m.0/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.19/m.0/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@870 [/model.19/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.19/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/m.0/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.19/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@820 [/model.19/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.19/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/Split_output_0"
   ],
   "input": [
    "/model.19/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "ortshared_7_1_1_2_token_262",
    "ortshared_7_1_1_5_token_271",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@823 [/model.19/Split_output_0:(ty=1,shape=[1,128,40,40])] Slice [/model.19/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40]),ortshared_7_1_1_2_token_262:(ty=7,shape=[1]),ortshared_7_1_1_5_token_271:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/Split_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/Split_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.19/Split_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@826 [/model.19/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.19/Split_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/Split_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/Split_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.19/Split_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@829 [/model.19/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.19/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/Concat_output_0"
   ],
   "input": [
    "/model.19/Split_output_0_DequantizeLinear_Output",
    "/model.19/Split_output_1_DequantizeLinear_Output/duplicated",
    "/model.19/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@872 [/model.19/Concat_output_0:(ty=1,shape=[1,384,40,40])] Concat [/model.19/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),/model.19/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.19/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/Concat_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.19/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@874 [/model.19/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,384,40,40])] QuantizeLinear [/model.19/Concat_output_0:(ty=1,shape=[1,384,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.19/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@876 [/model.19/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,384,40,40])] DequantizeLinear [/model.19/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,384,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.19/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.19.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.19.cv2.conv.weight_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.19.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@43 [model.19.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,384,1,1])] DequantizeLinear [model.19.cv2.conv.weight_quantized:(ty=3,shape=[256,384,1,1]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.19.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.19.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.19.cv2.conv.bias_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.19.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@42 [model.19.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.19.cv2.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.19.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.19/Concat_output_0_DequantizeLinear_Output",
    "model.19.cv2.conv.weight_DequantizeLinear_Output",
    "model.19.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@878 [/model.19/cv2/conv/Conv_output_0:(ty=1,shape=[1,256,40,40])] Conv [/model.19/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,384,40,40]),model.19.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,384,1,1]),model.19.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.19/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@879 [/model.19/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.19/cv2/conv/Conv_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.19/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.19/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.19/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1264 [/model.19/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.19/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.19/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.19/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@880 [/model.19/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.19/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.19/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.19/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@881 [/model.19/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40])] HardSigmoid [/model.19/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.19/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@882 [/model.19/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.19/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.19/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@883 [/model.19/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.19/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.19/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.19/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@884 [/model.19/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.19/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.19/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.19/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.19/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@885 [/model.19/cv2/act/Mul_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.19/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40]),/model.19/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.19/cv2/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.19/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@886 [/model.19/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.19/cv2/act/Mul_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.19/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.19/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.19/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@887 [/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.19/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.19/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.20.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.20.cv1.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.20.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@57 [model.20.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,256,1,1])] DequantizeLinear [model.20.cv1.conv.weight_quantized:(ty=3,shape=[256,256,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.20.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.20.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.20.cv1.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.20.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@56 [model.20.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.20.cv1.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.20.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.20/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output",
    "model.20.cv1.conv.weight_DequantizeLinear_Output",
    "model.20.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@888 [/model.20/cv1/conv/Conv_output_0:(ty=1,shape=[1,256,40,40])] Conv [/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40]),model.20.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,256,1,1]),model.20.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.20/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.20/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.20/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@891 [/model.20/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.20/cv1/conv/Conv_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.20/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.20/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.20/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.20/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1267 [/model.20/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.20/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.20/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.20/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.20/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.20/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@894 [/model.20/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.20/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.20/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.20/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.20/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@897 [/model.20/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40])] HardSigmoid [/model.20/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.20/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.20/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@900 [/model.20/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.20/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.20/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.20/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.20/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@903 [/model.20/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.20/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.20/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.20/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.20/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.20/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@906 [/model.20/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.20/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.20/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.20/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.20/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.20/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@909 [/model.20/cv1/act/Mul_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.20/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40]),/model.20/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.20/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.20/cv1/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.20/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@912 [/model.20/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.20/cv1/act/Mul_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.20/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.20/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.20/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.20/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@915 [/model.20/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.20/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.20/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.20.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.20.cv2.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.20.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@59 [model.20.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3])] DequantizeLinear [model.20.cv2.conv.weight_quantized:(ty=3,shape=[256,1,3,3]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.20.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.20.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.20.cv2.conv.bias_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.20.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@58 [model.20.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.20.cv2.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.20.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.20/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.20/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "model.20.cv2.conv.weight_DequantizeLinear_Output",
    "model.20.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@918 [/model.20/cv2/conv/Conv_output_0:(ty=1,shape=[1,256,20,20])] Conv [/model.20/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40]),model.20.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3]),model.20.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.20/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.20/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.20/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@921 [/model.20/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.20/cv2/conv/Conv_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.20/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.20/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.20/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.20/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@924 [/model.20/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.20/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.20/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.21/Concat_output_0"
   ],
   "input": [
    "/model.20/cv2/conv/Conv_output_0_DequantizeLinear_Output",
    "/model.10/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "opType": "Concat",
   "comment": "@927 [/model.21/Concat_output_0:(ty=1,shape=[1,768,20,20])] Concat [/model.20/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),/model.10/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.21/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.21/Concat_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.21/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@930 [/model.21/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,768,20,20])] QuantizeLinear [/model.21/Concat_output_0:(ty=1,shape=[1,768,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.21/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.21/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.21/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.21/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@933 [/model.21/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,768,20,20])] DequantizeLinear [/model.21/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,768,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.21/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.22.cv1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.22.cv1.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.22.cv1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@61 [model.22.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,768,1,1])] DequantizeLinear [model.22.cv1.conv.weight_quantized:(ty=3,shape=[512,768,1,1]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.22.cv1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.22.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.22.cv1.conv.bias_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.22.cv1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@60 [model.22.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.22.cv1.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.22.cv1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv1/conv/Conv_output_0"
   ],
   "input": [
    "/model.21/Concat_output_0_DequantizeLinear_Output",
    "model.22.cv1.conv.weight_DequantizeLinear_Output",
    "model.22.cv1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@936 [/model.22/cv1/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.21/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,768,20,20]),model.22.cv1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,768,1,1]),model.22.cv1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/cv1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@939 [/model.22/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.22/cv1/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.22/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1268 [/model.22/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/cv1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/cv1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@942 [/model.22/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/cv1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/cv1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.22/cv1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@945 [/model.22/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20])] HardSigmoid [/model.22/cv1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.22/cv1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@948 [/model.22/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.22/cv1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/cv1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.22/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@951 [/model.22/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.22/cv1/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.22/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.22/cv1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@954 [/model.22/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/cv1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.22/cv1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv1/act/Mul_output_0"
   ],
   "input": [
    "/model.22/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.22/cv1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@957 [/model.22/cv1/act/Mul_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.22/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),/model.22/cv1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/cv1/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@959 [/model.22/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.22/cv1/act/Mul_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.22/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1269 [/model.22/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/Split_output_1"
   ],
   "input": [
    "/model.22/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
    "ortshared_7_1_1_0_token_254",
    "ortshared_7_1_1_9_token_277",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@964 [/model.22/Split_output_1:(ty=1,shape=[1,256,20,20])] Slice [/model.22/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),ortshared_7_1_1_0_token_254:(ty=7,shape=[1]),ortshared_7_1_1_9_token_277:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/Split_output_1_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/Split_output_1",
    "ortshared_1_0_1_12_token_280",
    "/model.22/Split_output_1_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@967 [/model.22/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.22/Split_output_1:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/Split_output_1_DequantizeLinear_Output/duplicated_token_18"
   ],
   "input": [
    "/model.22/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1271 [/model.22/Split_output_1_DequantizeLinear_Output/duplicated_token_18:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/Split_output_1_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.22/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1270 [/model.22/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/Split_output_1_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@970 [/model.22/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.22.m.0.cv1.0.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.22.m.0.cv1.0.conv.weight_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.22.m.0.cv1.0.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@65 [model.22.m.0.cv1.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3])] DequantizeLinear [model.22.m.0.cv1.0.conv.weight_quantized:(ty=3,shape=[256,1,3,3]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.22.m.0.cv1.0.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.22.m.0.cv1.0.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.22.m.0.cv1.0.conv.bias_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.22.m.0.cv1.0.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@64 [model.22.m.0.cv1.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.22.m.0.cv1.0.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.22.m.0.cv1.0.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0"
   ],
   "input": [
    "/model.22/Split_output_1_DequantizeLinear_Output",
    "model.22.m.0.cv1.0.conv.weight_DequantizeLinear_Output",
    "model.22.m.0.cv1.0.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@972 [/model.22/m.0/cv1/cv1.0/conv/Conv_output_0:(ty=1,shape=[1,256,20,20])] Conv [/model.22/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),model.22.m.0.cv1.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3]),model.22.m.0.cv1.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@974 [/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.0/conv/Conv_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1272 [/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@976 [/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@978 [/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,20,20])] HardSigmoid [/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@980 [/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0:(ty=1,shape=[1,256,20,20])] Mul [/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@982 [/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@984 [/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.0/act/Mul_output_0"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@986 [/model.22/m.0/cv1/cv1.0/act/Mul_output_0:(ty=1,shape=[1,256,20,20])] Mul [/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20]),/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.0/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.0/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.22/m.0/cv1/cv1.0/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@988 [/model.22/m.0/cv1/cv1.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.0/act/Mul_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.0/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.0/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.22/m.0/cv1/cv1.0/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@990 [/model.22/m.0/cv1/cv1.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.22.m.0.cv1.1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.22.m.0.cv1.1.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.22.m.0.cv1.1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@67 [model.22.m.0.cv1.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,256,1,1])] DequantizeLinear [model.22.m.0.cv1.1.conv.weight_quantized:(ty=3,shape=[512,256,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.22.m.0.cv1.1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.22.m.0.cv1.1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.22.m.0.cv1.1.conv.bias_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.22.m.0.cv1.1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@66 [model.22.m.0.cv1.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.22.m.0.cv1.1.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.22.m.0.cv1.1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.0/act/Mul_output_0_DequantizeLinear_Output",
    "model.22.m.0.cv1.1.conv.weight_DequantizeLinear_Output",
    "model.22.m.0.cv1.1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@992 [/model.22/m.0/cv1/cv1.1/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.22/m.0/cv1/cv1.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),model.22.m.0.cv1.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,256,1,1]),model.22.m.0.cv1.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@994 [/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.1/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1273 [/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@996 [/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@998 [/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20])] HardSigmoid [/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@1000 [/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1002 [/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1004 [/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.1/act/Mul_output_0"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@1006 [/model.22/m.0/cv1/cv1.1/act/Mul_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.1/act/Mul_output_0",
    "ortshared_1_0_1_0_token_252",
    "/model.22/m.0/cv1/cv1.1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1008 [/model.22/m.0/cv1/cv1.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.1/act/Mul_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.22/m.0/cv1/cv1.1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1010 [/model.22/m.0/cv1/cv1.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.22.m.0.cv1.2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.22.m.0.cv1.2.conv.weight_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.22.m.0.cv1.2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@69 [model.22.m.0.cv1.2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,1,7,7])] DequantizeLinear [model.22.m.0.cv1.2.conv.weight_quantized:(ty=3,shape=[512,1,7,7]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.22.m.0.cv1.2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.22.m.0.cv1.2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.22.m.0.cv1.2.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.22.m.0.cv1.2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@68 [model.22.m.0.cv1.2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.22.m.0.cv1.2.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.22.m.0.cv1.2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.1/act/Mul_output_0_DequantizeLinear_Output",
    "model.22.m.0.cv1.2.conv.weight_DequantizeLinear_Output",
    "model.22.m.0.cv1.2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@1012 [/model.22/m.0/cv1/cv1.2/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.22/m.0/cv1/cv1.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),model.22.m.0.cv1.2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,1,7,7]),model.22.m.0.cv1.2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1013 [/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.2/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1274 [/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1014 [/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@1015 [/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20])] HardSigmoid [/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@1016 [/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1017 [/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1018 [/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.2/act/Mul_output_0"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@1019 [/model.22/m.0/cv1/cv1.2/act/Mul_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.2/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1020 [/model.22/m.0/cv1/cv1.2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.2/act/Mul_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1021 [/model.22/m.0/cv1/cv1.2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.22.m.0.cv1.3.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.22.m.0.cv1.3.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.22.m.0.cv1.3.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@71 [model.22.m.0.cv1.3.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,512,1,1])] DequantizeLinear [model.22.m.0.cv1.3.conv.weight_quantized:(ty=3,shape=[256,512,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.22.m.0.cv1.3.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.22.m.0.cv1.3.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.22.m.0.cv1.3.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.22.m.0.cv1.3.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@70 [model.22.m.0.cv1.3.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.22.m.0.cv1.3.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.22.m.0.cv1.3.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.2/act/Mul_output_0_DequantizeLinear_Output",
    "model.22.m.0.cv1.3.conv.weight_DequantizeLinear_Output",
    "model.22.m.0.cv1.3.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@1022 [/model.22/m.0/cv1/cv1.3/conv/Conv_output_0:(ty=1,shape=[1,256,20,20])] Conv [/model.22/m.0/cv1/cv1.2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),model.22.m.0.cv1.3.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,512,1,1]),model.22.m.0.cv1.3.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1023 [/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.3/conv/Conv_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1275 [/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1024 [/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@1025 [/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,20,20])] HardSigmoid [/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@1026 [/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0:(ty=1,shape=[1,256,20,20])] Mul [/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1027 [/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1028 [/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.3/act/Mul_output_0"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@1029 [/model.22/m.0/cv1/cv1.3/act/Mul_output_0:(ty=1,shape=[1,256,20,20])] Mul [/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20]),/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.3/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.3/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.3/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1030 [/model.22/m.0/cv1/cv1.3/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.3/act/Mul_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.3/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.3/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.3/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.3/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1031 [/model.22/m.0/cv1/cv1.3/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.3/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.3/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.22.m.0.cv1.4.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.22.m.0.cv1.4.conv.weight_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.22.m.0.cv1.4.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@73 [model.22.m.0.cv1.4.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3])] DequantizeLinear [model.22.m.0.cv1.4.conv.weight_quantized:(ty=3,shape=[256,1,3,3]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.22.m.0.cv1.4.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.22.m.0.cv1.4.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.22.m.0.cv1.4.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.22.m.0.cv1.4.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@72 [model.22.m.0.cv1.4.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.22.m.0.cv1.4.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.22.m.0.cv1.4.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.3/act/Mul_output_0_DequantizeLinear_Output",
    "model.22.m.0.cv1.4.conv.weight_DequantizeLinear_Output",
    "model.22.m.0.cv1.4.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@1032 [/model.22/m.0/cv1/cv1.4/conv/Conv_output_0:(ty=1,shape=[1,256,20,20])] Conv [/model.22/m.0/cv1/cv1.3/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),model.22.m.0.cv1.4.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3]),model.22.m.0.cv1.4.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1033 [/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.4/conv/Conv_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1276 [/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1034 [/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@1035 [/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,20,20])] HardSigmoid [/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@1036 [/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0:(ty=1,shape=[1,256,20,20])] Mul [/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1037 [/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1038 [/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.4/act/Mul_output_0"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@1039 [/model.22/m.0/cv1/cv1.4/act/Mul_output_0:(ty=1,shape=[1,256,20,20])] Mul [/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20]),/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.4/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.4/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.4/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1040 [/model.22/m.0/cv1/cv1.4/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.22/m.0/cv1/cv1.4/act/Mul_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.4/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/cv1/cv1.4/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/cv1/cv1.4/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/cv1/cv1.4/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1041 [/model.22/m.0/cv1/cv1.4/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/m.0/cv1/cv1.4/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/cv1/cv1.4/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/Add_output_0"
   ],
   "input": [
    "/model.22/Split_output_1_DequantizeLinear_Output/duplicated",
    "/model.22/m.0/cv1/cv1.4/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "opType": "Add",
   "comment": "@1042 [/model.22/m.0/Add_output_0:(ty=1,shape=[1,256,20,20])] Add [/model.22/Split_output_1_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,20,20]),/model.22/m.0/cv1/cv1.4/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/Add_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/Add_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/Add_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1043 [/model.22/m.0/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.22/m.0/Add_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/m.0/Add_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/m.0/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/m.0/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1044 [/model.22/m.0/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/m.0/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/m.0/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/cv1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/cv1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@961 [/model.22/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/cv1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/cv1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/Split_output_0"
   ],
   "input": [
    "/model.22/cv1/act/Mul_output_0_DequantizeLinear_Output",
    "ortshared_7_1_1_2_token_262",
    "ortshared_7_1_1_0_token_254",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@963 [/model.22/Split_output_0:(ty=1,shape=[1,256,20,20])] Slice [/model.22/cv1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),ortshared_7_1_1_2_token_262:(ty=7,shape=[1]),ortshared_7_1_1_0_token_254:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/Split_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/Split_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/Split_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@966 [/model.22/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20])] QuantizeLinear [/model.22/Split_output_0:(ty=1,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/Split_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/Split_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/Split_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@969 [/model.22/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])] DequantizeLinear [/model.22/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/Concat_output_0"
   ],
   "input": [
    "/model.22/Split_output_0_DequantizeLinear_Output",
    "/model.22/Split_output_1_DequantizeLinear_Output/duplicated_token_18",
    "/model.22/m.0/Add_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@1045 [/model.22/Concat_output_0:(ty=1,shape=[1,768,20,20])] Concat [/model.22/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20]),/model.22/Split_output_1_DequantizeLinear_Output/duplicated_token_18:(ty=1,shape=[1,256,20,20]),/model.22/m.0/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/Concat_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1046 [/model.22/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,768,20,20])] QuantizeLinear [/model.22/Concat_output_0:(ty=1,shape=[1,768,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1047 [/model.22/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,768,20,20])] DequantizeLinear [/model.22/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,768,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.22.cv2.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.22.cv2.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.22.cv2.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@63 [model.22.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,768,1,1])] DequantizeLinear [model.22.cv2.conv.weight_quantized:(ty=3,shape=[512,768,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.22.cv2.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.22.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.22.cv2.conv.bias_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.22.cv2.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@62 [model.22.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.22.cv2.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.22.cv2.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv2/conv/Conv_output_0"
   ],
   "input": [
    "/model.22/Concat_output_0_DequantizeLinear_Output",
    "model.22.cv2.conv.weight_DequantizeLinear_Output",
    "model.22.cv2.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@1048 [/model.22/cv2/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.22/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,768,20,20]),model.22.cv2.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,768,1,1]),model.22.cv2.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv2/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/cv2/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1049 [/model.22/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.22/cv2/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.22/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1277 [/model.22/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/cv2/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/cv2/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1050 [/model.22/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/cv2/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/cv2/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv2/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.22/cv2/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@1051 [/model.22/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20])] HardSigmoid [/model.22/cv2/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv2/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.22/cv2/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@1052 [/model.22/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.22/cv2/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv2/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/cv2/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.22/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1053 [/model.22/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.22/cv2/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.22/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.22/cv2/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1054 [/model.22/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/cv2/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.22/cv2/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv2/act/Mul_output_0"
   ],
   "input": [
    "/model.22/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.22/cv2/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@1055 [/model.22/cv2/act/Mul_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.22/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),/model.22/cv2/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv2/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.22/cv2/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.22/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1056 [/model.22/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.22/cv2/act/Mul_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.22/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1278 [/model.22/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.2.0.0.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.2.0.0.conv.weight_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.23.one2one_cv3.2.0.0.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@114 [model.23.one2one_cv3.2.0.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,1,3,3])] DequantizeLinear [model.23.one2one_cv3.2.0.0.conv.weight_quantized:(ty=3,shape=[512,1,3,3]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.23.one2one_cv3.2.0.0.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.2.0.0.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.2.0.0.conv.bias_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.23.one2one_cv3.2.0.0.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@113 [model.23.one2one_cv3.2.0.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])] DequantizeLinear [model.23.one2one_cv3.2.0.0.conv.bias_quantized:(ty=3,shape=[512]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.23.one2one_cv3.2.0.0.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0"
   ],
   "input": [
    "/model.22/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated",
    "model.23.one2one_cv3.2.0.0.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.2.0.0.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@1059 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0:(ty=1,shape=[1,512,20,20])] Conv [/model.22/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),model.23.one2one_cv3.2.0.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[512,1,3,3]),model.23.one2one_cv3.2.0.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[512])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1061 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1279 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1063 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@1065 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20])] HardSigmoid [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@1067 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1069 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1071 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@1073 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0:(ty=1,shape=[1,512,20,20])] Mul [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,512,20,20]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1075 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20])] QuantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0:(ty=1,shape=[1,512,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1077 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.2.0.1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.2.0.1.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.23.one2one_cv3.2.0.1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@116 [model.23.one2one_cv3.2.0.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,512,1,1])] DequantizeLinear [model.23.one2one_cv3.2.0.1.conv.weight_quantized:(ty=3,shape=[128,512,1,1]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.23.one2one_cv3.2.0.1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.2.0.1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.2.0.1.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.23.one2one_cv3.2.0.1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@115 [model.23.one2one_cv3.2.0.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.23.one2one_cv3.2.0.1.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.23.one2one_cv3.2.0.1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv3.2.0.1.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.2.0.1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@1079 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0:(ty=1,shape=[1,128,20,20])] Conv [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),model.23.one2one_cv3.2.0.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,512,1,1]),model.23.one2one_cv3.2.0.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1081 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20])] QuantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0:(ty=1,shape=[1,128,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1280 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1083 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@1085 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,20,20])] HardSigmoid [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@1087 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0:(ty=1,shape=[1,128,20,20])] Mul [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1089 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20])] QuantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0:(ty=1,shape=[1,128,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1091 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@1093 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0:(ty=1,shape=[1,128,20,20])] Mul [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,20,20]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1095 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20])] QuantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0:(ty=1,shape=[1,128,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1097 [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.2.1.0.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.2.1.0.conv.weight_quantized",
    "ortshared_1_0_1_12_token_280",
    "model.23.one2one_cv3.2.1.0.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@118 [model.23.one2one_cv3.2.1.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,1,3,3])] DequantizeLinear [model.23.one2one_cv3.2.1.0.conv.weight_quantized:(ty=3,shape=[128,1,3,3]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),model.23.one2one_cv3.2.1.0.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.2.1.0.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.2.1.0.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.23.one2one_cv3.2.1.0.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@117 [model.23.one2one_cv3.2.1.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.23.one2one_cv3.2.1.0.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.23.one2one_cv3.2.1.0.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv3.2.1.0.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.2.1.0.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@1099 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0:(ty=1,shape=[1,128,20,20])] Conv [/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20]),model.23.one2one_cv3.2.1.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,1,3,3]),model.23.one2one_cv3.2.1.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1101 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20])] QuantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0:(ty=1,shape=[1,128,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1281 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1103 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@1104 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,20,20])] HardSigmoid [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@1105 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0:(ty=1,shape=[1,128,20,20])] Mul [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1106 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20])] QuantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0:(ty=1,shape=[1,128,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1107 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@1108 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0:(ty=1,shape=[1,128,20,20])] Mul [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,20,20]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1109 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20])] QuantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0:(ty=1,shape=[1,128,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1110 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.2.1.1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.2.1.1.conv.weight_quantized",
    "ortshared_1_0_1_12_token_280",
    "model.23.one2one_cv3.2.1.1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@120 [model.23.one2one_cv3.2.1.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,1,1])] DequantizeLinear [model.23.one2one_cv3.2.1.1.conv.weight_quantized:(ty=3,shape=[128,128,1,1]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),model.23.one2one_cv3.2.1.1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.2.1.1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.2.1.1.conv.bias_quantized",
    "ortshared_1_0_1_5_token_261",
    "model.23.one2one_cv3.2.1.1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@119 [model.23.one2one_cv3.2.1.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.23.one2one_cv3.2.1.1.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),model.23.one2one_cv3.2.1.1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv3.2.1.1.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.2.1.1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@1111 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0:(ty=1,shape=[1,128,20,20])] Conv [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20]),model.23.one2one_cv3.2.1.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,1,1]),model.23.one2one_cv3.2.1.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1112 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20])] QuantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0:(ty=1,shape=[1,128,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1282 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1113 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@1114 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,20,20])] HardSigmoid [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@1115 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0:(ty=1,shape=[1,128,20,20])] Mul [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1116 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20])] QuantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0:(ty=1,shape=[1,128,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1117 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@1118 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0:(ty=1,shape=[1,128,20,20])] Mul [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,20,20]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1119 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20])] QuantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0:(ty=1,shape=[1,128,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1120 [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.2.2.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.2.2.weight_quantized",
    "ortshared_1_0_1_10_token_278",
    "model.23.one2one_cv3.2.2.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@122 [model.23.one2one_cv3.2.2.weight_DequantizeLinear_Output:(ty=1,shape=[80,128,1,1])] DequantizeLinear [model.23.one2one_cv3.2.2.weight_quantized:(ty=3,shape=[80,128,1,1]),ortshared_1_0_1_10_token_278:(ty=1,shape=[]),model.23.one2one_cv3.2.2.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.2.2.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.2.2.bias_quantized",
    "ortshared_1_0_1_5_token_261",
    "model.23.one2one_cv3.2.2.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@121 [model.23.one2one_cv3.2.2.bias_DequantizeLinear_Output:(ty=1,shape=[80])] DequantizeLinear [model.23.one2one_cv3.2.2.bias_quantized:(ty=3,shape=[80]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),model.23.one2one_cv3.2.2.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv3.2.2.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.2.2.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@1121 [/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0:(ty=1,shape=[1,80,20,20])] Conv [/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,20,20]),model.23.one2one_cv3.2.2.weight_DequantizeLinear_Output:(ty=1,shape=[80,128,1,1]),model.23.one2one_cv3.2.2.bias_DequantizeLinear_Output:(ty=1,shape=[80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1122 [/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,80,20,20])] QuantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0:(ty=1,shape=[1,80,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1123 [/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,80,20,20])] DequantizeLinear [/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,80,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.22/cv2/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.22/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.22/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1057 [/model.22/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20])] DequantizeLinear [/model.22/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,512,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.22/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.2.0.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.2.0.conv.weight_quantized",
    "ortshared_1_0_1_4_token_260",
    "model.23.one2one_cv2.2.0.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@88 [model.23.one2one_cv2.2.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,512,3,3])] DequantizeLinear [model.23.one2one_cv2.2.0.conv.weight_quantized:(ty=3,shape=[64,512,3,3]),ortshared_1_0_1_4_token_260:(ty=1,shape=[]),model.23.one2one_cv2.2.0.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.2.0.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.2.0.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.23.one2one_cv2.2.0.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@87 [model.23.one2one_cv2.2.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.23.one2one_cv2.2.0.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.23.one2one_cv2.2.0.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0"
   ],
   "input": [
    "/model.22/cv2/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv2.2.0.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv2.2.0.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@1058 [/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0:(ty=1,shape=[1,64,20,20])] Conv [/model.22/cv2/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,512,20,20]),model.23.one2one_cv2.2.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,512,3,3]),model.23.one2one_cv2.2.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1060 [/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20])] QuantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0:(ty=1,shape=[1,64,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1283 [/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,20,20])] DequantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1062 [/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,20,20])] DequantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@1064 [/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,20,20])] HardSigmoid [/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@1066 [/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0:(ty=1,shape=[1,64,20,20])] Mul [/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1068 [/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20])] QuantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0:(ty=1,shape=[1,64,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1070 [/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,20,20])] DequantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@1072 [/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0:(ty=1,shape=[1,64,20,20])] Mul [/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,20,20]),/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1074 [/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20])] QuantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0:(ty=1,shape=[1,64,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1076 [/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,20,20])] DequantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.2.1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.2.1.conv.weight_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.23.one2one_cv2.2.1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@90 [model.23.one2one_cv2.2.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3])] DequantizeLinear [model.23.one2one_cv2.2.1.conv.weight_quantized:(ty=3,shape=[64,64,3,3]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.23.one2one_cv2.2.1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.2.1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.2.1.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.23.one2one_cv2.2.1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@89 [model.23.one2one_cv2.2.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.23.one2one_cv2.2.1.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.23.one2one_cv2.2.1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv2.2.1.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv2.2.1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@1078 [/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0:(ty=1,shape=[1,64,20,20])] Conv [/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,20,20]),model.23.one2one_cv2.2.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3]),model.23.one2one_cv2.2.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1080 [/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20])] QuantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0:(ty=1,shape=[1,64,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1284 [/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,20,20])] DequantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1082 [/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,20,20])] DequantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@1084 [/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,20,20])] HardSigmoid [/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@1086 [/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0:(ty=1,shape=[1,64,20,20])] Mul [/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,20,20]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1088 [/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20])] QuantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0:(ty=1,shape=[1,64,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1090 [/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,20,20])] DequantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@1092 [/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0:(ty=1,shape=[1,64,20,20])] Mul [/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,20,20]),/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1094 [/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20])] QuantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0:(ty=1,shape=[1,64,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1096 [/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,20,20])] DequantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.2.2.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.2.2.weight_quantized",
    "ortshared_1_0_1_4_token_260",
    "model.23.one2one_cv2.2.2.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@92 [model.23.one2one_cv2.2.2.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,1,1])] DequantizeLinear [model.23.one2one_cv2.2.2.weight_quantized:(ty=3,shape=[64,64,1,1]),ortshared_1_0_1_4_token_260:(ty=1,shape=[]),model.23.one2one_cv2.2.2.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.2.2.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.2.2.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.23.one2one_cv2.2.2.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@91 [model.23.one2one_cv2.2.2.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.23.one2one_cv2.2.2.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.23.one2one_cv2.2.2.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv2.2.2.weight_DequantizeLinear_Output",
    "model.23.one2one_cv2.2.2.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@1098 [/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0:(ty=1,shape=[1,64,20,20])] Conv [/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,20,20]),model.23.one2one_cv2.2.2.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,1,1]),model.23.one2one_cv2.2.2.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1100 [/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20])] QuantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0:(ty=1,shape=[1,64,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1102 [/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,20,20])] DequantizeLinear [/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_2_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0_DequantizeLinear_Output",
    "/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@1124 [/model.23/Concat_2_output_0:(ty=1,shape=[1,144,20,20])] Concat [/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,20,20]),/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,80,20,20])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_2_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Concat_2_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_2_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1125 [/model.23/Concat_2_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,20,20])] QuantizeLinear [/model.23/Concat_2_output_0:(ty=1,shape=[1,144,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_2_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_2_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Concat_2_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_2_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1126 [/model.23/Concat_2_output_0_DequantizeLinear_Output:(ty=1,shape=[1,144,20,20])] DequantizeLinear [/model.23/Concat_2_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,20,20]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_2_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Reshape_2_output_0"
   ],
   "input": [
    "/model.23/Concat_2_output_0_DequantizeLinear_Output",
    "ortshared_7_1_3_1_token_269"
   ],
   "opType": "Reshape",
   "comment": "@1127 [/model.23/Reshape_2_output_0:(ty=1,shape=[1,144,400])] Reshape [/model.23/Concat_2_output_0_DequantizeLinear_Output:(ty=1,shape=[1,144,20,20]),ortshared_7_1_3_1_token_269:(ty=7,shape=[3])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Reshape_2_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Reshape_2_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_2_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1128 [/model.23/Reshape_2_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,400])] QuantizeLinear [/model.23/Reshape_2_output_0:(ty=1,shape=[1,144,400]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_2_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Reshape_2_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Reshape_2_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_2_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1129 [/model.23/Reshape_2_output_0_DequantizeLinear_Output:(ty=1,shape=[1,144,400])] DequantizeLinear [/model.23/Reshape_2_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,400]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_2_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated_token_16"
   ],
   "input": [
    "/model.19/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.19/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1266 [/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated_token_16:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.19/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.19/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.1.0.0.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.1.0.0.conv.weight_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.23.one2one_cv3.1.0.0.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@104 [model.23.one2one_cv3.1.0.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3])] DequantizeLinear [model.23.one2one_cv3.1.0.0.conv.weight_quantized:(ty=3,shape=[256,1,3,3]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.23.one2one_cv3.1.0.0.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.1.0.0.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.1.0.0.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.23.one2one_cv3.1.0.0.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@103 [model.23.one2one_cv3.1.0.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])] DequantizeLinear [model.23.one2one_cv3.1.0.0.conv.bias_quantized:(ty=3,shape=[256]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.23.one2one_cv3.1.0.0.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0"
   ],
   "input": [
    "/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated_token_16",
    "model.23.one2one_cv3.1.0.0.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.1.0.0.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@890 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0:(ty=1,shape=[1,256,40,40])] Conv [/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated_token_16:(ty=1,shape=[1,256,40,40]),model.23.one2one_cv3.1.0.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[256,1,3,3]),model.23.one2one_cv3.1.0.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[256])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@893 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1285 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@896 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@899 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40])] HardSigmoid [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@902 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@905 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@908 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@911 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0:(ty=1,shape=[1,256,40,40])] Mul [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@914 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40])] QuantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0:(ty=1,shape=[1,256,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@917 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.1.0.1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.1.0.1.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.23.one2one_cv3.1.0.1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@106 [model.23.one2one_cv3.1.0.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,256,1,1])] DequantizeLinear [model.23.one2one_cv3.1.0.1.conv.weight_quantized:(ty=3,shape=[128,256,1,1]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.23.one2one_cv3.1.0.1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.1.0.1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.1.0.1.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.23.one2one_cv3.1.0.1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@105 [model.23.one2one_cv3.1.0.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.23.one2one_cv3.1.0.1.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.23.one2one_cv3.1.0.1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv3.1.0.1.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.1.0.1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@920 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0:(ty=1,shape=[1,128,40,40])] Conv [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,256,40,40]),model.23.one2one_cv3.1.0.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,256,1,1]),model.23.one2one_cv3.1.0.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@923 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1286 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@926 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@929 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40])] HardSigmoid [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@932 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@935 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@938 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@941 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@944 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@947 [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.1.1.0.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.1.1.0.conv.weight_quantized",
    "ortshared_1_0_1_12_token_280",
    "model.23.one2one_cv3.1.1.0.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@108 [model.23.one2one_cv3.1.1.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,1,3,3])] DequantizeLinear [model.23.one2one_cv3.1.1.0.conv.weight_quantized:(ty=3,shape=[128,1,3,3]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),model.23.one2one_cv3.1.1.0.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.1.1.0.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.1.1.0.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.23.one2one_cv3.1.1.0.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@107 [model.23.one2one_cv3.1.1.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.23.one2one_cv3.1.1.0.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.23.one2one_cv3.1.1.0.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv3.1.1.0.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.1.1.0.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@950 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0:(ty=1,shape=[1,128,40,40])] Conv [/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),model.23.one2one_cv3.1.1.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,1,3,3]),model.23.one2one_cv3.1.1.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@953 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1287 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@956 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@958 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40])] HardSigmoid [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@960 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@962 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@965 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@968 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@971 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@973 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.1.1.1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.1.1.1.conv.weight_quantized",
    "ortshared_1_0_1_12_token_280",
    "model.23.one2one_cv3.1.1.1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@110 [model.23.one2one_cv3.1.1.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,1,1])] DequantizeLinear [model.23.one2one_cv3.1.1.1.conv.weight_quantized:(ty=3,shape=[128,128,1,1]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),model.23.one2one_cv3.1.1.1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.1.1.1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.1.1.1.conv.bias_quantized",
    "ortshared_1_0_1_5_token_261",
    "model.23.one2one_cv3.1.1.1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@109 [model.23.one2one_cv3.1.1.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.23.one2one_cv3.1.1.1.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),model.23.one2one_cv3.1.1.1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv3.1.1.1.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.1.1.1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@975 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0:(ty=1,shape=[1,128,40,40])] Conv [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),model.23.one2one_cv3.1.1.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,1,1]),model.23.one2one_cv3.1.1.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@977 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1288 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@979 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@981 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40])] HardSigmoid [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@983 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@985 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@987 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@989 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0:(ty=1,shape=[1,128,40,40])] Mul [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,40,40]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@991 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40])] QuantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0:(ty=1,shape=[1,128,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@993 [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.1.2.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.1.2.weight_quantized",
    "ortshared_1_0_1_10_token_278",
    "model.23.one2one_cv3.1.2.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@112 [model.23.one2one_cv3.1.2.weight_DequantizeLinear_Output:(ty=1,shape=[80,128,1,1])] DequantizeLinear [model.23.one2one_cv3.1.2.weight_quantized:(ty=3,shape=[80,128,1,1]),ortshared_1_0_1_10_token_278:(ty=1,shape=[]),model.23.one2one_cv3.1.2.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.1.2.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.1.2.bias_quantized",
    "ortshared_1_0_1_5_token_261",
    "model.23.one2one_cv3.1.2.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@111 [model.23.one2one_cv3.1.2.bias_DequantizeLinear_Output:(ty=1,shape=[80])] DequantizeLinear [model.23.one2one_cv3.1.2.bias_quantized:(ty=3,shape=[80]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),model.23.one2one_cv3.1.2.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv3.1.2.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.1.2.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@995 [/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0:(ty=1,shape=[1,80,40,40])] Conv [/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,40,40]),model.23.one2one_cv3.1.2.weight_DequantizeLinear_Output:(ty=1,shape=[80,128,1,1]),model.23.one2one_cv3.1.2.bias_DequantizeLinear_Output:(ty=1,shape=[80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@997 [/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,80,40,40])] QuantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0:(ty=1,shape=[1,80,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@999 [/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,80,40,40])] DequantizeLinear [/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,80,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.19/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.19/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1265 [/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40])] DequantizeLinear [/model.19/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,256,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.19/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.1.0.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.1.0.conv.weight_quantized",
    "ortshared_1_0_1_1_token_255",
    "model.23.one2one_cv2.1.0.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@82 [model.23.one2one_cv2.1.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,256,3,3])] DequantizeLinear [model.23.one2one_cv2.1.0.conv.weight_quantized:(ty=3,shape=[64,256,3,3]),ortshared_1_0_1_1_token_255:(ty=1,shape=[]),model.23.one2one_cv2.1.0.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.1.0.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.1.0.conv.bias_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.23.one2one_cv2.1.0.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@81 [model.23.one2one_cv2.1.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.23.one2one_cv2.1.0.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.23.one2one_cv2.1.0.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0"
   ],
   "input": [
    "/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated",
    "model.23.one2one_cv2.1.0.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv2.1.0.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@889 [/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0:(ty=1,shape=[1,64,40,40])] Conv [/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,256,40,40]),model.23.one2one_cv2.1.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,256,3,3]),model.23.one2one_cv2.1.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@892 [/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40])] QuantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0:(ty=1,shape=[1,64,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1289 [/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,40,40])] DequantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@895 [/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,40,40])] DequantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@898 [/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,40,40])] HardSigmoid [/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@901 [/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0:(ty=1,shape=[1,64,40,40])] Mul [/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@904 [/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40])] QuantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0:(ty=1,shape=[1,64,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@907 [/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,40,40])] DequantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@910 [/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0:(ty=1,shape=[1,64,40,40])] Mul [/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,40,40]),/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@913 [/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40])] QuantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0:(ty=1,shape=[1,64,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@916 [/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,40,40])] DequantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.1.1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.1.1.conv.weight_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.23.one2one_cv2.1.1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@84 [model.23.one2one_cv2.1.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3])] DequantizeLinear [model.23.one2one_cv2.1.1.conv.weight_quantized:(ty=3,shape=[64,64,3,3]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.23.one2one_cv2.1.1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.1.1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.1.1.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.23.one2one_cv2.1.1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@83 [model.23.one2one_cv2.1.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.23.one2one_cv2.1.1.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.23.one2one_cv2.1.1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv2.1.1.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv2.1.1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@919 [/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0:(ty=1,shape=[1,64,40,40])] Conv [/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,40,40]),model.23.one2one_cv2.1.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3]),model.23.one2one_cv2.1.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@922 [/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40])] QuantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0:(ty=1,shape=[1,64,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1290 [/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,40,40])] DequantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@925 [/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,40,40])] DequantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@928 [/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,40,40])] HardSigmoid [/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@931 [/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0:(ty=1,shape=[1,64,40,40])] Mul [/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,40,40]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@934 [/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40])] QuantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0:(ty=1,shape=[1,64,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@937 [/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,40,40])] DequantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@940 [/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0:(ty=1,shape=[1,64,40,40])] Mul [/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,40,40]),/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@943 [/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40])] QuantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0:(ty=1,shape=[1,64,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@946 [/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,40,40])] DequantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.1.2.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.1.2.weight_quantized",
    "ortshared_1_0_1_4_token_260",
    "model.23.one2one_cv2.1.2.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@86 [model.23.one2one_cv2.1.2.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,1,1])] DequantizeLinear [model.23.one2one_cv2.1.2.weight_quantized:(ty=3,shape=[64,64,1,1]),ortshared_1_0_1_4_token_260:(ty=1,shape=[]),model.23.one2one_cv2.1.2.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.1.2.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.1.2.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.23.one2one_cv2.1.2.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@85 [model.23.one2one_cv2.1.2.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.23.one2one_cv2.1.2.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.23.one2one_cv2.1.2.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv2.1.2.weight_DequantizeLinear_Output",
    "model.23.one2one_cv2.1.2.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@949 [/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0:(ty=1,shape=[1,64,40,40])] Conv [/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,40,40]),model.23.one2one_cv2.1.2.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,1,1]),model.23.one2one_cv2.1.2.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@952 [/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40])] QuantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0:(ty=1,shape=[1,64,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@955 [/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,40,40])] DequantizeLinear [/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_1_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0_DequantizeLinear_Output",
    "/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@1001 [/model.23/Concat_1_output_0:(ty=1,shape=[1,144,40,40])] Concat [/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,40,40]),/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,80,40,40])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_1_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Concat_1_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_1_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1003 [/model.23/Concat_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,40,40])] QuantizeLinear [/model.23/Concat_1_output_0:(ty=1,shape=[1,144,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_1_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_1_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Concat_1_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_1_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1005 [/model.23/Concat_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,144,40,40])] DequantizeLinear [/model.23/Concat_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,40,40]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_1_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Reshape_1_output_0"
   ],
   "input": [
    "/model.23/Concat_1_output_0_DequantizeLinear_Output",
    "ortshared_7_1_3_1_token_269"
   ],
   "opType": "Reshape",
   "comment": "@1007 [/model.23/Reshape_1_output_0:(ty=1,shape=[1,144,1600])] Reshape [/model.23/Concat_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,144,40,40]),ortshared_7_1_3_1_token_269:(ty=7,shape=[3])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Reshape_1_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Reshape_1_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_1_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1009 [/model.23/Reshape_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,1600])] QuantizeLinear [/model.23/Reshape_1_output_0:(ty=1,shape=[1,144,1600]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_1_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Reshape_1_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Reshape_1_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_1_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1011 [/model.23/Reshape_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,144,1600])] DequantizeLinear [/model.23/Reshape_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,1600]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_1_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated_token_14"
   ],
   "input": [
    "/model.16/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.16/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1257 [/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated_token_14:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.16/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.0.0.0.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.0.0.0.conv.weight_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.23.one2one_cv3.0.0.0.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@94 [model.23.one2one_cv3.0.0.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,1,3,3])] DequantizeLinear [model.23.one2one_cv3.0.0.0.conv.weight_quantized:(ty=3,shape=[128,1,3,3]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.23.one2one_cv3.0.0.0.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.0.0.0.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.0.0.0.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.23.one2one_cv3.0.0.0.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@93 [model.23.one2one_cv3.0.0.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.23.one2one_cv3.0.0.0.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.23.one2one_cv3.0.0.0.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0"
   ],
   "input": [
    "/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated_token_14",
    "model.23.one2one_cv3.0.0.0.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.0.0.0.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@756 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0:(ty=1,shape=[1,128,80,80])] Conv [/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated_token_14:(ty=1,shape=[1,128,80,80]),model.23.one2one_cv3.0.0.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,1,3,3]),model.23.one2one_cv3.0.0.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@759 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1291 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@762 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@765 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80])] HardSigmoid [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@768 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@771 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@774 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@777 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@780 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@783 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.0.0.1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.0.0.1.conv.weight_quantized",
    "ortshared_1_0_1_11_token_279",
    "model.23.one2one_cv3.0.0.1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@96 [model.23.one2one_cv3.0.0.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,1,1])] DequantizeLinear [model.23.one2one_cv3.0.0.1.conv.weight_quantized:(ty=3,shape=[128,128,1,1]),ortshared_1_0_1_11_token_279:(ty=1,shape=[]),model.23.one2one_cv3.0.0.1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.0.0.1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.0.0.1.conv.bias_quantized",
    "ortshared_1_0_1_12_token_280",
    "model.23.one2one_cv3.0.0.1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@95 [model.23.one2one_cv3.0.0.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.23.one2one_cv3.0.0.1.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),model.23.one2one_cv3.0.0.1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv3.0.0.1.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.0.0.1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@786 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0:(ty=1,shape=[1,128,80,80])] Conv [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80]),model.23.one2one_cv3.0.0.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,1,1]),model.23.one2one_cv3.0.0.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@789 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1292 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@792 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@795 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80])] HardSigmoid [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@798 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@801 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@804 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@807 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@810 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@813 [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.0.1.0.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.0.1.0.conv.weight_quantized",
    "ortshared_1_0_1_5_token_261",
    "model.23.one2one_cv3.0.1.0.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@98 [model.23.one2one_cv3.0.1.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,1,3,3])] DequantizeLinear [model.23.one2one_cv3.0.1.0.conv.weight_quantized:(ty=3,shape=[128,1,3,3]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),model.23.one2one_cv3.0.1.0.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.0.1.0.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.0.1.0.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.23.one2one_cv3.0.1.0.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@97 [model.23.one2one_cv3.0.1.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.23.one2one_cv3.0.1.0.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.23.one2one_cv3.0.1.0.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv3.0.1.0.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.0.1.0.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@816 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0:(ty=1,shape=[1,128,80,80])] Conv [/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80]),model.23.one2one_cv3.0.1.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,1,3,3]),model.23.one2one_cv3.0.1.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@819 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1293 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@822 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@825 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80])] HardSigmoid [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@828 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@831 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@833 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@835 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@837 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@839 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.0.1.1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.0.1.1.conv.weight_quantized",
    "ortshared_1_0_1_5_token_261",
    "model.23.one2one_cv3.0.1.1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@100 [model.23.one2one_cv3.0.1.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,1,1])] DequantizeLinear [model.23.one2one_cv3.0.1.1.conv.weight_quantized:(ty=3,shape=[128,128,1,1]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),model.23.one2one_cv3.0.1.1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.0.1.1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.0.1.1.conv.bias_quantized",
    "ortshared_1_0_1_5_token_261",
    "model.23.one2one_cv3.0.1.1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@99 [model.23.one2one_cv3.0.1.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])] DequantizeLinear [model.23.one2one_cv3.0.1.1.conv.bias_quantized:(ty=3,shape=[128]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),model.23.one2one_cv3.0.1.1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv3.0.1.1.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.0.1.1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@841 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0:(ty=1,shape=[1,128,80,80])] Conv [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80]),model.23.one2one_cv3.0.1.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[128,128,1,1]),model.23.one2one_cv3.0.1.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[128])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@843 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1294 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@845 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@847 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80])] HardSigmoid [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@849 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@851 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@853 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@855 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0:(ty=1,shape=[1,128,80,80])] Mul [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@857 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80])] QuantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0:(ty=1,shape=[1,128,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@859 [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.0.2.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.0.2.weight_quantized",
    "ortshared_1_0_1_4_token_260",
    "model.23.one2one_cv3.0.2.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@102 [model.23.one2one_cv3.0.2.weight_DequantizeLinear_Output:(ty=1,shape=[80,128,1,1])] DequantizeLinear [model.23.one2one_cv3.0.2.weight_quantized:(ty=3,shape=[80,128,1,1]),ortshared_1_0_1_4_token_260:(ty=1,shape=[]),model.23.one2one_cv3.0.2.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv3.0.2.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv3.0.2.bias_quantized",
    "ortshared_1_0_1_5_token_261",
    "model.23.one2one_cv3.0.2.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@101 [model.23.one2one_cv3.0.2.bias_DequantizeLinear_Output:(ty=1,shape=[80])] DequantizeLinear [model.23.one2one_cv3.0.2.bias_quantized:(ty=3,shape=[80]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),model.23.one2one_cv3.0.2.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv3.0.2.weight_DequantizeLinear_Output",
    "model.23.one2one_cv3.0.2.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@861 [/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0:(ty=1,shape=[1,80,80,80])] Conv [/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,128,80,80]),model.23.one2one_cv3.0.2.weight_DequantizeLinear_Output:(ty=1,shape=[80,128,1,1]),model.23.one2one_cv3.0.2.bias_DequantizeLinear_Output:(ty=1,shape=[80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@863 [/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,80,80,80])] QuantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0:(ty=1,shape=[1,80,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@865 [/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,80,80,80])] DequantizeLinear [/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,80,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.16/cv2/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_0_token_252",
    "/model.16/cv2/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1256 [/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80])] DequantizeLinear [/model.16/cv2/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,128,80,80]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),/model.16/cv2/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.0.0.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.0.0.conv.weight_quantized",
    "ortshared_1_0_1_6_token_265",
    "model.23.one2one_cv2.0.0.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@76 [model.23.one2one_cv2.0.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,128,3,3])] DequantizeLinear [model.23.one2one_cv2.0.0.conv.weight_quantized:(ty=3,shape=[64,128,3,3]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),model.23.one2one_cv2.0.0.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.0.0.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.0.0.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.23.one2one_cv2.0.0.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@75 [model.23.one2one_cv2.0.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.23.one2one_cv2.0.0.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.23.one2one_cv2.0.0.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0"
   ],
   "input": [
    "/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated",
    "model.23.one2one_cv2.0.0.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv2.0.0.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@755 [/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0:(ty=1,shape=[1,64,80,80])] Conv [/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,128,80,80]),model.23.one2one_cv2.0.0.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,128,3,3]),model.23.one2one_cv2.0.0.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@758 [/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1295 [/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@761 [/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@764 [/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80])] HardSigmoid [/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@767 [/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@770 [/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@773 [/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@776 [/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80]),/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@779 [/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_12_token_280",
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@782 [/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_12_token_280:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.0.1.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.0.1.conv.weight_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.23.one2one_cv2.0.1.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@78 [model.23.one2one_cv2.0.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3])] DequantizeLinear [model.23.one2one_cv2.0.1.conv.weight_quantized:(ty=3,shape=[64,64,3,3]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.23.one2one_cv2.0.1.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.0.1.conv.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.0.1.conv.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.23.one2one_cv2.0.1.conv.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@77 [model.23.one2one_cv2.0.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.23.one2one_cv2.0.1.conv.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.23.one2one_cv2.0.1.conv.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv2.0.1.conv.weight_DequantizeLinear_Output",
    "model.23.one2one_cv2.0.1.conv.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@785 [/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0:(ty=1,shape=[1,64,80,80])] Conv [/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80]),model.23.one2one_cv2.0.1.conv.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,3,3]),model.23.one2one_cv2.0.1.conv.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@788 [/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1296 [/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@791 [/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@794 [/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80])] HardSigmoid [/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@797 [/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_Mul:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@800 [/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@803 [/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@806 [/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0:(ty=1,shape=[1,64,80,80])] Mul [/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,64,80,80]),/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@809 [/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@812 [/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.0.2.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.0.2.weight_quantized",
    "ortshared_1_0_1_4_token_260",
    "model.23.one2one_cv2.0.2.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@80 [model.23.one2one_cv2.0.2.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,1,1])] DequantizeLinear [model.23.one2one_cv2.0.2.weight_quantized:(ty=3,shape=[64,64,1,1]),ortshared_1_0_1_4_token_260:(ty=1,shape=[]),model.23.one2one_cv2.0.2.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.one2one_cv2.0.2.bias_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.one2one_cv2.0.2.bias_quantized",
    "ortshared_1_0_1_0_token_252",
    "model.23.one2one_cv2.0.2.bias_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@79 [model.23.one2one_cv2.0.2.bias_DequantizeLinear_Output:(ty=1,shape=[64])] DequantizeLinear [model.23.one2one_cv2.0.2.bias_quantized:(ty=3,shape=[64]),ortshared_1_0_1_0_token_252:(ty=1,shape=[]),model.23.one2one_cv2.0.2.bias_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0_DequantizeLinear_Output",
    "model.23.one2one_cv2.0.2.weight_DequantizeLinear_Output",
    "model.23.one2one_cv2.0.2.bias_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@815 [/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0:(ty=1,shape=[1,64,80,80])] Conv [/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80]),model.23.one2one_cv2.0.2.weight_DequantizeLinear_Output:(ty=1,shape=[64,64,1,1]),model.23.one2one_cv2.0.2.bias_DequantizeLinear_Output:(ty=1,shape=[64])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@818 [/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80])] QuantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0:(ty=1,shape=[1,64,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@821 [/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80])] DequantizeLinear [/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_output_0"
   ],
   "input": [
    "/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0_DequantizeLinear_Output",
    "/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@867 [/model.23/Concat_output_0:(ty=1,shape=[1,144,80,80])] Concat [/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,80,80]),/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,80,80,80])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Concat_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@869 [/model.23/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,80,80])] QuantizeLinear [/model.23/Concat_output_0:(ty=1,shape=[1,144,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Concat_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@871 [/model.23/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,144,80,80])] DequantizeLinear [/model.23/Concat_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,80,80]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Reshape_output_0"
   ],
   "input": [
    "/model.23/Concat_output_0_DequantizeLinear_Output",
    "ortshared_7_1_3_1_token_269"
   ],
   "opType": "Reshape",
   "comment": "@873 [/model.23/Reshape_output_0:(ty=1,shape=[1,144,6400])] Reshape [/model.23/Concat_output_0_DequantizeLinear_Output:(ty=1,shape=[1,144,80,80]),ortshared_7_1_3_1_token_269:(ty=7,shape=[3])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Reshape_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Reshape_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@875 [/model.23/Reshape_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,6400])] QuantizeLinear [/model.23/Reshape_output_0:(ty=1,shape=[1,144,6400]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Reshape_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Reshape_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@877 [/model.23/Reshape_output_0_DequantizeLinear_Output:(ty=1,shape=[1,144,6400])] DequantizeLinear [/model.23/Reshape_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,6400]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_3_output_0"
   ],
   "input": [
    "/model.23/Reshape_output_0_DequantizeLinear_Output",
    "/model.23/Reshape_1_output_0_DequantizeLinear_Output",
    "/model.23/Reshape_2_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@1130 [/model.23/Concat_3_output_0:(ty=1,shape=[1,144,8400])] Concat [/model.23/Reshape_output_0_DequantizeLinear_Output:(ty=1,shape=[1,144,6400]),/model.23/Reshape_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,144,1600]),/model.23/Reshape_2_output_0_DequantizeLinear_Output:(ty=1,shape=[1,144,400])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_3_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Concat_3_output_0",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_3_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1131 [/model.23/Concat_3_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,8400])] QuantizeLinear [/model.23/Concat_3_output_0:(ty=1,shape=[1,144,8400]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_3_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_3_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Concat_3_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_3_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1132 [/model.23/Concat_3_output_0_DequantizeLinear_Output:(ty=1,shape=[1,144,8400])] DequantizeLinear [/model.23/Concat_3_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,8400]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_3_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Split_output_0"
   ],
   "input": [
    "/model.23/Concat_3_output_0_DequantizeLinear_Output",
    "ortshared_7_1_1_2_token_262",
    "ortshared_7_1_1_7_token_273",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@1133 [/model.23/Split_output_0:(ty=1,shape=[1,64,8400])] Slice [/model.23/Concat_3_output_0_DequantizeLinear_Output:(ty=1,shape=[1,144,8400]),ortshared_7_1_1_2_token_262:(ty=7,shape=[1]),ortshared_7_1_1_7_token_273:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Split_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Split_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.23/Split_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1135 [/model.23/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,8400])] QuantizeLinear [/model.23/Split_output_0:(ty=1,shape=[1,64,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Split_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Split_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/Split_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1137 [/model.23/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,8400])] DequantizeLinear [/model.23/Split_output_0_QuantizeLinear_Output:(ty=2,shape=[1,64,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/dfl/Reshape_output_0"
   ],
   "input": [
    "/model.23/Split_output_0_DequantizeLinear_Output",
    "ortshared_7_1_4_1_token_264"
   ],
   "opType": "Reshape",
   "comment": "@1139 [/model.23/dfl/Reshape_output_0:(ty=1,shape=[1,4,16,8400])] Reshape [/model.23/Split_output_0_DequantizeLinear_Output:(ty=1,shape=[1,64,8400]),ortshared_7_1_4_1_token_264:(ty=7,shape=[4])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/dfl/Reshape_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/dfl/Reshape_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.23/Split_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1141 [/model.23/dfl/Reshape_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,16,8400])] QuantizeLinear [/model.23/dfl/Reshape_output_0:(ty=1,shape=[1,4,16,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/dfl/Reshape_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/dfl/Reshape_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/Split_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1143 [/model.23/dfl/Reshape_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,16,8400])] DequantizeLinear [/model.23/dfl/Reshape_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,16,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/dfl/Transpose_output_0"
   ],
   "input": [
    "/model.23/dfl/Reshape_output_0_DequantizeLinear_Output"
   ],
   "opType": "Transpose",
   "comment": "@1145 [/model.23/dfl/Transpose_output_0:(ty=1,shape=[1,16,4,8400])] Transpose [/model.23/dfl/Reshape_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,16,8400])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/dfl/Transpose_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/dfl/Transpose_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.23/Split_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1147 [/model.23/dfl/Transpose_output_0_QuantizeLinear_Output:(ty=2,shape=[1,16,4,8400])] QuantizeLinear [/model.23/dfl/Transpose_output_0:(ty=1,shape=[1,16,4,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/dfl/Transpose_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/dfl/Transpose_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/Split_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1148 [/model.23/dfl/Transpose_output_0_DequantizeLinear_Output:(ty=1,shape=[1,16,4,8400])] DequantizeLinear [/model.23/dfl/Transpose_output_0_QuantizeLinear_Output:(ty=2,shape=[1,16,4,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/Split_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/dfl/Softmax_output_0"
   ],
   "input": [
    "/model.23/dfl/Transpose_output_0_DequantizeLinear_Output"
   ],
   "opType": "Softmax",
   "comment": "@1149 [/model.23/dfl/Softmax_output_0:(ty=1,shape=[1,16,4,8400])] Softmax [/model.23/dfl/Transpose_output_0_DequantizeLinear_Output:(ty=1,shape=[1,16,4,8400])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/dfl/Softmax_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/dfl/Softmax_output_0",
    "ortshared_1_0_1_6_token_265",
    "/model.23/dfl/Softmax_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1150 [/model.23/dfl/Softmax_output_0_QuantizeLinear_Output:(ty=2,shape=[1,16,4,8400])] QuantizeLinear [/model.23/dfl/Softmax_output_0:(ty=1,shape=[1,16,4,8400]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/dfl/Softmax_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/dfl/Softmax_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/dfl/Softmax_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_6_token_265",
    "/model.23/dfl/Softmax_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1151 [/model.23/dfl/Softmax_output_0_DequantizeLinear_Output:(ty=1,shape=[1,16,4,8400])] DequantizeLinear [/model.23/dfl/Softmax_output_0_QuantizeLinear_Output:(ty=2,shape=[1,16,4,8400]),ortshared_1_0_1_6_token_265:(ty=1,shape=[]),/model.23/dfl/Softmax_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "model.23.dfl.conv.weight_DequantizeLinear_Output"
   ],
   "input": [
    "model.23.dfl.conv.weight_quantized",
    "ortshared_1_0_1_7_token_266",
    "model.23.dfl.conv.weight_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@74 [model.23.dfl.conv.weight_DequantizeLinear_Output:(ty=1,shape=[1,16,1,1])] DequantizeLinear [model.23.dfl.conv.weight_quantized:(ty=3,shape=[1,16,1,1]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),model.23.dfl.conv.weight_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/dfl/conv/Conv_output_0"
   ],
   "input": [
    "/model.23/dfl/Softmax_output_0_DequantizeLinear_Output",
    "model.23.dfl.conv.weight_DequantizeLinear_Output"
   ],
   "opType": "Conv",
   "comment": "@1152 [/model.23/dfl/conv/Conv_output_0:(ty=1,shape=[1,1,4,8400])] Conv [/model.23/dfl/Softmax_output_0_DequantizeLinear_Output:(ty=1,shape=[1,16,4,8400]),model.23.dfl.conv.weight_DequantizeLinear_Output:(ty=1,shape=[1,16,1,1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/dfl/conv/Conv_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/dfl/conv/Conv_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.23/dfl/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1153 [/model.23/dfl/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,1,4,8400])] QuantizeLinear [/model.23/dfl/conv/Conv_output_0:(ty=1,shape=[1,1,4,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/dfl/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/dfl/conv/Conv_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/dfl/conv/Conv_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/dfl/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1154 [/model.23/dfl/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,1,4,8400])] DequantizeLinear [/model.23/dfl/conv/Conv_output_0_QuantizeLinear_Output:(ty=2,shape=[1,1,4,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/dfl/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/dfl/Reshape_1_output_0"
   ],
   "input": [
    "/model.23/dfl/conv/Conv_output_0_DequantizeLinear_Output",
    "ortshared_7_1_3_0_token_257"
   ],
   "opType": "Reshape",
   "comment": "@1155 [/model.23/dfl/Reshape_1_output_0:(ty=1,shape=[1,4,8400])] Reshape [/model.23/dfl/conv/Conv_output_0_DequantizeLinear_Output:(ty=1,shape=[1,1,4,8400]),ortshared_7_1_3_0_token_257:(ty=7,shape=[3])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/dfl/Reshape_1_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/dfl/Reshape_1_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.23/dfl/conv/Conv_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1156 [/model.23/dfl/Reshape_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,8400])] QuantizeLinear [/model.23/dfl/Reshape_1_output_0:(ty=1,shape=[1,4,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/dfl/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/dfl/Reshape_1_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/dfl/Reshape_1_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/dfl/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1298 [/model.23/dfl/Reshape_1_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,4,8400])] DequantizeLinear [/model.23/dfl/Reshape_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/dfl/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/Split_1_output_1"
   ],
   "input": [
    "/model.23/dfl/Reshape_1_output_0_DequantizeLinear_Output/duplicated",
    "ortshared_7_1_1_8_token_274",
    "ortshared_7_1_1_4_token_268",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@1159 [/model.23/Split_1_output_1:(ty=1,shape=[1,2,8400])] Slice [/model.23/dfl/Reshape_1_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,4,8400]),ortshared_7_1_1_8_token_274:(ty=7,shape=[1]),ortshared_7_1_1_4_token_268:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/Split_1_output_1_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Split_1_output_1",
    "ortshared_1_0_1_5_token_261",
    "/model.23/Split_1_output_1_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1161 [/model.23/Split_1_output_1_QuantizeLinear_Output:(ty=2,shape=[1,2,8400])] QuantizeLinear [/model.23/Split_1_output_1:(ty=1,shape=[1,2,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/Split_1_output_1_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/Split_1_output_1_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Split_1_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/Split_1_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1163 [/model.23/Split_1_output_1_DequantizeLinear_Output:(ty=1,shape=[1,2,8400])] DequantizeLinear [/model.23/Split_1_output_1_QuantizeLinear_Output:(ty=2,shape=[1,2,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/Split_1_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Add_output_0"
   ],
   "input": [
    "/model.23/Constant_3_output_0_DequantizeLinear_Output/duplicated",
    "/model.23/Split_1_output_1_DequantizeLinear_Output"
   ],
   "opType": "Add",
   "comment": "@1165 [/model.23/Add_output_0:(ty=1,shape=[1,2,8400])] Add [/model.23/Constant_3_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,2,8400]),/model.23/Split_1_output_1_DequantizeLinear_Output:(ty=1,shape=[1,2,8400])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Add_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Add_output_0",
    "ortshared_1_0_1_9_token_276",
    "/model.23/Add_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1167 [/model.23/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,2,8400])] QuantizeLinear [/model.23/Add_output_0:(ty=1,shape=[1,2,8400]),ortshared_1_0_1_9_token_276:(ty=1,shape=[]),/model.23/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Add_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Add_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_9_token_276",
    "/model.23/Add_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1169 [/model.23/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,2,8400])] DequantizeLinear [/model.23/Add_output_0_QuantizeLinear_Output:(ty=2,shape=[1,2,8400]),ortshared_1_0_1_9_token_276:(ty=1,shape=[]),/model.23/Add_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/dfl/Reshape_1_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/dfl/Reshape_1_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/dfl/conv/Conv_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1157 [/model.23/dfl/Reshape_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,8400])] DequantizeLinear [/model.23/dfl/Reshape_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/dfl/conv/Conv_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/Split_1_output_0"
   ],
   "input": [
    "/model.23/dfl/Reshape_1_output_0_DequantizeLinear_Output",
    "ortshared_7_1_1_2_token_262",
    "ortshared_7_1_1_8_token_274",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@1158 [/model.23/Split_1_output_0:(ty=1,shape=[1,2,8400])] Slice [/model.23/dfl/Reshape_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,8400]),ortshared_7_1_1_2_token_262:(ty=7,shape=[1]),ortshared_7_1_1_8_token_274:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/Split_1_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Split_1_output_0",
    "ortshared_1_0_1_5_token_261",
    "/model.23/Split_1_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1160 [/model.23/Split_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,2,8400])] QuantizeLinear [/model.23/Split_1_output_0:(ty=1,shape=[1,2,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/Split_1_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/Split_1_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Split_1_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_5_token_261",
    "/model.23/Split_1_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1162 [/model.23/Split_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,2,8400])] DequantizeLinear [/model.23/Split_1_output_0_QuantizeLinear_Output:(ty=2,shape=[1,2,8400]),ortshared_1_0_1_5_token_261:(ty=1,shape=[]),/model.23/Split_1_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Constant_3_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Constant_3_output_0_quantized",
    "ortshared_1_0_1_9_token_276",
    "/model.23/Constant_3_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1 [/model.23/Constant_3_output_0_DequantizeLinear_Output:(ty=1,shape=[1,2,8400])] DequantizeLinear [/model.23/Constant_3_output_0_quantized:(ty=3,shape=[1,2,8400]),ortshared_1_0_1_9_token_276:(ty=1,shape=[]),/model.23/Constant_3_output_0_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Sub_output_0"
   ],
   "input": [
    "/model.23/Constant_3_output_0_DequantizeLinear_Output",
    "/model.23/Split_1_output_0_DequantizeLinear_Output"
   ],
   "opType": "Sub",
   "comment": "@1164 [/model.23/Sub_output_0:(ty=1,shape=[1,2,8400])] Sub [/model.23/Constant_3_output_0_DequantizeLinear_Output:(ty=1,shape=[1,2,8400]),/model.23/Split_1_output_0_DequantizeLinear_Output:(ty=1,shape=[1,2,8400])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Sub_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Sub_output_0",
    "ortshared_1_0_1_9_token_276",
    "/model.23/Sub_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1166 [/model.23/Sub_output_0_QuantizeLinear_Output:(ty=2,shape=[1,2,8400])] QuantizeLinear [/model.23/Sub_output_0:(ty=1,shape=[1,2,8400]),ortshared_1_0_1_9_token_276:(ty=1,shape=[]),/model.23/Sub_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Sub_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Sub_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_9_token_276",
    "/model.23/Sub_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1168 [/model.23/Sub_output_0_DequantizeLinear_Output:(ty=1,shape=[1,2,8400])] DequantizeLinear [/model.23/Sub_output_0_QuantizeLinear_Output:(ty=2,shape=[1,2,8400]),ortshared_1_0_1_9_token_276:(ty=1,shape=[]),/model.23/Sub_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_4_output_0"
   ],
   "input": [
    "/model.23/Sub_output_0_DequantizeLinear_Output",
    "/model.23/Add_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@1170 [/model.23/Concat_4_output_0:(ty=1,shape=[1,4,8400])] Concat [/model.23/Sub_output_0_DequantizeLinear_Output:(ty=1,shape=[1,2,8400]),/model.23/Add_output_0_DequantizeLinear_Output:(ty=1,shape=[1,2,8400])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_4_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Concat_4_output_0",
    "ortshared_1_0_1_9_token_276",
    "/model.23/Concat_4_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1171 [/model.23/Concat_4_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,8400])] QuantizeLinear [/model.23/Concat_4_output_0:(ty=1,shape=[1,4,8400]),ortshared_1_0_1_9_token_276:(ty=1,shape=[]),/model.23/Concat_4_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Concat_4_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Concat_4_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_9_token_276",
    "/model.23/Concat_4_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1172 [/model.23/Concat_4_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,8400])] DequantizeLinear [/model.23/Concat_4_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,8400]),ortshared_1_0_1_9_token_276:(ty=1,shape=[]),/model.23/Concat_4_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Constant_5_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Constant_5_output_0_quantized",
    "ortshared_1_0_1_2_token_258",
    "/model.23/Constant_5_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@2 [/model.23/Constant_5_output_0_DequantizeLinear_Output:(ty=1,shape=[1,8400])] DequantizeLinear [/model.23/Constant_5_output_0_quantized:(ty=3,shape=[1,8400]),ortshared_1_0_1_2_token_258:(ty=1,shape=[]),/model.23/Constant_5_output_0_zero_point:(ty=3,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Mul_output_0"
   ],
   "input": [
    "/model.23/Concat_4_output_0_DequantizeLinear_Output",
    "/model.23/Constant_5_output_0_DequantizeLinear_Output"
   ],
   "opType": "Mul",
   "comment": "@1173 [/model.23/Mul_output_0:(ty=1,shape=[1,4,8400])] Mul [/model.23/Concat_4_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,8400]),/model.23/Constant_5_output_0_DequantizeLinear_Output:(ty=1,shape=[1,8400])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Mul_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Mul_output_0",
    "ortshared_1_0_1_3_token_259",
    "/model.23/Mul_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1174 [/model.23/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,8400])] QuantizeLinear [/model.23/Mul_output_0:(ty=1,shape=[1,4,8400]),ortshared_1_0_1_3_token_259:(ty=1,shape=[]),/model.23/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Mul_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Mul_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_3_token_259",
    "/model.23/Mul_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1175 [/model.23/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,8400])] DequantizeLinear [/model.23/Mul_output_0_QuantizeLinear_Output:(ty=2,shape=[1,4,8400]),ortshared_1_0_1_3_token_259:(ty=1,shape=[]),/model.23/Mul_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/Concat_3_output_0_DequantizeLinear_Output/duplicated"
   ],
   "input": [
    "/model.23/Concat_3_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Concat_3_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1297 [/model.23/Concat_3_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,144,8400])] DequantizeLinear [/model.23/Concat_3_output_0_QuantizeLinear_Output:(ty=2,shape=[1,144,8400]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Concat_3_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Split_output_1"
   ],
   "input": [
    "/model.23/Concat_3_output_0_DequantizeLinear_Output/duplicated",
    "ortshared_7_1_1_7_token_273",
    "ortshared_7_1_1_6_token_272",
    "ortshared_7_1_1_1_token_256",
    "ortshared_7_1_1_1_token_256"
   ],
   "opType": "Slice",
   "comment": "@1134 [/model.23/Split_output_1:(ty=1,shape=[1,80,8400])] Slice [/model.23/Concat_3_output_0_DequantizeLinear_Output/duplicated:(ty=1,shape=[1,144,8400]),ortshared_7_1_1_7_token_273:(ty=7,shape=[1]),ortshared_7_1_1_6_token_272:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1]),ortshared_7_1_1_1_token_256:(ty=7,shape=[1])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Split_output_1_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Split_output_1",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Split_output_1_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1136 [/model.23/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,80,8400])] QuantizeLinear [/model.23/Split_output_1:(ty=1,shape=[1,80,8400]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Split_output_1_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Split_output_1_QuantizeLinear_Output",
    "ortshared_1_0_1_7_token_266",
    "/model.23/Split_output_1_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1138 [/model.23/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,80,8400])] DequantizeLinear [/model.23/Split_output_1_QuantizeLinear_Output:(ty=2,shape=[1,80,8400]),ortshared_1_0_1_7_token_266:(ty=1,shape=[]),/model.23/Split_output_1_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Sigmoid_output_0_Mul"
   ],
   "input": [
    "/model.23/Split_output_1_DequantizeLinear_Output"
   ],
   "opType": "HardSigmoid",
   "comment": "@1140 [/model.23/Sigmoid_output_0_Mul:(ty=1,shape=[1,80,8400])] HardSigmoid [/model.23/Split_output_1_DequantizeLinear_Output:(ty=1,shape=[1,80,8400])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Sigmoid_output_0"
   ],
   "input": [
    "/model.23/Sigmoid_output_0_Mul",
    "ortshared_1_0_1_8_token_267"
   ],
   "opType": "Mul",
   "comment": "@1142 [/model.23/Sigmoid_output_0:(ty=1,shape=[1,80,8400])] Mul [/model.23/Sigmoid_output_0_Mul:(ty=1,shape=[1,80,8400]),ortshared_1_0_1_8_token_267:(ty=1,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Sigmoid_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Sigmoid_output_0",
    "ortshared_1_0_1_3_token_259",
    "/model.23/Sigmoid_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1144 [/model.23/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,80,8400])] QuantizeLinear [/model.23/Sigmoid_output_0:(ty=1,shape=[1,80,8400]),ortshared_1_0_1_3_token_259:(ty=1,shape=[]),/model.23/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  },
  {
   "output": [
    "/model.23/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Sigmoid_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_3_token_259",
    "/model.23/Sigmoid_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1146 [/model.23/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,80,8400])] DequantizeLinear [/model.23/Sigmoid_output_0_QuantizeLinear_Output:(ty=2,shape=[1,80,8400]),ortshared_1_0_1_3_token_259:(ty=1,shape=[]),/model.23/Sigmoid_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/Concat_5_output_0"
   ],
   "input": [
    "/model.23/Mul_output_0_DequantizeLinear_Output",
    "/model.23/Sigmoid_output_0_DequantizeLinear_Output"
   ],
   "opType": "Concat",
   "comment": "@1176 [/model.23/Concat_5_output_0:(ty=1,shape=[1,84,8400])] Concat [/model.23/Mul_output_0_DequantizeLinear_Output:(ty=1,shape=[1,4,8400]),/model.23/Sigmoid_output_0_DequantizeLinear_Output:(ty=1,shape=[1,80,8400])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/Concat_5_output_0_QuantizeLinear_Output"
   ],
   "input": [
    "/model.23/Concat_5_output_0",
    "ortshared_1_0_1_3_token_259",
    "/model.23/Concat_5_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1177 [/model.23/Concat_5_output_0_QuantizeLinear_Output:(ty=2,shape=[1,84,8400])] QuantizeLinear [/model.23/Concat_5_output_0:(ty=1,shape=[1,84,8400]),ortshared_1_0_1_3_token_259:(ty=1,shape=[]),/model.23/Concat_5_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "/model.23/Concat_5_output_0_DequantizeLinear_Output"
   ],
   "input": [
    "/model.23/Concat_5_output_0_QuantizeLinear_Output",
    "ortshared_1_0_1_3_token_259",
    "/model.23/Concat_5_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1178 [/model.23/Concat_5_output_0_DequantizeLinear_Output:(ty=1,shape=[1,84,8400])] DequantizeLinear [/model.23/Concat_5_output_0_QuantizeLinear_Output:(ty=2,shape=[1,84,8400]),ortshared_1_0_1_3_token_259:(ty=1,shape=[]),/model.23/Concat_5_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "output0_QuantizeLinear_Input"
   ],
   "input": [
    "/model.23/Concat_5_output_0_DequantizeLinear_Output"
   ],
   "opType": "Transpose",
   "comment": "@1179 [output0_QuantizeLinear_Input:(ty=1,shape=[1,8400,84])] Transpose [/model.23/Concat_5_output_0_DequantizeLinear_Output:(ty=1,shape=[1,84,8400])]",
   "device": "DPU"
  },
  {
   "output": [
    "output0_QuantizeLinear_Output"
   ],
   "input": [
    "output0_QuantizeLinear_Input",
    "ortshared_1_0_1_3_token_259",
    "/model.23/Concat_5_output_0_zero_point"
   ],
   "opType": "QuantizeLinear",
   "comment": "@1180 [output0_QuantizeLinear_Output:(ty=2,shape=[1,8400,84])] QuantizeLinear [output0_QuantizeLinear_Input:(ty=1,shape=[1,8400,84]),ortshared_1_0_1_3_token_259:(ty=1,shape=[]),/model.23/Concat_5_output_0_zero_point:(ty=2,shape=[])]",
   "device": "DPU"
  },
  {
   "output": [
    "output0"
   ],
   "input": [
    "output0_QuantizeLinear_Output",
    "ortshared_1_0_1_3_token_259",
    "/model.23/Concat_5_output_0_zero_point"
   ],
   "opType": "DequantizeLinear",
   "comment": "@1181 [output0:(ty=1,shape=[1,8400,84])] DequantizeLinear [output0_QuantizeLinear_Output:(ty=2,shape=[1,8400,84]),ortshared_1_0_1_3_token_259:(ty=1,shape=[]),/model.23/Concat_5_output_0_zero_point:(ty=2,shape=[])]",
   "device": "CPU"
  }
 ],
 "shapeInfo": [
  {
   "name": "/model.23/Constant_3_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "2",
    "8400"
   ]
  },
  {
   "name": "images_QuantizeLinear_Output",
   "shape": [
    "1",
    "3",
    "640",
    "640"
   ]
  },
  {
   "name": "images_DequantizeLinear_Output",
   "shape": [
    "1",
    "3",
    "640",
    "640"
   ]
  },
  {
   "name": "model.0.conv.weight_DequantizeLinear_Output",
   "shape": [
    "32",
    "3",
    "3",
    "3"
   ]
  },
  {
   "name": "model.0.conv.bias_DequantizeLinear_Output",
   "shape": [
    "32"
   ]
  },
  {
   "name": "/model.0/conv/Conv_output_0",
   "shape": [
    "1",
    "32",
    "320",
    "320"
   ]
  },
  {
   "name": "/model.0/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "320",
    "320"
   ]
  },
  {
   "name": "/model.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "32",
    "320",
    "320"
   ]
  },
  {
   "name": "/model.0/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "320",
    "320"
   ]
  },
  {
   "name": "/model.0/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "32",
    "320",
    "320"
   ]
  },
  {
   "name": "/model.0/act/Sigmoid_output_0",
   "shape": [
    "1",
    "32",
    "320",
    "320"
   ]
  },
  {
   "name": "/model.0/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "320",
    "320"
   ]
  },
  {
   "name": "/model.0/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "320",
    "320"
   ]
  },
  {
   "name": "/model.0/act/Mul_output_0",
   "shape": [
    "1",
    "32",
    "320",
    "320"
   ]
  },
  {
   "name": "/model.0/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "320",
    "320"
   ]
  },
  {
   "name": "/model.0/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "320",
    "320"
   ]
  },
  {
   "name": "model.1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "32",
    "3",
    "3"
   ]
  },
  {
   "name": "model.1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.1/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.1/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "model.2.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "64",
    "1",
    "1"
   ]
  },
  {
   "name": "model.2.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.2/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/Split_output_1",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/Split_output_1_QuantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/Split_output_1_DequantizeLinear_Output/duplicated_token_0",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/Split_output_1_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/Split_output_1_DequantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "model.2.m.0.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "32",
    "32",
    "3",
    "3"
   ]
  },
  {
   "name": "model.2.m.0.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "32"
   ]
  },
  {
   "name": "/model.2/m.0/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "model.2.m.0.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "32",
    "32",
    "3",
    "3"
   ]
  },
  {
   "name": "model.2.m.0.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "32"
   ]
  },
  {
   "name": "/model.2/m.0/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/Add_output_0",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/Add_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/m.0/Add_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/Split_output_0",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/Split_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/Split_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "32",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/Concat_output_0",
   "shape": [
    "1",
    "96",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "96",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "96",
    "160",
    "160"
   ]
  },
  {
   "name": "model.2.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "96",
    "1",
    "1"
   ]
  },
  {
   "name": "model.2.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.2/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "/model.2/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "160",
    "160"
   ]
  },
  {
   "name": "model.3.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "64",
    "3",
    "3"
   ]
  },
  {
   "name": "model.3.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.3/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.3/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.3/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.3/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.3/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.3/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.3/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.3/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.3/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.3/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "model.4.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "128",
    "1",
    "1"
   ]
  },
  {
   "name": "model.4.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.4/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/Split_output_1",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/Split_output_1_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/Split_output_1_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/Split_output_1_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "model.4.m.0.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "64",
    "3",
    "3"
   ]
  },
  {
   "name": "model.4.m.0.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.4/m.0/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "model.4.m.0.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "64",
    "3",
    "3"
   ]
  },
  {
   "name": "model.4.m.0.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.4/m.0/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/Add_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/Add_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/Add_output_0_DequantizeLinear_Output/duplicated_token_4",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/Split_output_1_DequantizeLinear_Output/duplicated_token_2",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/Add_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.0/Add_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "model.4.m.1.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "64",
    "3",
    "3"
   ]
  },
  {
   "name": "model.4.m.1.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.4/m.1/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "model.4.m.1.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "64",
    "3",
    "3"
   ]
  },
  {
   "name": "model.4.m.1.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.4/m.1/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/Add_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/Add_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/m.1/Add_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/Split_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/Split_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/Split_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/Concat_output_0",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "model.4.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "256",
    "1",
    "1"
   ]
  },
  {
   "name": "model.4.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.4/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.4/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "model.5.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "128",
    "1",
    "1"
   ]
  },
  {
   "name": "model.5.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.5/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.5/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.5/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.5/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.5/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.5/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.5/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.5/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.5/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.5/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.5/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "model.5.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "1",
    "3",
    "3"
   ]
  },
  {
   "name": "model.5.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.5/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.5/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.5/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "model.6.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "256",
    "1",
    "1"
   ]
  },
  {
   "name": "model.6.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.6/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/Split_output_1",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/Split_output_1_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/Split_output_1_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/Split_output_1_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "model.6.m.0.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "128",
    "3",
    "3"
   ]
  },
  {
   "name": "model.6.m.0.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.6/m.0/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "model.6.m.0.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "128",
    "3",
    "3"
   ]
  },
  {
   "name": "model.6.m.0.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.6/m.0/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/Add_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/Add_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/Add_output_0_DequantizeLinear_Output/duplicated_token_8",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/Split_output_1_DequantizeLinear_Output/duplicated_token_6",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/Add_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.0/Add_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "model.6.m.1.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "128",
    "3",
    "3"
   ]
  },
  {
   "name": "model.6.m.1.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.6/m.1/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "model.6.m.1.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "128",
    "3",
    "3"
   ]
  },
  {
   "name": "model.6.m.1.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.6/m.1/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/Add_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/Add_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/m.1/Add_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/Split_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/Split_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/Split_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/Concat_output_0",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "model.6.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "512",
    "1",
    "1"
   ]
  },
  {
   "name": "model.6.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.6/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.6/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "model.7.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "256",
    "1",
    "1"
   ]
  },
  {
   "name": "model.7.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.7/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.7/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.7/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.7/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.7/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.7/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.7/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.7/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.7/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.7/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.7/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "model.7.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "1",
    "3",
    "3"
   ]
  },
  {
   "name": "model.7.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.7/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.7/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.7/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "model.8.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "512",
    "1",
    "1"
   ]
  },
  {
   "name": "model.8.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.8/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/Split_output_1",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/Split_output_1_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/Split_output_1_DequantizeLinear_Output/duplicated_token_10",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/Split_output_1_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/Split_output_1_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "model.8.m.0.cv1.0.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "1",
    "3",
    "3"
   ]
  },
  {
   "name": "model.8.m.0.cv1.0.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.0/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.0/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.0/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.0/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "model.8.m.0.cv1.1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "256",
    "1",
    "1"
   ]
  },
  {
   "name": "model.8.m.0.cv1.1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.1/act/Mul_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "model.8.m.0.cv1.2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "1",
    "7",
    "7"
   ]
  },
  {
   "name": "model.8.m.0.cv1.2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.2/act/Mul_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "model.8.m.0.cv1.3.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "512",
    "1",
    "1"
   ]
  },
  {
   "name": "model.8.m.0.cv1.3.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.3/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.3/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.3/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.3/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "model.8.m.0.cv1.4.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "1",
    "3",
    "3"
   ]
  },
  {
   "name": "model.8.m.0.cv1.4.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.4/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.4/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.4/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/cv1/cv1.4/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/Add_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/Add_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/m.0/Add_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/Split_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/Split_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/Split_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/Concat_output_0",
   "shape": [
    "1",
    "768",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "768",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "768",
    "20",
    "20"
   ]
  },
  {
   "name": "model.8.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "768",
    "1",
    "1"
   ]
  },
  {
   "name": "model.8.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.8/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.8/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "model.9.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "512",
    "1",
    "1"
   ]
  },
  {
   "name": "model.9.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.9/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/m/MaxPool_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/m/MaxPool_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/m/MaxPool_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/m_1/MaxPool_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/m_1/MaxPool_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/m_1/MaxPool_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/m/MaxPool_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/m_1/MaxPool_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/m_2/MaxPool_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/m_2/MaxPool_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/m_2/MaxPool_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/Concat_output_0",
   "shape": [
    "1",
    "1024",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "1024",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "1024",
    "20",
    "20"
   ]
  },
  {
   "name": "model.9.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "1024",
    "1",
    "1"
   ]
  },
  {
   "name": "model.9.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.9/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.9/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "model.10.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "512",
    "1",
    "1"
   ]
  },
  {
   "name": "model.10.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.10/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Split_output_1",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Split_output_1_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Split_output_1_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Split_output_1_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "model.10.attn.qkv.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "256",
    "1",
    "1"
   ]
  },
  {
   "name": "model.10.attn.qkv.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.10/attn/qkv/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/qkv/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/qkv/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/Reshape_output_0",
   "shape": [
    "1",
    "4",
    "128",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Reshape_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "128",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Reshape_output_0_DequantizeLinear_Output/duplicated_token_12",
   "shape": [
    "1",
    "4",
    "128",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Split_output_2",
   "shape": [
    "1",
    "4",
    "64",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Split_output_2_QuantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "64",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Split_output_2_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "4",
    "64",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Reshape_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "128",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Split_output_0",
   "shape": [
    "1",
    "4",
    "32",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Split_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "32",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Split_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "32",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Transpose_output_0",
   "shape": [
    "1",
    "4",
    "400",
    "32"
   ]
  },
  {
   "name": "/model.10/attn/Transpose_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "400",
    "32"
   ]
  },
  {
   "name": "/model.10/attn/Transpose_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "400",
    "32"
   ]
  },
  {
   "name": "/model.10/attn/Reshape_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "4",
    "128",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Split_output_1",
   "shape": [
    "1",
    "4",
    "32",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Split_output_1_QuantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "32",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Split_output_1_DequantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "32",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/MatMul_output_0",
   "shape": [
    "1",
    "4",
    "400",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/MatMul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "400",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/MatMul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "400",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Constant_1_output_0_DequantizeLinear_Output",
   "isScalar": true
  },
  {
   "name": "/model.10/attn/Mul_output_0",
   "shape": [
    "1",
    "4",
    "400",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "400",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "400",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Softmax_output_0",
   "shape": [
    "1",
    "4",
    "400",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Softmax_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "400",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Softmax_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "400",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Transpose_1_output_0",
   "shape": [
    "1",
    "4",
    "400",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Transpose_1_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "400",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Transpose_1_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "400",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/MatMul_1_output_0",
   "shape": [
    "1",
    "4",
    "64",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/MatMul_1_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "64",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/MatMul_1_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "64",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Reshape_1_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/Reshape_1_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/Reshape_1_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/Split_output_2_DequantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "64",
    "400"
   ]
  },
  {
   "name": "/model.10/attn/Reshape_2_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/Reshape_2_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/Reshape_2_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "model.10.attn.pe.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "1",
    "3",
    "3"
   ]
  },
  {
   "name": "model.10.attn.pe.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.10/attn/pe/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/pe/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/pe/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/Add_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/Add_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/Add_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "model.10.attn.proj.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "256",
    "1",
    "1"
   ]
  },
  {
   "name": "model.10.attn.proj.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.10/attn/proj/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/proj/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/attn/proj/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Add_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Add_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Add_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Add_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "model.10.ffn.0.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "256",
    "1",
    "1"
   ]
  },
  {
   "name": "model.10.ffn.0.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.10/ffn/ffn.0/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/ffn/ffn.0/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/ffn/ffn.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/ffn/ffn.0/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/ffn/ffn.0/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/ffn/ffn.0/act/Sigmoid_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/ffn/ffn.0/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/ffn/ffn.0/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/ffn/ffn.0/act/Mul_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/ffn/ffn.0/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/ffn/ffn.0/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "model.10.ffn.1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "512",
    "1",
    "1"
   ]
  },
  {
   "name": "model.10.ffn.1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.10/ffn/ffn.1/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/ffn/ffn.1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/ffn/ffn.1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Add_1_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Add_1_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Add_1_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Split_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Split_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Split_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Concat_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "model.10.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "512",
    "1",
    "1"
   ]
  },
  {
   "name": "model.10.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.10/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.10/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.6/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.10/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.11/Resize_output_0",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.11/Resize_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.11/Resize_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.12/Concat_output_0",
   "shape": [
    "1",
    "768",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.12/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "768",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.12/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "768",
    "40",
    "40"
   ]
  },
  {
   "name": "model.13.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "768",
    "1",
    "1"
   ]
  },
  {
   "name": "model.13.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.13/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/Split_output_1",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/Split_output_1_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/Split_output_1_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/Split_output_1_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "model.13.m.0.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "128",
    "3",
    "3"
   ]
  },
  {
   "name": "model.13.m.0.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.13/m.0/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "model.13.m.0.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "128",
    "3",
    "3"
   ]
  },
  {
   "name": "model.13.m.0.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.13/m.0/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/Split_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/Split_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/Split_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/Concat_output_0",
   "shape": [
    "1",
    "384",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "384",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "384",
    "40",
    "40"
   ]
  },
  {
   "name": "model.13.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "384",
    "1",
    "1"
   ]
  },
  {
   "name": "model.13.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.13/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.13/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.4/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.13/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.14/Resize_output_0",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.14/Resize_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.14/Resize_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.15/Concat_output_0",
   "shape": [
    "1",
    "384",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.15/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "384",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.15/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "384",
    "80",
    "80"
   ]
  },
  {
   "name": "model.16.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "384",
    "1",
    "1"
   ]
  },
  {
   "name": "model.16.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.16/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/Split_output_1",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/Split_output_1_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/Split_output_1_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/Split_output_1_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "model.16.m.0.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "64",
    "3",
    "3"
   ]
  },
  {
   "name": "model.16.m.0.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.16/m.0/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "model.16.m.0.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "64",
    "3",
    "3"
   ]
  },
  {
   "name": "model.16.m.0.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.16/m.0/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/Split_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/Split_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/Split_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/Concat_output_0",
   "shape": [
    "1",
    "192",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "192",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "192",
    "80",
    "80"
   ]
  },
  {
   "name": "model.16.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "192",
    "1",
    "1"
   ]
  },
  {
   "name": "model.16.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.16/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "model.17.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "128",
    "3",
    "3"
   ]
  },
  {
   "name": "model.17.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.17/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.17/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.17/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.17/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.17/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.17/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.17/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.17/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.17/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.17/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.17/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.18/Concat_output_0",
   "shape": [
    "1",
    "384",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.18/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "384",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.18/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "384",
    "40",
    "40"
   ]
  },
  {
   "name": "model.19.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "384",
    "1",
    "1"
   ]
  },
  {
   "name": "model.19.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.19/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/Split_output_1",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/Split_output_1_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/Split_output_1_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/Split_output_1_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "model.19.m.0.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "128",
    "3",
    "3"
   ]
  },
  {
   "name": "model.19.m.0.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.19/m.0/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "model.19.m.0.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "128",
    "3",
    "3"
   ]
  },
  {
   "name": "model.19.m.0.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.19/m.0/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/m.0/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/Split_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/Split_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/Split_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/Concat_output_0",
   "shape": [
    "1",
    "384",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "384",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "384",
    "40",
    "40"
   ]
  },
  {
   "name": "model.19.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "384",
    "1",
    "1"
   ]
  },
  {
   "name": "model.19.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.19/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "model.20.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "256",
    "1",
    "1"
   ]
  },
  {
   "name": "model.20.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.20/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.20/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.20/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.20/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.20/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.20/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.20/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.20/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.20/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.20/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.20/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "model.20.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "1",
    "3",
    "3"
   ]
  },
  {
   "name": "model.20.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.20/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.20/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.20/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.21/Concat_output_0",
   "shape": [
    "1",
    "768",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.21/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "768",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.21/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "768",
    "20",
    "20"
   ]
  },
  {
   "name": "model.22.cv1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "768",
    "1",
    "1"
   ]
  },
  {
   "name": "model.22.cv1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.22/cv1/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv1/act/Mul_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv1/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/Split_output_1",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/Split_output_1_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/Split_output_1_DequantizeLinear_Output/duplicated_token_18",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/Split_output_1_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/Split_output_1_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "model.22.m.0.cv1.0.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "1",
    "3",
    "3"
   ]
  },
  {
   "name": "model.22.m.0.cv1.0.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.0/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.0/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.0/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.0/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.0/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "model.22.m.0.cv1.1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "256",
    "1",
    "1"
   ]
  },
  {
   "name": "model.22.m.0.cv1.1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.1/act/Mul_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "model.22.m.0.cv1.2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "1",
    "7",
    "7"
   ]
  },
  {
   "name": "model.22.m.0.cv1.2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.2/act/Mul_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "model.22.m.0.cv1.3.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "512",
    "1",
    "1"
   ]
  },
  {
   "name": "model.22.m.0.cv1.3.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.3/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.3/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.3/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.3/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.3/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "model.22.m.0.cv1.4.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "1",
    "3",
    "3"
   ]
  },
  {
   "name": "model.22.m.0.cv1.4.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.4/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.4/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.4/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.4/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/cv1/cv1.4/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/Add_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/Add_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/m.0/Add_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/Split_output_0",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/Split_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/Split_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/Concat_output_0",
   "shape": [
    "1",
    "768",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "768",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "768",
    "20",
    "20"
   ]
  },
  {
   "name": "model.22.cv2.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "768",
    "1",
    "1"
   ]
  },
  {
   "name": "model.22.cv2.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.22/cv2/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv2/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv2/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv2/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv2/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv2/act/Sigmoid_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv2/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv2/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv2/act/Mul_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv2/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "model.23.one2one_cv3.2.0.0.conv.weight_DequantizeLinear_Output",
   "shape": [
    "512",
    "1",
    "3",
    "3"
   ]
  },
  {
   "name": "model.23.one2one_cv3.2.0.0.conv.bias_DequantizeLinear_Output",
   "shape": [
    "512"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.0/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "model.23.one2one_cv3.2.0.1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "512",
    "1",
    "1"
   ]
  },
  {
   "name": "model.23.one2one_cv3.2.0.1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.0/one2one_cv3.2.0.1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "model.23.one2one_cv3.2.1.0.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "1",
    "3",
    "3"
   ]
  },
  {
   "name": "model.23.one2one_cv3.2.1.0.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.0/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "model.23.one2one_cv3.2.1.1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "128",
    "1",
    "1"
   ]
  },
  {
   "name": "model.23.one2one_cv3.2.1.1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.1/one2one_cv3.2.1.1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "20",
    "20"
   ]
  },
  {
   "name": "model.23.one2one_cv3.2.2.weight_DequantizeLinear_Output",
   "shape": [
    "80",
    "128",
    "1",
    "1"
   ]
  },
  {
   "name": "model.23.one2one_cv3.2.2.bias_DequantizeLinear_Output",
   "shape": [
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0",
   "shape": [
    "1",
    "80",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "80",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.2/one2one_cv3.2.2/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "80",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.22/cv2/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "512",
    "20",
    "20"
   ]
  },
  {
   "name": "model.23.one2one_cv2.2.0.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "512",
    "3",
    "3"
   ]
  },
  {
   "name": "model.23.one2one_cv2.2.0.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.0/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.0/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "model.23.one2one_cv2.2.1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "64",
    "3",
    "3"
   ]
  },
  {
   "name": "model.23.one2one_cv2.2.1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "model.23.one2one_cv2.2.2.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "64",
    "1",
    "1"
   ]
  },
  {
   "name": "model.23.one2one_cv2.2.2.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.2/one2one_cv2.2.2/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/Concat_2_output_0",
   "shape": [
    "1",
    "144",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/Concat_2_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "144",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/Concat_2_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "144",
    "20",
    "20"
   ]
  },
  {
   "name": "/model.23/Reshape_2_output_0",
   "shape": [
    "1",
    "144",
    "400"
   ]
  },
  {
   "name": "/model.23/Reshape_2_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "144",
    "400"
   ]
  },
  {
   "name": "/model.23/Reshape_2_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "144",
    "400"
   ]
  },
  {
   "name": "/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated_token_16",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "model.23.one2one_cv3.1.0.0.conv.weight_DequantizeLinear_Output",
   "shape": [
    "256",
    "1",
    "3",
    "3"
   ]
  },
  {
   "name": "model.23.one2one_cv3.1.0.0.conv.bias_DequantizeLinear_Output",
   "shape": [
    "256"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.0/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "model.23.one2one_cv3.1.0.1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "256",
    "1",
    "1"
   ]
  },
  {
   "name": "model.23.one2one_cv3.1.0.1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.0/one2one_cv3.1.0.1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "model.23.one2one_cv3.1.1.0.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "1",
    "3",
    "3"
   ]
  },
  {
   "name": "model.23.one2one_cv3.1.1.0.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.0/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "model.23.one2one_cv3.1.1.1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "128",
    "1",
    "1"
   ]
  },
  {
   "name": "model.23.one2one_cv3.1.1.1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.1/one2one_cv3.1.1.1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "40",
    "40"
   ]
  },
  {
   "name": "model.23.one2one_cv3.1.2.weight_DequantizeLinear_Output",
   "shape": [
    "80",
    "128",
    "1",
    "1"
   ]
  },
  {
   "name": "model.23.one2one_cv3.1.2.bias_DequantizeLinear_Output",
   "shape": [
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0",
   "shape": [
    "1",
    "80",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "80",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.1/one2one_cv3.1.2/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "80",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.19/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "256",
    "40",
    "40"
   ]
  },
  {
   "name": "model.23.one2one_cv2.1.0.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "256",
    "3",
    "3"
   ]
  },
  {
   "name": "model.23.one2one_cv2.1.0.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.0/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.0/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "model.23.one2one_cv2.1.1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "64",
    "3",
    "3"
   ]
  },
  {
   "name": "model.23.one2one_cv2.1.1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "model.23.one2one_cv2.1.2.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "64",
    "1",
    "1"
   ]
  },
  {
   "name": "model.23.one2one_cv2.1.2.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.1/one2one_cv2.1.2/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/Concat_1_output_0",
   "shape": [
    "1",
    "144",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/Concat_1_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "144",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/Concat_1_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "144",
    "40",
    "40"
   ]
  },
  {
   "name": "/model.23/Reshape_1_output_0",
   "shape": [
    "1",
    "144",
    "1600"
   ]
  },
  {
   "name": "/model.23/Reshape_1_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "144",
    "1600"
   ]
  },
  {
   "name": "/model.23/Reshape_1_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "144",
    "1600"
   ]
  },
  {
   "name": "/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated_token_14",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "model.23.one2one_cv3.0.0.0.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "1",
    "3",
    "3"
   ]
  },
  {
   "name": "model.23.one2one_cv3.0.0.0.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.0/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "model.23.one2one_cv3.0.0.1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "128",
    "1",
    "1"
   ]
  },
  {
   "name": "model.23.one2one_cv3.0.0.1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.0/one2one_cv3.0.0.1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "model.23.one2one_cv3.0.1.0.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "1",
    "3",
    "3"
   ]
  },
  {
   "name": "model.23.one2one_cv3.0.1.0.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.0/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "model.23.one2one_cv3.0.1.1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "128",
    "128",
    "1",
    "1"
   ]
  },
  {
   "name": "model.23.one2one_cv3.0.1.1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "128"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.1/one2one_cv3.0.1.1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "model.23.one2one_cv3.0.2.weight_DequantizeLinear_Output",
   "shape": [
    "80",
    "128",
    "1",
    "1"
   ]
  },
  {
   "name": "model.23.one2one_cv3.0.2.bias_DequantizeLinear_Output",
   "shape": [
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0",
   "shape": [
    "1",
    "80",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "80",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv3.0/one2one_cv3.0.2/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "80",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.16/cv2/act/Mul_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "128",
    "80",
    "80"
   ]
  },
  {
   "name": "model.23.one2one_cv2.0.0.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "128",
    "3",
    "3"
   ]
  },
  {
   "name": "model.23.one2one_cv2.0.0.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.0/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.0/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "model.23.one2one_cv2.0.1.conv.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "64",
    "3",
    "3"
   ]
  },
  {
   "name": "model.23.one2one_cv2.0.1.conv.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.1/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.1/act/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "model.23.one2one_cv2.0.2.weight_DequantizeLinear_Output",
   "shape": [
    "64",
    "64",
    "1",
    "1"
   ]
  },
  {
   "name": "model.23.one2one_cv2.0.2.bias_DequantizeLinear_Output",
   "shape": [
    "64"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/one2one_cv2.0/one2one_cv2.0.2/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/Concat_output_0",
   "shape": [
    "1",
    "144",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/Concat_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "144",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/Concat_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "144",
    "80",
    "80"
   ]
  },
  {
   "name": "/model.23/Reshape_output_0",
   "shape": [
    "1",
    "144",
    "6400"
   ]
  },
  {
   "name": "/model.23/Reshape_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "144",
    "6400"
   ]
  },
  {
   "name": "/model.23/Reshape_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "144",
    "6400"
   ]
  },
  {
   "name": "/model.23/Concat_3_output_0",
   "shape": [
    "1",
    "144",
    "8400"
   ]
  },
  {
   "name": "/model.23/Concat_3_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "144",
    "8400"
   ]
  },
  {
   "name": "/model.23/Concat_3_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "144",
    "8400"
   ]
  },
  {
   "name": "/model.23/Split_output_0",
   "shape": [
    "1",
    "64",
    "8400"
   ]
  },
  {
   "name": "/model.23/Split_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "8400"
   ]
  },
  {
   "name": "/model.23/Split_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "64",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/Reshape_output_0",
   "shape": [
    "1",
    "4",
    "16",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/Reshape_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "16",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/Reshape_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "16",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/Transpose_output_0",
   "shape": [
    "1",
    "16",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/Transpose_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "16",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/Transpose_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "16",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/Softmax_output_0",
   "shape": [
    "1",
    "16",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/Softmax_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "16",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/Softmax_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "16",
    "4",
    "8400"
   ]
  },
  {
   "name": "model.23.dfl.conv.weight_DequantizeLinear_Output",
   "shape": [
    "1",
    "16",
    "1",
    "1"
   ]
  },
  {
   "name": "/model.23/dfl/conv/Conv_output_0",
   "shape": [
    "1",
    "1",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/conv/Conv_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "1",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/conv/Conv_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "1",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/Reshape_1_output_0",
   "shape": [
    "1",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/Reshape_1_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/Reshape_1_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/Split_1_output_1",
   "shape": [
    "1",
    "2",
    "8400"
   ]
  },
  {
   "name": "/model.23/Split_1_output_1_QuantizeLinear_Output",
   "shape": [
    "1",
    "2",
    "8400"
   ]
  },
  {
   "name": "/model.23/Split_1_output_1_DequantizeLinear_Output",
   "shape": [
    "1",
    "2",
    "8400"
   ]
  },
  {
   "name": "/model.23/Add_output_0",
   "shape": [
    "1",
    "2",
    "8400"
   ]
  },
  {
   "name": "/model.23/Add_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "2",
    "8400"
   ]
  },
  {
   "name": "/model.23/Add_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "2",
    "8400"
   ]
  },
  {
   "name": "/model.23/dfl/Reshape_1_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/Split_1_output_0",
   "shape": [
    "1",
    "2",
    "8400"
   ]
  },
  {
   "name": "/model.23/Split_1_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "2",
    "8400"
   ]
  },
  {
   "name": "/model.23/Split_1_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "2",
    "8400"
   ]
  },
  {
   "name": "/model.23/Constant_3_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "2",
    "8400"
   ]
  },
  {
   "name": "/model.23/Sub_output_0",
   "shape": [
    "1",
    "2",
    "8400"
   ]
  },
  {
   "name": "/model.23/Sub_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "2",
    "8400"
   ]
  },
  {
   "name": "/model.23/Sub_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "2",
    "8400"
   ]
  },
  {
   "name": "/model.23/Concat_4_output_0",
   "shape": [
    "1",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/Concat_4_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/Concat_4_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/Constant_5_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "8400"
   ]
  },
  {
   "name": "/model.23/Mul_output_0",
   "shape": [
    "1",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/Mul_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/Mul_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "4",
    "8400"
   ]
  },
  {
   "name": "/model.23/Concat_3_output_0_DequantizeLinear_Output/duplicated",
   "shape": [
    "1",
    "144",
    "8400"
   ]
  },
  {
   "name": "/model.23/Split_output_1",
   "shape": [
    "1",
    "80",
    "8400"
   ]
  },
  {
   "name": "/model.23/Split_output_1_QuantizeLinear_Output",
   "shape": [
    "1",
    "80",
    "8400"
   ]
  },
  {
   "name": "/model.23/Split_output_1_DequantizeLinear_Output",
   "shape": [
    "1",
    "80",
    "8400"
   ]
  },
  {
   "name": "/model.23/Sigmoid_output_0_Mul",
   "shape": [
    "1",
    "80",
    "8400"
   ]
  },
  {
   "name": "/model.23/Sigmoid_output_0",
   "shape": [
    "1",
    "80",
    "8400"
   ]
  },
  {
   "name": "/model.23/Sigmoid_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "80",
    "8400"
   ]
  },
  {
   "name": "/model.23/Sigmoid_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "80",
    "8400"
   ]
  },
  {
   "name": "/model.23/Concat_5_output_0",
   "shape": [
    "1",
    "84",
    "8400"
   ]
  },
  {
   "name": "/model.23/Concat_5_output_0_QuantizeLinear_Output",
   "shape": [
    "1",
    "84",
    "8400"
   ]
  },
  {
   "name": "/model.23/Concat_5_output_0_DequantizeLinear_Output",
   "shape": [
    "1",
    "84",
    "8400"
   ]
  },
  {
   "name": "output0_QuantizeLinear_Input",
   "shape": [
    "1",
    "8400",
    "84"
   ]
  },
  {
   "name": "output0_QuantizeLinear_Output",
   "shape": [
    "1",
    "8400",
    "84"
   ]
  },
  {
   "name": "output0",
   "shape": [
    "1",
    "8400",
    "84"
   ]
  }
 ],
 "subgraphStat": [
  {
   "device": "CPU",
   "count": 12
  },
  {
   "device": "IPU",
   "count": 8
  },
  {
   "device": "Actually running on IPU",
   "count": 4
  }
 ]
}