praveenperera commited on
Commit
f9c1c2d
·
verified ·
1 Parent(s): 83109a1

Upload folder using huggingface_hub

Browse files
wespeaker-multimask-tail-b32.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77b60e64442b2140adebed82813bf619f76d92c9f419639093a50a27744ac14b
3
+ size 243
wespeaker-multimask-tail-b32.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e5467edd5d317c287cfa06474216990b8dfff1b7f6e725fb2e238a2264d8b16
3
+ size 201
wespeaker-multimask-tail-b32.mlmodelc/model.mil ADDED
@@ -0,0 +1,416 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ program(1.3)
2
+ [buildInfo = dict<string, string>({{"coremlc-component-MIL", "3510.2.1"}, {"coremlc-version", "3505.4.1"}})]
3
+ {
4
+ func main<ios18>(tensor<fp32, [?, 998, 80]> fbank, tensor<fp32, [?, 589]> masks) [FlexibleShapeInformation = tuple<tuple<string, dict<string, tensor<int32, [?]>>>, tuple<string, dict<string, dict<string, tensor<int32, [?]>>>>>((("DefaultShapes", {{"fbank", [32, 998, 80]}, {"masks", [96, 589]}}), ("EnumeratedShapes", {{"98e0d0f3", {{"fbank", [32, 998, 80]}, {"masks", [96, 589]}}}, {"fd4e3aa9", {{"fbank", [1, 998, 80]}, {"masks", [3, 589]}}}})))] {
5
+ tensor<fp32, [256]> resnet_seg_1_bias = const()[name = string("resnet_seg_1_bias"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(64)))];
6
+ tensor<fp32, [256, 5120]> resnet_seg_1_weight = const()[name = string("resnet_seg_1_weight"), val = tensor<fp32, [256, 5120]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(1152)))];
7
+ tensor<int32, [3]> var_20 = const()[name = string("op_20"), val = tensor<int32, [3]>([0, 2, 1])];
8
+ tensor<int32, [1]> input_1_axes_0 = const()[name = string("input_1_axes_0"), val = tensor<int32, [1]>([1])];
9
+ tensor<fp32, [?, 80, 998]> fbank_1 = transpose(perm = var_20, x = fbank)[name = string("transpose_2")];
10
+ tensor<fp32, [?, 1, 80, 998]> input_1 = expand_dims(axes = input_1_axes_0, x = fbank_1)[name = string("input_1")];
11
+ string input_3_pad_type_0 = const()[name = string("input_3_pad_type_0"), val = string("custom")];
12
+ tensor<int32, [4]> input_3_pad_0 = const()[name = string("input_3_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
13
+ tensor<int32, [2]> input_3_strides_0 = const()[name = string("input_3_strides_0"), val = tensor<int32, [2]>([1, 1])];
14
+ tensor<int32, [2]> input_3_dilations_0 = const()[name = string("input_3_dilations_0"), val = tensor<int32, [2]>([1, 1])];
15
+ int32 input_3_groups_0 = const()[name = string("input_3_groups_0"), val = int32(1)];
16
+ tensor<fp32, [32, 1, 3, 3]> const_0 = const()[name = string("const_0"), val = tensor<fp32, [32, 1, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5244096)))];
17
+ tensor<fp32, [32]> const_1 = const()[name = string("const_1"), val = tensor<fp32, [32]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5245312)))];
18
+ tensor<fp32, [?, 32, 80, 998]> input_5 = conv(bias = const_1, dilations = input_3_dilations_0, groups = input_3_groups_0, pad = input_3_pad_0, pad_type = input_3_pad_type_0, strides = input_3_strides_0, weight = const_0, x = input_1)[name = string("input_5")];
19
+ tensor<fp32, [?, 32, 80, 998]> input_7 = relu(x = input_5)[name = string("input_7")];
20
+ string input_9_pad_type_0 = const()[name = string("input_9_pad_type_0"), val = string("custom")];
21
+ tensor<int32, [4]> input_9_pad_0 = const()[name = string("input_9_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
22
+ tensor<int32, [2]> input_9_strides_0 = const()[name = string("input_9_strides_0"), val = tensor<int32, [2]>([1, 1])];
23
+ tensor<int32, [2]> input_9_dilations_0 = const()[name = string("input_9_dilations_0"), val = tensor<int32, [2]>([1, 1])];
24
+ int32 input_9_groups_0 = const()[name = string("input_9_groups_0"), val = int32(1)];
25
+ tensor<fp32, [32, 32, 3, 3]> const_2 = const()[name = string("const_2"), val = tensor<fp32, [32, 32, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5245504)))];
26
+ tensor<fp32, [32]> const_3 = const()[name = string("const_3"), val = tensor<fp32, [32]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5282432)))];
27
+ tensor<fp32, [?, 32, 80, 998]> input_11 = conv(bias = const_3, dilations = input_9_dilations_0, groups = input_9_groups_0, pad = input_9_pad_0, pad_type = input_9_pad_type_0, strides = input_9_strides_0, weight = const_2, x = input_7)[name = string("input_11")];
28
+ tensor<fp32, [?, 32, 80, 998]> input_13 = relu(x = input_11)[name = string("input_13")];
29
+ string input_15_pad_type_0 = const()[name = string("input_15_pad_type_0"), val = string("custom")];
30
+ tensor<int32, [4]> input_15_pad_0 = const()[name = string("input_15_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
31
+ tensor<int32, [2]> input_15_strides_0 = const()[name = string("input_15_strides_0"), val = tensor<int32, [2]>([1, 1])];
32
+ tensor<int32, [2]> input_15_dilations_0 = const()[name = string("input_15_dilations_0"), val = tensor<int32, [2]>([1, 1])];
33
+ int32 input_15_groups_0 = const()[name = string("input_15_groups_0"), val = int32(1)];
34
+ tensor<fp32, [32, 32, 3, 3]> const_4 = const()[name = string("const_4"), val = tensor<fp32, [32, 32, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5282624)))];
35
+ tensor<fp32, [32]> const_5 = const()[name = string("const_5"), val = tensor<fp32, [32]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5319552)))];
36
+ tensor<fp32, [?, 32, 80, 998]> out_1 = conv(bias = const_5, dilations = input_15_dilations_0, groups = input_15_groups_0, pad = input_15_pad_0, pad_type = input_15_pad_type_0, strides = input_15_strides_0, weight = const_4, x = input_13)[name = string("out_1")];
37
+ tensor<fp32, [?, 32, 80, 998]> input_17 = add(x = out_1, y = input_7)[name = string("input_17")];
38
+ tensor<fp32, [?, 32, 80, 998]> input_19 = relu(x = input_17)[name = string("input_19")];
39
+ string input_21_pad_type_0 = const()[name = string("input_21_pad_type_0"), val = string("custom")];
40
+ tensor<int32, [4]> input_21_pad_0 = const()[name = string("input_21_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
41
+ tensor<int32, [2]> input_21_strides_0 = const()[name = string("input_21_strides_0"), val = tensor<int32, [2]>([1, 1])];
42
+ tensor<int32, [2]> input_21_dilations_0 = const()[name = string("input_21_dilations_0"), val = tensor<int32, [2]>([1, 1])];
43
+ int32 input_21_groups_0 = const()[name = string("input_21_groups_0"), val = int32(1)];
44
+ tensor<fp32, [32, 32, 3, 3]> const_6 = const()[name = string("const_6"), val = tensor<fp32, [32, 32, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5319744)))];
45
+ tensor<fp32, [32]> const_7 = const()[name = string("const_7"), val = tensor<fp32, [32]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5356672)))];
46
+ tensor<fp32, [?, 32, 80, 998]> input_23 = conv(bias = const_7, dilations = input_21_dilations_0, groups = input_21_groups_0, pad = input_21_pad_0, pad_type = input_21_pad_type_0, strides = input_21_strides_0, weight = const_6, x = input_19)[name = string("input_23")];
47
+ tensor<fp32, [?, 32, 80, 998]> input_25 = relu(x = input_23)[name = string("input_25")];
48
+ string input_27_pad_type_0 = const()[name = string("input_27_pad_type_0"), val = string("custom")];
49
+ tensor<int32, [4]> input_27_pad_0 = const()[name = string("input_27_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
50
+ tensor<int32, [2]> input_27_strides_0 = const()[name = string("input_27_strides_0"), val = tensor<int32, [2]>([1, 1])];
51
+ tensor<int32, [2]> input_27_dilations_0 = const()[name = string("input_27_dilations_0"), val = tensor<int32, [2]>([1, 1])];
52
+ int32 input_27_groups_0 = const()[name = string("input_27_groups_0"), val = int32(1)];
53
+ tensor<fp32, [32, 32, 3, 3]> const_8 = const()[name = string("const_8"), val = tensor<fp32, [32, 32, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5356864)))];
54
+ tensor<fp32, [32]> const_9 = const()[name = string("const_9"), val = tensor<fp32, [32]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5393792)))];
55
+ tensor<fp32, [?, 32, 80, 998]> out_3 = conv(bias = const_9, dilations = input_27_dilations_0, groups = input_27_groups_0, pad = input_27_pad_0, pad_type = input_27_pad_type_0, strides = input_27_strides_0, weight = const_8, x = input_25)[name = string("out_3")];
56
+ tensor<fp32, [?, 32, 80, 998]> input_29 = add(x = out_3, y = input_19)[name = string("input_29")];
57
+ tensor<fp32, [?, 32, 80, 998]> input_31 = relu(x = input_29)[name = string("input_31")];
58
+ string input_33_pad_type_0 = const()[name = string("input_33_pad_type_0"), val = string("custom")];
59
+ tensor<int32, [4]> input_33_pad_0 = const()[name = string("input_33_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
60
+ tensor<int32, [2]> input_33_strides_0 = const()[name = string("input_33_strides_0"), val = tensor<int32, [2]>([1, 1])];
61
+ tensor<int32, [2]> input_33_dilations_0 = const()[name = string("input_33_dilations_0"), val = tensor<int32, [2]>([1, 1])];
62
+ int32 input_33_groups_0 = const()[name = string("input_33_groups_0"), val = int32(1)];
63
+ tensor<fp32, [32, 32, 3, 3]> const_10 = const()[name = string("const_10"), val = tensor<fp32, [32, 32, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5393984)))];
64
+ tensor<fp32, [32]> const_11 = const()[name = string("const_11"), val = tensor<fp32, [32]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5430912)))];
65
+ tensor<fp32, [?, 32, 80, 998]> input_35 = conv(bias = const_11, dilations = input_33_dilations_0, groups = input_33_groups_0, pad = input_33_pad_0, pad_type = input_33_pad_type_0, strides = input_33_strides_0, weight = const_10, x = input_31)[name = string("input_35")];
66
+ tensor<fp32, [?, 32, 80, 998]> input_37 = relu(x = input_35)[name = string("input_37")];
67
+ string input_39_pad_type_0 = const()[name = string("input_39_pad_type_0"), val = string("custom")];
68
+ tensor<int32, [4]> input_39_pad_0 = const()[name = string("input_39_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
69
+ tensor<int32, [2]> input_39_strides_0 = const()[name = string("input_39_strides_0"), val = tensor<int32, [2]>([1, 1])];
70
+ tensor<int32, [2]> input_39_dilations_0 = const()[name = string("input_39_dilations_0"), val = tensor<int32, [2]>([1, 1])];
71
+ int32 input_39_groups_0 = const()[name = string("input_39_groups_0"), val = int32(1)];
72
+ tensor<fp32, [32, 32, 3, 3]> const_12 = const()[name = string("const_12"), val = tensor<fp32, [32, 32, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5431104)))];
73
+ tensor<fp32, [32]> const_13 = const()[name = string("const_13"), val = tensor<fp32, [32]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5468032)))];
74
+ tensor<fp32, [?, 32, 80, 998]> out_5 = conv(bias = const_13, dilations = input_39_dilations_0, groups = input_39_groups_0, pad = input_39_pad_0, pad_type = input_39_pad_type_0, strides = input_39_strides_0, weight = const_12, x = input_37)[name = string("out_5")];
75
+ tensor<fp32, [?, 32, 80, 998]> input_41 = add(x = out_5, y = input_31)[name = string("input_41")];
76
+ tensor<fp32, [?, 32, 80, 998]> input_43 = relu(x = input_41)[name = string("input_43")];
77
+ string input_45_pad_type_0 = const()[name = string("input_45_pad_type_0"), val = string("custom")];
78
+ tensor<int32, [4]> input_45_pad_0 = const()[name = string("input_45_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
79
+ tensor<int32, [2]> input_45_strides_0 = const()[name = string("input_45_strides_0"), val = tensor<int32, [2]>([2, 2])];
80
+ tensor<int32, [2]> input_45_dilations_0 = const()[name = string("input_45_dilations_0"), val = tensor<int32, [2]>([1, 1])];
81
+ int32 input_45_groups_0 = const()[name = string("input_45_groups_0"), val = int32(1)];
82
+ tensor<fp32, [64, 32, 3, 3]> const_14 = const()[name = string("const_14"), val = tensor<fp32, [64, 32, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5468224)))];
83
+ tensor<fp32, [64]> const_15 = const()[name = string("const_15"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5542016)))];
84
+ tensor<fp32, [?, 64, 40, 499]> input_47 = conv(bias = const_15, dilations = input_45_dilations_0, groups = input_45_groups_0, pad = input_45_pad_0, pad_type = input_45_pad_type_0, strides = input_45_strides_0, weight = const_14, x = input_43)[name = string("input_47")];
85
+ tensor<fp32, [?, 64, 40, 499]> input_49 = relu(x = input_47)[name = string("input_49")];
86
+ string input_51_pad_type_0 = const()[name = string("input_51_pad_type_0"), val = string("custom")];
87
+ tensor<int32, [4]> input_51_pad_0 = const()[name = string("input_51_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
88
+ tensor<int32, [2]> input_51_strides_0 = const()[name = string("input_51_strides_0"), val = tensor<int32, [2]>([1, 1])];
89
+ tensor<int32, [2]> input_51_dilations_0 = const()[name = string("input_51_dilations_0"), val = tensor<int32, [2]>([1, 1])];
90
+ int32 input_51_groups_0 = const()[name = string("input_51_groups_0"), val = int32(1)];
91
+ tensor<fp32, [64, 64, 3, 3]> const_16 = const()[name = string("const_16"), val = tensor<fp32, [64, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5542336)))];
92
+ tensor<fp32, [64]> const_17 = const()[name = string("const_17"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5689856)))];
93
+ tensor<fp32, [?, 64, 40, 499]> out_7 = conv(bias = const_17, dilations = input_51_dilations_0, groups = input_51_groups_0, pad = input_51_pad_0, pad_type = input_51_pad_type_0, strides = input_51_strides_0, weight = const_16, x = input_49)[name = string("out_7")];
94
+ string input_53_pad_type_0 = const()[name = string("input_53_pad_type_0"), val = string("valid")];
95
+ tensor<int32, [2]> input_53_strides_0 = const()[name = string("input_53_strides_0"), val = tensor<int32, [2]>([2, 2])];
96
+ tensor<int32, [4]> input_53_pad_0 = const()[name = string("input_53_pad_0"), val = tensor<int32, [4]>([0, 0, 0, 0])];
97
+ tensor<int32, [2]> input_53_dilations_0 = const()[name = string("input_53_dilations_0"), val = tensor<int32, [2]>([1, 1])];
98
+ int32 input_53_groups_0 = const()[name = string("input_53_groups_0"), val = int32(1)];
99
+ tensor<fp32, [64, 32, 1, 1]> const_18 = const()[name = string("const_18"), val = tensor<fp32, [64, 32, 1, 1]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5690176)))];
100
+ tensor<fp32, [64]> const_19 = const()[name = string("const_19"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5698432)))];
101
+ tensor<fp32, [?, 64, 40, 499]> var_194 = conv(bias = const_19, dilations = input_53_dilations_0, groups = input_53_groups_0, pad = input_53_pad_0, pad_type = input_53_pad_type_0, strides = input_53_strides_0, weight = const_18, x = input_43)[name = string("op_194")];
102
+ tensor<fp32, [?, 64, 40, 499]> input_55 = add(x = out_7, y = var_194)[name = string("input_55")];
103
+ tensor<fp32, [?, 64, 40, 499]> input_57 = relu(x = input_55)[name = string("input_57")];
104
+ string input_59_pad_type_0 = const()[name = string("input_59_pad_type_0"), val = string("custom")];
105
+ tensor<int32, [4]> input_59_pad_0 = const()[name = string("input_59_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
106
+ tensor<int32, [2]> input_59_strides_0 = const()[name = string("input_59_strides_0"), val = tensor<int32, [2]>([1, 1])];
107
+ tensor<int32, [2]> input_59_dilations_0 = const()[name = string("input_59_dilations_0"), val = tensor<int32, [2]>([1, 1])];
108
+ int32 input_59_groups_0 = const()[name = string("input_59_groups_0"), val = int32(1)];
109
+ tensor<fp32, [64, 64, 3, 3]> const_20 = const()[name = string("const_20"), val = tensor<fp32, [64, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5698752)))];
110
+ tensor<fp32, [64]> const_21 = const()[name = string("const_21"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5846272)))];
111
+ tensor<fp32, [?, 64, 40, 499]> input_61 = conv(bias = const_21, dilations = input_59_dilations_0, groups = input_59_groups_0, pad = input_59_pad_0, pad_type = input_59_pad_type_0, strides = input_59_strides_0, weight = const_20, x = input_57)[name = string("input_61")];
112
+ tensor<fp32, [?, 64, 40, 499]> input_63 = relu(x = input_61)[name = string("input_63")];
113
+ string input_65_pad_type_0 = const()[name = string("input_65_pad_type_0"), val = string("custom")];
114
+ tensor<int32, [4]> input_65_pad_0 = const()[name = string("input_65_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
115
+ tensor<int32, [2]> input_65_strides_0 = const()[name = string("input_65_strides_0"), val = tensor<int32, [2]>([1, 1])];
116
+ tensor<int32, [2]> input_65_dilations_0 = const()[name = string("input_65_dilations_0"), val = tensor<int32, [2]>([1, 1])];
117
+ int32 input_65_groups_0 = const()[name = string("input_65_groups_0"), val = int32(1)];
118
+ tensor<fp32, [64, 64, 3, 3]> const_22 = const()[name = string("const_22"), val = tensor<fp32, [64, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5846592)))];
119
+ tensor<fp32, [64]> const_23 = const()[name = string("const_23"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5994112)))];
120
+ tensor<fp32, [?, 64, 40, 499]> out_9 = conv(bias = const_23, dilations = input_65_dilations_0, groups = input_65_groups_0, pad = input_65_pad_0, pad_type = input_65_pad_type_0, strides = input_65_strides_0, weight = const_22, x = input_63)[name = string("out_9")];
121
+ tensor<fp32, [?, 64, 40, 499]> input_67 = add(x = out_9, y = input_57)[name = string("input_67")];
122
+ tensor<fp32, [?, 64, 40, 499]> input_69 = relu(x = input_67)[name = string("input_69")];
123
+ string input_71_pad_type_0 = const()[name = string("input_71_pad_type_0"), val = string("custom")];
124
+ tensor<int32, [4]> input_71_pad_0 = const()[name = string("input_71_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
125
+ tensor<int32, [2]> input_71_strides_0 = const()[name = string("input_71_strides_0"), val = tensor<int32, [2]>([1, 1])];
126
+ tensor<int32, [2]> input_71_dilations_0 = const()[name = string("input_71_dilations_0"), val = tensor<int32, [2]>([1, 1])];
127
+ int32 input_71_groups_0 = const()[name = string("input_71_groups_0"), val = int32(1)];
128
+ tensor<fp32, [64, 64, 3, 3]> const_24 = const()[name = string("const_24"), val = tensor<fp32, [64, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5994432)))];
129
+ tensor<fp32, [64]> const_25 = const()[name = string("const_25"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6141952)))];
130
+ tensor<fp32, [?, 64, 40, 499]> input_73 = conv(bias = const_25, dilations = input_71_dilations_0, groups = input_71_groups_0, pad = input_71_pad_0, pad_type = input_71_pad_type_0, strides = input_71_strides_0, weight = const_24, x = input_69)[name = string("input_73")];
131
+ tensor<fp32, [?, 64, 40, 499]> input_75 = relu(x = input_73)[name = string("input_75")];
132
+ string input_77_pad_type_0 = const()[name = string("input_77_pad_type_0"), val = string("custom")];
133
+ tensor<int32, [4]> input_77_pad_0 = const()[name = string("input_77_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
134
+ tensor<int32, [2]> input_77_strides_0 = const()[name = string("input_77_strides_0"), val = tensor<int32, [2]>([1, 1])];
135
+ tensor<int32, [2]> input_77_dilations_0 = const()[name = string("input_77_dilations_0"), val = tensor<int32, [2]>([1, 1])];
136
+ int32 input_77_groups_0 = const()[name = string("input_77_groups_0"), val = int32(1)];
137
+ tensor<fp32, [64, 64, 3, 3]> const_26 = const()[name = string("const_26"), val = tensor<fp32, [64, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6142272)))];
138
+ tensor<fp32, [64]> const_27 = const()[name = string("const_27"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6289792)))];
139
+ tensor<fp32, [?, 64, 40, 499]> out_11 = conv(bias = const_27, dilations = input_77_dilations_0, groups = input_77_groups_0, pad = input_77_pad_0, pad_type = input_77_pad_type_0, strides = input_77_strides_0, weight = const_26, x = input_75)[name = string("out_11")];
140
+ tensor<fp32, [?, 64, 40, 499]> input_79 = add(x = out_11, y = input_69)[name = string("input_79")];
141
+ tensor<fp32, [?, 64, 40, 499]> input_81 = relu(x = input_79)[name = string("input_81")];
142
+ string input_83_pad_type_0 = const()[name = string("input_83_pad_type_0"), val = string("custom")];
143
+ tensor<int32, [4]> input_83_pad_0 = const()[name = string("input_83_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
144
+ tensor<int32, [2]> input_83_strides_0 = const()[name = string("input_83_strides_0"), val = tensor<int32, [2]>([1, 1])];
145
+ tensor<int32, [2]> input_83_dilations_0 = const()[name = string("input_83_dilations_0"), val = tensor<int32, [2]>([1, 1])];
146
+ int32 input_83_groups_0 = const()[name = string("input_83_groups_0"), val = int32(1)];
147
+ tensor<fp32, [64, 64, 3, 3]> const_28 = const()[name = string("const_28"), val = tensor<fp32, [64, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6290112)))];
148
+ tensor<fp32, [64]> const_29 = const()[name = string("const_29"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6437632)))];
149
+ tensor<fp32, [?, 64, 40, 499]> input_85 = conv(bias = const_29, dilations = input_83_dilations_0, groups = input_83_groups_0, pad = input_83_pad_0, pad_type = input_83_pad_type_0, strides = input_83_strides_0, weight = const_28, x = input_81)[name = string("input_85")];
150
+ tensor<fp32, [?, 64, 40, 499]> input_87 = relu(x = input_85)[name = string("input_87")];
151
+ string input_89_pad_type_0 = const()[name = string("input_89_pad_type_0"), val = string("custom")];
152
+ tensor<int32, [4]> input_89_pad_0 = const()[name = string("input_89_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
153
+ tensor<int32, [2]> input_89_strides_0 = const()[name = string("input_89_strides_0"), val = tensor<int32, [2]>([1, 1])];
154
+ tensor<int32, [2]> input_89_dilations_0 = const()[name = string("input_89_dilations_0"), val = tensor<int32, [2]>([1, 1])];
155
+ int32 input_89_groups_0 = const()[name = string("input_89_groups_0"), val = int32(1)];
156
+ tensor<fp32, [64, 64, 3, 3]> const_30 = const()[name = string("const_30"), val = tensor<fp32, [64, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6437952)))];
157
+ tensor<fp32, [64]> const_31 = const()[name = string("const_31"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6585472)))];
158
+ tensor<fp32, [?, 64, 40, 499]> out_13 = conv(bias = const_31, dilations = input_89_dilations_0, groups = input_89_groups_0, pad = input_89_pad_0, pad_type = input_89_pad_type_0, strides = input_89_strides_0, weight = const_30, x = input_87)[name = string("out_13")];
159
+ tensor<fp32, [?, 64, 40, 499]> input_91 = add(x = out_13, y = input_81)[name = string("input_91")];
160
+ tensor<fp32, [?, 64, 40, 499]> input_93 = relu(x = input_91)[name = string("input_93")];
161
+ string input_95_pad_type_0 = const()[name = string("input_95_pad_type_0"), val = string("custom")];
162
+ tensor<int32, [4]> input_95_pad_0 = const()[name = string("input_95_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
163
+ tensor<int32, [2]> input_95_strides_0 = const()[name = string("input_95_strides_0"), val = tensor<int32, [2]>([2, 2])];
164
+ tensor<int32, [2]> input_95_dilations_0 = const()[name = string("input_95_dilations_0"), val = tensor<int32, [2]>([1, 1])];
165
+ int32 input_95_groups_0 = const()[name = string("input_95_groups_0"), val = int32(1)];
166
+ tensor<fp32, [128, 64, 3, 3]> const_32 = const()[name = string("const_32"), val = tensor<fp32, [128, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6585792)))];
167
+ tensor<fp32, [128]> const_33 = const()[name = string("const_33"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6880768)))];
168
+ tensor<fp32, [?, 128, 20, 250]> input_97 = conv(bias = const_33, dilations = input_95_dilations_0, groups = input_95_groups_0, pad = input_95_pad_0, pad_type = input_95_pad_type_0, strides = input_95_strides_0, weight = const_32, x = input_93)[name = string("input_97")];
169
+ tensor<fp32, [?, 128, 20, 250]> input_99 = relu(x = input_97)[name = string("input_99")];
170
+ string input_101_pad_type_0 = const()[name = string("input_101_pad_type_0"), val = string("custom")];
171
+ tensor<int32, [4]> input_101_pad_0 = const()[name = string("input_101_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
172
+ tensor<int32, [2]> input_101_strides_0 = const()[name = string("input_101_strides_0"), val = tensor<int32, [2]>([1, 1])];
173
+ tensor<int32, [2]> input_101_dilations_0 = const()[name = string("input_101_dilations_0"), val = tensor<int32, [2]>([1, 1])];
174
+ int32 input_101_groups_0 = const()[name = string("input_101_groups_0"), val = int32(1)];
175
+ tensor<fp32, [128, 128, 3, 3]> const_34 = const()[name = string("const_34"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6881344)))];
176
+ tensor<fp32, [128]> const_35 = const()[name = string("const_35"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(7471232)))];
177
+ tensor<fp32, [?, 128, 20, 250]> out_15 = conv(bias = const_35, dilations = input_101_dilations_0, groups = input_101_groups_0, pad = input_101_pad_0, pad_type = input_101_pad_type_0, strides = input_101_strides_0, weight = const_34, x = input_99)[name = string("out_15")];
178
+ string input_103_pad_type_0 = const()[name = string("input_103_pad_type_0"), val = string("valid")];
179
+ tensor<int32, [2]> input_103_strides_0 = const()[name = string("input_103_strides_0"), val = tensor<int32, [2]>([2, 2])];
180
+ tensor<int32, [4]> input_103_pad_0 = const()[name = string("input_103_pad_0"), val = tensor<int32, [4]>([0, 0, 0, 0])];
181
+ tensor<int32, [2]> input_103_dilations_0 = const()[name = string("input_103_dilations_0"), val = tensor<int32, [2]>([1, 1])];
182
+ int32 input_103_groups_0 = const()[name = string("input_103_groups_0"), val = int32(1)];
183
+ tensor<fp32, [128, 64, 1, 1]> const_36 = const()[name = string("const_36"), val = tensor<fp32, [128, 64, 1, 1]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(7471808)))];
184
+ tensor<fp32, [128]> const_37 = const()[name = string("const_37"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(7504640)))];
185
+ tensor<fp32, [?, 128, 20, 250]> var_338 = conv(bias = const_37, dilations = input_103_dilations_0, groups = input_103_groups_0, pad = input_103_pad_0, pad_type = input_103_pad_type_0, strides = input_103_strides_0, weight = const_36, x = input_93)[name = string("op_338")];
186
+ tensor<fp32, [?, 128, 20, 250]> input_105 = add(x = out_15, y = var_338)[name = string("input_105")];
187
+ tensor<fp32, [?, 128, 20, 250]> input_107 = relu(x = input_105)[name = string("input_107")];
188
+ string input_109_pad_type_0 = const()[name = string("input_109_pad_type_0"), val = string("custom")];
189
+ tensor<int32, [4]> input_109_pad_0 = const()[name = string("input_109_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
190
+ tensor<int32, [2]> input_109_strides_0 = const()[name = string("input_109_strides_0"), val = tensor<int32, [2]>([1, 1])];
191
+ tensor<int32, [2]> input_109_dilations_0 = const()[name = string("input_109_dilations_0"), val = tensor<int32, [2]>([1, 1])];
192
+ int32 input_109_groups_0 = const()[name = string("input_109_groups_0"), val = int32(1)];
193
+ tensor<fp32, [128, 128, 3, 3]> const_38 = const()[name = string("const_38"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(7505216)))];
194
+ tensor<fp32, [128]> const_39 = const()[name = string("const_39"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(8095104)))];
195
+ tensor<fp32, [?, 128, 20, 250]> input_111 = conv(bias = const_39, dilations = input_109_dilations_0, groups = input_109_groups_0, pad = input_109_pad_0, pad_type = input_109_pad_type_0, strides = input_109_strides_0, weight = const_38, x = input_107)[name = string("input_111")];
196
+ tensor<fp32, [?, 128, 20, 250]> input_113 = relu(x = input_111)[name = string("input_113")];
197
+ string input_115_pad_type_0 = const()[name = string("input_115_pad_type_0"), val = string("custom")];
198
+ tensor<int32, [4]> input_115_pad_0 = const()[name = string("input_115_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
199
+ tensor<int32, [2]> input_115_strides_0 = const()[name = string("input_115_strides_0"), val = tensor<int32, [2]>([1, 1])];
200
+ tensor<int32, [2]> input_115_dilations_0 = const()[name = string("input_115_dilations_0"), val = tensor<int32, [2]>([1, 1])];
201
+ int32 input_115_groups_0 = const()[name = string("input_115_groups_0"), val = int32(1)];
202
+ tensor<fp32, [128, 128, 3, 3]> const_40 = const()[name = string("const_40"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(8095680)))];
203
+ tensor<fp32, [128]> const_41 = const()[name = string("const_41"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(8685568)))];
204
+ tensor<fp32, [?, 128, 20, 250]> out_17 = conv(bias = const_41, dilations = input_115_dilations_0, groups = input_115_groups_0, pad = input_115_pad_0, pad_type = input_115_pad_type_0, strides = input_115_strides_0, weight = const_40, x = input_113)[name = string("out_17")];
205
+ tensor<fp32, [?, 128, 20, 250]> input_117 = add(x = out_17, y = input_107)[name = string("input_117")];
206
+ tensor<fp32, [?, 128, 20, 250]> input_119 = relu(x = input_117)[name = string("input_119")];
207
+ string input_121_pad_type_0 = const()[name = string("input_121_pad_type_0"), val = string("custom")];
208
+ tensor<int32, [4]> input_121_pad_0 = const()[name = string("input_121_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
209
+ tensor<int32, [2]> input_121_strides_0 = const()[name = string("input_121_strides_0"), val = tensor<int32, [2]>([1, 1])];
210
+ tensor<int32, [2]> input_121_dilations_0 = const()[name = string("input_121_dilations_0"), val = tensor<int32, [2]>([1, 1])];
211
+ int32 input_121_groups_0 = const()[name = string("input_121_groups_0"), val = int32(1)];
212
+ tensor<fp32, [128, 128, 3, 3]> const_42 = const()[name = string("const_42"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(8686144)))];
213
+ tensor<fp32, [128]> const_43 = const()[name = string("const_43"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(9276032)))];
214
+ tensor<fp32, [?, 128, 20, 250]> input_123 = conv(bias = const_43, dilations = input_121_dilations_0, groups = input_121_groups_0, pad = input_121_pad_0, pad_type = input_121_pad_type_0, strides = input_121_strides_0, weight = const_42, x = input_119)[name = string("input_123")];
215
+ tensor<fp32, [?, 128, 20, 250]> input_125 = relu(x = input_123)[name = string("input_125")];
216
+ string input_127_pad_type_0 = const()[name = string("input_127_pad_type_0"), val = string("custom")];
217
+ tensor<int32, [4]> input_127_pad_0 = const()[name = string("input_127_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
218
+ tensor<int32, [2]> input_127_strides_0 = const()[name = string("input_127_strides_0"), val = tensor<int32, [2]>([1, 1])];
219
+ tensor<int32, [2]> input_127_dilations_0 = const()[name = string("input_127_dilations_0"), val = tensor<int32, [2]>([1, 1])];
220
+ int32 input_127_groups_0 = const()[name = string("input_127_groups_0"), val = int32(1)];
221
+ tensor<fp32, [128, 128, 3, 3]> const_44 = const()[name = string("const_44"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(9276608)))];
222
+ tensor<fp32, [128]> const_45 = const()[name = string("const_45"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(9866496)))];
223
+ tensor<fp32, [?, 128, 20, 250]> out_19 = conv(bias = const_45, dilations = input_127_dilations_0, groups = input_127_groups_0, pad = input_127_pad_0, pad_type = input_127_pad_type_0, strides = input_127_strides_0, weight = const_44, x = input_125)[name = string("out_19")];
224
+ tensor<fp32, [?, 128, 20, 250]> input_129 = add(x = out_19, y = input_119)[name = string("input_129")];
225
+ tensor<fp32, [?, 128, 20, 250]> input_131 = relu(x = input_129)[name = string("input_131")];
226
+ string input_133_pad_type_0 = const()[name = string("input_133_pad_type_0"), val = string("custom")];
227
+ tensor<int32, [4]> input_133_pad_0 = const()[name = string("input_133_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
228
+ tensor<int32, [2]> input_133_strides_0 = const()[name = string("input_133_strides_0"), val = tensor<int32, [2]>([1, 1])];
229
+ tensor<int32, [2]> input_133_dilations_0 = const()[name = string("input_133_dilations_0"), val = tensor<int32, [2]>([1, 1])];
230
+ int32 input_133_groups_0 = const()[name = string("input_133_groups_0"), val = int32(1)];
231
+ tensor<fp32, [128, 128, 3, 3]> const_46 = const()[name = string("const_46"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(9867072)))];
232
+ tensor<fp32, [128]> const_47 = const()[name = string("const_47"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(10456960)))];
233
+ tensor<fp32, [?, 128, 20, 250]> input_135 = conv(bias = const_47, dilations = input_133_dilations_0, groups = input_133_groups_0, pad = input_133_pad_0, pad_type = input_133_pad_type_0, strides = input_133_strides_0, weight = const_46, x = input_131)[name = string("input_135")];
234
+ tensor<fp32, [?, 128, 20, 250]> input_137 = relu(x = input_135)[name = string("input_137")];
235
+ string input_139_pad_type_0 = const()[name = string("input_139_pad_type_0"), val = string("custom")];
236
+ tensor<int32, [4]> input_139_pad_0 = const()[name = string("input_139_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
237
+ tensor<int32, [2]> input_139_strides_0 = const()[name = string("input_139_strides_0"), val = tensor<int32, [2]>([1, 1])];
238
+ tensor<int32, [2]> input_139_dilations_0 = const()[name = string("input_139_dilations_0"), val = tensor<int32, [2]>([1, 1])];
239
+ int32 input_139_groups_0 = const()[name = string("input_139_groups_0"), val = int32(1)];
240
+ tensor<fp32, [128, 128, 3, 3]> const_48 = const()[name = string("const_48"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(10457536)))];
241
+ tensor<fp32, [128]> const_49 = const()[name = string("const_49"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(11047424)))];
242
+ tensor<fp32, [?, 128, 20, 250]> out_21 = conv(bias = const_49, dilations = input_139_dilations_0, groups = input_139_groups_0, pad = input_139_pad_0, pad_type = input_139_pad_type_0, strides = input_139_strides_0, weight = const_48, x = input_137)[name = string("out_21")];
243
+ tensor<fp32, [?, 128, 20, 250]> input_141 = add(x = out_21, y = input_131)[name = string("input_141")];
244
+ tensor<fp32, [?, 128, 20, 250]> input_143 = relu(x = input_141)[name = string("input_143")];
245
+ string input_145_pad_type_0 = const()[name = string("input_145_pad_type_0"), val = string("custom")];
246
+ tensor<int32, [4]> input_145_pad_0 = const()[name = string("input_145_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
247
+ tensor<int32, [2]> input_145_strides_0 = const()[name = string("input_145_strides_0"), val = tensor<int32, [2]>([1, 1])];
248
+ tensor<int32, [2]> input_145_dilations_0 = const()[name = string("input_145_dilations_0"), val = tensor<int32, [2]>([1, 1])];
249
+ int32 input_145_groups_0 = const()[name = string("input_145_groups_0"), val = int32(1)];
250
+ tensor<fp32, [128, 128, 3, 3]> const_50 = const()[name = string("const_50"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(11048000)))];
251
+ tensor<fp32, [128]> const_51 = const()[name = string("const_51"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(11637888)))];
252
+ tensor<fp32, [?, 128, 20, 250]> input_147 = conv(bias = const_51, dilations = input_145_dilations_0, groups = input_145_groups_0, pad = input_145_pad_0, pad_type = input_145_pad_type_0, strides = input_145_strides_0, weight = const_50, x = input_143)[name = string("input_147")];
253
+ tensor<fp32, [?, 128, 20, 250]> input_149 = relu(x = input_147)[name = string("input_149")];
254
+ string input_151_pad_type_0 = const()[name = string("input_151_pad_type_0"), val = string("custom")];
255
+ tensor<int32, [4]> input_151_pad_0 = const()[name = string("input_151_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
256
+ tensor<int32, [2]> input_151_strides_0 = const()[name = string("input_151_strides_0"), val = tensor<int32, [2]>([1, 1])];
257
+ tensor<int32, [2]> input_151_dilations_0 = const()[name = string("input_151_dilations_0"), val = tensor<int32, [2]>([1, 1])];
258
+ int32 input_151_groups_0 = const()[name = string("input_151_groups_0"), val = int32(1)];
259
+ tensor<fp32, [128, 128, 3, 3]> const_52 = const()[name = string("const_52"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(11638464)))];
260
+ tensor<fp32, [128]> const_53 = const()[name = string("const_53"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(12228352)))];
261
+ tensor<fp32, [?, 128, 20, 250]> out_23 = conv(bias = const_53, dilations = input_151_dilations_0, groups = input_151_groups_0, pad = input_151_pad_0, pad_type = input_151_pad_type_0, strides = input_151_strides_0, weight = const_52, x = input_149)[name = string("out_23")];
262
+ tensor<fp32, [?, 128, 20, 250]> input_153 = add(x = out_23, y = input_143)[name = string("input_153")];
263
+ tensor<fp32, [?, 128, 20, 250]> input_155 = relu(x = input_153)[name = string("input_155")];
264
+ string input_157_pad_type_0 = const()[name = string("input_157_pad_type_0"), val = string("custom")];
265
+ tensor<int32, [4]> input_157_pad_0 = const()[name = string("input_157_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
266
+ tensor<int32, [2]> input_157_strides_0 = const()[name = string("input_157_strides_0"), val = tensor<int32, [2]>([1, 1])];
267
+ tensor<int32, [2]> input_157_dilations_0 = const()[name = string("input_157_dilations_0"), val = tensor<int32, [2]>([1, 1])];
268
+ int32 input_157_groups_0 = const()[name = string("input_157_groups_0"), val = int32(1)];
269
+ tensor<fp32, [128, 128, 3, 3]> const_54 = const()[name = string("const_54"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(12228928)))];
270
+ tensor<fp32, [128]> const_55 = const()[name = string("const_55"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(12818816)))];
271
+ tensor<fp32, [?, 128, 20, 250]> input_159 = conv(bias = const_55, dilations = input_157_dilations_0, groups = input_157_groups_0, pad = input_157_pad_0, pad_type = input_157_pad_type_0, strides = input_157_strides_0, weight = const_54, x = input_155)[name = string("input_159")];
272
+ tensor<fp32, [?, 128, 20, 250]> input_161 = relu(x = input_159)[name = string("input_161")];
273
+ string input_163_pad_type_0 = const()[name = string("input_163_pad_type_0"), val = string("custom")];
274
+ tensor<int32, [4]> input_163_pad_0 = const()[name = string("input_163_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
275
+ tensor<int32, [2]> input_163_strides_0 = const()[name = string("input_163_strides_0"), val = tensor<int32, [2]>([1, 1])];
276
+ tensor<int32, [2]> input_163_dilations_0 = const()[name = string("input_163_dilations_0"), val = tensor<int32, [2]>([1, 1])];
277
+ int32 input_163_groups_0 = const()[name = string("input_163_groups_0"), val = int32(1)];
278
+ tensor<fp32, [128, 128, 3, 3]> const_56 = const()[name = string("const_56"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(12819392)))];
279
+ tensor<fp32, [128]> const_57 = const()[name = string("const_57"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(13409280)))];
280
+ tensor<fp32, [?, 128, 20, 250]> out_25 = conv(bias = const_57, dilations = input_163_dilations_0, groups = input_163_groups_0, pad = input_163_pad_0, pad_type = input_163_pad_type_0, strides = input_163_strides_0, weight = const_56, x = input_161)[name = string("out_25")];
281
+ tensor<fp32, [?, 128, 20, 250]> input_165 = add(x = out_25, y = input_155)[name = string("input_165")];
282
+ tensor<fp32, [?, 128, 20, 250]> input_167 = relu(x = input_165)[name = string("input_167")];
283
+ string input_169_pad_type_0 = const()[name = string("input_169_pad_type_0"), val = string("custom")];
284
+ tensor<int32, [4]> input_169_pad_0 = const()[name = string("input_169_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
285
+ tensor<int32, [2]> input_169_strides_0 = const()[name = string("input_169_strides_0"), val = tensor<int32, [2]>([2, 2])];
286
+ tensor<int32, [2]> input_169_dilations_0 = const()[name = string("input_169_dilations_0"), val = tensor<int32, [2]>([1, 1])];
287
+ int32 input_169_groups_0 = const()[name = string("input_169_groups_0"), val = int32(1)];
288
+ tensor<fp32, [256, 128, 3, 3]> const_58 = const()[name = string("const_58"), val = tensor<fp32, [256, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(13409856)))];
289
+ tensor<fp32, [256]> const_59 = const()[name = string("const_59"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(14589568)))];
290
+ tensor<fp32, [?, 256, 10, 125]> input_171 = conv(bias = const_59, dilations = input_169_dilations_0, groups = input_169_groups_0, pad = input_169_pad_0, pad_type = input_169_pad_type_0, strides = input_169_strides_0, weight = const_58, x = input_167)[name = string("input_171")];
291
+ tensor<fp32, [?, 256, 10, 125]> input_173 = relu(x = input_171)[name = string("input_173")];
292
+ string input_175_pad_type_0 = const()[name = string("input_175_pad_type_0"), val = string("custom")];
293
+ tensor<int32, [4]> input_175_pad_0 = const()[name = string("input_175_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
294
+ tensor<int32, [2]> input_175_strides_0 = const()[name = string("input_175_strides_0"), val = tensor<int32, [2]>([1, 1])];
295
+ tensor<int32, [2]> input_175_dilations_0 = const()[name = string("input_175_dilations_0"), val = tensor<int32, [2]>([1, 1])];
296
+ int32 input_175_groups_0 = const()[name = string("input_175_groups_0"), val = int32(1)];
297
+ tensor<fp32, [256, 256, 3, 3]> const_60 = const()[name = string("const_60"), val = tensor<fp32, [256, 256, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(14590656)))];
298
+ tensor<fp32, [256]> const_61 = const()[name = string("const_61"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(16950016)))];
299
+ tensor<fp32, [?, 256, 10, 125]> out_27 = conv(bias = const_61, dilations = input_175_dilations_0, groups = input_175_groups_0, pad = input_175_pad_0, pad_type = input_175_pad_type_0, strides = input_175_strides_0, weight = const_60, x = input_173)[name = string("out_27")];
300
+ string input_177_pad_type_0 = const()[name = string("input_177_pad_type_0"), val = string("valid")];
301
+ tensor<int32, [2]> input_177_strides_0 = const()[name = string("input_177_strides_0"), val = tensor<int32, [2]>([2, 2])];
302
+ tensor<int32, [4]> input_177_pad_0 = const()[name = string("input_177_pad_0"), val = tensor<int32, [4]>([0, 0, 0, 0])];
303
+ tensor<int32, [2]> input_177_dilations_0 = const()[name = string("input_177_dilations_0"), val = tensor<int32, [2]>([1, 1])];
304
+ int32 input_177_groups_0 = const()[name = string("input_177_groups_0"), val = int32(1)];
305
+ tensor<fp32, [256, 128, 1, 1]> const_62 = const()[name = string("const_62"), val = tensor<fp32, [256, 128, 1, 1]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(16951104)))];
306
+ tensor<fp32, [256]> const_63 = const()[name = string("const_63"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(17082240)))];
307
+ tensor<fp32, [?, 256, 10, 125]> var_537 = conv(bias = const_63, dilations = input_177_dilations_0, groups = input_177_groups_0, pad = input_177_pad_0, pad_type = input_177_pad_type_0, strides = input_177_strides_0, weight = const_62, x = input_167)[name = string("op_537")];
308
+ tensor<fp32, [?, 256, 10, 125]> input_179 = add(x = out_27, y = var_537)[name = string("input_179")];
309
+ tensor<fp32, [?, 256, 10, 125]> input_181 = relu(x = input_179)[name = string("input_181")];
310
+ string input_183_pad_type_0 = const()[name = string("input_183_pad_type_0"), val = string("custom")];
311
+ tensor<int32, [4]> input_183_pad_0 = const()[name = string("input_183_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
312
+ tensor<int32, [2]> input_183_strides_0 = const()[name = string("input_183_strides_0"), val = tensor<int32, [2]>([1, 1])];
313
+ tensor<int32, [2]> input_183_dilations_0 = const()[name = string("input_183_dilations_0"), val = tensor<int32, [2]>([1, 1])];
314
+ int32 input_183_groups_0 = const()[name = string("input_183_groups_0"), val = int32(1)];
315
+ tensor<fp32, [256, 256, 3, 3]> const_64 = const()[name = string("const_64"), val = tensor<fp32, [256, 256, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(17083328)))];
316
+ tensor<fp32, [256]> const_65 = const()[name = string("const_65"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(19442688)))];
317
+ tensor<fp32, [?, 256, 10, 125]> input_185 = conv(bias = const_65, dilations = input_183_dilations_0, groups = input_183_groups_0, pad = input_183_pad_0, pad_type = input_183_pad_type_0, strides = input_183_strides_0, weight = const_64, x = input_181)[name = string("input_185")];
318
+ tensor<fp32, [?, 256, 10, 125]> input_187 = relu(x = input_185)[name = string("input_187")];
319
+ string input_189_pad_type_0 = const()[name = string("input_189_pad_type_0"), val = string("custom")];
320
+ tensor<int32, [4]> input_189_pad_0 = const()[name = string("input_189_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
321
+ tensor<int32, [2]> input_189_strides_0 = const()[name = string("input_189_strides_0"), val = tensor<int32, [2]>([1, 1])];
322
+ tensor<int32, [2]> input_189_dilations_0 = const()[name = string("input_189_dilations_0"), val = tensor<int32, [2]>([1, 1])];
323
+ int32 input_189_groups_0 = const()[name = string("input_189_groups_0"), val = int32(1)];
324
+ tensor<fp32, [256, 256, 3, 3]> const_66 = const()[name = string("const_66"), val = tensor<fp32, [256, 256, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(19443776)))];
325
+ tensor<fp32, [256]> const_67 = const()[name = string("const_67"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(21803136)))];
326
+ tensor<fp32, [?, 256, 10, 125]> out_29 = conv(bias = const_67, dilations = input_189_dilations_0, groups = input_189_groups_0, pad = input_189_pad_0, pad_type = input_189_pad_type_0, strides = input_189_strides_0, weight = const_66, x = input_187)[name = string("out_29")];
327
+ tensor<fp32, [?, 256, 10, 125]> input_191 = add(x = out_29, y = input_181)[name = string("input_191")];
328
+ tensor<fp32, [?, 256, 10, 125]> input_193 = relu(x = input_191)[name = string("input_193")];
329
+ string input_195_pad_type_0 = const()[name = string("input_195_pad_type_0"), val = string("custom")];
330
+ tensor<int32, [4]> input_195_pad_0 = const()[name = string("input_195_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
331
+ tensor<int32, [2]> input_195_strides_0 = const()[name = string("input_195_strides_0"), val = tensor<int32, [2]>([1, 1])];
332
+ tensor<int32, [2]> input_195_dilations_0 = const()[name = string("input_195_dilations_0"), val = tensor<int32, [2]>([1, 1])];
333
+ int32 input_195_groups_0 = const()[name = string("input_195_groups_0"), val = int32(1)];
334
+ tensor<fp32, [256, 256, 3, 3]> const_68 = const()[name = string("const_68"), val = tensor<fp32, [256, 256, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(21804224)))];
335
+ tensor<fp32, [256]> const_69 = const()[name = string("const_69"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(24163584)))];
336
+ tensor<fp32, [?, 256, 10, 125]> input_197 = conv(bias = const_69, dilations = input_195_dilations_0, groups = input_195_groups_0, pad = input_195_pad_0, pad_type = input_195_pad_type_0, strides = input_195_strides_0, weight = const_68, x = input_193)[name = string("input_197")];
337
+ tensor<fp32, [?, 256, 10, 125]> input_199 = relu(x = input_197)[name = string("input_199")];
338
+ string input_201_pad_type_0 = const()[name = string("input_201_pad_type_0"), val = string("custom")];
339
+ tensor<int32, [4]> input_201_pad_0 = const()[name = string("input_201_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
340
+ tensor<int32, [2]> input_201_strides_0 = const()[name = string("input_201_strides_0"), val = tensor<int32, [2]>([1, 1])];
341
+ tensor<int32, [2]> input_201_dilations_0 = const()[name = string("input_201_dilations_0"), val = tensor<int32, [2]>([1, 1])];
342
+ int32 input_201_groups_0 = const()[name = string("input_201_groups_0"), val = int32(1)];
343
+ tensor<fp32, [256, 256, 3, 3]> const_70 = const()[name = string("const_70"), val = tensor<fp32, [256, 256, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(24164672)))];
344
+ tensor<fp32, [256]> const_71 = const()[name = string("const_71"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(26524032)))];
345
+ tensor<fp32, [?, 256, 10, 125]> out = conv(bias = const_71, dilations = input_201_dilations_0, groups = input_201_groups_0, pad = input_201_pad_0, pad_type = input_201_pad_type_0, strides = input_201_strides_0, weight = const_70, x = input_199)[name = string("out")];
346
+ tensor<fp32, [?, 256, 10, 125]> input_203 = add(x = out, y = input_193)[name = string("input_203")];
347
+ tensor<fp32, [?, 256, 10, 125]> frames_1 = relu(x = input_203)[name = string("frames_1")];
348
+ tensor<int32, [3]> concat_0x = const()[name = string("concat_0x"), val = tensor<int32, [3]>([-1, 2560, 125])];
349
+ tensor<fp32, [?, 2560, 125]> frames = reshape(shape = concat_0x, x = frames_1)[name = string("frames")];
350
+ tensor<int32, [3]> tile_0_reps_0 = const()[name = string("tile_0_reps_0"), val = tensor<int32, [3]>([3, 1, 1])];
351
+ tensor<fp32, [?, 2560, 125]> tile_0 = tile(reps = tile_0_reps_0, x = frames)[name = string("tile_0")];
352
+ tensor<int32, [4]> concat_1x = const()[name = string("concat_1x"), val = tensor<int32, [4]>([3, -1, 2560, 125])];
353
+ tensor<fp32, [3, ?, 2560, 125]> reshape_0 = reshape(shape = concat_1x, x = tile_0)[name = string("reshape_0")];
354
+ tensor<int32, [4]> transpose_0_perm_0 = const()[name = string("transpose_0_perm_0"), val = tensor<int32, [4]>([1, 0, 2, 3])];
355
+ tensor<int32, [3]> concat_2 = const()[name = string("concat_2"), val = tensor<int32, [3]>([-1, 2560, 125])];
356
+ tensor<fp32, [?, 3, 2560, 125]> transpose_0 = transpose(perm = transpose_0_perm_0, x = reshape_0)[name = string("transpose_1")];
357
+ tensor<fp32, [?, 2560, 125]> sequences = reshape(shape = concat_2, x = transpose_0)[name = string("sequences")];
358
+ tensor<int32, [1]> input_205_axes_0 = const()[name = string("input_205_axes_0"), val = tensor<int32, [1]>([1])];
359
+ tensor<fp32, [?, 1, 589]> input_205 = expand_dims(axes = input_205_axes_0, x = masks)[name = string("input_205")];
360
+ tensor<int32, [1]> expand_dims_0_axes_0 = const()[name = string("expand_dims_0_axes_0"), val = tensor<int32, [1]>([3])];
361
+ tensor<fp32, [?, 1, 589, 1]> expand_dims_0 = expand_dims(axes = expand_dims_0_axes_0, x = input_205)[name = string("expand_dims_0")];
362
+ fp32 upsample_nearest_neighbor_0_scale_factor_height_0 = const()[name = string("upsample_nearest_neighbor_0_scale_factor_height_0"), val = fp32(0x1.b2a2a4p-3)];
363
+ fp32 upsample_nearest_neighbor_0_scale_factor_width_0 = const()[name = string("upsample_nearest_neighbor_0_scale_factor_width_0"), val = fp32(0x1p+0)];
364
+ tensor<fp32, [?, 1, 125, 1]> upsample_nearest_neighbor_0 = upsample_nearest_neighbor(scale_factor_height = upsample_nearest_neighbor_0_scale_factor_height_0, scale_factor_width = upsample_nearest_neighbor_0_scale_factor_width_0, x = expand_dims_0)[name = string("upsample_nearest_neighbor_0")];
365
+ tensor<int32, [1]> weights_axes_0 = const()[name = string("weights_axes_0"), val = tensor<int32, [1]>([3])];
366
+ tensor<fp32, [?, 1, 125]> weights = squeeze(axes = weights_axes_0, x = upsample_nearest_neighbor_0)[name = string("weights")];
367
+ tensor<int32, [1]> weight_sum_axes_0 = const()[name = string("weight_sum_axes_0"), val = tensor<int32, [1]>([2])];
368
+ bool weight_sum_keep_dims_0 = const()[name = string("weight_sum_keep_dims_0"), val = bool(false)];
369
+ tensor<fp32, [?, 1]> weight_sum = reduce_sum(axes = weight_sum_axes_0, keep_dims = weight_sum_keep_dims_0, x = weights)[name = string("weight_sum")];
370
+ fp32 var_631 = const()[name = string("op_631"), val = fp32(0x0p+0)];
371
+ tensor<bool, [?, 1]> var_632 = greater(x = weight_sum, y = var_631)[name = string("op_632")];
372
+ fp32 fill_like_0_value_0 = const()[name = string("fill_like_0_value_0"), val = fp32(0x1p+0)];
373
+ tensor<fp32, [?, 1]> fill_like_0 = fill_like(ref_tensor = weight_sum, value = fill_like_0_value_0)[name = string("fill_like_0")];
374
+ tensor<fp32, [?, 1]> safe_sum = select(a = weight_sum, b = fill_like_0, cond = var_632)[name = string("safe_sum")];
375
+ tensor<fp32, [?, 2560, 125]> var_640 = mul(x = sequences, y = weights)[name = string("op_640")];
376
+ tensor<int32, [1]> var_645_axes_0 = const()[name = string("op_645_axes_0"), val = tensor<int32, [1]>([2])];
377
+ bool var_645_keep_dims_0 = const()[name = string("op_645_keep_dims_0"), val = bool(false)];
378
+ tensor<fp32, [?, 2560]> var_645 = reduce_sum(axes = var_645_axes_0, keep_dims = var_645_keep_dims_0, x = var_640)[name = string("op_645")];
379
+ tensor<fp32, [?, 2560]> mean = real_div(x = var_645, y = safe_sum)[name = string("mean")];
380
+ tensor<int32, [1]> var_648_axes_0 = const()[name = string("op_648_axes_0"), val = tensor<int32, [1]>([2])];
381
+ tensor<fp32, [?, 2560, 1]> var_648 = expand_dims(axes = var_648_axes_0, x = mean)[name = string("op_648")];
382
+ tensor<fp32, [?, 2560, 125]> var_650 = sub(x = sequences, y = var_648)[name = string("op_650")];
383
+ tensor<fp32, [?, 2560, 125]> dx2 = mul(x = var_650, y = var_650)[name = string("dx2")];
384
+ tensor<fp32, [?, 1, 125]> var_652 = mul(x = weights, y = weights)[name = string("op_652")];
385
+ tensor<int32, [1]> weight_sq_sum_axes_0 = const()[name = string("weight_sq_sum_axes_0"), val = tensor<int32, [1]>([2])];
386
+ bool weight_sq_sum_keep_dims_0 = const()[name = string("weight_sq_sum_keep_dims_0"), val = bool(false)];
387
+ tensor<fp32, [?, 1]> weight_sq_sum = reduce_sum(axes = weight_sq_sum_axes_0, keep_dims = weight_sq_sum_keep_dims_0, x = var_652)[name = string("weight_sq_sum")];
388
+ tensor<fp32, [?, 1]> var_658 = real_div(x = weight_sq_sum, y = safe_sum)[name = string("op_658")];
389
+ tensor<fp32, [?, 1]> var_660 = sub(x = safe_sum, y = var_658)[name = string("op_660")];
390
+ fp32 var_662 = const()[name = string("op_662"), val = fp32(0x1.5798eep-27)];
391
+ tensor<fp32, [?, 1]> denom = add(x = var_660, y = var_662)[name = string("denom")];
392
+ tensor<fp32, [?, 2560, 125]> var_664 = mul(x = dx2, y = weights)[name = string("op_664")];
393
+ tensor<int32, [1]> var_669_axes_0 = const()[name = string("op_669_axes_0"), val = tensor<int32, [1]>([2])];
394
+ bool var_669_keep_dims_0 = const()[name = string("op_669_keep_dims_0"), val = bool(false)];
395
+ tensor<fp32, [?, 2560]> var_669 = reduce_sum(axes = var_669_axes_0, keep_dims = var_669_keep_dims_0, x = var_664)[name = string("op_669")];
396
+ tensor<fp32, [?, 2560]> var = real_div(x = var_669, y = denom)[name = string("var")];
397
+ fp32 var_671 = const()[name = string("op_671"), val = fp32(0x1.b7cdfep-34)];
398
+ tensor<fp32, [?, 2560]> var_672 = maximum(x = var, y = var_671)[name = string("op_672")];
399
+ tensor<fp32, [?, 2560]> std = sqrt(x = var_672)[name = string("std")];
400
+ int32 var_675 = const()[name = string("op_675"), val = int32(-1)];
401
+ bool stats_interleave_0 = const()[name = string("stats_interleave_0"), val = bool(false)];
402
+ tensor<fp32, [?, 5120]> stats = concat(axis = var_675, interleave = stats_interleave_0, values = (mean, std))[name = string("stats")];
403
+ tensor<fp32, [?, 2560]> var_682 = sub(x = mean, y = mean)[name = string("sub_0")];
404
+ fp32 var_689_value_0 = const()[name = string("op_689_value_0"), val = fp32(0x1.4f8b58p-17)];
405
+ tensor<fp32, [?, 2560]> var_689 = fill_like(ref_tensor = std, value = var_689_value_0)[name = string("op_689")];
406
+ int32 var_691 = const()[name = string("op_691"), val = int32(-1)];
407
+ bool zero_stats_interleave_0 = const()[name = string("zero_stats_interleave_0"), val = bool(false)];
408
+ tensor<fp32, [?, 5120]> zero_stats = concat(axis = var_691, interleave = zero_stats_interleave_0, values = (var_682, var_689))[name = string("zero_stats")];
409
+ fp32 var_693 = const()[name = string("op_693"), val = fp32(0x0p+0)];
410
+ tensor<bool, [?, 1]> var_694 = less_equal(x = weight_sum, y = var_693)[name = string("op_694")];
411
+ tensor<int32, [2]> var_700 = const()[name = string("op_700"), val = tensor<int32, [2]>([1, 5120])];
412
+ tensor<bool, [?, 5120]> zero_mask = tile(reps = var_700, x = var_694)[name = string("zero_mask")];
413
+ tensor<fp32, [?, 5120]> input = select(a = zero_stats, b = stats, cond = zero_mask)[name = string("input")];
414
+ tensor<fp32, [?, 256]> output = linear(bias = resnet_seg_1_bias, weight = resnet_seg_1_weight, x = input)[name = string("linear_0")];
415
+ } -> (output);
416
+ }
wespeaker-multimask-tail-b32.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18f777be6e47d2d9d5792d475457add3b71a677814ac66cadc90e5410d14b252
3
+ size 26525120
wespeaker-multimask-tail-b32.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50da13426eb0d2b3dbe56f09974db703bf20725f2f747e1f749bb514f784b60a
3
+ size 28683137
wespeaker-multimask-tail.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77b60e64442b2140adebed82813bf619f76d92c9f419639093a50a27744ac14b
3
+ size 243
wespeaker-multimask-tail.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e5467edd5d317c287cfa06474216990b8dfff1b7f6e725fb2e238a2264d8b16
3
+ size 201
wespeaker-multimask-tail.mlmodelc/model.mil ADDED
@@ -0,0 +1,416 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ program(1.3)
2
+ [buildInfo = dict<string, string>({{"coremlc-component-MIL", "3510.2.1"}, {"coremlc-version", "3505.4.1"}})]
3
+ {
4
+ func main<ios18>(tensor<fp32, [?, 998, 80]> fbank, tensor<fp32, [?, 589]> masks) [FlexibleShapeInformation = tuple<tuple<string, dict<string, tensor<int32, [?]>>>, tuple<string, dict<string, dict<string, tensor<int32, [?]>>>>>((("DefaultShapes", {{"fbank", [32, 998, 80]}, {"masks", [96, 589]}}), ("EnumeratedShapes", {{"98e0d0f3", {{"fbank", [32, 998, 80]}, {"masks", [96, 589]}}}, {"fd4e3aa9", {{"fbank", [1, 998, 80]}, {"masks", [3, 589]}}}})))] {
5
+ tensor<fp32, [256]> resnet_seg_1_bias = const()[name = string("resnet_seg_1_bias"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(64)))];
6
+ tensor<fp32, [256, 5120]> resnet_seg_1_weight = const()[name = string("resnet_seg_1_weight"), val = tensor<fp32, [256, 5120]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(1152)))];
7
+ tensor<int32, [3]> var_20 = const()[name = string("op_20"), val = tensor<int32, [3]>([0, 2, 1])];
8
+ tensor<int32, [1]> input_1_axes_0 = const()[name = string("input_1_axes_0"), val = tensor<int32, [1]>([1])];
9
+ tensor<fp32, [?, 80, 998]> fbank_1 = transpose(perm = var_20, x = fbank)[name = string("transpose_2")];
10
+ tensor<fp32, [?, 1, 80, 998]> input_1 = expand_dims(axes = input_1_axes_0, x = fbank_1)[name = string("input_1")];
11
+ string input_3_pad_type_0 = const()[name = string("input_3_pad_type_0"), val = string("custom")];
12
+ tensor<int32, [4]> input_3_pad_0 = const()[name = string("input_3_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
13
+ tensor<int32, [2]> input_3_strides_0 = const()[name = string("input_3_strides_0"), val = tensor<int32, [2]>([1, 1])];
14
+ tensor<int32, [2]> input_3_dilations_0 = const()[name = string("input_3_dilations_0"), val = tensor<int32, [2]>([1, 1])];
15
+ int32 input_3_groups_0 = const()[name = string("input_3_groups_0"), val = int32(1)];
16
+ tensor<fp32, [32, 1, 3, 3]> const_0 = const()[name = string("const_0"), val = tensor<fp32, [32, 1, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5244096)))];
17
+ tensor<fp32, [32]> const_1 = const()[name = string("const_1"), val = tensor<fp32, [32]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5245312)))];
18
+ tensor<fp32, [?, 32, 80, 998]> input_5 = conv(bias = const_1, dilations = input_3_dilations_0, groups = input_3_groups_0, pad = input_3_pad_0, pad_type = input_3_pad_type_0, strides = input_3_strides_0, weight = const_0, x = input_1)[name = string("input_5")];
19
+ tensor<fp32, [?, 32, 80, 998]> input_7 = relu(x = input_5)[name = string("input_7")];
20
+ string input_9_pad_type_0 = const()[name = string("input_9_pad_type_0"), val = string("custom")];
21
+ tensor<int32, [4]> input_9_pad_0 = const()[name = string("input_9_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
22
+ tensor<int32, [2]> input_9_strides_0 = const()[name = string("input_9_strides_0"), val = tensor<int32, [2]>([1, 1])];
23
+ tensor<int32, [2]> input_9_dilations_0 = const()[name = string("input_9_dilations_0"), val = tensor<int32, [2]>([1, 1])];
24
+ int32 input_9_groups_0 = const()[name = string("input_9_groups_0"), val = int32(1)];
25
+ tensor<fp32, [32, 32, 3, 3]> const_2 = const()[name = string("const_2"), val = tensor<fp32, [32, 32, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5245504)))];
26
+ tensor<fp32, [32]> const_3 = const()[name = string("const_3"), val = tensor<fp32, [32]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5282432)))];
27
+ tensor<fp32, [?, 32, 80, 998]> input_11 = conv(bias = const_3, dilations = input_9_dilations_0, groups = input_9_groups_0, pad = input_9_pad_0, pad_type = input_9_pad_type_0, strides = input_9_strides_0, weight = const_2, x = input_7)[name = string("input_11")];
28
+ tensor<fp32, [?, 32, 80, 998]> input_13 = relu(x = input_11)[name = string("input_13")];
29
+ string input_15_pad_type_0 = const()[name = string("input_15_pad_type_0"), val = string("custom")];
30
+ tensor<int32, [4]> input_15_pad_0 = const()[name = string("input_15_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
31
+ tensor<int32, [2]> input_15_strides_0 = const()[name = string("input_15_strides_0"), val = tensor<int32, [2]>([1, 1])];
32
+ tensor<int32, [2]> input_15_dilations_0 = const()[name = string("input_15_dilations_0"), val = tensor<int32, [2]>([1, 1])];
33
+ int32 input_15_groups_0 = const()[name = string("input_15_groups_0"), val = int32(1)];
34
+ tensor<fp32, [32, 32, 3, 3]> const_4 = const()[name = string("const_4"), val = tensor<fp32, [32, 32, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5282624)))];
35
+ tensor<fp32, [32]> const_5 = const()[name = string("const_5"), val = tensor<fp32, [32]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5319552)))];
36
+ tensor<fp32, [?, 32, 80, 998]> out_1 = conv(bias = const_5, dilations = input_15_dilations_0, groups = input_15_groups_0, pad = input_15_pad_0, pad_type = input_15_pad_type_0, strides = input_15_strides_0, weight = const_4, x = input_13)[name = string("out_1")];
37
+ tensor<fp32, [?, 32, 80, 998]> input_17 = add(x = out_1, y = input_7)[name = string("input_17")];
38
+ tensor<fp32, [?, 32, 80, 998]> input_19 = relu(x = input_17)[name = string("input_19")];
39
+ string input_21_pad_type_0 = const()[name = string("input_21_pad_type_0"), val = string("custom")];
40
+ tensor<int32, [4]> input_21_pad_0 = const()[name = string("input_21_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
41
+ tensor<int32, [2]> input_21_strides_0 = const()[name = string("input_21_strides_0"), val = tensor<int32, [2]>([1, 1])];
42
+ tensor<int32, [2]> input_21_dilations_0 = const()[name = string("input_21_dilations_0"), val = tensor<int32, [2]>([1, 1])];
43
+ int32 input_21_groups_0 = const()[name = string("input_21_groups_0"), val = int32(1)];
44
+ tensor<fp32, [32, 32, 3, 3]> const_6 = const()[name = string("const_6"), val = tensor<fp32, [32, 32, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5319744)))];
45
+ tensor<fp32, [32]> const_7 = const()[name = string("const_7"), val = tensor<fp32, [32]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5356672)))];
46
+ tensor<fp32, [?, 32, 80, 998]> input_23 = conv(bias = const_7, dilations = input_21_dilations_0, groups = input_21_groups_0, pad = input_21_pad_0, pad_type = input_21_pad_type_0, strides = input_21_strides_0, weight = const_6, x = input_19)[name = string("input_23")];
47
+ tensor<fp32, [?, 32, 80, 998]> input_25 = relu(x = input_23)[name = string("input_25")];
48
+ string input_27_pad_type_0 = const()[name = string("input_27_pad_type_0"), val = string("custom")];
49
+ tensor<int32, [4]> input_27_pad_0 = const()[name = string("input_27_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
50
+ tensor<int32, [2]> input_27_strides_0 = const()[name = string("input_27_strides_0"), val = tensor<int32, [2]>([1, 1])];
51
+ tensor<int32, [2]> input_27_dilations_0 = const()[name = string("input_27_dilations_0"), val = tensor<int32, [2]>([1, 1])];
52
+ int32 input_27_groups_0 = const()[name = string("input_27_groups_0"), val = int32(1)];
53
+ tensor<fp32, [32, 32, 3, 3]> const_8 = const()[name = string("const_8"), val = tensor<fp32, [32, 32, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5356864)))];
54
+ tensor<fp32, [32]> const_9 = const()[name = string("const_9"), val = tensor<fp32, [32]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5393792)))];
55
+ tensor<fp32, [?, 32, 80, 998]> out_3 = conv(bias = const_9, dilations = input_27_dilations_0, groups = input_27_groups_0, pad = input_27_pad_0, pad_type = input_27_pad_type_0, strides = input_27_strides_0, weight = const_8, x = input_25)[name = string("out_3")];
56
+ tensor<fp32, [?, 32, 80, 998]> input_29 = add(x = out_3, y = input_19)[name = string("input_29")];
57
+ tensor<fp32, [?, 32, 80, 998]> input_31 = relu(x = input_29)[name = string("input_31")];
58
+ string input_33_pad_type_0 = const()[name = string("input_33_pad_type_0"), val = string("custom")];
59
+ tensor<int32, [4]> input_33_pad_0 = const()[name = string("input_33_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
60
+ tensor<int32, [2]> input_33_strides_0 = const()[name = string("input_33_strides_0"), val = tensor<int32, [2]>([1, 1])];
61
+ tensor<int32, [2]> input_33_dilations_0 = const()[name = string("input_33_dilations_0"), val = tensor<int32, [2]>([1, 1])];
62
+ int32 input_33_groups_0 = const()[name = string("input_33_groups_0"), val = int32(1)];
63
+ tensor<fp32, [32, 32, 3, 3]> const_10 = const()[name = string("const_10"), val = tensor<fp32, [32, 32, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5393984)))];
64
+ tensor<fp32, [32]> const_11 = const()[name = string("const_11"), val = tensor<fp32, [32]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5430912)))];
65
+ tensor<fp32, [?, 32, 80, 998]> input_35 = conv(bias = const_11, dilations = input_33_dilations_0, groups = input_33_groups_0, pad = input_33_pad_0, pad_type = input_33_pad_type_0, strides = input_33_strides_0, weight = const_10, x = input_31)[name = string("input_35")];
66
+ tensor<fp32, [?, 32, 80, 998]> input_37 = relu(x = input_35)[name = string("input_37")];
67
+ string input_39_pad_type_0 = const()[name = string("input_39_pad_type_0"), val = string("custom")];
68
+ tensor<int32, [4]> input_39_pad_0 = const()[name = string("input_39_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
69
+ tensor<int32, [2]> input_39_strides_0 = const()[name = string("input_39_strides_0"), val = tensor<int32, [2]>([1, 1])];
70
+ tensor<int32, [2]> input_39_dilations_0 = const()[name = string("input_39_dilations_0"), val = tensor<int32, [2]>([1, 1])];
71
+ int32 input_39_groups_0 = const()[name = string("input_39_groups_0"), val = int32(1)];
72
+ tensor<fp32, [32, 32, 3, 3]> const_12 = const()[name = string("const_12"), val = tensor<fp32, [32, 32, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5431104)))];
73
+ tensor<fp32, [32]> const_13 = const()[name = string("const_13"), val = tensor<fp32, [32]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5468032)))];
74
+ tensor<fp32, [?, 32, 80, 998]> out_5 = conv(bias = const_13, dilations = input_39_dilations_0, groups = input_39_groups_0, pad = input_39_pad_0, pad_type = input_39_pad_type_0, strides = input_39_strides_0, weight = const_12, x = input_37)[name = string("out_5")];
75
+ tensor<fp32, [?, 32, 80, 998]> input_41 = add(x = out_5, y = input_31)[name = string("input_41")];
76
+ tensor<fp32, [?, 32, 80, 998]> input_43 = relu(x = input_41)[name = string("input_43")];
77
+ string input_45_pad_type_0 = const()[name = string("input_45_pad_type_0"), val = string("custom")];
78
+ tensor<int32, [4]> input_45_pad_0 = const()[name = string("input_45_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
79
+ tensor<int32, [2]> input_45_strides_0 = const()[name = string("input_45_strides_0"), val = tensor<int32, [2]>([2, 2])];
80
+ tensor<int32, [2]> input_45_dilations_0 = const()[name = string("input_45_dilations_0"), val = tensor<int32, [2]>([1, 1])];
81
+ int32 input_45_groups_0 = const()[name = string("input_45_groups_0"), val = int32(1)];
82
+ tensor<fp32, [64, 32, 3, 3]> const_14 = const()[name = string("const_14"), val = tensor<fp32, [64, 32, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5468224)))];
83
+ tensor<fp32, [64]> const_15 = const()[name = string("const_15"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5542016)))];
84
+ tensor<fp32, [?, 64, 40, 499]> input_47 = conv(bias = const_15, dilations = input_45_dilations_0, groups = input_45_groups_0, pad = input_45_pad_0, pad_type = input_45_pad_type_0, strides = input_45_strides_0, weight = const_14, x = input_43)[name = string("input_47")];
85
+ tensor<fp32, [?, 64, 40, 499]> input_49 = relu(x = input_47)[name = string("input_49")];
86
+ string input_51_pad_type_0 = const()[name = string("input_51_pad_type_0"), val = string("custom")];
87
+ tensor<int32, [4]> input_51_pad_0 = const()[name = string("input_51_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
88
+ tensor<int32, [2]> input_51_strides_0 = const()[name = string("input_51_strides_0"), val = tensor<int32, [2]>([1, 1])];
89
+ tensor<int32, [2]> input_51_dilations_0 = const()[name = string("input_51_dilations_0"), val = tensor<int32, [2]>([1, 1])];
90
+ int32 input_51_groups_0 = const()[name = string("input_51_groups_0"), val = int32(1)];
91
+ tensor<fp32, [64, 64, 3, 3]> const_16 = const()[name = string("const_16"), val = tensor<fp32, [64, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5542336)))];
92
+ tensor<fp32, [64]> const_17 = const()[name = string("const_17"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5689856)))];
93
+ tensor<fp32, [?, 64, 40, 499]> out_7 = conv(bias = const_17, dilations = input_51_dilations_0, groups = input_51_groups_0, pad = input_51_pad_0, pad_type = input_51_pad_type_0, strides = input_51_strides_0, weight = const_16, x = input_49)[name = string("out_7")];
94
+ string input_53_pad_type_0 = const()[name = string("input_53_pad_type_0"), val = string("valid")];
95
+ tensor<int32, [2]> input_53_strides_0 = const()[name = string("input_53_strides_0"), val = tensor<int32, [2]>([2, 2])];
96
+ tensor<int32, [4]> input_53_pad_0 = const()[name = string("input_53_pad_0"), val = tensor<int32, [4]>([0, 0, 0, 0])];
97
+ tensor<int32, [2]> input_53_dilations_0 = const()[name = string("input_53_dilations_0"), val = tensor<int32, [2]>([1, 1])];
98
+ int32 input_53_groups_0 = const()[name = string("input_53_groups_0"), val = int32(1)];
99
+ tensor<fp32, [64, 32, 1, 1]> const_18 = const()[name = string("const_18"), val = tensor<fp32, [64, 32, 1, 1]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5690176)))];
100
+ tensor<fp32, [64]> const_19 = const()[name = string("const_19"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5698432)))];
101
+ tensor<fp32, [?, 64, 40, 499]> var_194 = conv(bias = const_19, dilations = input_53_dilations_0, groups = input_53_groups_0, pad = input_53_pad_0, pad_type = input_53_pad_type_0, strides = input_53_strides_0, weight = const_18, x = input_43)[name = string("op_194")];
102
+ tensor<fp32, [?, 64, 40, 499]> input_55 = add(x = out_7, y = var_194)[name = string("input_55")];
103
+ tensor<fp32, [?, 64, 40, 499]> input_57 = relu(x = input_55)[name = string("input_57")];
104
+ string input_59_pad_type_0 = const()[name = string("input_59_pad_type_0"), val = string("custom")];
105
+ tensor<int32, [4]> input_59_pad_0 = const()[name = string("input_59_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
106
+ tensor<int32, [2]> input_59_strides_0 = const()[name = string("input_59_strides_0"), val = tensor<int32, [2]>([1, 1])];
107
+ tensor<int32, [2]> input_59_dilations_0 = const()[name = string("input_59_dilations_0"), val = tensor<int32, [2]>([1, 1])];
108
+ int32 input_59_groups_0 = const()[name = string("input_59_groups_0"), val = int32(1)];
109
+ tensor<fp32, [64, 64, 3, 3]> const_20 = const()[name = string("const_20"), val = tensor<fp32, [64, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5698752)))];
110
+ tensor<fp32, [64]> const_21 = const()[name = string("const_21"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5846272)))];
111
+ tensor<fp32, [?, 64, 40, 499]> input_61 = conv(bias = const_21, dilations = input_59_dilations_0, groups = input_59_groups_0, pad = input_59_pad_0, pad_type = input_59_pad_type_0, strides = input_59_strides_0, weight = const_20, x = input_57)[name = string("input_61")];
112
+ tensor<fp32, [?, 64, 40, 499]> input_63 = relu(x = input_61)[name = string("input_63")];
113
+ string input_65_pad_type_0 = const()[name = string("input_65_pad_type_0"), val = string("custom")];
114
+ tensor<int32, [4]> input_65_pad_0 = const()[name = string("input_65_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
115
+ tensor<int32, [2]> input_65_strides_0 = const()[name = string("input_65_strides_0"), val = tensor<int32, [2]>([1, 1])];
116
+ tensor<int32, [2]> input_65_dilations_0 = const()[name = string("input_65_dilations_0"), val = tensor<int32, [2]>([1, 1])];
117
+ int32 input_65_groups_0 = const()[name = string("input_65_groups_0"), val = int32(1)];
118
+ tensor<fp32, [64, 64, 3, 3]> const_22 = const()[name = string("const_22"), val = tensor<fp32, [64, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5846592)))];
119
+ tensor<fp32, [64]> const_23 = const()[name = string("const_23"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5994112)))];
120
+ tensor<fp32, [?, 64, 40, 499]> out_9 = conv(bias = const_23, dilations = input_65_dilations_0, groups = input_65_groups_0, pad = input_65_pad_0, pad_type = input_65_pad_type_0, strides = input_65_strides_0, weight = const_22, x = input_63)[name = string("out_9")];
121
+ tensor<fp32, [?, 64, 40, 499]> input_67 = add(x = out_9, y = input_57)[name = string("input_67")];
122
+ tensor<fp32, [?, 64, 40, 499]> input_69 = relu(x = input_67)[name = string("input_69")];
123
+ string input_71_pad_type_0 = const()[name = string("input_71_pad_type_0"), val = string("custom")];
124
+ tensor<int32, [4]> input_71_pad_0 = const()[name = string("input_71_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
125
+ tensor<int32, [2]> input_71_strides_0 = const()[name = string("input_71_strides_0"), val = tensor<int32, [2]>([1, 1])];
126
+ tensor<int32, [2]> input_71_dilations_0 = const()[name = string("input_71_dilations_0"), val = tensor<int32, [2]>([1, 1])];
127
+ int32 input_71_groups_0 = const()[name = string("input_71_groups_0"), val = int32(1)];
128
+ tensor<fp32, [64, 64, 3, 3]> const_24 = const()[name = string("const_24"), val = tensor<fp32, [64, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(5994432)))];
129
+ tensor<fp32, [64]> const_25 = const()[name = string("const_25"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6141952)))];
130
+ tensor<fp32, [?, 64, 40, 499]> input_73 = conv(bias = const_25, dilations = input_71_dilations_0, groups = input_71_groups_0, pad = input_71_pad_0, pad_type = input_71_pad_type_0, strides = input_71_strides_0, weight = const_24, x = input_69)[name = string("input_73")];
131
+ tensor<fp32, [?, 64, 40, 499]> input_75 = relu(x = input_73)[name = string("input_75")];
132
+ string input_77_pad_type_0 = const()[name = string("input_77_pad_type_0"), val = string("custom")];
133
+ tensor<int32, [4]> input_77_pad_0 = const()[name = string("input_77_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
134
+ tensor<int32, [2]> input_77_strides_0 = const()[name = string("input_77_strides_0"), val = tensor<int32, [2]>([1, 1])];
135
+ tensor<int32, [2]> input_77_dilations_0 = const()[name = string("input_77_dilations_0"), val = tensor<int32, [2]>([1, 1])];
136
+ int32 input_77_groups_0 = const()[name = string("input_77_groups_0"), val = int32(1)];
137
+ tensor<fp32, [64, 64, 3, 3]> const_26 = const()[name = string("const_26"), val = tensor<fp32, [64, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6142272)))];
138
+ tensor<fp32, [64]> const_27 = const()[name = string("const_27"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6289792)))];
139
+ tensor<fp32, [?, 64, 40, 499]> out_11 = conv(bias = const_27, dilations = input_77_dilations_0, groups = input_77_groups_0, pad = input_77_pad_0, pad_type = input_77_pad_type_0, strides = input_77_strides_0, weight = const_26, x = input_75)[name = string("out_11")];
140
+ tensor<fp32, [?, 64, 40, 499]> input_79 = add(x = out_11, y = input_69)[name = string("input_79")];
141
+ tensor<fp32, [?, 64, 40, 499]> input_81 = relu(x = input_79)[name = string("input_81")];
142
+ string input_83_pad_type_0 = const()[name = string("input_83_pad_type_0"), val = string("custom")];
143
+ tensor<int32, [4]> input_83_pad_0 = const()[name = string("input_83_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
144
+ tensor<int32, [2]> input_83_strides_0 = const()[name = string("input_83_strides_0"), val = tensor<int32, [2]>([1, 1])];
145
+ tensor<int32, [2]> input_83_dilations_0 = const()[name = string("input_83_dilations_0"), val = tensor<int32, [2]>([1, 1])];
146
+ int32 input_83_groups_0 = const()[name = string("input_83_groups_0"), val = int32(1)];
147
+ tensor<fp32, [64, 64, 3, 3]> const_28 = const()[name = string("const_28"), val = tensor<fp32, [64, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6290112)))];
148
+ tensor<fp32, [64]> const_29 = const()[name = string("const_29"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6437632)))];
149
+ tensor<fp32, [?, 64, 40, 499]> input_85 = conv(bias = const_29, dilations = input_83_dilations_0, groups = input_83_groups_0, pad = input_83_pad_0, pad_type = input_83_pad_type_0, strides = input_83_strides_0, weight = const_28, x = input_81)[name = string("input_85")];
150
+ tensor<fp32, [?, 64, 40, 499]> input_87 = relu(x = input_85)[name = string("input_87")];
151
+ string input_89_pad_type_0 = const()[name = string("input_89_pad_type_0"), val = string("custom")];
152
+ tensor<int32, [4]> input_89_pad_0 = const()[name = string("input_89_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
153
+ tensor<int32, [2]> input_89_strides_0 = const()[name = string("input_89_strides_0"), val = tensor<int32, [2]>([1, 1])];
154
+ tensor<int32, [2]> input_89_dilations_0 = const()[name = string("input_89_dilations_0"), val = tensor<int32, [2]>([1, 1])];
155
+ int32 input_89_groups_0 = const()[name = string("input_89_groups_0"), val = int32(1)];
156
+ tensor<fp32, [64, 64, 3, 3]> const_30 = const()[name = string("const_30"), val = tensor<fp32, [64, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6437952)))];
157
+ tensor<fp32, [64]> const_31 = const()[name = string("const_31"), val = tensor<fp32, [64]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6585472)))];
158
+ tensor<fp32, [?, 64, 40, 499]> out_13 = conv(bias = const_31, dilations = input_89_dilations_0, groups = input_89_groups_0, pad = input_89_pad_0, pad_type = input_89_pad_type_0, strides = input_89_strides_0, weight = const_30, x = input_87)[name = string("out_13")];
159
+ tensor<fp32, [?, 64, 40, 499]> input_91 = add(x = out_13, y = input_81)[name = string("input_91")];
160
+ tensor<fp32, [?, 64, 40, 499]> input_93 = relu(x = input_91)[name = string("input_93")];
161
+ string input_95_pad_type_0 = const()[name = string("input_95_pad_type_0"), val = string("custom")];
162
+ tensor<int32, [4]> input_95_pad_0 = const()[name = string("input_95_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
163
+ tensor<int32, [2]> input_95_strides_0 = const()[name = string("input_95_strides_0"), val = tensor<int32, [2]>([2, 2])];
164
+ tensor<int32, [2]> input_95_dilations_0 = const()[name = string("input_95_dilations_0"), val = tensor<int32, [2]>([1, 1])];
165
+ int32 input_95_groups_0 = const()[name = string("input_95_groups_0"), val = int32(1)];
166
+ tensor<fp32, [128, 64, 3, 3]> const_32 = const()[name = string("const_32"), val = tensor<fp32, [128, 64, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6585792)))];
167
+ tensor<fp32, [128]> const_33 = const()[name = string("const_33"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6880768)))];
168
+ tensor<fp32, [?, 128, 20, 250]> input_97 = conv(bias = const_33, dilations = input_95_dilations_0, groups = input_95_groups_0, pad = input_95_pad_0, pad_type = input_95_pad_type_0, strides = input_95_strides_0, weight = const_32, x = input_93)[name = string("input_97")];
169
+ tensor<fp32, [?, 128, 20, 250]> input_99 = relu(x = input_97)[name = string("input_99")];
170
+ string input_101_pad_type_0 = const()[name = string("input_101_pad_type_0"), val = string("custom")];
171
+ tensor<int32, [4]> input_101_pad_0 = const()[name = string("input_101_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
172
+ tensor<int32, [2]> input_101_strides_0 = const()[name = string("input_101_strides_0"), val = tensor<int32, [2]>([1, 1])];
173
+ tensor<int32, [2]> input_101_dilations_0 = const()[name = string("input_101_dilations_0"), val = tensor<int32, [2]>([1, 1])];
174
+ int32 input_101_groups_0 = const()[name = string("input_101_groups_0"), val = int32(1)];
175
+ tensor<fp32, [128, 128, 3, 3]> const_34 = const()[name = string("const_34"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(6881344)))];
176
+ tensor<fp32, [128]> const_35 = const()[name = string("const_35"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(7471232)))];
177
+ tensor<fp32, [?, 128, 20, 250]> out_15 = conv(bias = const_35, dilations = input_101_dilations_0, groups = input_101_groups_0, pad = input_101_pad_0, pad_type = input_101_pad_type_0, strides = input_101_strides_0, weight = const_34, x = input_99)[name = string("out_15")];
178
+ string input_103_pad_type_0 = const()[name = string("input_103_pad_type_0"), val = string("valid")];
179
+ tensor<int32, [2]> input_103_strides_0 = const()[name = string("input_103_strides_0"), val = tensor<int32, [2]>([2, 2])];
180
+ tensor<int32, [4]> input_103_pad_0 = const()[name = string("input_103_pad_0"), val = tensor<int32, [4]>([0, 0, 0, 0])];
181
+ tensor<int32, [2]> input_103_dilations_0 = const()[name = string("input_103_dilations_0"), val = tensor<int32, [2]>([1, 1])];
182
+ int32 input_103_groups_0 = const()[name = string("input_103_groups_0"), val = int32(1)];
183
+ tensor<fp32, [128, 64, 1, 1]> const_36 = const()[name = string("const_36"), val = tensor<fp32, [128, 64, 1, 1]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(7471808)))];
184
+ tensor<fp32, [128]> const_37 = const()[name = string("const_37"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(7504640)))];
185
+ tensor<fp32, [?, 128, 20, 250]> var_338 = conv(bias = const_37, dilations = input_103_dilations_0, groups = input_103_groups_0, pad = input_103_pad_0, pad_type = input_103_pad_type_0, strides = input_103_strides_0, weight = const_36, x = input_93)[name = string("op_338")];
186
+ tensor<fp32, [?, 128, 20, 250]> input_105 = add(x = out_15, y = var_338)[name = string("input_105")];
187
+ tensor<fp32, [?, 128, 20, 250]> input_107 = relu(x = input_105)[name = string("input_107")];
188
+ string input_109_pad_type_0 = const()[name = string("input_109_pad_type_0"), val = string("custom")];
189
+ tensor<int32, [4]> input_109_pad_0 = const()[name = string("input_109_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
190
+ tensor<int32, [2]> input_109_strides_0 = const()[name = string("input_109_strides_0"), val = tensor<int32, [2]>([1, 1])];
191
+ tensor<int32, [2]> input_109_dilations_0 = const()[name = string("input_109_dilations_0"), val = tensor<int32, [2]>([1, 1])];
192
+ int32 input_109_groups_0 = const()[name = string("input_109_groups_0"), val = int32(1)];
193
+ tensor<fp32, [128, 128, 3, 3]> const_38 = const()[name = string("const_38"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(7505216)))];
194
+ tensor<fp32, [128]> const_39 = const()[name = string("const_39"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(8095104)))];
195
+ tensor<fp32, [?, 128, 20, 250]> input_111 = conv(bias = const_39, dilations = input_109_dilations_0, groups = input_109_groups_0, pad = input_109_pad_0, pad_type = input_109_pad_type_0, strides = input_109_strides_0, weight = const_38, x = input_107)[name = string("input_111")];
196
+ tensor<fp32, [?, 128, 20, 250]> input_113 = relu(x = input_111)[name = string("input_113")];
197
+ string input_115_pad_type_0 = const()[name = string("input_115_pad_type_0"), val = string("custom")];
198
+ tensor<int32, [4]> input_115_pad_0 = const()[name = string("input_115_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
199
+ tensor<int32, [2]> input_115_strides_0 = const()[name = string("input_115_strides_0"), val = tensor<int32, [2]>([1, 1])];
200
+ tensor<int32, [2]> input_115_dilations_0 = const()[name = string("input_115_dilations_0"), val = tensor<int32, [2]>([1, 1])];
201
+ int32 input_115_groups_0 = const()[name = string("input_115_groups_0"), val = int32(1)];
202
+ tensor<fp32, [128, 128, 3, 3]> const_40 = const()[name = string("const_40"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(8095680)))];
203
+ tensor<fp32, [128]> const_41 = const()[name = string("const_41"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(8685568)))];
204
+ tensor<fp32, [?, 128, 20, 250]> out_17 = conv(bias = const_41, dilations = input_115_dilations_0, groups = input_115_groups_0, pad = input_115_pad_0, pad_type = input_115_pad_type_0, strides = input_115_strides_0, weight = const_40, x = input_113)[name = string("out_17")];
205
+ tensor<fp32, [?, 128, 20, 250]> input_117 = add(x = out_17, y = input_107)[name = string("input_117")];
206
+ tensor<fp32, [?, 128, 20, 250]> input_119 = relu(x = input_117)[name = string("input_119")];
207
+ string input_121_pad_type_0 = const()[name = string("input_121_pad_type_0"), val = string("custom")];
208
+ tensor<int32, [4]> input_121_pad_0 = const()[name = string("input_121_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
209
+ tensor<int32, [2]> input_121_strides_0 = const()[name = string("input_121_strides_0"), val = tensor<int32, [2]>([1, 1])];
210
+ tensor<int32, [2]> input_121_dilations_0 = const()[name = string("input_121_dilations_0"), val = tensor<int32, [2]>([1, 1])];
211
+ int32 input_121_groups_0 = const()[name = string("input_121_groups_0"), val = int32(1)];
212
+ tensor<fp32, [128, 128, 3, 3]> const_42 = const()[name = string("const_42"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(8686144)))];
213
+ tensor<fp32, [128]> const_43 = const()[name = string("const_43"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(9276032)))];
214
+ tensor<fp32, [?, 128, 20, 250]> input_123 = conv(bias = const_43, dilations = input_121_dilations_0, groups = input_121_groups_0, pad = input_121_pad_0, pad_type = input_121_pad_type_0, strides = input_121_strides_0, weight = const_42, x = input_119)[name = string("input_123")];
215
+ tensor<fp32, [?, 128, 20, 250]> input_125 = relu(x = input_123)[name = string("input_125")];
216
+ string input_127_pad_type_0 = const()[name = string("input_127_pad_type_0"), val = string("custom")];
217
+ tensor<int32, [4]> input_127_pad_0 = const()[name = string("input_127_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
218
+ tensor<int32, [2]> input_127_strides_0 = const()[name = string("input_127_strides_0"), val = tensor<int32, [2]>([1, 1])];
219
+ tensor<int32, [2]> input_127_dilations_0 = const()[name = string("input_127_dilations_0"), val = tensor<int32, [2]>([1, 1])];
220
+ int32 input_127_groups_0 = const()[name = string("input_127_groups_0"), val = int32(1)];
221
+ tensor<fp32, [128, 128, 3, 3]> const_44 = const()[name = string("const_44"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(9276608)))];
222
+ tensor<fp32, [128]> const_45 = const()[name = string("const_45"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(9866496)))];
223
+ tensor<fp32, [?, 128, 20, 250]> out_19 = conv(bias = const_45, dilations = input_127_dilations_0, groups = input_127_groups_0, pad = input_127_pad_0, pad_type = input_127_pad_type_0, strides = input_127_strides_0, weight = const_44, x = input_125)[name = string("out_19")];
224
+ tensor<fp32, [?, 128, 20, 250]> input_129 = add(x = out_19, y = input_119)[name = string("input_129")];
225
+ tensor<fp32, [?, 128, 20, 250]> input_131 = relu(x = input_129)[name = string("input_131")];
226
+ string input_133_pad_type_0 = const()[name = string("input_133_pad_type_0"), val = string("custom")];
227
+ tensor<int32, [4]> input_133_pad_0 = const()[name = string("input_133_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
228
+ tensor<int32, [2]> input_133_strides_0 = const()[name = string("input_133_strides_0"), val = tensor<int32, [2]>([1, 1])];
229
+ tensor<int32, [2]> input_133_dilations_0 = const()[name = string("input_133_dilations_0"), val = tensor<int32, [2]>([1, 1])];
230
+ int32 input_133_groups_0 = const()[name = string("input_133_groups_0"), val = int32(1)];
231
+ tensor<fp32, [128, 128, 3, 3]> const_46 = const()[name = string("const_46"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(9867072)))];
232
+ tensor<fp32, [128]> const_47 = const()[name = string("const_47"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(10456960)))];
233
+ tensor<fp32, [?, 128, 20, 250]> input_135 = conv(bias = const_47, dilations = input_133_dilations_0, groups = input_133_groups_0, pad = input_133_pad_0, pad_type = input_133_pad_type_0, strides = input_133_strides_0, weight = const_46, x = input_131)[name = string("input_135")];
234
+ tensor<fp32, [?, 128, 20, 250]> input_137 = relu(x = input_135)[name = string("input_137")];
235
+ string input_139_pad_type_0 = const()[name = string("input_139_pad_type_0"), val = string("custom")];
236
+ tensor<int32, [4]> input_139_pad_0 = const()[name = string("input_139_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
237
+ tensor<int32, [2]> input_139_strides_0 = const()[name = string("input_139_strides_0"), val = tensor<int32, [2]>([1, 1])];
238
+ tensor<int32, [2]> input_139_dilations_0 = const()[name = string("input_139_dilations_0"), val = tensor<int32, [2]>([1, 1])];
239
+ int32 input_139_groups_0 = const()[name = string("input_139_groups_0"), val = int32(1)];
240
+ tensor<fp32, [128, 128, 3, 3]> const_48 = const()[name = string("const_48"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(10457536)))];
241
+ tensor<fp32, [128]> const_49 = const()[name = string("const_49"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(11047424)))];
242
+ tensor<fp32, [?, 128, 20, 250]> out_21 = conv(bias = const_49, dilations = input_139_dilations_0, groups = input_139_groups_0, pad = input_139_pad_0, pad_type = input_139_pad_type_0, strides = input_139_strides_0, weight = const_48, x = input_137)[name = string("out_21")];
243
+ tensor<fp32, [?, 128, 20, 250]> input_141 = add(x = out_21, y = input_131)[name = string("input_141")];
244
+ tensor<fp32, [?, 128, 20, 250]> input_143 = relu(x = input_141)[name = string("input_143")];
245
+ string input_145_pad_type_0 = const()[name = string("input_145_pad_type_0"), val = string("custom")];
246
+ tensor<int32, [4]> input_145_pad_0 = const()[name = string("input_145_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
247
+ tensor<int32, [2]> input_145_strides_0 = const()[name = string("input_145_strides_0"), val = tensor<int32, [2]>([1, 1])];
248
+ tensor<int32, [2]> input_145_dilations_0 = const()[name = string("input_145_dilations_0"), val = tensor<int32, [2]>([1, 1])];
249
+ int32 input_145_groups_0 = const()[name = string("input_145_groups_0"), val = int32(1)];
250
+ tensor<fp32, [128, 128, 3, 3]> const_50 = const()[name = string("const_50"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(11048000)))];
251
+ tensor<fp32, [128]> const_51 = const()[name = string("const_51"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(11637888)))];
252
+ tensor<fp32, [?, 128, 20, 250]> input_147 = conv(bias = const_51, dilations = input_145_dilations_0, groups = input_145_groups_0, pad = input_145_pad_0, pad_type = input_145_pad_type_0, strides = input_145_strides_0, weight = const_50, x = input_143)[name = string("input_147")];
253
+ tensor<fp32, [?, 128, 20, 250]> input_149 = relu(x = input_147)[name = string("input_149")];
254
+ string input_151_pad_type_0 = const()[name = string("input_151_pad_type_0"), val = string("custom")];
255
+ tensor<int32, [4]> input_151_pad_0 = const()[name = string("input_151_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
256
+ tensor<int32, [2]> input_151_strides_0 = const()[name = string("input_151_strides_0"), val = tensor<int32, [2]>([1, 1])];
257
+ tensor<int32, [2]> input_151_dilations_0 = const()[name = string("input_151_dilations_0"), val = tensor<int32, [2]>([1, 1])];
258
+ int32 input_151_groups_0 = const()[name = string("input_151_groups_0"), val = int32(1)];
259
+ tensor<fp32, [128, 128, 3, 3]> const_52 = const()[name = string("const_52"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(11638464)))];
260
+ tensor<fp32, [128]> const_53 = const()[name = string("const_53"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(12228352)))];
261
+ tensor<fp32, [?, 128, 20, 250]> out_23 = conv(bias = const_53, dilations = input_151_dilations_0, groups = input_151_groups_0, pad = input_151_pad_0, pad_type = input_151_pad_type_0, strides = input_151_strides_0, weight = const_52, x = input_149)[name = string("out_23")];
262
+ tensor<fp32, [?, 128, 20, 250]> input_153 = add(x = out_23, y = input_143)[name = string("input_153")];
263
+ tensor<fp32, [?, 128, 20, 250]> input_155 = relu(x = input_153)[name = string("input_155")];
264
+ string input_157_pad_type_0 = const()[name = string("input_157_pad_type_0"), val = string("custom")];
265
+ tensor<int32, [4]> input_157_pad_0 = const()[name = string("input_157_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
266
+ tensor<int32, [2]> input_157_strides_0 = const()[name = string("input_157_strides_0"), val = tensor<int32, [2]>([1, 1])];
267
+ tensor<int32, [2]> input_157_dilations_0 = const()[name = string("input_157_dilations_0"), val = tensor<int32, [2]>([1, 1])];
268
+ int32 input_157_groups_0 = const()[name = string("input_157_groups_0"), val = int32(1)];
269
+ tensor<fp32, [128, 128, 3, 3]> const_54 = const()[name = string("const_54"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(12228928)))];
270
+ tensor<fp32, [128]> const_55 = const()[name = string("const_55"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(12818816)))];
271
+ tensor<fp32, [?, 128, 20, 250]> input_159 = conv(bias = const_55, dilations = input_157_dilations_0, groups = input_157_groups_0, pad = input_157_pad_0, pad_type = input_157_pad_type_0, strides = input_157_strides_0, weight = const_54, x = input_155)[name = string("input_159")];
272
+ tensor<fp32, [?, 128, 20, 250]> input_161 = relu(x = input_159)[name = string("input_161")];
273
+ string input_163_pad_type_0 = const()[name = string("input_163_pad_type_0"), val = string("custom")];
274
+ tensor<int32, [4]> input_163_pad_0 = const()[name = string("input_163_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
275
+ tensor<int32, [2]> input_163_strides_0 = const()[name = string("input_163_strides_0"), val = tensor<int32, [2]>([1, 1])];
276
+ tensor<int32, [2]> input_163_dilations_0 = const()[name = string("input_163_dilations_0"), val = tensor<int32, [2]>([1, 1])];
277
+ int32 input_163_groups_0 = const()[name = string("input_163_groups_0"), val = int32(1)];
278
+ tensor<fp32, [128, 128, 3, 3]> const_56 = const()[name = string("const_56"), val = tensor<fp32, [128, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(12819392)))];
279
+ tensor<fp32, [128]> const_57 = const()[name = string("const_57"), val = tensor<fp32, [128]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(13409280)))];
280
+ tensor<fp32, [?, 128, 20, 250]> out_25 = conv(bias = const_57, dilations = input_163_dilations_0, groups = input_163_groups_0, pad = input_163_pad_0, pad_type = input_163_pad_type_0, strides = input_163_strides_0, weight = const_56, x = input_161)[name = string("out_25")];
281
+ tensor<fp32, [?, 128, 20, 250]> input_165 = add(x = out_25, y = input_155)[name = string("input_165")];
282
+ tensor<fp32, [?, 128, 20, 250]> input_167 = relu(x = input_165)[name = string("input_167")];
283
+ string input_169_pad_type_0 = const()[name = string("input_169_pad_type_0"), val = string("custom")];
284
+ tensor<int32, [4]> input_169_pad_0 = const()[name = string("input_169_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
285
+ tensor<int32, [2]> input_169_strides_0 = const()[name = string("input_169_strides_0"), val = tensor<int32, [2]>([2, 2])];
286
+ tensor<int32, [2]> input_169_dilations_0 = const()[name = string("input_169_dilations_0"), val = tensor<int32, [2]>([1, 1])];
287
+ int32 input_169_groups_0 = const()[name = string("input_169_groups_0"), val = int32(1)];
288
+ tensor<fp32, [256, 128, 3, 3]> const_58 = const()[name = string("const_58"), val = tensor<fp32, [256, 128, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(13409856)))];
289
+ tensor<fp32, [256]> const_59 = const()[name = string("const_59"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(14589568)))];
290
+ tensor<fp32, [?, 256, 10, 125]> input_171 = conv(bias = const_59, dilations = input_169_dilations_0, groups = input_169_groups_0, pad = input_169_pad_0, pad_type = input_169_pad_type_0, strides = input_169_strides_0, weight = const_58, x = input_167)[name = string("input_171")];
291
+ tensor<fp32, [?, 256, 10, 125]> input_173 = relu(x = input_171)[name = string("input_173")];
292
+ string input_175_pad_type_0 = const()[name = string("input_175_pad_type_0"), val = string("custom")];
293
+ tensor<int32, [4]> input_175_pad_0 = const()[name = string("input_175_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
294
+ tensor<int32, [2]> input_175_strides_0 = const()[name = string("input_175_strides_0"), val = tensor<int32, [2]>([1, 1])];
295
+ tensor<int32, [2]> input_175_dilations_0 = const()[name = string("input_175_dilations_0"), val = tensor<int32, [2]>([1, 1])];
296
+ int32 input_175_groups_0 = const()[name = string("input_175_groups_0"), val = int32(1)];
297
+ tensor<fp32, [256, 256, 3, 3]> const_60 = const()[name = string("const_60"), val = tensor<fp32, [256, 256, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(14590656)))];
298
+ tensor<fp32, [256]> const_61 = const()[name = string("const_61"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(16950016)))];
299
+ tensor<fp32, [?, 256, 10, 125]> out_27 = conv(bias = const_61, dilations = input_175_dilations_0, groups = input_175_groups_0, pad = input_175_pad_0, pad_type = input_175_pad_type_0, strides = input_175_strides_0, weight = const_60, x = input_173)[name = string("out_27")];
300
+ string input_177_pad_type_0 = const()[name = string("input_177_pad_type_0"), val = string("valid")];
301
+ tensor<int32, [2]> input_177_strides_0 = const()[name = string("input_177_strides_0"), val = tensor<int32, [2]>([2, 2])];
302
+ tensor<int32, [4]> input_177_pad_0 = const()[name = string("input_177_pad_0"), val = tensor<int32, [4]>([0, 0, 0, 0])];
303
+ tensor<int32, [2]> input_177_dilations_0 = const()[name = string("input_177_dilations_0"), val = tensor<int32, [2]>([1, 1])];
304
+ int32 input_177_groups_0 = const()[name = string("input_177_groups_0"), val = int32(1)];
305
+ tensor<fp32, [256, 128, 1, 1]> const_62 = const()[name = string("const_62"), val = tensor<fp32, [256, 128, 1, 1]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(16951104)))];
306
+ tensor<fp32, [256]> const_63 = const()[name = string("const_63"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(17082240)))];
307
+ tensor<fp32, [?, 256, 10, 125]> var_537 = conv(bias = const_63, dilations = input_177_dilations_0, groups = input_177_groups_0, pad = input_177_pad_0, pad_type = input_177_pad_type_0, strides = input_177_strides_0, weight = const_62, x = input_167)[name = string("op_537")];
308
+ tensor<fp32, [?, 256, 10, 125]> input_179 = add(x = out_27, y = var_537)[name = string("input_179")];
309
+ tensor<fp32, [?, 256, 10, 125]> input_181 = relu(x = input_179)[name = string("input_181")];
310
+ string input_183_pad_type_0 = const()[name = string("input_183_pad_type_0"), val = string("custom")];
311
+ tensor<int32, [4]> input_183_pad_0 = const()[name = string("input_183_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
312
+ tensor<int32, [2]> input_183_strides_0 = const()[name = string("input_183_strides_0"), val = tensor<int32, [2]>([1, 1])];
313
+ tensor<int32, [2]> input_183_dilations_0 = const()[name = string("input_183_dilations_0"), val = tensor<int32, [2]>([1, 1])];
314
+ int32 input_183_groups_0 = const()[name = string("input_183_groups_0"), val = int32(1)];
315
+ tensor<fp32, [256, 256, 3, 3]> const_64 = const()[name = string("const_64"), val = tensor<fp32, [256, 256, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(17083328)))];
316
+ tensor<fp32, [256]> const_65 = const()[name = string("const_65"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(19442688)))];
317
+ tensor<fp32, [?, 256, 10, 125]> input_185 = conv(bias = const_65, dilations = input_183_dilations_0, groups = input_183_groups_0, pad = input_183_pad_0, pad_type = input_183_pad_type_0, strides = input_183_strides_0, weight = const_64, x = input_181)[name = string("input_185")];
318
+ tensor<fp32, [?, 256, 10, 125]> input_187 = relu(x = input_185)[name = string("input_187")];
319
+ string input_189_pad_type_0 = const()[name = string("input_189_pad_type_0"), val = string("custom")];
320
+ tensor<int32, [4]> input_189_pad_0 = const()[name = string("input_189_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
321
+ tensor<int32, [2]> input_189_strides_0 = const()[name = string("input_189_strides_0"), val = tensor<int32, [2]>([1, 1])];
322
+ tensor<int32, [2]> input_189_dilations_0 = const()[name = string("input_189_dilations_0"), val = tensor<int32, [2]>([1, 1])];
323
+ int32 input_189_groups_0 = const()[name = string("input_189_groups_0"), val = int32(1)];
324
+ tensor<fp32, [256, 256, 3, 3]> const_66 = const()[name = string("const_66"), val = tensor<fp32, [256, 256, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(19443776)))];
325
+ tensor<fp32, [256]> const_67 = const()[name = string("const_67"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(21803136)))];
326
+ tensor<fp32, [?, 256, 10, 125]> out_29 = conv(bias = const_67, dilations = input_189_dilations_0, groups = input_189_groups_0, pad = input_189_pad_0, pad_type = input_189_pad_type_0, strides = input_189_strides_0, weight = const_66, x = input_187)[name = string("out_29")];
327
+ tensor<fp32, [?, 256, 10, 125]> input_191 = add(x = out_29, y = input_181)[name = string("input_191")];
328
+ tensor<fp32, [?, 256, 10, 125]> input_193 = relu(x = input_191)[name = string("input_193")];
329
+ string input_195_pad_type_0 = const()[name = string("input_195_pad_type_0"), val = string("custom")];
330
+ tensor<int32, [4]> input_195_pad_0 = const()[name = string("input_195_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
331
+ tensor<int32, [2]> input_195_strides_0 = const()[name = string("input_195_strides_0"), val = tensor<int32, [2]>([1, 1])];
332
+ tensor<int32, [2]> input_195_dilations_0 = const()[name = string("input_195_dilations_0"), val = tensor<int32, [2]>([1, 1])];
333
+ int32 input_195_groups_0 = const()[name = string("input_195_groups_0"), val = int32(1)];
334
+ tensor<fp32, [256, 256, 3, 3]> const_68 = const()[name = string("const_68"), val = tensor<fp32, [256, 256, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(21804224)))];
335
+ tensor<fp32, [256]> const_69 = const()[name = string("const_69"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(24163584)))];
336
+ tensor<fp32, [?, 256, 10, 125]> input_197 = conv(bias = const_69, dilations = input_195_dilations_0, groups = input_195_groups_0, pad = input_195_pad_0, pad_type = input_195_pad_type_0, strides = input_195_strides_0, weight = const_68, x = input_193)[name = string("input_197")];
337
+ tensor<fp32, [?, 256, 10, 125]> input_199 = relu(x = input_197)[name = string("input_199")];
338
+ string input_201_pad_type_0 = const()[name = string("input_201_pad_type_0"), val = string("custom")];
339
+ tensor<int32, [4]> input_201_pad_0 = const()[name = string("input_201_pad_0"), val = tensor<int32, [4]>([1, 1, 1, 1])];
340
+ tensor<int32, [2]> input_201_strides_0 = const()[name = string("input_201_strides_0"), val = tensor<int32, [2]>([1, 1])];
341
+ tensor<int32, [2]> input_201_dilations_0 = const()[name = string("input_201_dilations_0"), val = tensor<int32, [2]>([1, 1])];
342
+ int32 input_201_groups_0 = const()[name = string("input_201_groups_0"), val = int32(1)];
343
+ tensor<fp32, [256, 256, 3, 3]> const_70 = const()[name = string("const_70"), val = tensor<fp32, [256, 256, 3, 3]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(24164672)))];
344
+ tensor<fp32, [256]> const_71 = const()[name = string("const_71"), val = tensor<fp32, [256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(26524032)))];
345
+ tensor<fp32, [?, 256, 10, 125]> out = conv(bias = const_71, dilations = input_201_dilations_0, groups = input_201_groups_0, pad = input_201_pad_0, pad_type = input_201_pad_type_0, strides = input_201_strides_0, weight = const_70, x = input_199)[name = string("out")];
346
+ tensor<fp32, [?, 256, 10, 125]> input_203 = add(x = out, y = input_193)[name = string("input_203")];
347
+ tensor<fp32, [?, 256, 10, 125]> frames_1 = relu(x = input_203)[name = string("frames_1")];
348
+ tensor<int32, [3]> concat_0x = const()[name = string("concat_0x"), val = tensor<int32, [3]>([-1, 2560, 125])];
349
+ tensor<fp32, [?, 2560, 125]> frames = reshape(shape = concat_0x, x = frames_1)[name = string("frames")];
350
+ tensor<int32, [3]> tile_0_reps_0 = const()[name = string("tile_0_reps_0"), val = tensor<int32, [3]>([3, 1, 1])];
351
+ tensor<fp32, [?, 2560, 125]> tile_0 = tile(reps = tile_0_reps_0, x = frames)[name = string("tile_0")];
352
+ tensor<int32, [4]> concat_1x = const()[name = string("concat_1x"), val = tensor<int32, [4]>([3, -1, 2560, 125])];
353
+ tensor<fp32, [3, ?, 2560, 125]> reshape_0 = reshape(shape = concat_1x, x = tile_0)[name = string("reshape_0")];
354
+ tensor<int32, [4]> transpose_0_perm_0 = const()[name = string("transpose_0_perm_0"), val = tensor<int32, [4]>([1, 0, 2, 3])];
355
+ tensor<int32, [3]> concat_2 = const()[name = string("concat_2"), val = tensor<int32, [3]>([-1, 2560, 125])];
356
+ tensor<fp32, [?, 3, 2560, 125]> transpose_0 = transpose(perm = transpose_0_perm_0, x = reshape_0)[name = string("transpose_1")];
357
+ tensor<fp32, [?, 2560, 125]> sequences = reshape(shape = concat_2, x = transpose_0)[name = string("sequences")];
358
+ tensor<int32, [1]> input_205_axes_0 = const()[name = string("input_205_axes_0"), val = tensor<int32, [1]>([1])];
359
+ tensor<fp32, [?, 1, 589]> input_205 = expand_dims(axes = input_205_axes_0, x = masks)[name = string("input_205")];
360
+ tensor<int32, [1]> expand_dims_0_axes_0 = const()[name = string("expand_dims_0_axes_0"), val = tensor<int32, [1]>([3])];
361
+ tensor<fp32, [?, 1, 589, 1]> expand_dims_0 = expand_dims(axes = expand_dims_0_axes_0, x = input_205)[name = string("expand_dims_0")];
362
+ fp32 upsample_nearest_neighbor_0_scale_factor_height_0 = const()[name = string("upsample_nearest_neighbor_0_scale_factor_height_0"), val = fp32(0x1.b2a2a4p-3)];
363
+ fp32 upsample_nearest_neighbor_0_scale_factor_width_0 = const()[name = string("upsample_nearest_neighbor_0_scale_factor_width_0"), val = fp32(0x1p+0)];
364
+ tensor<fp32, [?, 1, 125, 1]> upsample_nearest_neighbor_0 = upsample_nearest_neighbor(scale_factor_height = upsample_nearest_neighbor_0_scale_factor_height_0, scale_factor_width = upsample_nearest_neighbor_0_scale_factor_width_0, x = expand_dims_0)[name = string("upsample_nearest_neighbor_0")];
365
+ tensor<int32, [1]> weights_axes_0 = const()[name = string("weights_axes_0"), val = tensor<int32, [1]>([3])];
366
+ tensor<fp32, [?, 1, 125]> weights = squeeze(axes = weights_axes_0, x = upsample_nearest_neighbor_0)[name = string("weights")];
367
+ tensor<int32, [1]> weight_sum_axes_0 = const()[name = string("weight_sum_axes_0"), val = tensor<int32, [1]>([2])];
368
+ bool weight_sum_keep_dims_0 = const()[name = string("weight_sum_keep_dims_0"), val = bool(false)];
369
+ tensor<fp32, [?, 1]> weight_sum = reduce_sum(axes = weight_sum_axes_0, keep_dims = weight_sum_keep_dims_0, x = weights)[name = string("weight_sum")];
370
+ fp32 var_631 = const()[name = string("op_631"), val = fp32(0x0p+0)];
371
+ tensor<bool, [?, 1]> var_632 = greater(x = weight_sum, y = var_631)[name = string("op_632")];
372
+ fp32 fill_like_0_value_0 = const()[name = string("fill_like_0_value_0"), val = fp32(0x1p+0)];
373
+ tensor<fp32, [?, 1]> fill_like_0 = fill_like(ref_tensor = weight_sum, value = fill_like_0_value_0)[name = string("fill_like_0")];
374
+ tensor<fp32, [?, 1]> safe_sum = select(a = weight_sum, b = fill_like_0, cond = var_632)[name = string("safe_sum")];
375
+ tensor<fp32, [?, 2560, 125]> var_640 = mul(x = sequences, y = weights)[name = string("op_640")];
376
+ tensor<int32, [1]> var_645_axes_0 = const()[name = string("op_645_axes_0"), val = tensor<int32, [1]>([2])];
377
+ bool var_645_keep_dims_0 = const()[name = string("op_645_keep_dims_0"), val = bool(false)];
378
+ tensor<fp32, [?, 2560]> var_645 = reduce_sum(axes = var_645_axes_0, keep_dims = var_645_keep_dims_0, x = var_640)[name = string("op_645")];
379
+ tensor<fp32, [?, 2560]> mean = real_div(x = var_645, y = safe_sum)[name = string("mean")];
380
+ tensor<int32, [1]> var_648_axes_0 = const()[name = string("op_648_axes_0"), val = tensor<int32, [1]>([2])];
381
+ tensor<fp32, [?, 2560, 1]> var_648 = expand_dims(axes = var_648_axes_0, x = mean)[name = string("op_648")];
382
+ tensor<fp32, [?, 2560, 125]> var_650 = sub(x = sequences, y = var_648)[name = string("op_650")];
383
+ tensor<fp32, [?, 2560, 125]> dx2 = mul(x = var_650, y = var_650)[name = string("dx2")];
384
+ tensor<fp32, [?, 1, 125]> var_652 = mul(x = weights, y = weights)[name = string("op_652")];
385
+ tensor<int32, [1]> weight_sq_sum_axes_0 = const()[name = string("weight_sq_sum_axes_0"), val = tensor<int32, [1]>([2])];
386
+ bool weight_sq_sum_keep_dims_0 = const()[name = string("weight_sq_sum_keep_dims_0"), val = bool(false)];
387
+ tensor<fp32, [?, 1]> weight_sq_sum = reduce_sum(axes = weight_sq_sum_axes_0, keep_dims = weight_sq_sum_keep_dims_0, x = var_652)[name = string("weight_sq_sum")];
388
+ tensor<fp32, [?, 1]> var_658 = real_div(x = weight_sq_sum, y = safe_sum)[name = string("op_658")];
389
+ tensor<fp32, [?, 1]> var_660 = sub(x = safe_sum, y = var_658)[name = string("op_660")];
390
+ fp32 var_662 = const()[name = string("op_662"), val = fp32(0x1.5798eep-27)];
391
+ tensor<fp32, [?, 1]> denom = add(x = var_660, y = var_662)[name = string("denom")];
392
+ tensor<fp32, [?, 2560, 125]> var_664 = mul(x = dx2, y = weights)[name = string("op_664")];
393
+ tensor<int32, [1]> var_669_axes_0 = const()[name = string("op_669_axes_0"), val = tensor<int32, [1]>([2])];
394
+ bool var_669_keep_dims_0 = const()[name = string("op_669_keep_dims_0"), val = bool(false)];
395
+ tensor<fp32, [?, 2560]> var_669 = reduce_sum(axes = var_669_axes_0, keep_dims = var_669_keep_dims_0, x = var_664)[name = string("op_669")];
396
+ tensor<fp32, [?, 2560]> var = real_div(x = var_669, y = denom)[name = string("var")];
397
+ fp32 var_671 = const()[name = string("op_671"), val = fp32(0x1.b7cdfep-34)];
398
+ tensor<fp32, [?, 2560]> var_672 = maximum(x = var, y = var_671)[name = string("op_672")];
399
+ tensor<fp32, [?, 2560]> std = sqrt(x = var_672)[name = string("std")];
400
+ int32 var_675 = const()[name = string("op_675"), val = int32(-1)];
401
+ bool stats_interleave_0 = const()[name = string("stats_interleave_0"), val = bool(false)];
402
+ tensor<fp32, [?, 5120]> stats = concat(axis = var_675, interleave = stats_interleave_0, values = (mean, std))[name = string("stats")];
403
+ tensor<fp32, [?, 2560]> var_682 = sub(x = mean, y = mean)[name = string("sub_0")];
404
+ fp32 var_689_value_0 = const()[name = string("op_689_value_0"), val = fp32(0x1.4f8b58p-17)];
405
+ tensor<fp32, [?, 2560]> var_689 = fill_like(ref_tensor = std, value = var_689_value_0)[name = string("op_689")];
406
+ int32 var_691 = const()[name = string("op_691"), val = int32(-1)];
407
+ bool zero_stats_interleave_0 = const()[name = string("zero_stats_interleave_0"), val = bool(false)];
408
+ tensor<fp32, [?, 5120]> zero_stats = concat(axis = var_691, interleave = zero_stats_interleave_0, values = (var_682, var_689))[name = string("zero_stats")];
409
+ fp32 var_693 = const()[name = string("op_693"), val = fp32(0x0p+0)];
410
+ tensor<bool, [?, 1]> var_694 = less_equal(x = weight_sum, y = var_693)[name = string("op_694")];
411
+ tensor<int32, [2]> var_700 = const()[name = string("op_700"), val = tensor<int32, [2]>([1, 5120])];
412
+ tensor<bool, [?, 5120]> zero_mask = tile(reps = var_700, x = var_694)[name = string("zero_mask")];
413
+ tensor<fp32, [?, 5120]> input = select(a = zero_stats, b = stats, cond = zero_mask)[name = string("input")];
414
+ tensor<fp32, [?, 256]> output = linear(bias = resnet_seg_1_bias, weight = resnet_seg_1_weight, x = input)[name = string("linear_0")];
415
+ } -> (output);
416
+ }
wespeaker-multimask-tail.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18f777be6e47d2d9d5792d475457add3b71a677814ac66cadc90e5410d14b252
3
+ size 26525120
wespeaker-multimask-tail.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f24533630e5455bedd5e08d17b6bb3016a2822586f5ebb7064618d9005925eea
3
+ size 26777294
wespeaker-voxceleb-resnet34.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2471dd65d5e5026f9a20cdce6dfd2e236a21602909a28de3ad8512f5d92fff24
3
  size 26894815
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdecc4266d71f71f5f2ef668b06fc94c88ac31ebff1c0fe6342d90ca75f66e67
3
  size 26894815