diff --git "a/Embedding.mlmodelc/model.mil" "b/Embedding.mlmodelc/model.mil" --- "a/Embedding.mlmodelc/model.mil" +++ "b/Embedding.mlmodelc/model.mil" @@ -1,107 +1,107 @@ program(1.0) [buildInfo = dict, tensor>({{"coremlc-component-MIL", "3500.14.1"}, {"coremlc-version", "3500.32.1"}, {"coremltools-component-torch", "2.8.0"}, {"coremltools-source-dialect", "TorchScript"}, {"coremltools-version", "9.0b1"}})] { - func main(tensor audio) { + func main(tensor audio, tensor weights) { tensor _fbank_window = const()[name = tensor("_fbank_window"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(64)))]; tensor _fbank_eps = const()[name = tensor("_fbank_eps"), val = tensor(0x1.b7cdfep-34)]; tensor _fbank_frame_kernel = const()[name = tensor("_fbank_frame_kernel"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(1728)))]; tensor resnet_seg_1_bias = const()[name = tensor("resnet_seg_1_bias"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(641792)))]; tensor resnet_seg_1_weight = const()[name = tensor("resnet_seg_1_weight"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(642880)))]; - tensor var_4_promoted = const()[name = tensor("op_4_promoted"), val = tensor(0x1p+15)]; - tensor waveforms_3 = mul(x = audio, y = var_4_promoted)[name = tensor("waveforms_3")]; + tensor var_5_promoted = const()[name = tensor("op_5_promoted"), val = tensor(0x1p+15)]; + tensor waveforms_3 = mul(x = audio, y = var_5_promoted)[name = tensor("waveforms_3")]; tensor frames_1_pad_type_0 = const()[name = tensor("frames_1_pad_type_0"), val = tensor("valid")]; tensor frames_1_strides_0 = const()[name = tensor("frames_1_strides_0"), val = tensor([160])]; tensor frames_1_pad_0 = const()[name = tensor("frames_1_pad_0"), val = tensor([0, 0])]; tensor frames_1_dilations_0 = const()[name = tensor("frames_1_dilations_0"), val = tensor([1])]; tensor frames_1_groups_0 = const()[name = tensor("frames_1_groups_0"), val = tensor(1)]; tensor frames_1 = conv(dilations = frames_1_dilations_0, groups = frames_1_groups_0, pad = frames_1_pad_0, pad_type = frames_1_pad_type_0, strides = frames_1_strides_0, weight = _fbank_frame_kernel, x = waveforms_3)[name = tensor("frames_1")]; - tensor var_44_axes_0 = const()[name = tensor("op_44_axes_0"), val = tensor([0])]; - tensor var_44 = squeeze(axes = var_44_axes_0, x = frames_1)[name = tensor("op_44")]; + tensor var_45_axes_0 = const()[name = tensor("op_45_axes_0"), val = tensor([0])]; + tensor var_45 = squeeze(axes = var_45_axes_0, x = frames_1)[name = tensor("op_45")]; tensor frames_3_perm_0 = const()[name = tensor("frames_3_perm_0"), val = tensor([1, 0])]; - tensor var_47_axes_0 = const()[name = tensor("op_47_axes_0"), val = tensor([1])]; - tensor var_47_keep_dims_0 = const()[name = tensor("op_47_keep_dims_0"), val = tensor(true)]; - tensor frames_3 = transpose(perm = frames_3_perm_0, x = var_44)[name = tensor("transpose_4")]; - tensor var_47 = reduce_mean(axes = var_47_axes_0, keep_dims = var_47_keep_dims_0, x = frames_3)[name = tensor("op_47")]; - tensor frames_5 = sub(x = frames_3, y = var_47)[name = tensor("frames_5")]; + tensor var_48_axes_0 = const()[name = tensor("op_48_axes_0"), val = tensor([1])]; + tensor var_48_keep_dims_0 = const()[name = tensor("op_48_keep_dims_0"), val = tensor(true)]; + tensor frames_3 = transpose(perm = frames_3_perm_0, x = var_45)[name = tensor("transpose_4")]; + tensor var_48 = reduce_mean(axes = var_48_axes_0, keep_dims = var_48_keep_dims_0, x = frames_3)[name = tensor("op_48")]; + tensor frames_5 = sub(x = frames_3, y = var_48)[name = tensor("frames_5")]; tensor input_1_axes_0 = const()[name = tensor("input_1_axes_0"), val = tensor([1])]; tensor input_1 = expand_dims(axes = input_1_axes_0, x = frames_5)[name = tensor("input_1")]; tensor const_0 = const()[name = tensor("const_0"), val = tensor(0x0p+0)]; - tensor var_51_pad_0 = const()[name = tensor("op_51_pad_0"), val = tensor([0, 0, 0, 0, 1, 0])]; - tensor var_51_mode_0 = const()[name = tensor("op_51_mode_0"), val = tensor("replicate")]; - tensor var_51 = pad(constant_val = const_0, mode = var_51_mode_0, pad = var_51_pad_0, x = input_1)[name = tensor("op_51")]; + tensor var_52_pad_0 = const()[name = tensor("op_52_pad_0"), val = tensor([0, 0, 0, 0, 1, 0])]; + tensor var_52_mode_0 = const()[name = tensor("op_52_mode_0"), val = tensor("replicate")]; + tensor var_52 = pad(constant_val = const_0, mode = var_52_mode_0, pad = var_52_pad_0, x = input_1)[name = tensor("op_52")]; tensor padded_axes_0 = const()[name = tensor("padded_axes_0"), val = tensor([1])]; - tensor padded = squeeze(axes = padded_axes_0, x = var_51)[name = tensor("padded")]; - tensor var_54_begin_0 = const()[name = tensor("op_54_begin_0"), val = tensor([0, 0])]; - tensor var_54_end_0 = const()[name = tensor("op_54_end_0"), val = tensor([498, 400])]; - tensor var_54_end_mask_0 = const()[name = tensor("op_54_end_mask_0"), val = tensor([true, false])]; - tensor var_54 = slice_by_index(begin = var_54_begin_0, end = var_54_end_0, end_mask = var_54_end_mask_0, x = padded)[name = tensor("op_54")]; - tensor var_55 = const()[name = tensor("op_55"), val = tensor(0x1.f0a3d8p-1)]; - tensor var_56 = mul(x = var_54, y = var_55)[name = tensor("op_56")]; - tensor frames_7 = sub(x = frames_5, y = var_56)[name = tensor("frames_7")]; + tensor padded = squeeze(axes = padded_axes_0, x = var_52)[name = tensor("padded")]; + tensor var_55_begin_0 = const()[name = tensor("op_55_begin_0"), val = tensor([0, 0])]; + tensor var_55_end_0 = const()[name = tensor("op_55_end_0"), val = tensor([498, 400])]; + tensor var_55_end_mask_0 = const()[name = tensor("op_55_end_mask_0"), val = tensor([true, false])]; + tensor var_55 = slice_by_index(begin = var_55_begin_0, end = var_55_end_0, end_mask = var_55_end_mask_0, x = padded)[name = tensor("op_55")]; + tensor var_56 = const()[name = tensor("op_56"), val = tensor(0x1.f0a3d8p-1)]; + tensor var_57 = mul(x = var_55, y = var_56)[name = tensor("op_57")]; + tensor frames_7 = sub(x = frames_5, y = var_57)[name = tensor("frames_7")]; tensor frames_9 = mul(x = frames_7, y = _fbank_window)[name = tensor("frames_9")]; tensor input_3_axes_0 = const()[name = tensor("input_3_axes_0"), val = tensor([1])]; tensor input_3 = expand_dims(axes = input_3_axes_0, x = frames_9)[name = tensor("input_3")]; tensor const_1 = const()[name = tensor("const_1"), val = tensor(0x0p+0)]; - tensor var_61_pad_0 = const()[name = tensor("op_61_pad_0"), val = tensor([0, 0, 0, 0, 0, 112])]; - tensor var_61_mode_0 = const()[name = tensor("op_61_mode_0"), val = tensor("constant")]; - tensor var_61 = pad(constant_val = const_1, mode = var_61_mode_0, pad = var_61_pad_0, x = input_3)[name = tensor("op_61")]; + tensor var_62_pad_0 = const()[name = tensor("op_62_pad_0"), val = tensor([0, 0, 0, 0, 0, 112])]; + tensor var_62_mode_0 = const()[name = tensor("op_62_mode_0"), val = tensor("constant")]; + tensor var_62 = pad(constant_val = const_1, mode = var_62_mode_0, pad = var_62_pad_0, x = input_3)[name = tensor("op_62")]; tensor frames_11_axes_0 = const()[name = tensor("frames_11_axes_0"), val = tensor([1])]; - tensor frames_11 = squeeze(axes = frames_11_axes_0, x = var_61)[name = tensor("frames_11")]; + tensor frames_11 = squeeze(axes = frames_11_axes_0, x = var_62)[name = tensor("frames_11")]; tensor transpose_0 = const()[name = tensor("transpose_0"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5885824)))]; tensor real_bias_0 = const()[name = tensor("real_bias_0"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(6412224)))]; tensor real = linear(bias = real_bias_0, weight = transpose_0, x = frames_11)[name = tensor("real")]; tensor transpose_1 = const()[name = tensor("transpose_1"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(6413376)))]; tensor imag = linear(bias = real_bias_0, weight = transpose_1, x = frames_11)[name = tensor("imag")]; - tensor var_17_promoted = const()[name = tensor("op_17_promoted"), val = tensor(0x1p+1)]; - tensor var_65 = pow(x = real, y = var_17_promoted)[name = tensor("op_65")]; - tensor var_17_promoted_1 = const()[name = tensor("op_17_promoted_1"), val = tensor(0x1p+1)]; - tensor var_66 = pow(x = imag, y = var_17_promoted_1)[name = tensor("op_66")]; - tensor power = add(x = var_65, y = var_66)[name = tensor("power")]; + tensor var_18_promoted = const()[name = tensor("op_18_promoted"), val = tensor(0x1p+1)]; + tensor var_66 = pow(x = real, y = var_18_promoted)[name = tensor("op_66")]; + tensor var_18_promoted_1 = const()[name = tensor("op_18_promoted_1"), val = tensor(0x1p+1)]; + tensor var_67 = pow(x = imag, y = var_18_promoted_1)[name = tensor("op_67")]; + tensor power = add(x = var_66, y = var_67)[name = tensor("power")]; tensor transpose_2 = const()[name = tensor("transpose_2"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(6939776)))]; tensor mel_bias_0 = const()[name = tensor("mel_bias_0"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7022080)))]; tensor mel = linear(bias = mel_bias_0, weight = transpose_2, x = power)[name = tensor("mel")]; tensor const_2 = const()[name = tensor("const_2"), val = tensor(0x1.fffffep+127)]; tensor clip_0 = clip(alpha = _fbank_eps, beta = const_2, x = mel)[name = tensor("clip_0")]; - tensor var_70_epsilon_0 = const()[name = tensor("op_70_epsilon_0"), val = tensor(0x1p-149)]; - tensor var_70 = log(epsilon = var_70_epsilon_0, x = clip_0)[name = tensor("op_70")]; - tensor var_73_axes_0 = const()[name = tensor("op_73_axes_0"), val = tensor([0])]; - tensor var_73 = expand_dims(axes = var_73_axes_0, x = var_70)[name = tensor("op_73")]; - tensor centered_1_axes_0 = const()[name = tensor("centered_1_axes_0"), val = tensor([1])]; - tensor centered_1_keep_dims_0 = const()[name = tensor("centered_1_keep_dims_0"), val = tensor(true)]; - tensor centered_1 = reduce_mean(axes = centered_1_axes_0, keep_dims = centered_1_keep_dims_0, x = var_73)[name = tensor("centered_1")]; - tensor fbank_1 = sub(x = var_73, y = centered_1)[name = tensor("fbank_1")]; - tensor var_90 = const()[name = tensor("op_90"), val = tensor(-1)]; - tensor var_93 = const()[name = tensor("op_93"), val = tensor(0x1.197998p-40)]; - tensor var_109 = const()[name = tensor("op_109"), val = tensor([0, 2, 1])]; + tensor var_71_epsilon_0 = const()[name = tensor("op_71_epsilon_0"), val = tensor(0x1p-149)]; + tensor var_71 = log(epsilon = var_71_epsilon_0, x = clip_0)[name = tensor("op_71")]; + tensor var_74_axes_0 = const()[name = tensor("op_74_axes_0"), val = tensor([0])]; + tensor var_74 = expand_dims(axes = var_74_axes_0, x = var_71)[name = tensor("op_74")]; + tensor centered_axes_0 = const()[name = tensor("centered_axes_0"), val = tensor([1])]; + tensor centered_keep_dims_0 = const()[name = tensor("centered_keep_dims_0"), val = tensor(true)]; + tensor centered = reduce_mean(axes = centered_axes_0, keep_dims = centered_keep_dims_0, x = var_74)[name = tensor("centered")]; + tensor fbank_1 = sub(x = var_74, y = centered)[name = tensor("fbank_1")]; + tensor var_91 = const()[name = tensor("op_91"), val = tensor(-1)]; + tensor var_92 = const()[name = tensor("op_92"), val = tensor(0x1.197998p-40)]; + tensor var_108 = const()[name = tensor("op_108"), val = tensor([0, 2, 1])]; tensor input_5_axes_0 = const()[name = tensor("input_5_axes_0"), val = tensor([1])]; - tensor fbank = transpose(perm = var_109, x = fbank_1)[name = tensor("transpose_3")]; + tensor fbank = transpose(perm = var_108, x = fbank_1)[name = tensor("transpose_3")]; tensor input_5 = expand_dims(axes = input_5_axes_0, x = fbank)[name = tensor("input_5")]; tensor input_7_pad_type_0 = const()[name = tensor("input_7_pad_type_0"), val = tensor("custom")]; tensor input_7_pad_0 = const()[name = tensor("input_7_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_7_strides_0 = const()[name = tensor("input_7_strides_0"), val = tensor([1, 1])]; tensor input_7_dilations_0 = const()[name = tensor("input_7_dilations_0"), val = tensor([1, 1])]; tensor input_7_groups_0 = const()[name = tensor("input_7_groups_0"), val = tensor(1)]; - tensor const_9 = const()[name = tensor("const_9"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7022464)))]; - tensor const_10 = const()[name = tensor("const_10"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7023680)))]; - tensor input_9 = conv(bias = const_10, dilations = input_7_dilations_0, groups = input_7_groups_0, pad = input_7_pad_0, pad_type = input_7_pad_type_0, strides = input_7_strides_0, weight = const_9, x = input_5)[name = tensor("input_9")]; + tensor const_8 = const()[name = tensor("const_8"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7022464)))]; + tensor const_9 = const()[name = tensor("const_9"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7023680)))]; + tensor input_9 = conv(bias = const_9, dilations = input_7_dilations_0, groups = input_7_groups_0, pad = input_7_pad_0, pad_type = input_7_pad_type_0, strides = input_7_strides_0, weight = const_8, x = input_5)[name = tensor("input_9")]; tensor input_11 = relu(x = input_9)[name = tensor("input_11")]; tensor input_13_pad_type_0 = const()[name = tensor("input_13_pad_type_0"), val = tensor("custom")]; tensor input_13_pad_0 = const()[name = tensor("input_13_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_13_strides_0 = const()[name = tensor("input_13_strides_0"), val = tensor([1, 1])]; tensor input_13_dilations_0 = const()[name = tensor("input_13_dilations_0"), val = tensor([1, 1])]; tensor input_13_groups_0 = const()[name = tensor("input_13_groups_0"), val = tensor(1)]; - tensor const_11 = const()[name = tensor("const_11"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7023872)))]; - tensor const_12 = const()[name = tensor("const_12"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7060800)))]; - tensor input_15 = conv(bias = const_12, dilations = input_13_dilations_0, groups = input_13_groups_0, pad = input_13_pad_0, pad_type = input_13_pad_type_0, strides = input_13_strides_0, weight = const_11, x = input_11)[name = tensor("input_15")]; + tensor const_10 = const()[name = tensor("const_10"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7023872)))]; + tensor const_11 = const()[name = tensor("const_11"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7060800)))]; + tensor input_15 = conv(bias = const_11, dilations = input_13_dilations_0, groups = input_13_groups_0, pad = input_13_pad_0, pad_type = input_13_pad_type_0, strides = input_13_strides_0, weight = const_10, x = input_11)[name = tensor("input_15")]; tensor input_17 = relu(x = input_15)[name = tensor("input_17")]; tensor input_19_pad_type_0 = const()[name = tensor("input_19_pad_type_0"), val = tensor("custom")]; tensor input_19_pad_0 = const()[name = tensor("input_19_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_19_strides_0 = const()[name = tensor("input_19_strides_0"), val = tensor([1, 1])]; tensor input_19_dilations_0 = const()[name = tensor("input_19_dilations_0"), val = tensor([1, 1])]; tensor input_19_groups_0 = const()[name = tensor("input_19_groups_0"), val = tensor(1)]; - tensor const_13 = const()[name = tensor("const_13"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7060992)))]; - tensor const_14 = const()[name = tensor("const_14"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7097920)))]; - tensor out_1 = conv(bias = const_14, dilations = input_19_dilations_0, groups = input_19_groups_0, pad = input_19_pad_0, pad_type = input_19_pad_type_0, strides = input_19_strides_0, weight = const_13, x = input_17)[name = tensor("out_1")]; + tensor const_12 = const()[name = tensor("const_12"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7060992)))]; + tensor const_13 = const()[name = tensor("const_13"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7097920)))]; + tensor out_1 = conv(bias = const_13, dilations = input_19_dilations_0, groups = input_19_groups_0, pad = input_19_pad_0, pad_type = input_19_pad_type_0, strides = input_19_strides_0, weight = const_12, x = input_17)[name = tensor("out_1")]; tensor input_21 = add(x = out_1, y = input_11)[name = tensor("input_21")]; tensor input_23 = relu(x = input_21)[name = tensor("input_23")]; tensor input_25_pad_type_0 = const()[name = tensor("input_25_pad_type_0"), val = tensor("custom")]; @@ -109,18 +109,18 @@ program(1.0) tensor input_25_strides_0 = const()[name = tensor("input_25_strides_0"), val = tensor([1, 1])]; tensor input_25_dilations_0 = const()[name = tensor("input_25_dilations_0"), val = tensor([1, 1])]; tensor input_25_groups_0 = const()[name = tensor("input_25_groups_0"), val = tensor(1)]; - tensor const_15 = const()[name = tensor("const_15"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7098112)))]; - tensor const_16 = const()[name = tensor("const_16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7135040)))]; - tensor input_27 = conv(bias = const_16, dilations = input_25_dilations_0, groups = input_25_groups_0, pad = input_25_pad_0, pad_type = input_25_pad_type_0, strides = input_25_strides_0, weight = const_15, x = input_23)[name = tensor("input_27")]; + tensor const_14 = const()[name = tensor("const_14"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7098112)))]; + tensor const_15 = const()[name = tensor("const_15"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7135040)))]; + tensor input_27 = conv(bias = const_15, dilations = input_25_dilations_0, groups = input_25_groups_0, pad = input_25_pad_0, pad_type = input_25_pad_type_0, strides = input_25_strides_0, weight = const_14, x = input_23)[name = tensor("input_27")]; tensor input_29 = relu(x = input_27)[name = tensor("input_29")]; tensor input_31_pad_type_0 = const()[name = tensor("input_31_pad_type_0"), val = tensor("custom")]; tensor input_31_pad_0 = const()[name = tensor("input_31_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_31_strides_0 = const()[name = tensor("input_31_strides_0"), val = tensor([1, 1])]; tensor input_31_dilations_0 = const()[name = tensor("input_31_dilations_0"), val = tensor([1, 1])]; tensor input_31_groups_0 = const()[name = tensor("input_31_groups_0"), val = tensor(1)]; - tensor const_17 = const()[name = tensor("const_17"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7135232)))]; - tensor const_18 = const()[name = tensor("const_18"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7172160)))]; - tensor out_3 = conv(bias = const_18, dilations = input_31_dilations_0, groups = input_31_groups_0, pad = input_31_pad_0, pad_type = input_31_pad_type_0, strides = input_31_strides_0, weight = const_17, x = input_29)[name = tensor("out_3")]; + tensor const_16 = const()[name = tensor("const_16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7135232)))]; + tensor const_17 = const()[name = tensor("const_17"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7172160)))]; + tensor out_3 = conv(bias = const_17, dilations = input_31_dilations_0, groups = input_31_groups_0, pad = input_31_pad_0, pad_type = input_31_pad_type_0, strides = input_31_strides_0, weight = const_16, x = input_29)[name = tensor("out_3")]; tensor input_33 = add(x = out_3, y = input_23)[name = tensor("input_33")]; tensor input_35 = relu(x = input_33)[name = tensor("input_35")]; tensor input_37_pad_type_0 = const()[name = tensor("input_37_pad_type_0"), val = tensor("custom")]; @@ -128,18 +128,18 @@ program(1.0) tensor input_37_strides_0 = const()[name = tensor("input_37_strides_0"), val = tensor([1, 1])]; tensor input_37_dilations_0 = const()[name = tensor("input_37_dilations_0"), val = tensor([1, 1])]; tensor input_37_groups_0 = const()[name = tensor("input_37_groups_0"), val = tensor(1)]; - tensor const_19 = const()[name = tensor("const_19"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7172352)))]; - tensor const_20 = const()[name = tensor("const_20"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7209280)))]; - tensor input_39 = conv(bias = const_20, dilations = input_37_dilations_0, groups = input_37_groups_0, pad = input_37_pad_0, pad_type = input_37_pad_type_0, strides = input_37_strides_0, weight = const_19, x = input_35)[name = tensor("input_39")]; + tensor const_18 = const()[name = tensor("const_18"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7172352)))]; + tensor const_19 = const()[name = tensor("const_19"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7209280)))]; + tensor input_39 = conv(bias = const_19, dilations = input_37_dilations_0, groups = input_37_groups_0, pad = input_37_pad_0, pad_type = input_37_pad_type_0, strides = input_37_strides_0, weight = const_18, x = input_35)[name = tensor("input_39")]; tensor input_41 = relu(x = input_39)[name = tensor("input_41")]; tensor input_43_pad_type_0 = const()[name = tensor("input_43_pad_type_0"), val = tensor("custom")]; tensor input_43_pad_0 = const()[name = tensor("input_43_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_43_strides_0 = const()[name = tensor("input_43_strides_0"), val = tensor([1, 1])]; tensor input_43_dilations_0 = const()[name = tensor("input_43_dilations_0"), val = tensor([1, 1])]; tensor input_43_groups_0 = const()[name = tensor("input_43_groups_0"), val = tensor(1)]; - tensor const_21 = const()[name = tensor("const_21"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7209472)))]; - tensor const_22 = const()[name = tensor("const_22"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7246400)))]; - tensor out_5 = conv(bias = const_22, dilations = input_43_dilations_0, groups = input_43_groups_0, pad = input_43_pad_0, pad_type = input_43_pad_type_0, strides = input_43_strides_0, weight = const_21, x = input_41)[name = tensor("out_5")]; + tensor const_20 = const()[name = tensor("const_20"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7209472)))]; + tensor const_21 = const()[name = tensor("const_21"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7246400)))]; + tensor out_5 = conv(bias = const_21, dilations = input_43_dilations_0, groups = input_43_groups_0, pad = input_43_pad_0, pad_type = input_43_pad_type_0, strides = input_43_strides_0, weight = const_20, x = input_41)[name = tensor("out_5")]; tensor input_45 = add(x = out_5, y = input_35)[name = tensor("input_45")]; tensor input_47 = relu(x = input_45)[name = tensor("input_47")]; tensor input_49_pad_type_0 = const()[name = tensor("input_49_pad_type_0"), val = tensor("custom")]; @@ -147,45 +147,45 @@ program(1.0) tensor input_49_strides_0 = const()[name = tensor("input_49_strides_0"), val = tensor([2, 2])]; tensor input_49_dilations_0 = const()[name = tensor("input_49_dilations_0"), val = tensor([1, 1])]; tensor input_49_groups_0 = const()[name = tensor("input_49_groups_0"), val = tensor(1)]; - tensor const_23 = const()[name = tensor("const_23"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7246592)))]; - tensor const_24 = const()[name = tensor("const_24"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7320384)))]; - tensor input_51 = conv(bias = const_24, dilations = input_49_dilations_0, groups = input_49_groups_0, pad = input_49_pad_0, pad_type = input_49_pad_type_0, strides = input_49_strides_0, weight = const_23, x = input_47)[name = tensor("input_51")]; + tensor const_22 = const()[name = tensor("const_22"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7246592)))]; + tensor const_23 = const()[name = tensor("const_23"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7320384)))]; + tensor input_51 = conv(bias = const_23, dilations = input_49_dilations_0, groups = input_49_groups_0, pad = input_49_pad_0, pad_type = input_49_pad_type_0, strides = input_49_strides_0, weight = const_22, x = input_47)[name = tensor("input_51")]; tensor input_53 = relu(x = input_51)[name = tensor("input_53")]; tensor input_55_pad_type_0 = const()[name = tensor("input_55_pad_type_0"), val = tensor("custom")]; tensor input_55_pad_0 = const()[name = tensor("input_55_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_55_strides_0 = const()[name = tensor("input_55_strides_0"), val = tensor([1, 1])]; tensor input_55_dilations_0 = const()[name = tensor("input_55_dilations_0"), val = tensor([1, 1])]; tensor input_55_groups_0 = const()[name = tensor("input_55_groups_0"), val = tensor(1)]; - tensor const_25 = const()[name = tensor("const_25"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7320704)))]; - tensor const_26 = const()[name = tensor("const_26"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7468224)))]; - tensor out_7 = conv(bias = const_26, dilations = input_55_dilations_0, groups = input_55_groups_0, pad = input_55_pad_0, pad_type = input_55_pad_type_0, strides = input_55_strides_0, weight = const_25, x = input_53)[name = tensor("out_7")]; + tensor const_24 = const()[name = tensor("const_24"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7320704)))]; + tensor const_25 = const()[name = tensor("const_25"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7468224)))]; + tensor out_7 = conv(bias = const_25, dilations = input_55_dilations_0, groups = input_55_groups_0, pad = input_55_pad_0, pad_type = input_55_pad_type_0, strides = input_55_strides_0, weight = const_24, x = input_53)[name = tensor("out_7")]; tensor input_57_pad_type_0 = const()[name = tensor("input_57_pad_type_0"), val = tensor("valid")]; tensor input_57_strides_0 = const()[name = tensor("input_57_strides_0"), val = tensor([2, 2])]; tensor input_57_pad_0 = const()[name = tensor("input_57_pad_0"), val = tensor([0, 0, 0, 0])]; tensor input_57_dilations_0 = const()[name = tensor("input_57_dilations_0"), val = tensor([1, 1])]; tensor input_57_groups_0 = const()[name = tensor("input_57_groups_0"), val = tensor(1)]; - tensor const_27 = const()[name = tensor("const_27"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7468544)))]; - tensor const_28 = const()[name = tensor("const_28"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7476800)))]; - tensor var_258 = conv(bias = const_28, dilations = input_57_dilations_0, groups = input_57_groups_0, pad = input_57_pad_0, pad_type = input_57_pad_type_0, strides = input_57_strides_0, weight = const_27, x = input_47)[name = tensor("op_258")]; - tensor input_59 = add(x = out_7, y = var_258)[name = tensor("input_59")]; + tensor const_26 = const()[name = tensor("const_26"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7468544)))]; + tensor const_27 = const()[name = tensor("const_27"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7476800)))]; + tensor var_257 = conv(bias = const_27, dilations = input_57_dilations_0, groups = input_57_groups_0, pad = input_57_pad_0, pad_type = input_57_pad_type_0, strides = input_57_strides_0, weight = const_26, x = input_47)[name = tensor("op_257")]; + tensor input_59 = add(x = out_7, y = var_257)[name = tensor("input_59")]; tensor input_61 = relu(x = input_59)[name = tensor("input_61")]; tensor input_63_pad_type_0 = const()[name = tensor("input_63_pad_type_0"), val = tensor("custom")]; tensor input_63_pad_0 = const()[name = tensor("input_63_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_63_strides_0 = const()[name = tensor("input_63_strides_0"), val = tensor([1, 1])]; tensor input_63_dilations_0 = const()[name = tensor("input_63_dilations_0"), val = tensor([1, 1])]; tensor input_63_groups_0 = const()[name = tensor("input_63_groups_0"), val = tensor(1)]; - tensor const_29 = const()[name = tensor("const_29"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7477120)))]; - tensor const_30 = const()[name = tensor("const_30"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7624640)))]; - tensor input_65 = conv(bias = const_30, dilations = input_63_dilations_0, groups = input_63_groups_0, pad = input_63_pad_0, pad_type = input_63_pad_type_0, strides = input_63_strides_0, weight = const_29, x = input_61)[name = tensor("input_65")]; + tensor const_28 = const()[name = tensor("const_28"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7477120)))]; + tensor const_29 = const()[name = tensor("const_29"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7624640)))]; + tensor input_65 = conv(bias = const_29, dilations = input_63_dilations_0, groups = input_63_groups_0, pad = input_63_pad_0, pad_type = input_63_pad_type_0, strides = input_63_strides_0, weight = const_28, x = input_61)[name = tensor("input_65")]; tensor input_67 = relu(x = input_65)[name = tensor("input_67")]; tensor input_69_pad_type_0 = const()[name = tensor("input_69_pad_type_0"), val = tensor("custom")]; tensor input_69_pad_0 = const()[name = tensor("input_69_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_69_strides_0 = const()[name = tensor("input_69_strides_0"), val = tensor([1, 1])]; tensor input_69_dilations_0 = const()[name = tensor("input_69_dilations_0"), val = tensor([1, 1])]; tensor input_69_groups_0 = const()[name = tensor("input_69_groups_0"), val = tensor(1)]; - tensor const_31 = const()[name = tensor("const_31"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7624960)))]; - tensor const_32 = const()[name = tensor("const_32"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7772480)))]; - tensor out_9 = conv(bias = const_32, dilations = input_69_dilations_0, groups = input_69_groups_0, pad = input_69_pad_0, pad_type = input_69_pad_type_0, strides = input_69_strides_0, weight = const_31, x = input_67)[name = tensor("out_9")]; + tensor const_30 = const()[name = tensor("const_30"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7624960)))]; + tensor const_31 = const()[name = tensor("const_31"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7772480)))]; + tensor out_9 = conv(bias = const_31, dilations = input_69_dilations_0, groups = input_69_groups_0, pad = input_69_pad_0, pad_type = input_69_pad_type_0, strides = input_69_strides_0, weight = const_30, x = input_67)[name = tensor("out_9")]; tensor input_71 = add(x = out_9, y = input_61)[name = tensor("input_71")]; tensor input_73 = relu(x = input_71)[name = tensor("input_73")]; tensor input_75_pad_type_0 = const()[name = tensor("input_75_pad_type_0"), val = tensor("custom")]; @@ -193,18 +193,18 @@ program(1.0) tensor input_75_strides_0 = const()[name = tensor("input_75_strides_0"), val = tensor([1, 1])]; tensor input_75_dilations_0 = const()[name = tensor("input_75_dilations_0"), val = tensor([1, 1])]; tensor input_75_groups_0 = const()[name = tensor("input_75_groups_0"), val = tensor(1)]; - tensor const_33 = const()[name = tensor("const_33"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7772800)))]; - tensor const_34 = const()[name = tensor("const_34"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7920320)))]; - tensor input_77 = conv(bias = const_34, dilations = input_75_dilations_0, groups = input_75_groups_0, pad = input_75_pad_0, pad_type = input_75_pad_type_0, strides = input_75_strides_0, weight = const_33, x = input_73)[name = tensor("input_77")]; + tensor const_32 = const()[name = tensor("const_32"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7772800)))]; + tensor const_33 = const()[name = tensor("const_33"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7920320)))]; + tensor input_77 = conv(bias = const_33, dilations = input_75_dilations_0, groups = input_75_groups_0, pad = input_75_pad_0, pad_type = input_75_pad_type_0, strides = input_75_strides_0, weight = const_32, x = input_73)[name = tensor("input_77")]; tensor input_79 = relu(x = input_77)[name = tensor("input_79")]; tensor input_81_pad_type_0 = const()[name = tensor("input_81_pad_type_0"), val = tensor("custom")]; tensor input_81_pad_0 = const()[name = tensor("input_81_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_81_strides_0 = const()[name = tensor("input_81_strides_0"), val = tensor([1, 1])]; tensor input_81_dilations_0 = const()[name = tensor("input_81_dilations_0"), val = tensor([1, 1])]; tensor input_81_groups_0 = const()[name = tensor("input_81_groups_0"), val = tensor(1)]; - tensor const_35 = const()[name = tensor("const_35"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7920640)))]; - tensor const_36 = const()[name = tensor("const_36"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8068160)))]; - tensor out_11 = conv(bias = const_36, dilations = input_81_dilations_0, groups = input_81_groups_0, pad = input_81_pad_0, pad_type = input_81_pad_type_0, strides = input_81_strides_0, weight = const_35, x = input_79)[name = tensor("out_11")]; + tensor const_34 = const()[name = tensor("const_34"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(7920640)))]; + tensor const_35 = const()[name = tensor("const_35"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8068160)))]; + tensor out_11 = conv(bias = const_35, dilations = input_81_dilations_0, groups = input_81_groups_0, pad = input_81_pad_0, pad_type = input_81_pad_type_0, strides = input_81_strides_0, weight = const_34, x = input_79)[name = tensor("out_11")]; tensor input_83 = add(x = out_11, y = input_73)[name = tensor("input_83")]; tensor input_85 = relu(x = input_83)[name = tensor("input_85")]; tensor input_87_pad_type_0 = const()[name = tensor("input_87_pad_type_0"), val = tensor("custom")]; @@ -212,18 +212,18 @@ program(1.0) tensor input_87_strides_0 = const()[name = tensor("input_87_strides_0"), val = tensor([1, 1])]; tensor input_87_dilations_0 = const()[name = tensor("input_87_dilations_0"), val = tensor([1, 1])]; tensor input_87_groups_0 = const()[name = tensor("input_87_groups_0"), val = tensor(1)]; - tensor const_37 = const()[name = tensor("const_37"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8068480)))]; - tensor const_38 = const()[name = tensor("const_38"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8216000)))]; - tensor input_89 = conv(bias = const_38, dilations = input_87_dilations_0, groups = input_87_groups_0, pad = input_87_pad_0, pad_type = input_87_pad_type_0, strides = input_87_strides_0, weight = const_37, x = input_85)[name = tensor("input_89")]; + tensor const_36 = const()[name = tensor("const_36"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8068480)))]; + tensor const_37 = const()[name = tensor("const_37"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8216000)))]; + tensor input_89 = conv(bias = const_37, dilations = input_87_dilations_0, groups = input_87_groups_0, pad = input_87_pad_0, pad_type = input_87_pad_type_0, strides = input_87_strides_0, weight = const_36, x = input_85)[name = tensor("input_89")]; tensor input_91 = relu(x = input_89)[name = tensor("input_91")]; tensor input_93_pad_type_0 = const()[name = tensor("input_93_pad_type_0"), val = tensor("custom")]; tensor input_93_pad_0 = const()[name = tensor("input_93_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_93_strides_0 = const()[name = tensor("input_93_strides_0"), val = tensor([1, 1])]; tensor input_93_dilations_0 = const()[name = tensor("input_93_dilations_0"), val = tensor([1, 1])]; tensor input_93_groups_0 = const()[name = tensor("input_93_groups_0"), val = tensor(1)]; - tensor const_39 = const()[name = tensor("const_39"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8216320)))]; - tensor const_40 = const()[name = tensor("const_40"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8363840)))]; - tensor out_13 = conv(bias = const_40, dilations = input_93_dilations_0, groups = input_93_groups_0, pad = input_93_pad_0, pad_type = input_93_pad_type_0, strides = input_93_strides_0, weight = const_39, x = input_91)[name = tensor("out_13")]; + tensor const_38 = const()[name = tensor("const_38"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8216320)))]; + tensor const_39 = const()[name = tensor("const_39"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8363840)))]; + tensor out_13 = conv(bias = const_39, dilations = input_93_dilations_0, groups = input_93_groups_0, pad = input_93_pad_0, pad_type = input_93_pad_type_0, strides = input_93_strides_0, weight = const_38, x = input_91)[name = tensor("out_13")]; tensor input_95 = add(x = out_13, y = input_85)[name = tensor("input_95")]; tensor input_97 = relu(x = input_95)[name = tensor("input_97")]; tensor input_99_pad_type_0 = const()[name = tensor("input_99_pad_type_0"), val = tensor("custom")]; @@ -231,45 +231,45 @@ program(1.0) tensor input_99_strides_0 = const()[name = tensor("input_99_strides_0"), val = tensor([2, 2])]; tensor input_99_dilations_0 = const()[name = tensor("input_99_dilations_0"), val = tensor([1, 1])]; tensor input_99_groups_0 = const()[name = tensor("input_99_groups_0"), val = tensor(1)]; - tensor const_41 = const()[name = tensor("const_41"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8364160)))]; - tensor const_42 = const()[name = tensor("const_42"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8659136)))]; - tensor input_101 = conv(bias = const_42, dilations = input_99_dilations_0, groups = input_99_groups_0, pad = input_99_pad_0, pad_type = input_99_pad_type_0, strides = input_99_strides_0, weight = const_41, x = input_97)[name = tensor("input_101")]; + tensor const_40 = const()[name = tensor("const_40"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8364160)))]; + tensor const_41 = const()[name = tensor("const_41"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8659136)))]; + tensor input_101 = conv(bias = const_41, dilations = input_99_dilations_0, groups = input_99_groups_0, pad = input_99_pad_0, pad_type = input_99_pad_type_0, strides = input_99_strides_0, weight = const_40, x = input_97)[name = tensor("input_101")]; tensor input_103 = relu(x = input_101)[name = tensor("input_103")]; tensor input_105_pad_type_0 = const()[name = tensor("input_105_pad_type_0"), val = tensor("custom")]; tensor input_105_pad_0 = const()[name = tensor("input_105_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_105_strides_0 = const()[name = tensor("input_105_strides_0"), val = tensor([1, 1])]; tensor input_105_dilations_0 = const()[name = tensor("input_105_dilations_0"), val = tensor([1, 1])]; tensor input_105_groups_0 = const()[name = tensor("input_105_groups_0"), val = tensor(1)]; - tensor const_43 = const()[name = tensor("const_43"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8659712)))]; - tensor const_44 = const()[name = tensor("const_44"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(9249600)))]; - tensor out_15 = conv(bias = const_44, dilations = input_105_dilations_0, groups = input_105_groups_0, pad = input_105_pad_0, pad_type = input_105_pad_type_0, strides = input_105_strides_0, weight = const_43, x = input_103)[name = tensor("out_15")]; + tensor const_42 = const()[name = tensor("const_42"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8659712)))]; + tensor const_43 = const()[name = tensor("const_43"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(9249600)))]; + tensor out_15 = conv(bias = const_43, dilations = input_105_dilations_0, groups = input_105_groups_0, pad = input_105_pad_0, pad_type = input_105_pad_type_0, strides = input_105_strides_0, weight = const_42, x = input_103)[name = tensor("out_15")]; tensor input_107_pad_type_0 = const()[name = tensor("input_107_pad_type_0"), val = tensor("valid")]; tensor input_107_strides_0 = const()[name = tensor("input_107_strides_0"), val = tensor([2, 2])]; tensor input_107_pad_0 = const()[name = tensor("input_107_pad_0"), val = tensor([0, 0, 0, 0])]; tensor input_107_dilations_0 = const()[name = tensor("input_107_dilations_0"), val = tensor([1, 1])]; tensor input_107_groups_0 = const()[name = tensor("input_107_groups_0"), val = tensor(1)]; - tensor const_45 = const()[name = tensor("const_45"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(9250176)))]; - tensor const_46 = const()[name = tensor("const_46"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(9283008)))]; - tensor var_394 = conv(bias = const_46, dilations = input_107_dilations_0, groups = input_107_groups_0, pad = input_107_pad_0, pad_type = input_107_pad_type_0, strides = input_107_strides_0, weight = const_45, x = input_97)[name = tensor("op_394")]; - tensor input_109 = add(x = out_15, y = var_394)[name = tensor("input_109")]; + tensor const_44 = const()[name = tensor("const_44"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(9250176)))]; + tensor const_45 = const()[name = tensor("const_45"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(9283008)))]; + tensor var_393 = conv(bias = const_45, dilations = input_107_dilations_0, groups = input_107_groups_0, pad = input_107_pad_0, pad_type = input_107_pad_type_0, strides = input_107_strides_0, weight = const_44, x = input_97)[name = tensor("op_393")]; + tensor input_109 = add(x = out_15, y = var_393)[name = tensor("input_109")]; tensor input_111 = relu(x = input_109)[name = tensor("input_111")]; tensor input_113_pad_type_0 = const()[name = tensor("input_113_pad_type_0"), val = tensor("custom")]; tensor input_113_pad_0 = const()[name = tensor("input_113_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_113_strides_0 = const()[name = tensor("input_113_strides_0"), val = tensor([1, 1])]; tensor input_113_dilations_0 = const()[name = tensor("input_113_dilations_0"), val = tensor([1, 1])]; tensor input_113_groups_0 = const()[name = tensor("input_113_groups_0"), val = tensor(1)]; - tensor const_47 = const()[name = tensor("const_47"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(9283584)))]; - tensor const_48 = const()[name = tensor("const_48"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(9873472)))]; - tensor input_115 = conv(bias = const_48, dilations = input_113_dilations_0, groups = input_113_groups_0, pad = input_113_pad_0, pad_type = input_113_pad_type_0, strides = input_113_strides_0, weight = const_47, x = input_111)[name = tensor("input_115")]; + tensor const_46 = const()[name = tensor("const_46"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(9283584)))]; + tensor const_47 = const()[name = tensor("const_47"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(9873472)))]; + tensor input_115 = conv(bias = const_47, dilations = input_113_dilations_0, groups = input_113_groups_0, pad = input_113_pad_0, pad_type = input_113_pad_type_0, strides = input_113_strides_0, weight = const_46, x = input_111)[name = tensor("input_115")]; tensor input_117 = relu(x = input_115)[name = tensor("input_117")]; tensor input_119_pad_type_0 = const()[name = tensor("input_119_pad_type_0"), val = tensor("custom")]; tensor input_119_pad_0 = const()[name = tensor("input_119_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_119_strides_0 = const()[name = tensor("input_119_strides_0"), val = tensor([1, 1])]; tensor input_119_dilations_0 = const()[name = tensor("input_119_dilations_0"), val = tensor([1, 1])]; tensor input_119_groups_0 = const()[name = tensor("input_119_groups_0"), val = tensor(1)]; - tensor const_49 = const()[name = tensor("const_49"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(9874048)))]; - tensor const_50 = const()[name = tensor("const_50"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(10463936)))]; - tensor out_17 = conv(bias = const_50, dilations = input_119_dilations_0, groups = input_119_groups_0, pad = input_119_pad_0, pad_type = input_119_pad_type_0, strides = input_119_strides_0, weight = const_49, x = input_117)[name = tensor("out_17")]; + tensor const_48 = const()[name = tensor("const_48"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(9874048)))]; + tensor const_49 = const()[name = tensor("const_49"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(10463936)))]; + tensor out_17 = conv(bias = const_49, dilations = input_119_dilations_0, groups = input_119_groups_0, pad = input_119_pad_0, pad_type = input_119_pad_type_0, strides = input_119_strides_0, weight = const_48, x = input_117)[name = tensor("out_17")]; tensor input_121 = add(x = out_17, y = input_111)[name = tensor("input_121")]; tensor input_123 = relu(x = input_121)[name = tensor("input_123")]; tensor input_125_pad_type_0 = const()[name = tensor("input_125_pad_type_0"), val = tensor("custom")]; @@ -277,18 +277,18 @@ program(1.0) tensor input_125_strides_0 = const()[name = tensor("input_125_strides_0"), val = tensor([1, 1])]; tensor input_125_dilations_0 = const()[name = tensor("input_125_dilations_0"), val = tensor([1, 1])]; tensor input_125_groups_0 = const()[name = tensor("input_125_groups_0"), val = tensor(1)]; - tensor const_51 = const()[name = tensor("const_51"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(10464512)))]; - tensor const_52 = const()[name = tensor("const_52"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(11054400)))]; - tensor input_127 = conv(bias = const_52, dilations = input_125_dilations_0, groups = input_125_groups_0, pad = input_125_pad_0, pad_type = input_125_pad_type_0, strides = input_125_strides_0, weight = const_51, x = input_123)[name = tensor("input_127")]; + tensor const_50 = const()[name = tensor("const_50"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(10464512)))]; + tensor const_51 = const()[name = tensor("const_51"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(11054400)))]; + tensor input_127 = conv(bias = const_51, dilations = input_125_dilations_0, groups = input_125_groups_0, pad = input_125_pad_0, pad_type = input_125_pad_type_0, strides = input_125_strides_0, weight = const_50, x = input_123)[name = tensor("input_127")]; tensor input_129 = relu(x = input_127)[name = tensor("input_129")]; tensor input_131_pad_type_0 = const()[name = tensor("input_131_pad_type_0"), val = tensor("custom")]; tensor input_131_pad_0 = const()[name = tensor("input_131_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_131_strides_0 = const()[name = tensor("input_131_strides_0"), val = tensor([1, 1])]; tensor input_131_dilations_0 = const()[name = tensor("input_131_dilations_0"), val = tensor([1, 1])]; tensor input_131_groups_0 = const()[name = tensor("input_131_groups_0"), val = tensor(1)]; - tensor const_53 = const()[name = tensor("const_53"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(11054976)))]; - tensor const_54 = const()[name = tensor("const_54"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(11644864)))]; - tensor out_19 = conv(bias = const_54, dilations = input_131_dilations_0, groups = input_131_groups_0, pad = input_131_pad_0, pad_type = input_131_pad_type_0, strides = input_131_strides_0, weight = const_53, x = input_129)[name = tensor("out_19")]; + tensor const_52 = const()[name = tensor("const_52"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(11054976)))]; + tensor const_53 = const()[name = tensor("const_53"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(11644864)))]; + tensor out_19 = conv(bias = const_53, dilations = input_131_dilations_0, groups = input_131_groups_0, pad = input_131_pad_0, pad_type = input_131_pad_type_0, strides = input_131_strides_0, weight = const_52, x = input_129)[name = tensor("out_19")]; tensor input_133 = add(x = out_19, y = input_123)[name = tensor("input_133")]; tensor input_135 = relu(x = input_133)[name = tensor("input_135")]; tensor input_137_pad_type_0 = const()[name = tensor("input_137_pad_type_0"), val = tensor("custom")]; @@ -296,18 +296,18 @@ program(1.0) tensor input_137_strides_0 = const()[name = tensor("input_137_strides_0"), val = tensor([1, 1])]; tensor input_137_dilations_0 = const()[name = tensor("input_137_dilations_0"), val = tensor([1, 1])]; tensor input_137_groups_0 = const()[name = tensor("input_137_groups_0"), val = tensor(1)]; - tensor const_55 = const()[name = tensor("const_55"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(11645440)))]; - tensor const_56 = const()[name = tensor("const_56"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(12235328)))]; - tensor input_139 = conv(bias = const_56, dilations = input_137_dilations_0, groups = input_137_groups_0, pad = input_137_pad_0, pad_type = input_137_pad_type_0, strides = input_137_strides_0, weight = const_55, x = input_135)[name = tensor("input_139")]; + tensor const_54 = const()[name = tensor("const_54"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(11645440)))]; + tensor const_55 = const()[name = tensor("const_55"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(12235328)))]; + tensor input_139 = conv(bias = const_55, dilations = input_137_dilations_0, groups = input_137_groups_0, pad = input_137_pad_0, pad_type = input_137_pad_type_0, strides = input_137_strides_0, weight = const_54, x = input_135)[name = tensor("input_139")]; tensor input_141 = relu(x = input_139)[name = tensor("input_141")]; tensor input_143_pad_type_0 = const()[name = tensor("input_143_pad_type_0"), val = tensor("custom")]; tensor input_143_pad_0 = const()[name = tensor("input_143_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_143_strides_0 = const()[name = tensor("input_143_strides_0"), val = tensor([1, 1])]; tensor input_143_dilations_0 = const()[name = tensor("input_143_dilations_0"), val = tensor([1, 1])]; tensor input_143_groups_0 = const()[name = tensor("input_143_groups_0"), val = tensor(1)]; - tensor const_57 = const()[name = tensor("const_57"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(12235904)))]; - tensor const_58 = const()[name = tensor("const_58"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(12825792)))]; - tensor out_21 = conv(bias = const_58, dilations = input_143_dilations_0, groups = input_143_groups_0, pad = input_143_pad_0, pad_type = input_143_pad_type_0, strides = input_143_strides_0, weight = const_57, x = input_141)[name = tensor("out_21")]; + tensor const_56 = const()[name = tensor("const_56"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(12235904)))]; + tensor const_57 = const()[name = tensor("const_57"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(12825792)))]; + tensor out_21 = conv(bias = const_57, dilations = input_143_dilations_0, groups = input_143_groups_0, pad = input_143_pad_0, pad_type = input_143_pad_type_0, strides = input_143_strides_0, weight = const_56, x = input_141)[name = tensor("out_21")]; tensor input_145 = add(x = out_21, y = input_135)[name = tensor("input_145")]; tensor input_147 = relu(x = input_145)[name = tensor("input_147")]; tensor input_149_pad_type_0 = const()[name = tensor("input_149_pad_type_0"), val = tensor("custom")]; @@ -315,18 +315,18 @@ program(1.0) tensor input_149_strides_0 = const()[name = tensor("input_149_strides_0"), val = tensor([1, 1])]; tensor input_149_dilations_0 = const()[name = tensor("input_149_dilations_0"), val = tensor([1, 1])]; tensor input_149_groups_0 = const()[name = tensor("input_149_groups_0"), val = tensor(1)]; - tensor const_59 = const()[name = tensor("const_59"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(12826368)))]; - tensor const_60 = const()[name = tensor("const_60"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13416256)))]; - tensor input_151 = conv(bias = const_60, dilations = input_149_dilations_0, groups = input_149_groups_0, pad = input_149_pad_0, pad_type = input_149_pad_type_0, strides = input_149_strides_0, weight = const_59, x = input_147)[name = tensor("input_151")]; + tensor const_58 = const()[name = tensor("const_58"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(12826368)))]; + tensor const_59 = const()[name = tensor("const_59"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13416256)))]; + tensor input_151 = conv(bias = const_59, dilations = input_149_dilations_0, groups = input_149_groups_0, pad = input_149_pad_0, pad_type = input_149_pad_type_0, strides = input_149_strides_0, weight = const_58, x = input_147)[name = tensor("input_151")]; tensor input_153 = relu(x = input_151)[name = tensor("input_153")]; tensor input_155_pad_type_0 = const()[name = tensor("input_155_pad_type_0"), val = tensor("custom")]; tensor input_155_pad_0 = const()[name = tensor("input_155_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_155_strides_0 = const()[name = tensor("input_155_strides_0"), val = tensor([1, 1])]; tensor input_155_dilations_0 = const()[name = tensor("input_155_dilations_0"), val = tensor([1, 1])]; tensor input_155_groups_0 = const()[name = tensor("input_155_groups_0"), val = tensor(1)]; - tensor const_61 = const()[name = tensor("const_61"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13416832)))]; - tensor const_62 = const()[name = tensor("const_62"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14006720)))]; - tensor out_23 = conv(bias = const_62, dilations = input_155_dilations_0, groups = input_155_groups_0, pad = input_155_pad_0, pad_type = input_155_pad_type_0, strides = input_155_strides_0, weight = const_61, x = input_153)[name = tensor("out_23")]; + tensor const_60 = const()[name = tensor("const_60"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13416832)))]; + tensor const_61 = const()[name = tensor("const_61"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14006720)))]; + tensor out_23 = conv(bias = const_61, dilations = input_155_dilations_0, groups = input_155_groups_0, pad = input_155_pad_0, pad_type = input_155_pad_type_0, strides = input_155_strides_0, weight = const_60, x = input_153)[name = tensor("out_23")]; tensor input_157 = add(x = out_23, y = input_147)[name = tensor("input_157")]; tensor input_159 = relu(x = input_157)[name = tensor("input_159")]; tensor input_161_pad_type_0 = const()[name = tensor("input_161_pad_type_0"), val = tensor("custom")]; @@ -334,18 +334,18 @@ program(1.0) tensor input_161_strides_0 = const()[name = tensor("input_161_strides_0"), val = tensor([1, 1])]; tensor input_161_dilations_0 = const()[name = tensor("input_161_dilations_0"), val = tensor([1, 1])]; tensor input_161_groups_0 = const()[name = tensor("input_161_groups_0"), val = tensor(1)]; - tensor const_63 = const()[name = tensor("const_63"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14007296)))]; - tensor const_64 = const()[name = tensor("const_64"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14597184)))]; - tensor input_163 = conv(bias = const_64, dilations = input_161_dilations_0, groups = input_161_groups_0, pad = input_161_pad_0, pad_type = input_161_pad_type_0, strides = input_161_strides_0, weight = const_63, x = input_159)[name = tensor("input_163")]; + tensor const_62 = const()[name = tensor("const_62"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14007296)))]; + tensor const_63 = const()[name = tensor("const_63"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14597184)))]; + tensor input_163 = conv(bias = const_63, dilations = input_161_dilations_0, groups = input_161_groups_0, pad = input_161_pad_0, pad_type = input_161_pad_type_0, strides = input_161_strides_0, weight = const_62, x = input_159)[name = tensor("input_163")]; tensor input_165 = relu(x = input_163)[name = tensor("input_165")]; tensor input_167_pad_type_0 = const()[name = tensor("input_167_pad_type_0"), val = tensor("custom")]; tensor input_167_pad_0 = const()[name = tensor("input_167_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_167_strides_0 = const()[name = tensor("input_167_strides_0"), val = tensor([1, 1])]; tensor input_167_dilations_0 = const()[name = tensor("input_167_dilations_0"), val = tensor([1, 1])]; tensor input_167_groups_0 = const()[name = tensor("input_167_groups_0"), val = tensor(1)]; - tensor const_65 = const()[name = tensor("const_65"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14597760)))]; - tensor const_66 = const()[name = tensor("const_66"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(15187648)))]; - tensor out_25 = conv(bias = const_66, dilations = input_167_dilations_0, groups = input_167_groups_0, pad = input_167_pad_0, pad_type = input_167_pad_type_0, strides = input_167_strides_0, weight = const_65, x = input_165)[name = tensor("out_25")]; + tensor const_64 = const()[name = tensor("const_64"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14597760)))]; + tensor const_65 = const()[name = tensor("const_65"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(15187648)))]; + tensor out_25 = conv(bias = const_65, dilations = input_167_dilations_0, groups = input_167_groups_0, pad = input_167_pad_0, pad_type = input_167_pad_type_0, strides = input_167_strides_0, weight = const_64, x = input_165)[name = tensor("out_25")]; tensor input_169 = add(x = out_25, y = input_159)[name = tensor("input_169")]; tensor input_171 = relu(x = input_169)[name = tensor("input_171")]; tensor input_173_pad_type_0 = const()[name = tensor("input_173_pad_type_0"), val = tensor("custom")]; @@ -353,45 +353,45 @@ program(1.0) tensor input_173_strides_0 = const()[name = tensor("input_173_strides_0"), val = tensor([2, 2])]; tensor input_173_dilations_0 = const()[name = tensor("input_173_dilations_0"), val = tensor([1, 1])]; tensor input_173_groups_0 = const()[name = tensor("input_173_groups_0"), val = tensor(1)]; - tensor const_67 = const()[name = tensor("const_67"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(15188224)))]; - tensor const_68 = const()[name = tensor("const_68"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(16367936)))]; - tensor input_175 = conv(bias = const_68, dilations = input_173_dilations_0, groups = input_173_groups_0, pad = input_173_pad_0, pad_type = input_173_pad_type_0, strides = input_173_strides_0, weight = const_67, x = input_171)[name = tensor("input_175")]; + tensor const_66 = const()[name = tensor("const_66"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(15188224)))]; + tensor const_67 = const()[name = tensor("const_67"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(16367936)))]; + tensor input_175 = conv(bias = const_67, dilations = input_173_dilations_0, groups = input_173_groups_0, pad = input_173_pad_0, pad_type = input_173_pad_type_0, strides = input_173_strides_0, weight = const_66, x = input_171)[name = tensor("input_175")]; tensor input_177 = relu(x = input_175)[name = tensor("input_177")]; tensor input_179_pad_type_0 = const()[name = tensor("input_179_pad_type_0"), val = tensor("custom")]; tensor input_179_pad_0 = const()[name = tensor("input_179_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_179_strides_0 = const()[name = tensor("input_179_strides_0"), val = tensor([1, 1])]; tensor input_179_dilations_0 = const()[name = tensor("input_179_dilations_0"), val = tensor([1, 1])]; tensor input_179_groups_0 = const()[name = tensor("input_179_groups_0"), val = tensor(1)]; - tensor const_69 = const()[name = tensor("const_69"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(16369024)))]; - tensor const_70 = const()[name = tensor("const_70"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(18728384)))]; - tensor out_27 = conv(bias = const_70, dilations = input_179_dilations_0, groups = input_179_groups_0, pad = input_179_pad_0, pad_type = input_179_pad_type_0, strides = input_179_strides_0, weight = const_69, x = input_177)[name = tensor("out_27")]; + tensor const_68 = const()[name = tensor("const_68"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(16369024)))]; + tensor const_69 = const()[name = tensor("const_69"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(18728384)))]; + tensor out_27 = conv(bias = const_69, dilations = input_179_dilations_0, groups = input_179_groups_0, pad = input_179_pad_0, pad_type = input_179_pad_type_0, strides = input_179_strides_0, weight = const_68, x = input_177)[name = tensor("out_27")]; tensor input_181_pad_type_0 = const()[name = tensor("input_181_pad_type_0"), val = tensor("valid")]; tensor input_181_strides_0 = const()[name = tensor("input_181_strides_0"), val = tensor([2, 2])]; tensor input_181_pad_0 = const()[name = tensor("input_181_pad_0"), val = tensor([0, 0, 0, 0])]; tensor input_181_dilations_0 = const()[name = tensor("input_181_dilations_0"), val = tensor([1, 1])]; tensor input_181_groups_0 = const()[name = tensor("input_181_groups_0"), val = tensor(1)]; - tensor const_71 = const()[name = tensor("const_71"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(18729472)))]; - tensor const_72 = const()[name = tensor("const_72"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(18860608)))]; - tensor var_585 = conv(bias = const_72, dilations = input_181_dilations_0, groups = input_181_groups_0, pad = input_181_pad_0, pad_type = input_181_pad_type_0, strides = input_181_strides_0, weight = const_71, x = input_171)[name = tensor("op_585")]; - tensor input_183 = add(x = out_27, y = var_585)[name = tensor("input_183")]; + tensor const_70 = const()[name = tensor("const_70"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(18729472)))]; + tensor const_71 = const()[name = tensor("const_71"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(18860608)))]; + tensor var_584 = conv(bias = const_71, dilations = input_181_dilations_0, groups = input_181_groups_0, pad = input_181_pad_0, pad_type = input_181_pad_type_0, strides = input_181_strides_0, weight = const_70, x = input_171)[name = tensor("op_584")]; + tensor input_183 = add(x = out_27, y = var_584)[name = tensor("input_183")]; tensor input_185 = relu(x = input_183)[name = tensor("input_185")]; tensor input_187_pad_type_0 = const()[name = tensor("input_187_pad_type_0"), val = tensor("custom")]; tensor input_187_pad_0 = const()[name = tensor("input_187_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_187_strides_0 = const()[name = tensor("input_187_strides_0"), val = tensor([1, 1])]; tensor input_187_dilations_0 = const()[name = tensor("input_187_dilations_0"), val = tensor([1, 1])]; tensor input_187_groups_0 = const()[name = tensor("input_187_groups_0"), val = tensor(1)]; - tensor const_73 = const()[name = tensor("const_73"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(18861696)))]; - tensor const_74 = const()[name = tensor("const_74"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(21221056)))]; - tensor input_189 = conv(bias = const_74, dilations = input_187_dilations_0, groups = input_187_groups_0, pad = input_187_pad_0, pad_type = input_187_pad_type_0, strides = input_187_strides_0, weight = const_73, x = input_185)[name = tensor("input_189")]; + tensor const_72 = const()[name = tensor("const_72"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(18861696)))]; + tensor const_73 = const()[name = tensor("const_73"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(21221056)))]; + tensor input_189 = conv(bias = const_73, dilations = input_187_dilations_0, groups = input_187_groups_0, pad = input_187_pad_0, pad_type = input_187_pad_type_0, strides = input_187_strides_0, weight = const_72, x = input_185)[name = tensor("input_189")]; tensor input_191 = relu(x = input_189)[name = tensor("input_191")]; tensor input_193_pad_type_0 = const()[name = tensor("input_193_pad_type_0"), val = tensor("custom")]; tensor input_193_pad_0 = const()[name = tensor("input_193_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_193_strides_0 = const()[name = tensor("input_193_strides_0"), val = tensor([1, 1])]; tensor input_193_dilations_0 = const()[name = tensor("input_193_dilations_0"), val = tensor([1, 1])]; tensor input_193_groups_0 = const()[name = tensor("input_193_groups_0"), val = tensor(1)]; - tensor const_75 = const()[name = tensor("const_75"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(21222144)))]; - tensor const_76 = const()[name = tensor("const_76"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(23581504)))]; - tensor out_29 = conv(bias = const_76, dilations = input_193_dilations_0, groups = input_193_groups_0, pad = input_193_pad_0, pad_type = input_193_pad_type_0, strides = input_193_strides_0, weight = const_75, x = input_191)[name = tensor("out_29")]; + tensor const_74 = const()[name = tensor("const_74"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(21222144)))]; + tensor const_75 = const()[name = tensor("const_75"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(23581504)))]; + tensor out_29 = conv(bias = const_75, dilations = input_193_dilations_0, groups = input_193_groups_0, pad = input_193_pad_0, pad_type = input_193_pad_type_0, strides = input_193_strides_0, weight = const_74, x = input_191)[name = tensor("out_29")]; tensor input_195 = add(x = out_29, y = input_185)[name = tensor("input_195")]; tensor input_197 = relu(x = input_195)[name = tensor("input_197")]; tensor input_199_pad_type_0 = const()[name = tensor("input_199_pad_type_0"), val = tensor("custom")]; @@ -399,39 +399,62 @@ program(1.0) tensor input_199_strides_0 = const()[name = tensor("input_199_strides_0"), val = tensor([1, 1])]; tensor input_199_dilations_0 = const()[name = tensor("input_199_dilations_0"), val = tensor([1, 1])]; tensor input_199_groups_0 = const()[name = tensor("input_199_groups_0"), val = tensor(1)]; - tensor const_77 = const()[name = tensor("const_77"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(23582592)))]; - tensor const_78 = const()[name = tensor("const_78"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(25941952)))]; - tensor input_201 = conv(bias = const_78, dilations = input_199_dilations_0, groups = input_199_groups_0, pad = input_199_pad_0, pad_type = input_199_pad_type_0, strides = input_199_strides_0, weight = const_77, x = input_197)[name = tensor("input_201")]; + tensor const_76 = const()[name = tensor("const_76"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(23582592)))]; + tensor const_77 = const()[name = tensor("const_77"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(25941952)))]; + tensor input_201 = conv(bias = const_77, dilations = input_199_dilations_0, groups = input_199_groups_0, pad = input_199_pad_0, pad_type = input_199_pad_type_0, strides = input_199_strides_0, weight = const_76, x = input_197)[name = tensor("input_201")]; tensor input_203 = relu(x = input_201)[name = tensor("input_203")]; tensor input_205_pad_type_0 = const()[name = tensor("input_205_pad_type_0"), val = tensor("custom")]; tensor input_205_pad_0 = const()[name = tensor("input_205_pad_0"), val = tensor([1, 1, 1, 1])]; tensor input_205_strides_0 = const()[name = tensor("input_205_strides_0"), val = tensor([1, 1])]; tensor input_205_dilations_0 = const()[name = tensor("input_205_dilations_0"), val = tensor([1, 1])]; tensor input_205_groups_0 = const()[name = tensor("input_205_groups_0"), val = tensor(1)]; - tensor const_79 = const()[name = tensor("const_79"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(25943040)))]; - tensor const_80 = const()[name = tensor("const_80"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(28302400)))]; - tensor out = conv(bias = const_80, dilations = input_205_dilations_0, groups = input_205_groups_0, pad = input_205_pad_0, pad_type = input_205_pad_type_0, strides = input_205_strides_0, weight = const_79, x = input_203)[name = tensor("out")]; + tensor const_78 = const()[name = tensor("const_78"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(25943040)))]; + tensor const_79 = const()[name = tensor("const_79"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(28302400)))]; + tensor out = conv(bias = const_79, dilations = input_205_dilations_0, groups = input_205_groups_0, pad = input_205_pad_0, pad_type = input_205_pad_type_0, strides = input_205_strides_0, weight = const_78, x = input_203)[name = tensor("out")]; tensor input_207 = add(x = out, y = input_197)[name = tensor("input_207")]; tensor features = relu(x = input_207)[name = tensor("features")]; - tensor var_654 = const()[name = tensor("op_654"), val = tensor([1, 2560, 63])]; - tensor sequences = reshape(shape = var_654, x = features)[name = tensor("sequences")]; - tensor mean_axes_0 = const()[name = tensor("mean_axes_0"), val = tensor([-1])]; - tensor mean_keep_dims_0 = const()[name = tensor("mean_keep_dims_0"), val = tensor(false)]; - tensor mean = reduce_mean(axes = mean_axes_0, keep_dims = mean_keep_dims_0, x = sequences)[name = tensor("mean")]; + tensor var_653 = const()[name = tensor("op_653"), val = tensor([1, 2560, 63])]; + tensor sequences = reshape(shape = var_653, x = features)[name = tensor("sequences")]; + tensor weights_3_axes_0 = const()[name = tensor("weights_3_axes_0"), val = tensor([1])]; + tensor weights_3 = expand_dims(axes = weights_3_axes_0, x = weights)[name = tensor("weights_3")]; + tensor weights_axes_0 = const()[name = tensor("weights_axes_0"), val = tensor([2])]; + tensor weights_1 = expand_dims(axes = weights_axes_0, x = weights_3)[name = tensor("weights")]; tensor var_658_axes_0 = const()[name = tensor("op_658_axes_0"), val = tensor([-1])]; - tensor var_658 = expand_dims(axes = var_658_axes_0, x = mean)[name = tensor("op_658")]; - tensor centered = sub(x = sequences, y = var_658)[name = tensor("centered")]; - tensor var_660 = mul(x = centered, y = centered)[name = tensor("op_660")]; - tensor sum_sq_axes_0 = const()[name = tensor("sum_sq_axes_0"), val = tensor([-1])]; - tensor sum_sq_keep_dims_0 = const()[name = tensor("sum_sq_keep_dims_0"), val = tensor(false)]; - tensor sum_sq = reduce_sum(axes = sum_sq_axes_0, keep_dims = sum_sq_keep_dims_0, x = var_660)[name = tensor("sum_sq")]; - tensor _inversed_var_y_0 = const()[name = tensor("_inversed_var_y_0"), val = tensor([0x1.08421p-6])]; - tensor _inversed_var = mul(x = sum_sq, y = _inversed_var_y_0)[name = tensor("_inversed_var")]; - tensor const_8 = const()[name = tensor("const_8"), val = tensor(0x1.fffffep+127)]; - tensor clip_1 = clip(alpha = var_93, beta = const_8, x = _inversed_var)[name = tensor("clip_1")]; - tensor std = sqrt(x = clip_1)[name = tensor("std")]; - tensor input_interleave_0 = const()[name = tensor("input_interleave_0"), val = tensor(false)]; - tensor input = concat(axis = var_90, interleave = input_interleave_0, values = (mean, std))[name = tensor("input")]; + tensor var_658_keep_dims_0 = const()[name = tensor("op_658_keep_dims_0"), val = tensor(false)]; + tensor var_658 = reduce_sum(axes = var_658_axes_0, keep_dims = var_658_keep_dims_0, x = weights_1)[name = tensor("op_658")]; + tensor var_659 = const()[name = tensor("op_659"), val = tensor(0x1.5798eep-27)]; + tensor v1 = add(x = var_658, y = var_659)[name = tensor("v1")]; + tensor var_661_axes_0 = const()[name = tensor("op_661_axes_0"), val = tensor([1])]; + tensor var_661 = expand_dims(axes = var_661_axes_0, x = sequences)[name = tensor("op_661")]; + tensor weighted = mul(x = var_661, y = weights_1)[name = tensor("weighted")]; + tensor var_664_axes_0 = const()[name = tensor("op_664_axes_0"), val = tensor([-1])]; + tensor var_664_keep_dims_0 = const()[name = tensor("op_664_keep_dims_0"), val = tensor(false)]; + tensor var_664 = reduce_sum(axes = var_664_axes_0, keep_dims = var_664_keep_dims_0, x = weighted)[name = tensor("op_664")]; + tensor mean = real_div(x = var_664, y = v1)[name = tensor("mean")]; + tensor var_667_axes_0 = const()[name = tensor("op_667_axes_0"), val = tensor([-1])]; + tensor var_667 = expand_dims(axes = var_667_axes_0, x = mean)[name = tensor("op_667")]; + tensor diff = sub(x = var_661, y = var_667)[name = tensor("diff")]; + tensor var_669 = mul(x = weights_1, y = weights_1)[name = tensor("op_669")]; + tensor v2_axes_0 = const()[name = tensor("v2_axes_0"), val = tensor([-1])]; + tensor v2_keep_dims_0 = const()[name = tensor("v2_keep_dims_0"), val = tensor(false)]; + tensor v2 = reduce_sum(axes = v2_axes_0, keep_dims = v2_keep_dims_0, x = var_669)[name = tensor("v2")]; + tensor var_672 = real_div(x = v2, y = v1)[name = tensor("op_672")]; + tensor var_673 = sub(x = v1, y = var_672)[name = tensor("op_673")]; + tensor var_674 = const()[name = tensor("op_674"), val = tensor(0x1.5798eep-27)]; + tensor denom = add(x = var_673, y = var_674)[name = tensor("denom")]; + tensor var_676 = mul(x = diff, y = diff)[name = tensor("op_676")]; + tensor var_677 = mul(x = var_676, y = weights_1)[name = tensor("op_677")]; + tensor var_679_axes_0 = const()[name = tensor("op_679_axes_0"), val = tensor([-1])]; + tensor var_679_keep_dims_0 = const()[name = tensor("op_679_keep_dims_0"), val = tensor(false)]; + tensor var_679 = reduce_sum(axes = var_679_axes_0, keep_dims = var_679_keep_dims_0, x = var_677)[name = tensor("op_679")]; + tensor var = real_div(x = var_679, y = denom)[name = tensor("var")]; + tensor const_7 = const()[name = tensor("const_7"), val = tensor(0x1.fffffep+127)]; + tensor clip_1 = clip(alpha = var_92, beta = const_7, x = var)[name = tensor("clip_1")]; + tensor std = sqrt(x = clip_1)[name = tensor("std")]; + tensor output_interleave_0 = const()[name = tensor("output_interleave_0"), val = tensor(false)]; + tensor output = concat(axis = var_91, interleave = output_interleave_0, values = (mean, std))[name = tensor("output")]; + tensor input_axes_0 = const()[name = tensor("input_axes_0"), val = tensor([1])]; + tensor input = squeeze(axes = input_axes_0, x = output)[name = tensor("input")]; tensor embedding = linear(bias = resnet_seg_1_bias, weight = resnet_seg_1_weight, x = input)[name = tensor("linear_0")]; } -> (embedding); } \ No newline at end of file