diff --git a/components.d.ts b/components.d.ts index 9c87abc..a6b2624 100644 --- a/components.d.ts +++ b/components.d.ts @@ -133,6 +133,7 @@ declare module 'vue' { LocationAlbumDetail: typeof import('./src/views/Album/LocationAlbum/LocationAlbumDetail.vue')['default'] LocationAlbumIndex: typeof import('./src/views/Album/LocationAlbum/LocationAlbumIndex.vue')['default'] LocationAlbumList: typeof import('./src/views/Album/LocationAlbum/LocationAlbumList.vue')['default'] + LocationCoordinateMap: typeof import('./src/views/Album/LocationAlbum/Components/LocationCoordinateMap.vue')['default'] LockOutlined: typeof import('@ant-design/icons-vue')['LockOutlined'] Login: typeof import('./src/views/Admin/Auth/Login.vue')['default'] LoginFooter: typeof import('./src/views/Login/LoginFooter.vue')['default'] @@ -158,7 +159,9 @@ declare module 'vue' { PlusOutlined: typeof import('@ant-design/icons-vue')['PlusOutlined'] PlusSquareOutlined: typeof import('@ant-design/icons-vue')['PlusSquareOutlined'] Popover: typeof import('./src/components/MyUI/Popover/Popover.vue')['default'] - PreviewBlurDetect: typeof import('./src/views/Preview/PreviewBlurDetect.vue')['default'] + PreviewBlurDetect: typeof import('./src/views/Preview/PreviewBlurDetect/PreviewBlurDetect.vue')['default'] + PreviewOCR: typeof import('./src/views/Preview/PreviewOCR/PreviewOCR.vue')['default'] + PrivacySpace: typeof import('./src/views/Photograph/PrivacySpace/PrivacySpace.vue')['default'] QrcodeOutlined: typeof import('@ant-design/icons-vue')['QrcodeOutlined'] QRLogin: typeof import('./src/views/QRLogin/QRLogin.vue')['default'] QRLoginFooter: typeof import('./src/views/QRLogin/QRLoginFooter.vue')['default'] diff --git a/index.html b/index.html index e9a676e..7040662 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@
+ diff --git a/package.json b/package.json index 119540a..842f3e6 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,8 @@ "@intlify/eslint-plugin-vue-i18n": "^4.0.0", "@mediapipe/face_detection": "^0.4.1646425229", "@mediapipe/face_mesh": "^0.4.1633559619", + "@paddlejs-models/ocr": "^1.2.4", + "@paddlejs-models/ocrdet": "^1.1.1", "@tensorflow-models/coco-ssd": "^2.2.3", "@tensorflow-models/face-detection": "^1.0.3", "@tensorflow-models/face-landmarks-detection": "^1.0.6", @@ -31,6 +33,7 @@ "@types/crypto-js": "^4.2.2", "@types/file-saver": "^2.0.7", "@types/json-stringify-safe": "^5.0.3", + "@types/leaflet": "^1.9.16", "@types/node": "^22.13.10", "@types/nprogress": "^0.2.3", "@vladmandic/face-api": "^1.7.15", @@ -54,6 +57,7 @@ "json-stringify-safe": "^5.0.1", "jsonc-eslint-parser": "^2.4.0", "jszip": "^3.10.1", + "leaflet": "^1.9.4", "less": "^4.2.2", "localforage": "^1.10.0", "lodash-es": "^4.17.21", @@ -89,7 +93,7 @@ "typescript": "^5.8.2", "typescript-eslint": "^8.26.1", "unplugin-vue-components": "^28.4.1", - "vite": "^6.2.1", + "vite": "^6.2.2", "vite-plugin-bundle-obfuscator": "1.4.2", "vite-plugin-chunk-split": "^0.5.0", "vue-tsc": "2.2.8" diff --git a/public/tfjs/ocr/ch_PP-OCRv2_det_fuse_activation/model.json b/public/tfjs/ocr/ch_PP-OCRv2_det_fuse_activation/model.json new file mode 100644 index 0000000..fc961c7 --- /dev/null +++ b/public/tfjs/ocr/ch_PP-OCRv2_det_fuse_activation/model.json @@ -0,0 +1,10669 @@ +{ + "chunkNum": 1, + "dataLayout": "nchw", + "feedShape": { + "fc": 3, + "fh": 960, + "fw": 960 + }, + "gpuOpt": true, + "ops": [ + { + "attrs": {}, + "inputs": { + "X": [ + "feed" + ] + }, + "outputs": { + "Out": [ + "image" + ] + }, + "type": "feed" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 2, + 2 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_33.w_0" + ], + "Input": [ + "image" + ] + }, + "outputs": { + "Out": [ + "conv2d_147.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_27.b_0" + ], + "Mean": [ + "batch_norm_27.w_1" + ], + "Scale": [ + "batch_norm_27.w_0" + ], + "Variance": [ + "batch_norm_27.w_2" + ], + "X": [ + "conv2d_147.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_27.w_1" + ], + "Out": [ + "batch_norm_27.tmp_3" + ], + "SavedMean": [ + "batch_norm_27.tmp_0" + ], + "SavedVariance": [ + "batch_norm_27.tmp_1" + ], + "VarianceOut": [ + "batch_norm_27.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_27.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_0.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_34.w_0" + ], + "Input": [ + "hardswish_0.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_148.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_opt": { + "relu": {} + }, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_28.b_0" + ], + "Mean": [ + "batch_norm_28.w_1" + ], + "Scale": [ + "batch_norm_28.w_0" + ], + "Variance": [ + "batch_norm_28.w_2" + ], + "X": [ + "conv2d_148.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_28.w_1" + ], + "Out": [ + "relu_0.tmp_0" + ], + "SavedMean": [ + "batch_norm_28.tmp_0" + ], + "SavedVariance": [ + "batch_norm_28.tmp_1" + ], + "VarianceOut": [ + "batch_norm_28.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 8, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_35.w_0" + ], + "Input": [ + "relu_0.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_0.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_opt": { + "relu": {} + }, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_29.b_0" + ], + "Mean": [ + "batch_norm_29.w_1" + ], + "Scale": [ + "batch_norm_29.w_0" + ], + "Variance": [ + "batch_norm_29.w_2" + ], + "X": [ + "depthwise_conv2d_0.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_29.w_1" + ], + "Out": [ + "relu_1.tmp_0" + ], + "SavedMean": [ + "batch_norm_29.tmp_0" + ], + "SavedVariance": [ + "batch_norm_29.tmp_1" + ], + "VarianceOut": [ + "batch_norm_29.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_36.w_0" + ], + "Input": [ + "relu_1.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_149.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_30.b_0" + ], + "Mean": [ + "batch_norm_30.w_1" + ], + "Scale": [ + "batch_norm_30.w_0" + ], + "Variance": [ + "batch_norm_30.w_2" + ], + "X": [ + "conv2d_149.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_30.w_1" + ], + "Out": [ + "batch_norm_30.tmp_3" + ], + "SavedMean": [ + "batch_norm_30.tmp_0" + ], + "SavedVariance": [ + "batch_norm_30.tmp_1" + ], + "VarianceOut": [ + "batch_norm_30.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "hardswish_0.tmp_0" + ], + "Y": [ + "batch_norm_30.tmp_3" + ] + }, + "outputs": { + "Out": [ + "elementwise_add_0" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_37.w_0" + ], + "Input": [ + "elementwise_add_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_150.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_opt": { + "relu": {} + }, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_31.b_0" + ], + "Mean": [ + "batch_norm_31.w_1" + ], + "Scale": [ + "batch_norm_31.w_0" + ], + "Variance": [ + "batch_norm_31.w_2" + ], + "X": [ + "conv2d_150.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_31.w_1" + ], + "Out": [ + "relu_2.tmp_0" + ], + "SavedMean": [ + "batch_norm_31.tmp_0" + ], + "SavedVariance": [ + "batch_norm_31.tmp_1" + ], + "VarianceOut": [ + "batch_norm_31.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 32, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 2, + 2 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_38.w_0" + ], + "Input": [ + "relu_2.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_1.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_opt": { + "relu": {} + }, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_32.b_0" + ], + "Mean": [ + "batch_norm_32.w_1" + ], + "Scale": [ + "batch_norm_32.w_0" + ], + "Variance": [ + "batch_norm_32.w_2" + ], + "X": [ + "depthwise_conv2d_1.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_32.w_1" + ], + "Out": [ + "relu_3.tmp_0" + ], + "SavedMean": [ + "batch_norm_32.tmp_0" + ], + "SavedVariance": [ + "batch_norm_32.tmp_1" + ], + "VarianceOut": [ + "batch_norm_32.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_39.w_0" + ], + "Input": [ + "relu_3.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_151.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_33.b_0" + ], + "Mean": [ + "batch_norm_33.w_1" + ], + "Scale": [ + "batch_norm_33.w_0" + ], + "Variance": [ + "batch_norm_33.w_2" + ], + "X": [ + "conv2d_151.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_33.w_1" + ], + "Out": [ + "batch_norm_33.tmp_3" + ], + "SavedMean": [ + "batch_norm_33.tmp_0" + ], + "SavedVariance": [ + "batch_norm_33.tmp_1" + ], + "VarianceOut": [ + "batch_norm_33.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_40.w_0" + ], + "Input": [ + "batch_norm_33.tmp_3" + ] + }, + "outputs": { + "Out": [ + "conv2d_152.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_opt": { + "relu": {} + }, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_34.b_0" + ], + "Mean": [ + "batch_norm_34.w_1" + ], + "Scale": [ + "batch_norm_34.w_0" + ], + "Variance": [ + "batch_norm_34.w_2" + ], + "X": [ + "conv2d_152.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_34.w_1" + ], + "Out": [ + "relu_4.tmp_0" + ], + "SavedMean": [ + "batch_norm_34.tmp_0" + ], + "SavedVariance": [ + "batch_norm_34.tmp_1" + ], + "VarianceOut": [ + "batch_norm_34.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 40, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_41.w_0" + ], + "Input": [ + "relu_4.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_2.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_opt": { + "relu": {} + }, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_35.b_0" + ], + "Mean": [ + "batch_norm_35.w_1" + ], + "Scale": [ + "batch_norm_35.w_0" + ], + "Variance": [ + "batch_norm_35.w_2" + ], + "X": [ + "depthwise_conv2d_2.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_35.w_1" + ], + "Out": [ + "relu_5.tmp_0" + ], + "SavedMean": [ + "batch_norm_35.tmp_0" + ], + "SavedVariance": [ + "batch_norm_35.tmp_1" + ], + "VarianceOut": [ + "batch_norm_35.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_42.w_0" + ], + "Input": [ + "relu_5.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_153.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_36.b_0" + ], + "Mean": [ + "batch_norm_36.w_1" + ], + "Scale": [ + "batch_norm_36.w_0" + ], + "Variance": [ + "batch_norm_36.w_2" + ], + "X": [ + "conv2d_153.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_36.w_1" + ], + "Out": [ + "batch_norm_36.tmp_3" + ], + "SavedMean": [ + "batch_norm_36.tmp_0" + ], + "SavedVariance": [ + "batch_norm_36.tmp_1" + ], + "VarianceOut": [ + "batch_norm_36.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "batch_norm_33.tmp_3" + ], + "Y": [ + "batch_norm_36.tmp_3" + ] + }, + "outputs": { + "Out": [ + "elementwise_add_1" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_43.w_0" + ], + "Input": [ + "elementwise_add_1" + ] + }, + "outputs": { + "Out": [ + "conv2d_154.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_opt": { + "relu": {} + }, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_37.b_0" + ], + "Mean": [ + "batch_norm_37.w_1" + ], + "Scale": [ + "batch_norm_37.w_0" + ], + "Variance": [ + "batch_norm_37.w_2" + ], + "X": [ + "conv2d_154.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_37.w_1" + ], + "Out": [ + "relu_6.tmp_0" + ], + "SavedMean": [ + "batch_norm_37.tmp_0" + ], + "SavedVariance": [ + "batch_norm_37.tmp_1" + ], + "VarianceOut": [ + "batch_norm_37.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 40, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 2, + 2 + ], + "strides": [ + 2, + 2 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_44.w_0" + ], + "Input": [ + "relu_6.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_3.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_opt": { + "relu": {} + }, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_38.b_0" + ], + "Mean": [ + "batch_norm_38.w_1" + ], + "Scale": [ + "batch_norm_38.w_0" + ], + "Variance": [ + "batch_norm_38.w_2" + ], + "X": [ + "depthwise_conv2d_3.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_38.w_1" + ], + "Out": [ + "relu_7.tmp_0" + ], + "SavedMean": [ + "batch_norm_38.tmp_0" + ], + "SavedVariance": [ + "batch_norm_38.tmp_1" + ], + "VarianceOut": [ + "batch_norm_38.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_45.w_0" + ], + "Input": [ + "relu_7.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_155.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_39.b_0" + ], + "Mean": [ + "batch_norm_39.w_1" + ], + "Scale": [ + "batch_norm_39.w_0" + ], + "Variance": [ + "batch_norm_39.w_2" + ], + "X": [ + "conv2d_155.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_39.w_1" + ], + "Out": [ + "batch_norm_39.tmp_3" + ], + "SavedMean": [ + "batch_norm_39.tmp_0" + ], + "SavedVariance": [ + "batch_norm_39.tmp_1" + ], + "VarianceOut": [ + "batch_norm_39.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_46.w_0" + ], + "Input": [ + "batch_norm_39.tmp_3" + ] + }, + "outputs": { + "Out": [ + "conv2d_156.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_opt": { + "relu": {} + }, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_40.b_0" + ], + "Mean": [ + "batch_norm_40.w_1" + ], + "Scale": [ + "batch_norm_40.w_0" + ], + "Variance": [ + "batch_norm_40.w_2" + ], + "X": [ + "conv2d_156.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_40.w_1" + ], + "Out": [ + "relu_8.tmp_0" + ], + "SavedMean": [ + "batch_norm_40.tmp_0" + ], + "SavedVariance": [ + "batch_norm_40.tmp_1" + ], + "VarianceOut": [ + "batch_norm_40.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 64, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 2, + 2 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_47.w_0" + ], + "Input": [ + "relu_8.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_4.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_opt": { + "relu": {} + }, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_41.b_0" + ], + "Mean": [ + "batch_norm_41.w_1" + ], + "Scale": [ + "batch_norm_41.w_0" + ], + "Variance": [ + "batch_norm_41.w_2" + ], + "X": [ + "depthwise_conv2d_4.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_41.w_1" + ], + "Out": [ + "relu_9.tmp_0" + ], + "SavedMean": [ + "batch_norm_41.tmp_0" + ], + "SavedVariance": [ + "batch_norm_41.tmp_1" + ], + "VarianceOut": [ + "batch_norm_41.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_48.w_0" + ], + "Input": [ + "relu_9.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_157.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_42.b_0" + ], + "Mean": [ + "batch_norm_42.w_1" + ], + "Scale": [ + "batch_norm_42.w_0" + ], + "Variance": [ + "batch_norm_42.w_2" + ], + "X": [ + "conv2d_157.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_42.w_1" + ], + "Out": [ + "batch_norm_42.tmp_3" + ], + "SavedMean": [ + "batch_norm_42.tmp_0" + ], + "SavedVariance": [ + "batch_norm_42.tmp_1" + ], + "VarianceOut": [ + "batch_norm_42.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "batch_norm_39.tmp_3" + ], + "Y": [ + "batch_norm_42.tmp_3" + ] + }, + "outputs": { + "Out": [ + "elementwise_add_2" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_49.w_0" + ], + "Input": [ + "elementwise_add_2" + ] + }, + "outputs": { + "Out": [ + "conv2d_158.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_opt": { + "relu": {} + }, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_43.b_0" + ], + "Mean": [ + "batch_norm_43.w_1" + ], + "Scale": [ + "batch_norm_43.w_0" + ], + "Variance": [ + "batch_norm_43.w_2" + ], + "X": [ + "conv2d_158.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_43.w_1" + ], + "Out": [ + "relu_10.tmp_0" + ], + "SavedMean": [ + "batch_norm_43.tmp_0" + ], + "SavedVariance": [ + "batch_norm_43.tmp_1" + ], + "VarianceOut": [ + "batch_norm_43.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 64, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 2, + 2 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_50.w_0" + ], + "Input": [ + "relu_10.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_5.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_opt": { + "relu": {} + }, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_44.b_0" + ], + "Mean": [ + "batch_norm_44.w_1" + ], + "Scale": [ + "batch_norm_44.w_0" + ], + "Variance": [ + "batch_norm_44.w_2" + ], + "X": [ + "depthwise_conv2d_5.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_44.w_1" + ], + "Out": [ + "relu_11.tmp_0" + ], + "SavedMean": [ + "batch_norm_44.tmp_0" + ], + "SavedVariance": [ + "batch_norm_44.tmp_1" + ], + "VarianceOut": [ + "batch_norm_44.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_51.w_0" + ], + "Input": [ + "relu_11.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_159.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_45.b_0" + ], + "Mean": [ + "batch_norm_45.w_1" + ], + "Scale": [ + "batch_norm_45.w_0" + ], + "Variance": [ + "batch_norm_45.w_2" + ], + "X": [ + "conv2d_159.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_45.w_1" + ], + "Out": [ + "batch_norm_45.tmp_3" + ], + "SavedMean": [ + "batch_norm_45.tmp_0" + ], + "SavedVariance": [ + "batch_norm_45.tmp_1" + ], + "VarianceOut": [ + "batch_norm_45.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "elementwise_add_2" + ], + "Y": [ + "batch_norm_45.tmp_3" + ] + }, + "outputs": { + "Out": [ + "elementwise_add_3" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_52.w_0" + ], + "Input": [ + "elementwise_add_3" + ] + }, + "outputs": { + "Out": [ + "conv2d_160.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_46.b_0" + ], + "Mean": [ + "batch_norm_46.w_1" + ], + "Scale": [ + "batch_norm_46.w_0" + ], + "Variance": [ + "batch_norm_46.w_2" + ], + "X": [ + "conv2d_160.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_46.w_1" + ], + "Out": [ + "batch_norm_46.tmp_3" + ], + "SavedMean": [ + "batch_norm_46.tmp_0" + ], + "SavedVariance": [ + "batch_norm_46.tmp_1" + ], + "VarianceOut": [ + "batch_norm_46.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_46.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_1.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 120, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 2, + 2 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_53.w_0" + ], + "Input": [ + "hardswish_1.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_6.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_47.b_0" + ], + "Mean": [ + "batch_norm_47.w_1" + ], + "Scale": [ + "batch_norm_47.w_0" + ], + "Variance": [ + "batch_norm_47.w_2" + ], + "X": [ + "depthwise_conv2d_6.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_47.w_1" + ], + "Out": [ + "batch_norm_47.tmp_3" + ], + "SavedMean": [ + "batch_norm_47.tmp_0" + ], + "SavedVariance": [ + "batch_norm_47.tmp_1" + ], + "VarianceOut": [ + "batch_norm_47.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_47.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_2.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_54.w_0" + ], + "Input": [ + "hardswish_2.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_161.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_48.b_0" + ], + "Mean": [ + "batch_norm_48.w_1" + ], + "Scale": [ + "batch_norm_48.w_0" + ], + "Variance": [ + "batch_norm_48.w_2" + ], + "X": [ + "conv2d_161.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_48.w_1" + ], + "Out": [ + "batch_norm_48.tmp_3" + ], + "SavedMean": [ + "batch_norm_48.tmp_0" + ], + "SavedVariance": [ + "batch_norm_48.tmp_1" + ], + "VarianceOut": [ + "batch_norm_48.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_55.w_0" + ], + "Input": [ + "batch_norm_48.tmp_3" + ] + }, + "outputs": { + "Out": [ + "conv2d_162.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_49.b_0" + ], + "Mean": [ + "batch_norm_49.w_1" + ], + "Scale": [ + "batch_norm_49.w_0" + ], + "Variance": [ + "batch_norm_49.w_2" + ], + "X": [ + "conv2d_162.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_49.w_1" + ], + "Out": [ + "batch_norm_49.tmp_3" + ], + "SavedMean": [ + "batch_norm_49.tmp_0" + ], + "SavedVariance": [ + "batch_norm_49.tmp_1" + ], + "VarianceOut": [ + "batch_norm_49.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_49.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_3.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 104, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_56.w_0" + ], + "Input": [ + "hardswish_3.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_7.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_50.b_0" + ], + "Mean": [ + "batch_norm_50.w_1" + ], + "Scale": [ + "batch_norm_50.w_0" + ], + "Variance": [ + "batch_norm_50.w_2" + ], + "X": [ + "depthwise_conv2d_7.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_50.w_1" + ], + "Out": [ + "batch_norm_50.tmp_3" + ], + "SavedMean": [ + "batch_norm_50.tmp_0" + ], + "SavedVariance": [ + "batch_norm_50.tmp_1" + ], + "VarianceOut": [ + "batch_norm_50.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_50.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_4.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_57.w_0" + ], + "Input": [ + "hardswish_4.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_163.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_51.b_0" + ], + "Mean": [ + "batch_norm_51.w_1" + ], + "Scale": [ + "batch_norm_51.w_0" + ], + "Variance": [ + "batch_norm_51.w_2" + ], + "X": [ + "conv2d_163.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_51.w_1" + ], + "Out": [ + "batch_norm_51.tmp_3" + ], + "SavedMean": [ + "batch_norm_51.tmp_0" + ], + "SavedVariance": [ + "batch_norm_51.tmp_1" + ], + "VarianceOut": [ + "batch_norm_51.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "batch_norm_48.tmp_3" + ], + "Y": [ + "batch_norm_51.tmp_3" + ] + }, + "outputs": { + "Out": [ + "elementwise_add_4" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_58.w_0" + ], + "Input": [ + "elementwise_add_4" + ] + }, + "outputs": { + "Out": [ + "conv2d_164.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_52.b_0" + ], + "Mean": [ + "batch_norm_52.w_1" + ], + "Scale": [ + "batch_norm_52.w_0" + ], + "Variance": [ + "batch_norm_52.w_2" + ], + "X": [ + "conv2d_164.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_52.w_1" + ], + "Out": [ + "batch_norm_52.tmp_3" + ], + "SavedMean": [ + "batch_norm_52.tmp_0" + ], + "SavedVariance": [ + "batch_norm_52.tmp_1" + ], + "VarianceOut": [ + "batch_norm_52.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_52.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_5.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 96, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_59.w_0" + ], + "Input": [ + "hardswish_5.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_8.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_53.b_0" + ], + "Mean": [ + "batch_norm_53.w_1" + ], + "Scale": [ + "batch_norm_53.w_0" + ], + "Variance": [ + "batch_norm_53.w_2" + ], + "X": [ + "depthwise_conv2d_8.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_53.w_1" + ], + "Out": [ + "batch_norm_53.tmp_3" + ], + "SavedMean": [ + "batch_norm_53.tmp_0" + ], + "SavedVariance": [ + "batch_norm_53.tmp_1" + ], + "VarianceOut": [ + "batch_norm_53.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_53.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_6.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_60.w_0" + ], + "Input": [ + "hardswish_6.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_165.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_54.b_0" + ], + "Mean": [ + "batch_norm_54.w_1" + ], + "Scale": [ + "batch_norm_54.w_0" + ], + "Variance": [ + "batch_norm_54.w_2" + ], + "X": [ + "conv2d_165.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_54.w_1" + ], + "Out": [ + "batch_norm_54.tmp_3" + ], + "SavedMean": [ + "batch_norm_54.tmp_0" + ], + "SavedVariance": [ + "batch_norm_54.tmp_1" + ], + "VarianceOut": [ + "batch_norm_54.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "elementwise_add_4" + ], + "Y": [ + "batch_norm_54.tmp_3" + ] + }, + "outputs": { + "Out": [ + "elementwise_add_5" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_61.w_0" + ], + "Input": [ + "elementwise_add_5" + ] + }, + "outputs": { + "Out": [ + "conv2d_166.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_55.b_0" + ], + "Mean": [ + "batch_norm_55.w_1" + ], + "Scale": [ + "batch_norm_55.w_0" + ], + "Variance": [ + "batch_norm_55.w_2" + ], + "X": [ + "conv2d_166.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_55.w_1" + ], + "Out": [ + "batch_norm_55.tmp_3" + ], + "SavedMean": [ + "batch_norm_55.tmp_0" + ], + "SavedVariance": [ + "batch_norm_55.tmp_1" + ], + "VarianceOut": [ + "batch_norm_55.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_55.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_7.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 96, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_62.w_0" + ], + "Input": [ + "hardswish_7.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_9.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_56.b_0" + ], + "Mean": [ + "batch_norm_56.w_1" + ], + "Scale": [ + "batch_norm_56.w_0" + ], + "Variance": [ + "batch_norm_56.w_2" + ], + "X": [ + "depthwise_conv2d_9.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_56.w_1" + ], + "Out": [ + "batch_norm_56.tmp_3" + ], + "SavedMean": [ + "batch_norm_56.tmp_0" + ], + "SavedVariance": [ + "batch_norm_56.tmp_1" + ], + "VarianceOut": [ + "batch_norm_56.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_56.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_8.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_63.w_0" + ], + "Input": [ + "hardswish_8.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_167.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_57.b_0" + ], + "Mean": [ + "batch_norm_57.w_1" + ], + "Scale": [ + "batch_norm_57.w_0" + ], + "Variance": [ + "batch_norm_57.w_2" + ], + "X": [ + "conv2d_167.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_57.w_1" + ], + "Out": [ + "batch_norm_57.tmp_3" + ], + "SavedMean": [ + "batch_norm_57.tmp_0" + ], + "SavedVariance": [ + "batch_norm_57.tmp_1" + ], + "VarianceOut": [ + "batch_norm_57.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "elementwise_add_5" + ], + "Y": [ + "batch_norm_57.tmp_3" + ] + }, + "outputs": { + "Out": [ + "elementwise_add_6" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_64.w_0" + ], + "Input": [ + "elementwise_add_6" + ] + }, + "outputs": { + "Out": [ + "conv2d_168.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_58.b_0" + ], + "Mean": [ + "batch_norm_58.w_1" + ], + "Scale": [ + "batch_norm_58.w_0" + ], + "Variance": [ + "batch_norm_58.w_2" + ], + "X": [ + "conv2d_168.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_58.w_1" + ], + "Out": [ + "batch_norm_58.tmp_3" + ], + "SavedMean": [ + "batch_norm_58.tmp_0" + ], + "SavedVariance": [ + "batch_norm_58.tmp_1" + ], + "VarianceOut": [ + "batch_norm_58.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_58.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_9.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 240, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_65.w_0" + ], + "Input": [ + "hardswish_9.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_10.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_59.b_0" + ], + "Mean": [ + "batch_norm_59.w_1" + ], + "Scale": [ + "batch_norm_59.w_0" + ], + "Variance": [ + "batch_norm_59.w_2" + ], + "X": [ + "depthwise_conv2d_10.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_59.w_1" + ], + "Out": [ + "batch_norm_59.tmp_3" + ], + "SavedMean": [ + "batch_norm_59.tmp_0" + ], + "SavedVariance": [ + "batch_norm_59.tmp_1" + ], + "VarianceOut": [ + "batch_norm_59.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_59.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_10.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_66.w_0" + ], + "Input": [ + "hardswish_10.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_169.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_60.b_0" + ], + "Mean": [ + "batch_norm_60.w_1" + ], + "Scale": [ + "batch_norm_60.w_0" + ], + "Variance": [ + "batch_norm_60.w_2" + ], + "X": [ + "conv2d_169.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_60.w_1" + ], + "Out": [ + "batch_norm_60.tmp_3" + ], + "SavedMean": [ + "batch_norm_60.tmp_0" + ], + "SavedVariance": [ + "batch_norm_60.tmp_1" + ], + "VarianceOut": [ + "batch_norm_60.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_67.w_0" + ], + "Input": [ + "batch_norm_60.tmp_3" + ] + }, + "outputs": { + "Out": [ + "conv2d_170.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_61.b_0" + ], + "Mean": [ + "batch_norm_61.w_1" + ], + "Scale": [ + "batch_norm_61.w_0" + ], + "Variance": [ + "batch_norm_61.w_2" + ], + "X": [ + "conv2d_170.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_61.w_1" + ], + "Out": [ + "batch_norm_61.tmp_3" + ], + "SavedMean": [ + "batch_norm_61.tmp_0" + ], + "SavedVariance": [ + "batch_norm_61.tmp_1" + ], + "VarianceOut": [ + "batch_norm_61.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_61.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_11.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 336, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_68.w_0" + ], + "Input": [ + "hardswish_11.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_11.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_62.b_0" + ], + "Mean": [ + "batch_norm_62.w_1" + ], + "Scale": [ + "batch_norm_62.w_0" + ], + "Variance": [ + "batch_norm_62.w_2" + ], + "X": [ + "depthwise_conv2d_11.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_62.w_1" + ], + "Out": [ + "batch_norm_62.tmp_3" + ], + "SavedMean": [ + "batch_norm_62.tmp_0" + ], + "SavedVariance": [ + "batch_norm_62.tmp_1" + ], + "VarianceOut": [ + "batch_norm_62.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_62.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_12.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_69.w_0" + ], + "Input": [ + "hardswish_12.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_171.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_63.b_0" + ], + "Mean": [ + "batch_norm_63.w_1" + ], + "Scale": [ + "batch_norm_63.w_0" + ], + "Variance": [ + "batch_norm_63.w_2" + ], + "X": [ + "conv2d_171.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_63.w_1" + ], + "Out": [ + "batch_norm_63.tmp_3" + ], + "SavedMean": [ + "batch_norm_63.tmp_0" + ], + "SavedVariance": [ + "batch_norm_63.tmp_1" + ], + "VarianceOut": [ + "batch_norm_63.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "batch_norm_60.tmp_3" + ], + "Y": [ + "batch_norm_63.tmp_3" + ] + }, + "outputs": { + "Out": [ + "elementwise_add_7" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_70.w_0" + ], + "Input": [ + "elementwise_add_7" + ] + }, + "outputs": { + "Out": [ + "conv2d_172.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_64.b_0" + ], + "Mean": [ + "batch_norm_64.w_1" + ], + "Scale": [ + "batch_norm_64.w_0" + ], + "Variance": [ + "batch_norm_64.w_2" + ], + "X": [ + "conv2d_172.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_64.w_1" + ], + "Out": [ + "batch_norm_64.tmp_3" + ], + "SavedMean": [ + "batch_norm_64.tmp_0" + ], + "SavedVariance": [ + "batch_norm_64.tmp_1" + ], + "VarianceOut": [ + "batch_norm_64.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_64.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_13.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 336, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 2, + 2 + ], + "strides": [ + 2, + 2 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_71.w_0" + ], + "Input": [ + "hardswish_13.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_12.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_65.b_0" + ], + "Mean": [ + "batch_norm_65.w_1" + ], + "Scale": [ + "batch_norm_65.w_0" + ], + "Variance": [ + "batch_norm_65.w_2" + ], + "X": [ + "depthwise_conv2d_12.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_65.w_1" + ], + "Out": [ + "batch_norm_65.tmp_3" + ], + "SavedMean": [ + "batch_norm_65.tmp_0" + ], + "SavedVariance": [ + "batch_norm_65.tmp_1" + ], + "VarianceOut": [ + "batch_norm_65.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_65.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_14.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_72.w_0" + ], + "Input": [ + "hardswish_14.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_173.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_66.b_0" + ], + "Mean": [ + "batch_norm_66.w_1" + ], + "Scale": [ + "batch_norm_66.w_0" + ], + "Variance": [ + "batch_norm_66.w_2" + ], + "X": [ + "conv2d_173.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_66.w_1" + ], + "Out": [ + "batch_norm_66.tmp_3" + ], + "SavedMean": [ + "batch_norm_66.tmp_0" + ], + "SavedVariance": [ + "batch_norm_66.tmp_1" + ], + "VarianceOut": [ + "batch_norm_66.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_73.w_0" + ], + "Input": [ + "batch_norm_66.tmp_3" + ] + }, + "outputs": { + "Out": [ + "conv2d_174.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_67.b_0" + ], + "Mean": [ + "batch_norm_67.w_1" + ], + "Scale": [ + "batch_norm_67.w_0" + ], + "Variance": [ + "batch_norm_67.w_2" + ], + "X": [ + "conv2d_174.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_67.w_1" + ], + "Out": [ + "batch_norm_67.tmp_3" + ], + "SavedMean": [ + "batch_norm_67.tmp_0" + ], + "SavedVariance": [ + "batch_norm_67.tmp_1" + ], + "VarianceOut": [ + "batch_norm_67.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_67.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_15.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 480, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 2, + 2 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_74.w_0" + ], + "Input": [ + "hardswish_15.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_13.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_68.b_0" + ], + "Mean": [ + "batch_norm_68.w_1" + ], + "Scale": [ + "batch_norm_68.w_0" + ], + "Variance": [ + "batch_norm_68.w_2" + ], + "X": [ + "depthwise_conv2d_13.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_68.w_1" + ], + "Out": [ + "batch_norm_68.tmp_3" + ], + "SavedMean": [ + "batch_norm_68.tmp_0" + ], + "SavedVariance": [ + "batch_norm_68.tmp_1" + ], + "VarianceOut": [ + "batch_norm_68.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_68.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_16.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_75.w_0" + ], + "Input": [ + "hardswish_16.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_175.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_69.b_0" + ], + "Mean": [ + "batch_norm_69.w_1" + ], + "Scale": [ + "batch_norm_69.w_0" + ], + "Variance": [ + "batch_norm_69.w_2" + ], + "X": [ + "conv2d_175.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_69.w_1" + ], + "Out": [ + "batch_norm_69.tmp_3" + ], + "SavedMean": [ + "batch_norm_69.tmp_0" + ], + "SavedVariance": [ + "batch_norm_69.tmp_1" + ], + "VarianceOut": [ + "batch_norm_69.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "batch_norm_66.tmp_3" + ], + "Y": [ + "batch_norm_69.tmp_3" + ] + }, + "outputs": { + "Out": [ + "elementwise_add_8" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_76.w_0" + ], + "Input": [ + "elementwise_add_8" + ] + }, + "outputs": { + "Out": [ + "conv2d_176.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_70.b_0" + ], + "Mean": [ + "batch_norm_70.w_1" + ], + "Scale": [ + "batch_norm_70.w_0" + ], + "Variance": [ + "batch_norm_70.w_2" + ], + "X": [ + "conv2d_176.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_70.w_1" + ], + "Out": [ + "batch_norm_70.tmp_3" + ], + "SavedMean": [ + "batch_norm_70.tmp_0" + ], + "SavedVariance": [ + "batch_norm_70.tmp_1" + ], + "VarianceOut": [ + "batch_norm_70.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_70.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_17.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 480, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 2, + 2 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_77.w_0" + ], + "Input": [ + "hardswish_17.tmp_0" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_14.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_71.b_0" + ], + "Mean": [ + "batch_norm_71.w_1" + ], + "Scale": [ + "batch_norm_71.w_0" + ], + "Variance": [ + "batch_norm_71.w_2" + ], + "X": [ + "depthwise_conv2d_14.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_71.w_1" + ], + "Out": [ + "batch_norm_71.tmp_3" + ], + "SavedMean": [ + "batch_norm_71.tmp_0" + ], + "SavedVariance": [ + "batch_norm_71.tmp_1" + ], + "VarianceOut": [ + "batch_norm_71.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_71.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_18.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_78.w_0" + ], + "Input": [ + "hardswish_18.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_177.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_72.b_0" + ], + "Mean": [ + "batch_norm_72.w_1" + ], + "Scale": [ + "batch_norm_72.w_0" + ], + "Variance": [ + "batch_norm_72.w_2" + ], + "X": [ + "conv2d_177.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_72.w_1" + ], + "Out": [ + "batch_norm_72.tmp_3" + ], + "SavedMean": [ + "batch_norm_72.tmp_0" + ], + "SavedVariance": [ + "batch_norm_72.tmp_1" + ], + "VarianceOut": [ + "batch_norm_72.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "elementwise_add_8" + ], + "Y": [ + "batch_norm_72.tmp_3" + ] + }, + "outputs": { + "Out": [ + "elementwise_add_9" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_79.w_0" + ], + "Input": [ + "elementwise_add_9" + ] + }, + "outputs": { + "Out": [ + "conv2d_178.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_73.b_0" + ], + "Mean": [ + "batch_norm_73.w_1" + ], + "Scale": [ + "batch_norm_73.w_0" + ], + "Variance": [ + "batch_norm_73.w_2" + ], + "X": [ + "conv2d_178.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_73.w_1" + ], + "Out": [ + "batch_norm_73.tmp_3" + ], + "SavedMean": [ + "batch_norm_73.tmp_0" + ], + "SavedVariance": [ + "batch_norm_73.tmp_1" + ], + "VarianceOut": [ + "batch_norm_73.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0 + }, + "inputs": { + "X": [ + "batch_norm_73.tmp_3" + ] + }, + "outputs": { + "Out": [ + "hardswish_19.tmp_0" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_83.w_0" + ], + "Input": [ + "hardswish_19.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_179.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_82.w_0" + ], + "Input": [ + "elementwise_add_7" + ] + }, + "outputs": { + "Out": [ + "conv2d_180.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_81.w_0" + ], + "Input": [ + "elementwise_add_3" + ] + }, + "outputs": { + "Out": [ + "conv2d_181.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_80.w_0" + ], + "Input": [ + "elementwise_add_1" + ] + }, + "outputs": { + "Out": [ + "conv2d_182.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "align_corners": false, + "align_mode": 1, + "data_layout": "NCHW", + "interp_method": "nearest", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 2.0, + 2.0 + ] + }, + "inputs": { + "X": [ + "conv2d_179.tmp_0" + ] + }, + "outputs": { + "Out": [ + "nearest_interp_v2_0.tmp_0" + ] + }, + "type": "nearest_interp_v2" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "conv2d_180.tmp_0" + ], + "Y": [ + "nearest_interp_v2_0.tmp_0" + ] + }, + "outputs": { + "Out": [ + "tmp_0" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "align_corners": false, + "align_mode": 1, + "data_layout": "NCHW", + "interp_method": "nearest", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 2.0, + 2.0 + ] + }, + "inputs": { + "X": [ + "tmp_0" + ] + }, + "outputs": { + "Out": [ + "nearest_interp_v2_1.tmp_0" + ] + }, + "type": "nearest_interp_v2" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "conv2d_181.tmp_0" + ], + "Y": [ + "nearest_interp_v2_1.tmp_0" + ] + }, + "outputs": { + "Out": [ + "tmp_1" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "align_corners": false, + "align_mode": 1, + "data_layout": "NCHW", + "interp_method": "nearest", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 2.0, + 2.0 + ] + }, + "inputs": { + "X": [ + "tmp_1" + ] + }, + "outputs": { + "Out": [ + "nearest_interp_v2_2.tmp_0" + ] + }, + "type": "nearest_interp_v2" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "conv2d_182.tmp_0" + ], + "Y": [ + "nearest_interp_v2_2.tmp_0" + ] + }, + "outputs": { + "Out": [ + "tmp_2" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_84.w_0" + ], + "Input": [ + "conv2d_179.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_183.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_85.w_0" + ], + "Input": [ + "tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_184.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_86.w_0" + ], + "Input": [ + "tmp_1" + ] + }, + "outputs": { + "Out": [ + "conv2d_185.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_87.w_0" + ], + "Input": [ + "tmp_2" + ] + }, + "outputs": { + "Out": [ + "conv2d_186.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "align_corners": false, + "align_mode": 1, + "data_layout": "NCHW", + "interp_method": "nearest", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 8.0, + 8.0 + ] + }, + "inputs": { + "X": [ + "conv2d_183.tmp_0" + ] + }, + "outputs": { + "Out": [ + "nearest_interp_v2_3.tmp_0" + ] + }, + "type": "nearest_interp_v2" + }, + { + "attrs": { + "align_corners": false, + "align_mode": 1, + "data_layout": "NCHW", + "interp_method": "nearest", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 4.0, + 4.0 + ] + }, + "inputs": { + "X": [ + "conv2d_184.tmp_0" + ] + }, + "outputs": { + "Out": [ + "nearest_interp_v2_4.tmp_0" + ] + }, + "type": "nearest_interp_v2" + }, + { + "attrs": { + "align_corners": false, + "align_mode": 1, + "data_layout": "NCHW", + "interp_method": "nearest", + "out_d": -1, + "out_h": -1, + "out_w": -1, + "scale": [ + 2.0, + 2.0 + ] + }, + "inputs": { + "X": [ + "conv2d_185.tmp_0" + ] + }, + "outputs": { + "Out": [ + "nearest_interp_v2_5.tmp_0" + ] + }, + "type": "nearest_interp_v2" + }, + { + "attrs": { + "axis": 1 + }, + "inputs": { + "X": [ + "nearest_interp_v2_3.tmp_0", + "nearest_interp_v2_4.tmp_0", + "nearest_interp_v2_5.tmp_0", + "conv2d_186.tmp_0" + ] + }, + "outputs": { + "Out": [ + "concat_0.tmp_0" + ] + }, + "type": "concat" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false + }, + "inputs": { + "Filter": [ + "conv2d_88.w_0" + ], + "Input": [ + "concat_0.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_187.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_opt": { + "relu": {} + }, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_74.b_0" + ], + "Mean": [ + "batch_norm_74.w_1" + ], + "Scale": [ + "batch_norm_74.w_0" + ], + "Variance": [ + "batch_norm_74.w_2" + ], + "X": [ + "conv2d_187.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_74.w_1" + ], + "Out": [ + "batch_norm_74.tmp_4" + ], + "SavedMean": [ + "batch_norm_74.tmp_0" + ], + "SavedVariance": [ + "batch_norm_74.tmp_1" + ], + "VarianceOut": [ + "batch_norm_74.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "dilations": [ + 1, + 1 + ], + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_relu": false, + "groups": 1, + "output_padding": [], + "output_size": [], + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 2, + 2 + ] + }, + "inputs": { + "Filter": [ + "conv2d_transpose_4.w_0" + ], + "Input": [ + "batch_norm_74.tmp_4" + ] + }, + "outputs": { + "Out": [ + "conv2d_transpose_12.tmp_0" + ] + }, + "type": "conv2d_transpose" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": 1, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "conv2d_transpose_12.tmp_0" + ], + "Y": [ + "conv2d_transpose_4.b_0" + ] + }, + "outputs": { + "Out": [ + "elementwise_add_10.tmp_0" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_opt": { + "relu": {} + }, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false + }, + "inputs": { + "Bias": [ + "batch_norm_75.b_0" + ], + "Mean": [ + "batch_norm_75.w_1" + ], + "Scale": [ + "batch_norm_75.w_0" + ], + "Variance": [ + "batch_norm_75.w_2" + ], + "X": [ + "elementwise_add_10.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_75.w_1" + ], + "Out": [ + "batch_norm_75.tmp_4" + ], + "SavedMean": [ + "batch_norm_75.tmp_0" + ], + "SavedVariance": [ + "batch_norm_75.tmp_1" + ], + "VarianceOut": [ + "batch_norm_75.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "dilations": [ + 1, + 1 + ], + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_relu": false, + "groups": 1, + "output_padding": [], + "output_size": [], + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 2, + 2 + ] + }, + "inputs": { + "Filter": [ + "conv2d_transpose_5.w_0" + ], + "Input": [ + "batch_norm_75.tmp_4" + ] + }, + "outputs": { + "Out": [ + "conv2d_transpose_13.tmp_0" + ] + }, + "type": "conv2d_transpose" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": 1, + "fuse_opt": { + "scale": { + "bias": 0.0, + "bias_after_scale": true, + "scale": 1.0 + }, + "sigmoid": {} + }, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "conv2d_transpose_13.tmp_0" + ], + "Y": [ + "conv2d_transpose_5.b_0" + ] + }, + "outputs": { + "Out": [ + "save_infer_model/scale_0.tmp_1" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "save_infer_model/scale_0.tmp_1" + ] + }, + "outputs": { + "Out": [ + "fetch" + ] + }, + "type": "fetch" + } + ], + "vars": { + "batch_norm_27.b_0": { + "name": "batch_norm_27.b_0", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_27.tmp_0": { + "name": "batch_norm_27.tmp_0", + "persistable": false, + "shape": [ + 8 + ] + }, + "batch_norm_27.tmp_1": { + "name": "batch_norm_27.tmp_1", + "persistable": false, + "shape": [ + 8 + ] + }, + "batch_norm_27.tmp_2": { + "name": "batch_norm_27.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_27.tmp_3": { + "name": "batch_norm_27.tmp_3", + "persistable": false, + "shape": [ + 1, + 8, + 480, + 480 + ] + }, + "batch_norm_27.w_0": { + "name": "batch_norm_27.w_0", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_27.w_1": { + "name": "batch_norm_27.w_1", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_27.w_2": { + "name": "batch_norm_27.w_2", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_28.b_0": { + "name": "batch_norm_28.b_0", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_28.tmp_0": { + "name": "batch_norm_28.tmp_0", + "persistable": false, + "shape": [ + 8 + ] + }, + "batch_norm_28.tmp_1": { + "name": "batch_norm_28.tmp_1", + "persistable": false, + "shape": [ + 8 + ] + }, + "batch_norm_28.tmp_2": { + "name": "batch_norm_28.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_28.tmp_3": { + "name": "batch_norm_28.tmp_3", + "persistable": false, + "shape": [ + 1, + 8, + 480, + 480 + ] + }, + "batch_norm_28.w_0": { + "name": "batch_norm_28.w_0", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_28.w_1": { + "name": "batch_norm_28.w_1", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_28.w_2": { + "name": "batch_norm_28.w_2", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_29.b_0": { + "name": "batch_norm_29.b_0", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_29.tmp_0": { + "name": "batch_norm_29.tmp_0", + "persistable": false, + "shape": [ + 8 + ] + }, + "batch_norm_29.tmp_1": { + "name": "batch_norm_29.tmp_1", + "persistable": false, + "shape": [ + 8 + ] + }, + "batch_norm_29.tmp_2": { + "name": "batch_norm_29.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_29.tmp_3": { + "name": "batch_norm_29.tmp_3", + "persistable": false, + "shape": [ + 1, + 8, + 480, + 480 + ] + }, + "batch_norm_29.w_0": { + "name": "batch_norm_29.w_0", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_29.w_1": { + "name": "batch_norm_29.w_1", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_29.w_2": { + "name": "batch_norm_29.w_2", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_30.b_0": { + "name": "batch_norm_30.b_0", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_30.tmp_0": { + "name": "batch_norm_30.tmp_0", + "persistable": false, + "shape": [ + 8 + ] + }, + "batch_norm_30.tmp_1": { + "name": "batch_norm_30.tmp_1", + "persistable": false, + "shape": [ + 8 + ] + }, + "batch_norm_30.tmp_2": { + "name": "batch_norm_30.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_30.tmp_3": { + "name": "batch_norm_30.tmp_3", + "persistable": false, + "shape": [ + 1, + 8, + 480, + 480 + ] + }, + "batch_norm_30.w_0": { + "name": "batch_norm_30.w_0", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_30.w_1": { + "name": "batch_norm_30.w_1", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_30.w_2": { + "name": "batch_norm_30.w_2", + "persistable": true, + "shape": [ + 8 + ] + }, + "batch_norm_31.b_0": { + "name": "batch_norm_31.b_0", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_31.tmp_0": { + "name": "batch_norm_31.tmp_0", + "persistable": false, + "shape": [ + 32 + ] + }, + "batch_norm_31.tmp_1": { + "name": "batch_norm_31.tmp_1", + "persistable": false, + "shape": [ + 32 + ] + }, + "batch_norm_31.tmp_2": { + "name": "batch_norm_31.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_31.tmp_3": { + "name": "batch_norm_31.tmp_3", + "persistable": false, + "shape": [ + 1, + 32, + 480, + 480 + ] + }, + "batch_norm_31.w_0": { + "name": "batch_norm_31.w_0", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_31.w_1": { + "name": "batch_norm_31.w_1", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_31.w_2": { + "name": "batch_norm_31.w_2", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_32.b_0": { + "name": "batch_norm_32.b_0", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_32.tmp_0": { + "name": "batch_norm_32.tmp_0", + "persistable": false, + "shape": [ + 32 + ] + }, + "batch_norm_32.tmp_1": { + "name": "batch_norm_32.tmp_1", + "persistable": false, + "shape": [ + 32 + ] + }, + "batch_norm_32.tmp_2": { + "name": "batch_norm_32.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_32.tmp_3": { + "name": "batch_norm_32.tmp_3", + "persistable": false, + "shape": [ + 1, + 32, + 240, + 240 + ] + }, + "batch_norm_32.w_0": { + "name": "batch_norm_32.w_0", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_32.w_1": { + "name": "batch_norm_32.w_1", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_32.w_2": { + "name": "batch_norm_32.w_2", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_33.b_0": { + "name": "batch_norm_33.b_0", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_33.tmp_0": { + "name": "batch_norm_33.tmp_0", + "persistable": false, + "shape": [ + 16 + ] + }, + "batch_norm_33.tmp_1": { + "name": "batch_norm_33.tmp_1", + "persistable": false, + "shape": [ + 16 + ] + }, + "batch_norm_33.tmp_2": { + "name": "batch_norm_33.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_33.tmp_3": { + "name": "batch_norm_33.tmp_3", + "persistable": false, + "shape": [ + 1, + 16, + 240, + 240 + ] + }, + "batch_norm_33.w_0": { + "name": "batch_norm_33.w_0", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_33.w_1": { + "name": "batch_norm_33.w_1", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_33.w_2": { + "name": "batch_norm_33.w_2", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_34.b_0": { + "name": "batch_norm_34.b_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_34.tmp_0": { + "name": "batch_norm_34.tmp_0", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_34.tmp_1": { + "name": "batch_norm_34.tmp_1", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_34.tmp_2": { + "name": "batch_norm_34.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_34.tmp_3": { + "name": "batch_norm_34.tmp_3", + "persistable": false, + "shape": [ + 1, + 40, + 240, + 240 + ] + }, + "batch_norm_34.w_0": { + "name": "batch_norm_34.w_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_34.w_1": { + "name": "batch_norm_34.w_1", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_34.w_2": { + "name": "batch_norm_34.w_2", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_35.b_0": { + "name": "batch_norm_35.b_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_35.tmp_0": { + "name": "batch_norm_35.tmp_0", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_35.tmp_1": { + "name": "batch_norm_35.tmp_1", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_35.tmp_2": { + "name": "batch_norm_35.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_35.tmp_3": { + "name": "batch_norm_35.tmp_3", + "persistable": false, + "shape": [ + 1, + 40, + 240, + 240 + ] + }, + "batch_norm_35.w_0": { + "name": "batch_norm_35.w_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_35.w_1": { + "name": "batch_norm_35.w_1", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_35.w_2": { + "name": "batch_norm_35.w_2", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_36.b_0": { + "name": "batch_norm_36.b_0", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_36.tmp_0": { + "name": "batch_norm_36.tmp_0", + "persistable": false, + "shape": [ + 16 + ] + }, + "batch_norm_36.tmp_1": { + "name": "batch_norm_36.tmp_1", + "persistable": false, + "shape": [ + 16 + ] + }, + "batch_norm_36.tmp_2": { + "name": "batch_norm_36.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_36.tmp_3": { + "name": "batch_norm_36.tmp_3", + "persistable": false, + "shape": [ + 1, + 16, + 240, + 240 + ] + }, + "batch_norm_36.w_0": { + "name": "batch_norm_36.w_0", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_36.w_1": { + "name": "batch_norm_36.w_1", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_36.w_2": { + "name": "batch_norm_36.w_2", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_37.b_0": { + "name": "batch_norm_37.b_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_37.tmp_0": { + "name": "batch_norm_37.tmp_0", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_37.tmp_1": { + "name": "batch_norm_37.tmp_1", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_37.tmp_2": { + "name": "batch_norm_37.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_37.tmp_3": { + "name": "batch_norm_37.tmp_3", + "persistable": false, + "shape": [ + 1, + 40, + 240, + 240 + ] + }, + "batch_norm_37.w_0": { + "name": "batch_norm_37.w_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_37.w_1": { + "name": "batch_norm_37.w_1", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_37.w_2": { + "name": "batch_norm_37.w_2", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_38.b_0": { + "name": "batch_norm_38.b_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_38.tmp_0": { + "name": "batch_norm_38.tmp_0", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_38.tmp_1": { + "name": "batch_norm_38.tmp_1", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_38.tmp_2": { + "name": "batch_norm_38.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_38.tmp_3": { + "name": "batch_norm_38.tmp_3", + "persistable": false, + "shape": [ + 1, + 40, + 120, + 120 + ] + }, + "batch_norm_38.w_0": { + "name": "batch_norm_38.w_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_38.w_1": { + "name": "batch_norm_38.w_1", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_38.w_2": { + "name": "batch_norm_38.w_2", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_39.b_0": { + "name": "batch_norm_39.b_0", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_39.tmp_0": { + "name": "batch_norm_39.tmp_0", + "persistable": false, + "shape": [ + 24 + ] + }, + "batch_norm_39.tmp_1": { + "name": "batch_norm_39.tmp_1", + "persistable": false, + "shape": [ + 24 + ] + }, + "batch_norm_39.tmp_2": { + "name": "batch_norm_39.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_39.tmp_3": { + "name": "batch_norm_39.tmp_3", + "persistable": false, + "shape": [ + 1, + 24, + 120, + 120 + ] + }, + "batch_norm_39.w_0": { + "name": "batch_norm_39.w_0", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_39.w_1": { + "name": "batch_norm_39.w_1", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_39.w_2": { + "name": "batch_norm_39.w_2", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_40.b_0": { + "name": "batch_norm_40.b_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_40.tmp_0": { + "name": "batch_norm_40.tmp_0", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_40.tmp_1": { + "name": "batch_norm_40.tmp_1", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_40.tmp_2": { + "name": "batch_norm_40.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_40.tmp_3": { + "name": "batch_norm_40.tmp_3", + "persistable": false, + "shape": [ + 1, + 64, + 120, + 120 + ] + }, + "batch_norm_40.w_0": { + "name": "batch_norm_40.w_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_40.w_1": { + "name": "batch_norm_40.w_1", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_40.w_2": { + "name": "batch_norm_40.w_2", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_41.b_0": { + "name": "batch_norm_41.b_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_41.tmp_0": { + "name": "batch_norm_41.tmp_0", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_41.tmp_1": { + "name": "batch_norm_41.tmp_1", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_41.tmp_2": { + "name": "batch_norm_41.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_41.tmp_3": { + "name": "batch_norm_41.tmp_3", + "persistable": false, + "shape": [ + 1, + 64, + 120, + 120 + ] + }, + "batch_norm_41.w_0": { + "name": "batch_norm_41.w_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_41.w_1": { + "name": "batch_norm_41.w_1", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_41.w_2": { + "name": "batch_norm_41.w_2", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_42.b_0": { + "name": "batch_norm_42.b_0", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_42.tmp_0": { + "name": "batch_norm_42.tmp_0", + "persistable": false, + "shape": [ + 24 + ] + }, + "batch_norm_42.tmp_1": { + "name": "batch_norm_42.tmp_1", + "persistable": false, + "shape": [ + 24 + ] + }, + "batch_norm_42.tmp_2": { + "name": "batch_norm_42.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_42.tmp_3": { + "name": "batch_norm_42.tmp_3", + "persistable": false, + "shape": [ + 1, + 24, + 120, + 120 + ] + }, + "batch_norm_42.w_0": { + "name": "batch_norm_42.w_0", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_42.w_1": { + "name": "batch_norm_42.w_1", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_42.w_2": { + "name": "batch_norm_42.w_2", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_43.b_0": { + "name": "batch_norm_43.b_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_43.tmp_0": { + "name": "batch_norm_43.tmp_0", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_43.tmp_1": { + "name": "batch_norm_43.tmp_1", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_43.tmp_2": { + "name": "batch_norm_43.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_43.tmp_3": { + "name": "batch_norm_43.tmp_3", + "persistable": false, + "shape": [ + 1, + 64, + 120, + 120 + ] + }, + "batch_norm_43.w_0": { + "name": "batch_norm_43.w_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_43.w_1": { + "name": "batch_norm_43.w_1", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_43.w_2": { + "name": "batch_norm_43.w_2", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_44.b_0": { + "name": "batch_norm_44.b_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_44.tmp_0": { + "name": "batch_norm_44.tmp_0", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_44.tmp_1": { + "name": "batch_norm_44.tmp_1", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_44.tmp_2": { + "name": "batch_norm_44.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_44.tmp_3": { + "name": "batch_norm_44.tmp_3", + "persistable": false, + "shape": [ + 1, + 64, + 120, + 120 + ] + }, + "batch_norm_44.w_0": { + "name": "batch_norm_44.w_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_44.w_1": { + "name": "batch_norm_44.w_1", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_44.w_2": { + "name": "batch_norm_44.w_2", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_45.b_0": { + "name": "batch_norm_45.b_0", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_45.tmp_0": { + "name": "batch_norm_45.tmp_0", + "persistable": false, + "shape": [ + 24 + ] + }, + "batch_norm_45.tmp_1": { + "name": "batch_norm_45.tmp_1", + "persistable": false, + "shape": [ + 24 + ] + }, + "batch_norm_45.tmp_2": { + "name": "batch_norm_45.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_45.tmp_3": { + "name": "batch_norm_45.tmp_3", + "persistable": false, + "shape": [ + 1, + 24, + 120, + 120 + ] + }, + "batch_norm_45.w_0": { + "name": "batch_norm_45.w_0", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_45.w_1": { + "name": "batch_norm_45.w_1", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_45.w_2": { + "name": "batch_norm_45.w_2", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_46.b_0": { + "name": "batch_norm_46.b_0", + "persistable": true, + "shape": [ + 120 + ] + }, + "batch_norm_46.tmp_0": { + "name": "batch_norm_46.tmp_0", + "persistable": false, + "shape": [ + 120 + ] + }, + "batch_norm_46.tmp_1": { + "name": "batch_norm_46.tmp_1", + "persistable": false, + "shape": [ + 120 + ] + }, + "batch_norm_46.tmp_2": { + "name": "batch_norm_46.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_46.tmp_3": { + "name": "batch_norm_46.tmp_3", + "persistable": false, + "shape": [ + 1, + 120, + 120, + 120 + ] + }, + "batch_norm_46.w_0": { + "name": "batch_norm_46.w_0", + "persistable": true, + "shape": [ + 120 + ] + }, + "batch_norm_46.w_1": { + "name": "batch_norm_46.w_1", + "persistable": true, + "shape": [ + 120 + ] + }, + "batch_norm_46.w_2": { + "name": "batch_norm_46.w_2", + "persistable": true, + "shape": [ + 120 + ] + }, + "batch_norm_47.b_0": { + "name": "batch_norm_47.b_0", + "persistable": true, + "shape": [ + 120 + ] + }, + "batch_norm_47.tmp_0": { + "name": "batch_norm_47.tmp_0", + "persistable": false, + "shape": [ + 120 + ] + }, + "batch_norm_47.tmp_1": { + "name": "batch_norm_47.tmp_1", + "persistable": false, + "shape": [ + 120 + ] + }, + "batch_norm_47.tmp_2": { + "name": "batch_norm_47.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_47.tmp_3": { + "name": "batch_norm_47.tmp_3", + "persistable": false, + "shape": [ + 1, + 120, + 60, + 60 + ] + }, + "batch_norm_47.w_0": { + "name": "batch_norm_47.w_0", + "persistable": true, + "shape": [ + 120 + ] + }, + "batch_norm_47.w_1": { + "name": "batch_norm_47.w_1", + "persistable": true, + "shape": [ + 120 + ] + }, + "batch_norm_47.w_2": { + "name": "batch_norm_47.w_2", + "persistable": true, + "shape": [ + 120 + ] + }, + "batch_norm_48.b_0": { + "name": "batch_norm_48.b_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_48.tmp_0": { + "name": "batch_norm_48.tmp_0", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_48.tmp_1": { + "name": "batch_norm_48.tmp_1", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_48.tmp_2": { + "name": "batch_norm_48.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_48.tmp_3": { + "name": "batch_norm_48.tmp_3", + "persistable": false, + "shape": [ + 1, + 40, + 60, + 60 + ] + }, + "batch_norm_48.w_0": { + "name": "batch_norm_48.w_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_48.w_1": { + "name": "batch_norm_48.w_1", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_48.w_2": { + "name": "batch_norm_48.w_2", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_49.b_0": { + "name": "batch_norm_49.b_0", + "persistable": true, + "shape": [ + 104 + ] + }, + "batch_norm_49.tmp_0": { + "name": "batch_norm_49.tmp_0", + "persistable": false, + "shape": [ + 104 + ] + }, + "batch_norm_49.tmp_1": { + "name": "batch_norm_49.tmp_1", + "persistable": false, + "shape": [ + 104 + ] + }, + "batch_norm_49.tmp_2": { + "name": "batch_norm_49.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_49.tmp_3": { + "name": "batch_norm_49.tmp_3", + "persistable": false, + "shape": [ + 1, + 104, + 60, + 60 + ] + }, + "batch_norm_49.w_0": { + "name": "batch_norm_49.w_0", + "persistable": true, + "shape": [ + 104 + ] + }, + "batch_norm_49.w_1": { + "name": "batch_norm_49.w_1", + "persistable": true, + "shape": [ + 104 + ] + }, + "batch_norm_49.w_2": { + "name": "batch_norm_49.w_2", + "persistable": true, + "shape": [ + 104 + ] + }, + "batch_norm_50.b_0": { + "name": "batch_norm_50.b_0", + "persistable": true, + "shape": [ + 104 + ] + }, + "batch_norm_50.tmp_0": { + "name": "batch_norm_50.tmp_0", + "persistable": false, + "shape": [ + 104 + ] + }, + "batch_norm_50.tmp_1": { + "name": "batch_norm_50.tmp_1", + "persistable": false, + "shape": [ + 104 + ] + }, + "batch_norm_50.tmp_2": { + "name": "batch_norm_50.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_50.tmp_3": { + "name": "batch_norm_50.tmp_3", + "persistable": false, + "shape": [ + 1, + 104, + 60, + 60 + ] + }, + "batch_norm_50.w_0": { + "name": "batch_norm_50.w_0", + "persistable": true, + "shape": [ + 104 + ] + }, + "batch_norm_50.w_1": { + "name": "batch_norm_50.w_1", + "persistable": true, + "shape": [ + 104 + ] + }, + "batch_norm_50.w_2": { + "name": "batch_norm_50.w_2", + "persistable": true, + "shape": [ + 104 + ] + }, + "batch_norm_51.b_0": { + "name": "batch_norm_51.b_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_51.tmp_0": { + "name": "batch_norm_51.tmp_0", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_51.tmp_1": { + "name": "batch_norm_51.tmp_1", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_51.tmp_2": { + "name": "batch_norm_51.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_51.tmp_3": { + "name": "batch_norm_51.tmp_3", + "persistable": false, + "shape": [ + 1, + 40, + 60, + 60 + ] + }, + "batch_norm_51.w_0": { + "name": "batch_norm_51.w_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_51.w_1": { + "name": "batch_norm_51.w_1", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_51.w_2": { + "name": "batch_norm_51.w_2", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_52.b_0": { + "name": "batch_norm_52.b_0", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_52.tmp_0": { + "name": "batch_norm_52.tmp_0", + "persistable": false, + "shape": [ + 96 + ] + }, + "batch_norm_52.tmp_1": { + "name": "batch_norm_52.tmp_1", + "persistable": false, + "shape": [ + 96 + ] + }, + "batch_norm_52.tmp_2": { + "name": "batch_norm_52.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_52.tmp_3": { + "name": "batch_norm_52.tmp_3", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "batch_norm_52.w_0": { + "name": "batch_norm_52.w_0", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_52.w_1": { + "name": "batch_norm_52.w_1", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_52.w_2": { + "name": "batch_norm_52.w_2", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_53.b_0": { + "name": "batch_norm_53.b_0", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_53.tmp_0": { + "name": "batch_norm_53.tmp_0", + "persistable": false, + "shape": [ + 96 + ] + }, + "batch_norm_53.tmp_1": { + "name": "batch_norm_53.tmp_1", + "persistable": false, + "shape": [ + 96 + ] + }, + "batch_norm_53.tmp_2": { + "name": "batch_norm_53.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_53.tmp_3": { + "name": "batch_norm_53.tmp_3", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "batch_norm_53.w_0": { + "name": "batch_norm_53.w_0", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_53.w_1": { + "name": "batch_norm_53.w_1", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_53.w_2": { + "name": "batch_norm_53.w_2", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_54.b_0": { + "name": "batch_norm_54.b_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_54.tmp_0": { + "name": "batch_norm_54.tmp_0", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_54.tmp_1": { + "name": "batch_norm_54.tmp_1", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_54.tmp_2": { + "name": "batch_norm_54.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_54.tmp_3": { + "name": "batch_norm_54.tmp_3", + "persistable": false, + "shape": [ + 1, + 40, + 60, + 60 + ] + }, + "batch_norm_54.w_0": { + "name": "batch_norm_54.w_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_54.w_1": { + "name": "batch_norm_54.w_1", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_54.w_2": { + "name": "batch_norm_54.w_2", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_55.b_0": { + "name": "batch_norm_55.b_0", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_55.tmp_0": { + "name": "batch_norm_55.tmp_0", + "persistable": false, + "shape": [ + 96 + ] + }, + "batch_norm_55.tmp_1": { + "name": "batch_norm_55.tmp_1", + "persistable": false, + "shape": [ + 96 + ] + }, + "batch_norm_55.tmp_2": { + "name": "batch_norm_55.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_55.tmp_3": { + "name": "batch_norm_55.tmp_3", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "batch_norm_55.w_0": { + "name": "batch_norm_55.w_0", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_55.w_1": { + "name": "batch_norm_55.w_1", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_55.w_2": { + "name": "batch_norm_55.w_2", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_56.b_0": { + "name": "batch_norm_56.b_0", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_56.tmp_0": { + "name": "batch_norm_56.tmp_0", + "persistable": false, + "shape": [ + 96 + ] + }, + "batch_norm_56.tmp_1": { + "name": "batch_norm_56.tmp_1", + "persistable": false, + "shape": [ + 96 + ] + }, + "batch_norm_56.tmp_2": { + "name": "batch_norm_56.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_56.tmp_3": { + "name": "batch_norm_56.tmp_3", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "batch_norm_56.w_0": { + "name": "batch_norm_56.w_0", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_56.w_1": { + "name": "batch_norm_56.w_1", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_56.w_2": { + "name": "batch_norm_56.w_2", + "persistable": true, + "shape": [ + 96 + ] + }, + "batch_norm_57.b_0": { + "name": "batch_norm_57.b_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_57.tmp_0": { + "name": "batch_norm_57.tmp_0", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_57.tmp_1": { + "name": "batch_norm_57.tmp_1", + "persistable": false, + "shape": [ + 40 + ] + }, + "batch_norm_57.tmp_2": { + "name": "batch_norm_57.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_57.tmp_3": { + "name": "batch_norm_57.tmp_3", + "persistable": false, + "shape": [ + 1, + 40, + 60, + 60 + ] + }, + "batch_norm_57.w_0": { + "name": "batch_norm_57.w_0", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_57.w_1": { + "name": "batch_norm_57.w_1", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_57.w_2": { + "name": "batch_norm_57.w_2", + "persistable": true, + "shape": [ + 40 + ] + }, + "batch_norm_58.b_0": { + "name": "batch_norm_58.b_0", + "persistable": true, + "shape": [ + 240 + ] + }, + "batch_norm_58.tmp_0": { + "name": "batch_norm_58.tmp_0", + "persistable": false, + "shape": [ + 240 + ] + }, + "batch_norm_58.tmp_1": { + "name": "batch_norm_58.tmp_1", + "persistable": false, + "shape": [ + 240 + ] + }, + "batch_norm_58.tmp_2": { + "name": "batch_norm_58.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_58.tmp_3": { + "name": "batch_norm_58.tmp_3", + "persistable": false, + "shape": [ + 1, + 240, + 60, + 60 + ] + }, + "batch_norm_58.w_0": { + "name": "batch_norm_58.w_0", + "persistable": true, + "shape": [ + 240 + ] + }, + "batch_norm_58.w_1": { + "name": "batch_norm_58.w_1", + "persistable": true, + "shape": [ + 240 + ] + }, + "batch_norm_58.w_2": { + "name": "batch_norm_58.w_2", + "persistable": true, + "shape": [ + 240 + ] + }, + "batch_norm_59.b_0": { + "name": "batch_norm_59.b_0", + "persistable": true, + "shape": [ + 240 + ] + }, + "batch_norm_59.tmp_0": { + "name": "batch_norm_59.tmp_0", + "persistable": false, + "shape": [ + 240 + ] + }, + "batch_norm_59.tmp_1": { + "name": "batch_norm_59.tmp_1", + "persistable": false, + "shape": [ + 240 + ] + }, + "batch_norm_59.tmp_2": { + "name": "batch_norm_59.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_59.tmp_3": { + "name": "batch_norm_59.tmp_3", + "persistable": false, + "shape": [ + 1, + 240, + 60, + 60 + ] + }, + "batch_norm_59.w_0": { + "name": "batch_norm_59.w_0", + "persistable": true, + "shape": [ + 240 + ] + }, + "batch_norm_59.w_1": { + "name": "batch_norm_59.w_1", + "persistable": true, + "shape": [ + 240 + ] + }, + "batch_norm_59.w_2": { + "name": "batch_norm_59.w_2", + "persistable": true, + "shape": [ + 240 + ] + }, + "batch_norm_60.b_0": { + "name": "batch_norm_60.b_0", + "persistable": true, + "shape": [ + 56 + ] + }, + "batch_norm_60.tmp_0": { + "name": "batch_norm_60.tmp_0", + "persistable": false, + "shape": [ + 56 + ] + }, + "batch_norm_60.tmp_1": { + "name": "batch_norm_60.tmp_1", + "persistable": false, + "shape": [ + 56 + ] + }, + "batch_norm_60.tmp_2": { + "name": "batch_norm_60.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_60.tmp_3": { + "name": "batch_norm_60.tmp_3", + "persistable": false, + "shape": [ + 1, + 56, + 60, + 60 + ] + }, + "batch_norm_60.w_0": { + "name": "batch_norm_60.w_0", + "persistable": true, + "shape": [ + 56 + ] + }, + "batch_norm_60.w_1": { + "name": "batch_norm_60.w_1", + "persistable": true, + "shape": [ + 56 + ] + }, + "batch_norm_60.w_2": { + "name": "batch_norm_60.w_2", + "persistable": true, + "shape": [ + 56 + ] + }, + "batch_norm_61.b_0": { + "name": "batch_norm_61.b_0", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_61.tmp_0": { + "name": "batch_norm_61.tmp_0", + "persistable": false, + "shape": [ + 336 + ] + }, + "batch_norm_61.tmp_1": { + "name": "batch_norm_61.tmp_1", + "persistable": false, + "shape": [ + 336 + ] + }, + "batch_norm_61.tmp_2": { + "name": "batch_norm_61.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_61.tmp_3": { + "name": "batch_norm_61.tmp_3", + "persistable": false, + "shape": [ + 1, + 336, + 60, + 60 + ] + }, + "batch_norm_61.w_0": { + "name": "batch_norm_61.w_0", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_61.w_1": { + "name": "batch_norm_61.w_1", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_61.w_2": { + "name": "batch_norm_61.w_2", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_62.b_0": { + "name": "batch_norm_62.b_0", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_62.tmp_0": { + "name": "batch_norm_62.tmp_0", + "persistable": false, + "shape": [ + 336 + ] + }, + "batch_norm_62.tmp_1": { + "name": "batch_norm_62.tmp_1", + "persistable": false, + "shape": [ + 336 + ] + }, + "batch_norm_62.tmp_2": { + "name": "batch_norm_62.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_62.tmp_3": { + "name": "batch_norm_62.tmp_3", + "persistable": false, + "shape": [ + 1, + 336, + 60, + 60 + ] + }, + "batch_norm_62.w_0": { + "name": "batch_norm_62.w_0", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_62.w_1": { + "name": "batch_norm_62.w_1", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_62.w_2": { + "name": "batch_norm_62.w_2", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_63.b_0": { + "name": "batch_norm_63.b_0", + "persistable": true, + "shape": [ + 56 + ] + }, + "batch_norm_63.tmp_0": { + "name": "batch_norm_63.tmp_0", + "persistable": false, + "shape": [ + 56 + ] + }, + "batch_norm_63.tmp_1": { + "name": "batch_norm_63.tmp_1", + "persistable": false, + "shape": [ + 56 + ] + }, + "batch_norm_63.tmp_2": { + "name": "batch_norm_63.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_63.tmp_3": { + "name": "batch_norm_63.tmp_3", + "persistable": false, + "shape": [ + 1, + 56, + 60, + 60 + ] + }, + "batch_norm_63.w_0": { + "name": "batch_norm_63.w_0", + "persistable": true, + "shape": [ + 56 + ] + }, + "batch_norm_63.w_1": { + "name": "batch_norm_63.w_1", + "persistable": true, + "shape": [ + 56 + ] + }, + "batch_norm_63.w_2": { + "name": "batch_norm_63.w_2", + "persistable": true, + "shape": [ + 56 + ] + }, + "batch_norm_64.b_0": { + "name": "batch_norm_64.b_0", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_64.tmp_0": { + "name": "batch_norm_64.tmp_0", + "persistable": false, + "shape": [ + 336 + ] + }, + "batch_norm_64.tmp_1": { + "name": "batch_norm_64.tmp_1", + "persistable": false, + "shape": [ + 336 + ] + }, + "batch_norm_64.tmp_2": { + "name": "batch_norm_64.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_64.tmp_3": { + "name": "batch_norm_64.tmp_3", + "persistable": false, + "shape": [ + 1, + 336, + 60, + 60 + ] + }, + "batch_norm_64.w_0": { + "name": "batch_norm_64.w_0", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_64.w_1": { + "name": "batch_norm_64.w_1", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_64.w_2": { + "name": "batch_norm_64.w_2", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_65.b_0": { + "name": "batch_norm_65.b_0", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_65.tmp_0": { + "name": "batch_norm_65.tmp_0", + "persistable": false, + "shape": [ + 336 + ] + }, + "batch_norm_65.tmp_1": { + "name": "batch_norm_65.tmp_1", + "persistable": false, + "shape": [ + 336 + ] + }, + "batch_norm_65.tmp_2": { + "name": "batch_norm_65.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_65.tmp_3": { + "name": "batch_norm_65.tmp_3", + "persistable": false, + "shape": [ + 1, + 336, + 30, + 30 + ] + }, + "batch_norm_65.w_0": { + "name": "batch_norm_65.w_0", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_65.w_1": { + "name": "batch_norm_65.w_1", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_65.w_2": { + "name": "batch_norm_65.w_2", + "persistable": true, + "shape": [ + 336 + ] + }, + "batch_norm_66.b_0": { + "name": "batch_norm_66.b_0", + "persistable": true, + "shape": [ + 80 + ] + }, + "batch_norm_66.tmp_0": { + "name": "batch_norm_66.tmp_0", + "persistable": false, + "shape": [ + 80 + ] + }, + "batch_norm_66.tmp_1": { + "name": "batch_norm_66.tmp_1", + "persistable": false, + "shape": [ + 80 + ] + }, + "batch_norm_66.tmp_2": { + "name": "batch_norm_66.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_66.tmp_3": { + "name": "batch_norm_66.tmp_3", + "persistable": false, + "shape": [ + 1, + 80, + 30, + 30 + ] + }, + "batch_norm_66.w_0": { + "name": "batch_norm_66.w_0", + "persistable": true, + "shape": [ + 80 + ] + }, + "batch_norm_66.w_1": { + "name": "batch_norm_66.w_1", + "persistable": true, + "shape": [ + 80 + ] + }, + "batch_norm_66.w_2": { + "name": "batch_norm_66.w_2", + "persistable": true, + "shape": [ + 80 + ] + }, + "batch_norm_67.b_0": { + "name": "batch_norm_67.b_0", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_67.tmp_0": { + "name": "batch_norm_67.tmp_0", + "persistable": false, + "shape": [ + 480 + ] + }, + "batch_norm_67.tmp_1": { + "name": "batch_norm_67.tmp_1", + "persistable": false, + "shape": [ + 480 + ] + }, + "batch_norm_67.tmp_2": { + "name": "batch_norm_67.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_67.tmp_3": { + "name": "batch_norm_67.tmp_3", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "batch_norm_67.w_0": { + "name": "batch_norm_67.w_0", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_67.w_1": { + "name": "batch_norm_67.w_1", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_67.w_2": { + "name": "batch_norm_67.w_2", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_68.b_0": { + "name": "batch_norm_68.b_0", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_68.tmp_0": { + "name": "batch_norm_68.tmp_0", + "persistable": false, + "shape": [ + 480 + ] + }, + "batch_norm_68.tmp_1": { + "name": "batch_norm_68.tmp_1", + "persistable": false, + "shape": [ + 480 + ] + }, + "batch_norm_68.tmp_2": { + "name": "batch_norm_68.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_68.tmp_3": { + "name": "batch_norm_68.tmp_3", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "batch_norm_68.w_0": { + "name": "batch_norm_68.w_0", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_68.w_1": { + "name": "batch_norm_68.w_1", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_68.w_2": { + "name": "batch_norm_68.w_2", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_69.b_0": { + "name": "batch_norm_69.b_0", + "persistable": true, + "shape": [ + 80 + ] + }, + "batch_norm_69.tmp_0": { + "name": "batch_norm_69.tmp_0", + "persistable": false, + "shape": [ + 80 + ] + }, + "batch_norm_69.tmp_1": { + "name": "batch_norm_69.tmp_1", + "persistable": false, + "shape": [ + 80 + ] + }, + "batch_norm_69.tmp_2": { + "name": "batch_norm_69.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_69.tmp_3": { + "name": "batch_norm_69.tmp_3", + "persistable": false, + "shape": [ + 1, + 80, + 30, + 30 + ] + }, + "batch_norm_69.w_0": { + "name": "batch_norm_69.w_0", + "persistable": true, + "shape": [ + 80 + ] + }, + "batch_norm_69.w_1": { + "name": "batch_norm_69.w_1", + "persistable": true, + "shape": [ + 80 + ] + }, + "batch_norm_69.w_2": { + "name": "batch_norm_69.w_2", + "persistable": true, + "shape": [ + 80 + ] + }, + "batch_norm_70.b_0": { + "name": "batch_norm_70.b_0", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_70.tmp_0": { + "name": "batch_norm_70.tmp_0", + "persistable": false, + "shape": [ + 480 + ] + }, + "batch_norm_70.tmp_1": { + "name": "batch_norm_70.tmp_1", + "persistable": false, + "shape": [ + 480 + ] + }, + "batch_norm_70.tmp_2": { + "name": "batch_norm_70.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_70.tmp_3": { + "name": "batch_norm_70.tmp_3", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "batch_norm_70.w_0": { + "name": "batch_norm_70.w_0", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_70.w_1": { + "name": "batch_norm_70.w_1", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_70.w_2": { + "name": "batch_norm_70.w_2", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_71.b_0": { + "name": "batch_norm_71.b_0", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_71.tmp_0": { + "name": "batch_norm_71.tmp_0", + "persistable": false, + "shape": [ + 480 + ] + }, + "batch_norm_71.tmp_1": { + "name": "batch_norm_71.tmp_1", + "persistable": false, + "shape": [ + 480 + ] + }, + "batch_norm_71.tmp_2": { + "name": "batch_norm_71.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_71.tmp_3": { + "name": "batch_norm_71.tmp_3", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "batch_norm_71.w_0": { + "name": "batch_norm_71.w_0", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_71.w_1": { + "name": "batch_norm_71.w_1", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_71.w_2": { + "name": "batch_norm_71.w_2", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_72.b_0": { + "name": "batch_norm_72.b_0", + "persistable": true, + "shape": [ + 80 + ] + }, + "batch_norm_72.tmp_0": { + "name": "batch_norm_72.tmp_0", + "persistable": false, + "shape": [ + 80 + ] + }, + "batch_norm_72.tmp_1": { + "name": "batch_norm_72.tmp_1", + "persistable": false, + "shape": [ + 80 + ] + }, + "batch_norm_72.tmp_2": { + "name": "batch_norm_72.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_72.tmp_3": { + "name": "batch_norm_72.tmp_3", + "persistable": false, + "shape": [ + 1, + 80, + 30, + 30 + ] + }, + "batch_norm_72.w_0": { + "name": "batch_norm_72.w_0", + "persistable": true, + "shape": [ + 80 + ] + }, + "batch_norm_72.w_1": { + "name": "batch_norm_72.w_1", + "persistable": true, + "shape": [ + 80 + ] + }, + "batch_norm_72.w_2": { + "name": "batch_norm_72.w_2", + "persistable": true, + "shape": [ + 80 + ] + }, + "batch_norm_73.b_0": { + "name": "batch_norm_73.b_0", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_73.tmp_0": { + "name": "batch_norm_73.tmp_0", + "persistable": false, + "shape": [ + 480 + ] + }, + "batch_norm_73.tmp_1": { + "name": "batch_norm_73.tmp_1", + "persistable": false, + "shape": [ + 480 + ] + }, + "batch_norm_73.tmp_2": { + "name": "batch_norm_73.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_73.tmp_3": { + "name": "batch_norm_73.tmp_3", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "batch_norm_73.w_0": { + "name": "batch_norm_73.w_0", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_73.w_1": { + "name": "batch_norm_73.w_1", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_73.w_2": { + "name": "batch_norm_73.w_2", + "persistable": true, + "shape": [ + 480 + ] + }, + "batch_norm_74.b_0": { + "name": "batch_norm_74.b_0", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_74.tmp_0": { + "name": "batch_norm_74.tmp_0", + "persistable": false, + "shape": [ + 24 + ] + }, + "batch_norm_74.tmp_1": { + "name": "batch_norm_74.tmp_1", + "persistable": false, + "shape": [ + 24 + ] + }, + "batch_norm_74.tmp_2": { + "name": "batch_norm_74.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_74.tmp_3": { + "name": "batch_norm_74.tmp_3", + "persistable": false, + "shape": [ + 1, + 24, + 240, + 240 + ] + }, + "batch_norm_74.tmp_4": { + "name": "batch_norm_74.tmp_4", + "persistable": false, + "shape": [ + 1, + 24, + 240, + 240 + ] + }, + "batch_norm_74.w_0": { + "name": "batch_norm_74.w_0", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_74.w_1": { + "name": "batch_norm_74.w_1", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_74.w_2": { + "name": "batch_norm_74.w_2", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_75.b_0": { + "name": "batch_norm_75.b_0", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_75.tmp_0": { + "name": "batch_norm_75.tmp_0", + "persistable": false, + "shape": [ + 24 + ] + }, + "batch_norm_75.tmp_1": { + "name": "batch_norm_75.tmp_1", + "persistable": false, + "shape": [ + 24 + ] + }, + "batch_norm_75.tmp_2": { + "name": "batch_norm_75.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_75.tmp_3": { + "name": "batch_norm_75.tmp_3", + "persistable": false, + "shape": [ + 1, + 24, + 480, + 480 + ] + }, + "batch_norm_75.tmp_4": { + "name": "batch_norm_75.tmp_4", + "persistable": false, + "shape": [ + 1, + 24, + 480, + 480 + ] + }, + "batch_norm_75.w_0": { + "name": "batch_norm_75.w_0", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_75.w_1": { + "name": "batch_norm_75.w_1", + "persistable": true, + "shape": [ + 24 + ] + }, + "batch_norm_75.w_2": { + "name": "batch_norm_75.w_2", + "persistable": true, + "shape": [ + 24 + ] + }, + "concat_0.tmp_0": { + "name": "concat_0.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 240, + 240 + ] + }, + "conv2d_147.tmp_0": { + "name": "conv2d_147.tmp_0", + "persistable": false, + "shape": [ + 1, + 8, + 480, + 480 + ] + }, + "conv2d_148.tmp_0": { + "name": "conv2d_148.tmp_0", + "persistable": false, + "shape": [ + 1, + 8, + 480, + 480 + ] + }, + "conv2d_149.tmp_0": { + "name": "conv2d_149.tmp_0", + "persistable": false, + "shape": [ + 1, + 8, + 480, + 480 + ] + }, + "conv2d_150.tmp_0": { + "name": "conv2d_150.tmp_0", + "persistable": false, + "shape": [ + 1, + 32, + 480, + 480 + ] + }, + "conv2d_151.tmp_0": { + "name": "conv2d_151.tmp_0", + "persistable": false, + "shape": [ + 1, + 16, + 240, + 240 + ] + }, + "conv2d_152.tmp_0": { + "name": "conv2d_152.tmp_0", + "persistable": false, + "shape": [ + 1, + 40, + 240, + 240 + ] + }, + "conv2d_153.tmp_0": { + "name": "conv2d_153.tmp_0", + "persistable": false, + "shape": [ + 1, + 16, + 240, + 240 + ] + }, + "conv2d_154.tmp_0": { + "name": "conv2d_154.tmp_0", + "persistable": false, + "shape": [ + 1, + 40, + 240, + 240 + ] + }, + "conv2d_155.tmp_0": { + "name": "conv2d_155.tmp_0", + "persistable": false, + "shape": [ + 1, + 24, + 120, + 120 + ] + }, + "conv2d_156.tmp_0": { + "name": "conv2d_156.tmp_0", + "persistable": false, + "shape": [ + 1, + 64, + 120, + 120 + ] + }, + "conv2d_157.tmp_0": { + "name": "conv2d_157.tmp_0", + "persistable": false, + "shape": [ + 1, + 24, + 120, + 120 + ] + }, + "conv2d_158.tmp_0": { + "name": "conv2d_158.tmp_0", + "persistable": false, + "shape": [ + 1, + 64, + 120, + 120 + ] + }, + "conv2d_159.tmp_0": { + "name": "conv2d_159.tmp_0", + "persistable": false, + "shape": [ + 1, + 24, + 120, + 120 + ] + }, + "conv2d_160.tmp_0": { + "name": "conv2d_160.tmp_0", + "persistable": false, + "shape": [ + 1, + 120, + 120, + 120 + ] + }, + "conv2d_161.tmp_0": { + "name": "conv2d_161.tmp_0", + "persistable": false, + "shape": [ + 1, + 40, + 60, + 60 + ] + }, + "conv2d_162.tmp_0": { + "name": "conv2d_162.tmp_0", + "persistable": false, + "shape": [ + 1, + 104, + 60, + 60 + ] + }, + "conv2d_163.tmp_0": { + "name": "conv2d_163.tmp_0", + "persistable": false, + "shape": [ + 1, + 40, + 60, + 60 + ] + }, + "conv2d_164.tmp_0": { + "name": "conv2d_164.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "conv2d_165.tmp_0": { + "name": "conv2d_165.tmp_0", + "persistable": false, + "shape": [ + 1, + 40, + 60, + 60 + ] + }, + "conv2d_166.tmp_0": { + "name": "conv2d_166.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "conv2d_167.tmp_0": { + "name": "conv2d_167.tmp_0", + "persistable": false, + "shape": [ + 1, + 40, + 60, + 60 + ] + }, + "conv2d_168.tmp_0": { + "name": "conv2d_168.tmp_0", + "persistable": false, + "shape": [ + 1, + 240, + 60, + 60 + ] + }, + "conv2d_169.tmp_0": { + "name": "conv2d_169.tmp_0", + "persistable": false, + "shape": [ + 1, + 56, + 60, + 60 + ] + }, + "conv2d_170.tmp_0": { + "name": "conv2d_170.tmp_0", + "persistable": false, + "shape": [ + 1, + 336, + 60, + 60 + ] + }, + "conv2d_171.tmp_0": { + "name": "conv2d_171.tmp_0", + "persistable": false, + "shape": [ + 1, + 56, + 60, + 60 + ] + }, + "conv2d_172.tmp_0": { + "name": "conv2d_172.tmp_0", + "persistable": false, + "shape": [ + 1, + 336, + 60, + 60 + ] + }, + "conv2d_173.tmp_0": { + "name": "conv2d_173.tmp_0", + "persistable": false, + "shape": [ + 1, + 80, + 30, + 30 + ] + }, + "conv2d_174.tmp_0": { + "name": "conv2d_174.tmp_0", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "conv2d_175.tmp_0": { + "name": "conv2d_175.tmp_0", + "persistable": false, + "shape": [ + 1, + 80, + 30, + 30 + ] + }, + "conv2d_176.tmp_0": { + "name": "conv2d_176.tmp_0", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "conv2d_177.tmp_0": { + "name": "conv2d_177.tmp_0", + "persistable": false, + "shape": [ + 1, + 80, + 30, + 30 + ] + }, + "conv2d_178.tmp_0": { + "name": "conv2d_178.tmp_0", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "conv2d_179.tmp_0": { + "name": "conv2d_179.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 30, + 30 + ] + }, + "conv2d_180.tmp_0": { + "name": "conv2d_180.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "conv2d_181.tmp_0": { + "name": "conv2d_181.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 120, + 120 + ] + }, + "conv2d_182.tmp_0": { + "name": "conv2d_182.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 240, + 240 + ] + }, + "conv2d_183.tmp_0": { + "name": "conv2d_183.tmp_0", + "persistable": false, + "shape": [ + 1, + 24, + 30, + 30 + ] + }, + "conv2d_184.tmp_0": { + "name": "conv2d_184.tmp_0", + "persistable": false, + "shape": [ + 1, + 24, + 60, + 60 + ] + }, + "conv2d_185.tmp_0": { + "name": "conv2d_185.tmp_0", + "persistable": false, + "shape": [ + 1, + 24, + 120, + 120 + ] + }, + "conv2d_186.tmp_0": { + "name": "conv2d_186.tmp_0", + "persistable": false, + "shape": [ + 1, + 24, + 240, + 240 + ] + }, + "conv2d_187.tmp_0": { + "name": "conv2d_187.tmp_0", + "persistable": false, + "shape": [ + 1, + 24, + 240, + 240 + ] + }, + "conv2d_33.w_0": { + "name": "conv2d_33.w_0", + "persistable": true, + "shape": [ + 8, + 3, + 3, + 3 + ] + }, + "conv2d_34.w_0": { + "name": "conv2d_34.w_0", + "persistable": true, + "shape": [ + 8, + 8, + 1, + 1 + ] + }, + "conv2d_35.w_0": { + "name": "conv2d_35.w_0", + "persistable": true, + "shape": [ + 8, + 1, + 3, + 3 + ] + }, + "conv2d_36.w_0": { + "name": "conv2d_36.w_0", + "persistable": true, + "shape": [ + 8, + 8, + 1, + 1 + ] + }, + "conv2d_37.w_0": { + "name": "conv2d_37.w_0", + "persistable": true, + "shape": [ + 32, + 8, + 1, + 1 + ] + }, + "conv2d_38.w_0": { + "name": "conv2d_38.w_0", + "persistable": true, + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + "conv2d_39.w_0": { + "name": "conv2d_39.w_0", + "persistable": true, + "shape": [ + 16, + 32, + 1, + 1 + ] + }, + "conv2d_40.w_0": { + "name": "conv2d_40.w_0", + "persistable": true, + "shape": [ + 40, + 16, + 1, + 1 + ] + }, + "conv2d_41.w_0": { + "name": "conv2d_41.w_0", + "persistable": true, + "shape": [ + 40, + 1, + 3, + 3 + ] + }, + "conv2d_42.w_0": { + "name": "conv2d_42.w_0", + "persistable": true, + "shape": [ + 16, + 40, + 1, + 1 + ] + }, + "conv2d_43.w_0": { + "name": "conv2d_43.w_0", + "persistable": true, + "shape": [ + 40, + 16, + 1, + 1 + ] + }, + "conv2d_44.w_0": { + "name": "conv2d_44.w_0", + "persistable": true, + "shape": [ + 40, + 1, + 5, + 5 + ] + }, + "conv2d_45.w_0": { + "name": "conv2d_45.w_0", + "persistable": true, + "shape": [ + 24, + 40, + 1, + 1 + ] + }, + "conv2d_46.w_0": { + "name": "conv2d_46.w_0", + "persistable": true, + "shape": [ + 64, + 24, + 1, + 1 + ] + }, + "conv2d_47.w_0": { + "name": "conv2d_47.w_0", + "persistable": true, + "shape": [ + 64, + 1, + 5, + 5 + ] + }, + "conv2d_48.w_0": { + "name": "conv2d_48.w_0", + "persistable": true, + "shape": [ + 24, + 64, + 1, + 1 + ] + }, + "conv2d_49.w_0": { + "name": "conv2d_49.w_0", + "persistable": true, + "shape": [ + 64, + 24, + 1, + 1 + ] + }, + "conv2d_50.w_0": { + "name": "conv2d_50.w_0", + "persistable": true, + "shape": [ + 64, + 1, + 5, + 5 + ] + }, + "conv2d_51.w_0": { + "name": "conv2d_51.w_0", + "persistable": true, + "shape": [ + 24, + 64, + 1, + 1 + ] + }, + "conv2d_52.w_0": { + "name": "conv2d_52.w_0", + "persistable": true, + "shape": [ + 120, + 24, + 1, + 1 + ] + }, + "conv2d_53.w_0": { + "name": "conv2d_53.w_0", + "persistable": true, + "shape": [ + 120, + 1, + 3, + 3 + ] + }, + "conv2d_54.w_0": { + "name": "conv2d_54.w_0", + "persistable": true, + "shape": [ + 40, + 120, + 1, + 1 + ] + }, + "conv2d_55.w_0": { + "name": "conv2d_55.w_0", + "persistable": true, + "shape": [ + 104, + 40, + 1, + 1 + ] + }, + "conv2d_56.w_0": { + "name": "conv2d_56.w_0", + "persistable": true, + "shape": [ + 104, + 1, + 3, + 3 + ] + }, + "conv2d_57.w_0": { + "name": "conv2d_57.w_0", + "persistable": true, + "shape": [ + 40, + 104, + 1, + 1 + ] + }, + "conv2d_58.w_0": { + "name": "conv2d_58.w_0", + "persistable": true, + "shape": [ + 96, + 40, + 1, + 1 + ] + }, + "conv2d_59.w_0": { + "name": "conv2d_59.w_0", + "persistable": true, + "shape": [ + 96, + 1, + 3, + 3 + ] + }, + "conv2d_60.w_0": { + "name": "conv2d_60.w_0", + "persistable": true, + "shape": [ + 40, + 96, + 1, + 1 + ] + }, + "conv2d_61.w_0": { + "name": "conv2d_61.w_0", + "persistable": true, + "shape": [ + 96, + 40, + 1, + 1 + ] + }, + "conv2d_62.w_0": { + "name": "conv2d_62.w_0", + "persistable": true, + "shape": [ + 96, + 1, + 3, + 3 + ] + }, + "conv2d_63.w_0": { + "name": "conv2d_63.w_0", + "persistable": true, + "shape": [ + 40, + 96, + 1, + 1 + ] + }, + "conv2d_64.w_0": { + "name": "conv2d_64.w_0", + "persistable": true, + "shape": [ + 240, + 40, + 1, + 1 + ] + }, + "conv2d_65.w_0": { + "name": "conv2d_65.w_0", + "persistable": true, + "shape": [ + 240, + 1, + 3, + 3 + ] + }, + "conv2d_66.w_0": { + "name": "conv2d_66.w_0", + "persistable": true, + "shape": [ + 56, + 240, + 1, + 1 + ] + }, + "conv2d_67.w_0": { + "name": "conv2d_67.w_0", + "persistable": true, + "shape": [ + 336, + 56, + 1, + 1 + ] + }, + "conv2d_68.w_0": { + "name": "conv2d_68.w_0", + "persistable": true, + "shape": [ + 336, + 1, + 3, + 3 + ] + }, + "conv2d_69.w_0": { + "name": "conv2d_69.w_0", + "persistable": true, + "shape": [ + 56, + 336, + 1, + 1 + ] + }, + "conv2d_70.w_0": { + "name": "conv2d_70.w_0", + "persistable": true, + "shape": [ + 336, + 56, + 1, + 1 + ] + }, + "conv2d_71.w_0": { + "name": "conv2d_71.w_0", + "persistable": true, + "shape": [ + 336, + 1, + 5, + 5 + ] + }, + "conv2d_72.w_0": { + "name": "conv2d_72.w_0", + "persistable": true, + "shape": [ + 80, + 336, + 1, + 1 + ] + }, + "conv2d_73.w_0": { + "name": "conv2d_73.w_0", + "persistable": true, + "shape": [ + 480, + 80, + 1, + 1 + ] + }, + "conv2d_74.w_0": { + "name": "conv2d_74.w_0", + "persistable": true, + "shape": [ + 480, + 1, + 5, + 5 + ] + }, + "conv2d_75.w_0": { + "name": "conv2d_75.w_0", + "persistable": true, + "shape": [ + 80, + 480, + 1, + 1 + ] + }, + "conv2d_76.w_0": { + "name": "conv2d_76.w_0", + "persistable": true, + "shape": [ + 480, + 80, + 1, + 1 + ] + }, + "conv2d_77.w_0": { + "name": "conv2d_77.w_0", + "persistable": true, + "shape": [ + 480, + 1, + 5, + 5 + ] + }, + "conv2d_78.w_0": { + "name": "conv2d_78.w_0", + "persistable": true, + "shape": [ + 80, + 480, + 1, + 1 + ] + }, + "conv2d_79.w_0": { + "name": "conv2d_79.w_0", + "persistable": true, + "shape": [ + 480, + 80, + 1, + 1 + ] + }, + "conv2d_80.w_0": { + "name": "conv2d_80.w_0", + "persistable": true, + "shape": [ + 96, + 16, + 1, + 1 + ] + }, + "conv2d_81.w_0": { + "name": "conv2d_81.w_0", + "persistable": true, + "shape": [ + 96, + 24, + 1, + 1 + ] + }, + "conv2d_82.w_0": { + "name": "conv2d_82.w_0", + "persistable": true, + "shape": [ + 96, + 56, + 1, + 1 + ] + }, + "conv2d_83.w_0": { + "name": "conv2d_83.w_0", + "persistable": true, + "shape": [ + 96, + 480, + 1, + 1 + ] + }, + "conv2d_84.w_0": { + "name": "conv2d_84.w_0", + "persistable": true, + "shape": [ + 24, + 96, + 3, + 3 + ] + }, + "conv2d_85.w_0": { + "name": "conv2d_85.w_0", + "persistable": true, + "shape": [ + 24, + 96, + 3, + 3 + ] + }, + "conv2d_86.w_0": { + "name": "conv2d_86.w_0", + "persistable": true, + "shape": [ + 24, + 96, + 3, + 3 + ] + }, + "conv2d_87.w_0": { + "name": "conv2d_87.w_0", + "persistable": true, + "shape": [ + 24, + 96, + 3, + 3 + ] + }, + "conv2d_88.w_0": { + "name": "conv2d_88.w_0", + "persistable": true, + "shape": [ + 24, + 96, + 3, + 3 + ] + }, + "conv2d_transpose_12.tmp_0": { + "name": "conv2d_transpose_12.tmp_0", + "persistable": false, + "shape": [ + 1, + 24, + 480, + 480 + ] + }, + "conv2d_transpose_13.tmp_0": { + "name": "conv2d_transpose_13.tmp_0", + "persistable": false, + "shape": [ + 1, + 1, + 960, + 960 + ] + }, + "conv2d_transpose_4.b_0": { + "name": "conv2d_transpose_4.b_0", + "persistable": true, + "shape": [ + 24 + ] + }, + "conv2d_transpose_4.w_0": { + "name": "conv2d_transpose_4.w_0", + "persistable": true, + "shape": [ + 24, + 24, + 2, + 2 + ] + }, + "conv2d_transpose_5.b_0": { + "name": "conv2d_transpose_5.b_0", + "persistable": true, + "shape": [ + 1 + ] + }, + "conv2d_transpose_5.w_0": { + "name": "conv2d_transpose_5.w_0", + "persistable": true, + "shape": [ + 24, + 1, + 2, + 2 + ] + }, + "depthwise_conv2d_0.tmp_0": { + "name": "depthwise_conv2d_0.tmp_0", + "persistable": false, + "shape": [ + 1, + 8, + 480, + 480 + ] + }, + "depthwise_conv2d_1.tmp_0": { + "name": "depthwise_conv2d_1.tmp_0", + "persistable": false, + "shape": [ + 1, + 32, + 240, + 240 + ] + }, + "depthwise_conv2d_10.tmp_0": { + "name": "depthwise_conv2d_10.tmp_0", + "persistable": false, + "shape": [ + 1, + 240, + 60, + 60 + ] + }, + "depthwise_conv2d_11.tmp_0": { + "name": "depthwise_conv2d_11.tmp_0", + "persistable": false, + "shape": [ + 1, + 336, + 60, + 60 + ] + }, + "depthwise_conv2d_12.tmp_0": { + "name": "depthwise_conv2d_12.tmp_0", + "persistable": false, + "shape": [ + 1, + 336, + 30, + 30 + ] + }, + "depthwise_conv2d_13.tmp_0": { + "name": "depthwise_conv2d_13.tmp_0", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "depthwise_conv2d_14.tmp_0": { + "name": "depthwise_conv2d_14.tmp_0", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "depthwise_conv2d_2.tmp_0": { + "name": "depthwise_conv2d_2.tmp_0", + "persistable": false, + "shape": [ + 1, + 40, + 240, + 240 + ] + }, + "depthwise_conv2d_3.tmp_0": { + "name": "depthwise_conv2d_3.tmp_0", + "persistable": false, + "shape": [ + 1, + 40, + 120, + 120 + ] + }, + "depthwise_conv2d_4.tmp_0": { + "name": "depthwise_conv2d_4.tmp_0", + "persistable": false, + "shape": [ + 1, + 64, + 120, + 120 + ] + }, + "depthwise_conv2d_5.tmp_0": { + "name": "depthwise_conv2d_5.tmp_0", + "persistable": false, + "shape": [ + 1, + 64, + 120, + 120 + ] + }, + "depthwise_conv2d_6.tmp_0": { + "name": "depthwise_conv2d_6.tmp_0", + "persistable": false, + "shape": [ + 1, + 120, + 60, + 60 + ] + }, + "depthwise_conv2d_7.tmp_0": { + "name": "depthwise_conv2d_7.tmp_0", + "persistable": false, + "shape": [ + 1, + 104, + 60, + 60 + ] + }, + "depthwise_conv2d_8.tmp_0": { + "name": "depthwise_conv2d_8.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "depthwise_conv2d_9.tmp_0": { + "name": "depthwise_conv2d_9.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "elementwise_add_0": { + "name": "elementwise_add_0", + "persistable": false, + "shape": [ + 1, + 8, + 480, + 480 + ] + }, + "elementwise_add_1": { + "name": "elementwise_add_1", + "persistable": false, + "shape": [ + 1, + 16, + 240, + 240 + ] + }, + "elementwise_add_10.tmp_0": { + "name": "elementwise_add_10.tmp_0", + "persistable": false, + "shape": [ + 1, + 24, + 480, + 480 + ] + }, + "elementwise_add_11.tmp_0": { + "name": "elementwise_add_11.tmp_0", + "persistable": false, + "shape": [ + 1, + 1, + 960, + 960 + ] + }, + "elementwise_add_2": { + "name": "elementwise_add_2", + "persistable": false, + "shape": [ + 1, + 24, + 120, + 120 + ] + }, + "elementwise_add_3": { + "name": "elementwise_add_3", + "persistable": false, + "shape": [ + 1, + 24, + 120, + 120 + ] + }, + "elementwise_add_4": { + "name": "elementwise_add_4", + "persistable": false, + "shape": [ + 1, + 40, + 60, + 60 + ] + }, + "elementwise_add_5": { + "name": "elementwise_add_5", + "persistable": false, + "shape": [ + 1, + 40, + 60, + 60 + ] + }, + "elementwise_add_6": { + "name": "elementwise_add_6", + "persistable": false, + "shape": [ + 1, + 40, + 60, + 60 + ] + }, + "elementwise_add_7": { + "name": "elementwise_add_7", + "persistable": false, + "shape": [ + 1, + 56, + 60, + 60 + ] + }, + "elementwise_add_8": { + "name": "elementwise_add_8", + "persistable": false, + "shape": [ + 1, + 80, + 30, + 30 + ] + }, + "elementwise_add_9": { + "name": "elementwise_add_9", + "persistable": false, + "shape": [ + 1, + 80, + 30, + 30 + ] + }, + "hardswish_0.tmp_0": { + "name": "hardswish_0.tmp_0", + "persistable": false, + "shape": [ + 1, + 8, + 480, + 480 + ] + }, + "hardswish_1.tmp_0": { + "name": "hardswish_1.tmp_0", + "persistable": false, + "shape": [ + 1, + 120, + 120, + 120 + ] + }, + "hardswish_10.tmp_0": { + "name": "hardswish_10.tmp_0", + "persistable": false, + "shape": [ + 1, + 240, + 60, + 60 + ] + }, + "hardswish_11.tmp_0": { + "name": "hardswish_11.tmp_0", + "persistable": false, + "shape": [ + 1, + 336, + 60, + 60 + ] + }, + "hardswish_12.tmp_0": { + "name": "hardswish_12.tmp_0", + "persistable": false, + "shape": [ + 1, + 336, + 60, + 60 + ] + }, + "hardswish_13.tmp_0": { + "name": "hardswish_13.tmp_0", + "persistable": false, + "shape": [ + 1, + 336, + 60, + 60 + ] + }, + "hardswish_14.tmp_0": { + "name": "hardswish_14.tmp_0", + "persistable": false, + "shape": [ + 1, + 336, + 30, + 30 + ] + }, + "hardswish_15.tmp_0": { + "name": "hardswish_15.tmp_0", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "hardswish_16.tmp_0": { + "name": "hardswish_16.tmp_0", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "hardswish_17.tmp_0": { + "name": "hardswish_17.tmp_0", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "hardswish_18.tmp_0": { + "name": "hardswish_18.tmp_0", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "hardswish_19.tmp_0": { + "name": "hardswish_19.tmp_0", + "persistable": false, + "shape": [ + 1, + 480, + 30, + 30 + ] + }, + "hardswish_2.tmp_0": { + "name": "hardswish_2.tmp_0", + "persistable": false, + "shape": [ + 1, + 120, + 60, + 60 + ] + }, + "hardswish_3.tmp_0": { + "name": "hardswish_3.tmp_0", + "persistable": false, + "shape": [ + 1, + 104, + 60, + 60 + ] + }, + "hardswish_4.tmp_0": { + "name": "hardswish_4.tmp_0", + "persistable": false, + "shape": [ + 1, + 104, + 60, + 60 + ] + }, + "hardswish_5.tmp_0": { + "name": "hardswish_5.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "hardswish_6.tmp_0": { + "name": "hardswish_6.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "hardswish_7.tmp_0": { + "name": "hardswish_7.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "hardswish_8.tmp_0": { + "name": "hardswish_8.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "hardswish_9.tmp_0": { + "name": "hardswish_9.tmp_0", + "persistable": false, + "shape": [ + 1, + 240, + 60, + 60 + ] + }, + "nearest_interp_v2_0.tmp_0": { + "name": "nearest_interp_v2_0.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "nearest_interp_v2_1.tmp_0": { + "name": "nearest_interp_v2_1.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 120, + 120 + ] + }, + "nearest_interp_v2_2.tmp_0": { + "name": "nearest_interp_v2_2.tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 240, + 240 + ] + }, + "nearest_interp_v2_3.tmp_0": { + "name": "nearest_interp_v2_3.tmp_0", + "persistable": false, + "shape": [ + 1, + 24, + 240, + 240 + ] + }, + "nearest_interp_v2_4.tmp_0": { + "name": "nearest_interp_v2_4.tmp_0", + "persistable": false, + "shape": [ + 1, + 24, + 240, + 240 + ] + }, + "nearest_interp_v2_5.tmp_0": { + "name": "nearest_interp_v2_5.tmp_0", + "persistable": false, + "shape": [ + 1, + 24, + 240, + 240 + ] + }, + "relu_0.tmp_0": { + "name": "relu_0.tmp_0", + "persistable": false, + "shape": [ + 1, + 8, + 480, + 480 + ] + }, + "relu_1.tmp_0": { + "name": "relu_1.tmp_0", + "persistable": false, + "shape": [ + 1, + 8, + 480, + 480 + ] + }, + "relu_10.tmp_0": { + "name": "relu_10.tmp_0", + "persistable": false, + "shape": [ + 1, + 64, + 120, + 120 + ] + }, + "relu_11.tmp_0": { + "name": "relu_11.tmp_0", + "persistable": false, + "shape": [ + 1, + 64, + 120, + 120 + ] + }, + "relu_2.tmp_0": { + "name": "relu_2.tmp_0", + "persistable": false, + "shape": [ + 1, + 32, + 480, + 480 + ] + }, + "relu_3.tmp_0": { + "name": "relu_3.tmp_0", + "persistable": false, + "shape": [ + 1, + 32, + 240, + 240 + ] + }, + "relu_4.tmp_0": { + "name": "relu_4.tmp_0", + "persistable": false, + "shape": [ + 1, + 40, + 240, + 240 + ] + }, + "relu_5.tmp_0": { + "name": "relu_5.tmp_0", + "persistable": false, + "shape": [ + 1, + 40, + 240, + 240 + ] + }, + "relu_6.tmp_0": { + "name": "relu_6.tmp_0", + "persistable": false, + "shape": [ + 1, + 40, + 240, + 240 + ] + }, + "relu_7.tmp_0": { + "name": "relu_7.tmp_0", + "persistable": false, + "shape": [ + 1, + 40, + 120, + 120 + ] + }, + "relu_8.tmp_0": { + "name": "relu_8.tmp_0", + "persistable": false, + "shape": [ + 1, + 64, + 120, + 120 + ] + }, + "relu_9.tmp_0": { + "name": "relu_9.tmp_0", + "persistable": false, + "shape": [ + 1, + 64, + 120, + 120 + ] + }, + "save_infer_model/scale_0.tmp_1": { + "name": "save_infer_model/scale_0.tmp_1", + "persistable": false, + "shape": [ + 1, + 1, + 960, + 960 + ] + }, + "sigmoid_0.tmp_0": { + "name": "sigmoid_0.tmp_0", + "persistable": false, + "shape": [ + 1, + 1, + 960, + 960 + ] + }, + "tmp_0": { + "name": "tmp_0", + "persistable": false, + "shape": [ + 1, + 96, + 60, + 60 + ] + }, + "tmp_1": { + "name": "tmp_1", + "persistable": false, + "shape": [ + 1, + 96, + 120, + 120 + ] + }, + "tmp_2": { + "name": "tmp_2", + "persistable": false, + "shape": [ + 1, + 96, + 240, + 240 + ] + }, + "x": { + "name": "x", + "persistable": false, + "shape": [ + 1, + 3, + 960, + 960 + ] + } + } +} \ No newline at end of file diff --git a/public/tfjs/ocr/ch_PP-OCRv2_rec_fuse_activation/model.json b/public/tfjs/ocr/ch_PP-OCRv2_rec_fuse_activation/model.json new file mode 100644 index 0000000..6d62ae9 --- /dev/null +++ b/public/tfjs/ocr/ch_PP-OCRv2_rec_fuse_activation/model.json @@ -0,0 +1,41040 @@ +{ + "chunkNum": 2, + "dataLayout": "nchw", + "feedShape": { + "fc": 3, + "fh": 32, + "fw": 320 + }, + "gpuOpt": true, + "ops": [ + { + "attrs": { + "with_quant_attr": false + }, + "inputs": { + "X": [ + "feed" + ] + }, + "outputs": { + "Out": [ + "image" + ] + }, + "type": "feed" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 2, + 2 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_0.w_0" + ], + "Input": [ + "image" + ] + }, + "outputs": { + "Out": [ + "conv2d_31.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_0.b_0" + ], + "Mean": [ + "batch_norm_0.w_1" + ], + "Scale": [ + "batch_norm_0.w_0" + ], + "Variance": [ + "batch_norm_0.w_2" + ], + "X": [ + "conv2d_31.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_0.w_1" + ], + "Out": [ + "batch_norm_0.tmp_3" + ], + "SavedMean": [ + "batch_norm_0.tmp_0" + ], + "SavedVariance": [ + "batch_norm_0.tmp_1" + ], + "VarianceOut": [ + "batch_norm_0.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_0.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_0.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 16, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_1.w_0" + ], + "Input": [ + "batch_norm_0.tmp_4" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_0.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_1.b_0" + ], + "Mean": [ + "batch_norm_1.w_1" + ], + "Scale": [ + "batch_norm_1.w_0" + ], + "Variance": [ + "batch_norm_1.w_2" + ], + "X": [ + "depthwise_conv2d_0.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_1.w_1" + ], + "Out": [ + "batch_norm_1.tmp_3" + ], + "SavedMean": [ + "batch_norm_1.tmp_0" + ], + "SavedVariance": [ + "batch_norm_1.tmp_1" + ], + "VarianceOut": [ + "batch_norm_1.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_1.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_1.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_2.w_0" + ], + "Input": [ + "batch_norm_1.tmp_4" + ] + }, + "outputs": { + "Out": [ + "conv2d_32.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_2.b_0" + ], + "Mean": [ + "batch_norm_2.w_1" + ], + "Scale": [ + "batch_norm_2.w_0" + ], + "Variance": [ + "batch_norm_2.w_2" + ], + "X": [ + "conv2d_32.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_2.w_1" + ], + "Out": [ + "batch_norm_2.tmp_3" + ], + "SavedMean": [ + "batch_norm_2.tmp_0" + ], + "SavedVariance": [ + "batch_norm_2.tmp_1" + ], + "VarianceOut": [ + "batch_norm_2.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_2.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_2.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 32, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_3.w_0" + ], + "Input": [ + "batch_norm_2.tmp_4" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_1.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_3.b_0" + ], + "Mean": [ + "batch_norm_3.w_1" + ], + "Scale": [ + "batch_norm_3.w_0" + ], + "Variance": [ + "batch_norm_3.w_2" + ], + "X": [ + "depthwise_conv2d_1.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_3.w_1" + ], + "Out": [ + "batch_norm_3.tmp_3" + ], + "SavedMean": [ + "batch_norm_3.tmp_0" + ], + "SavedVariance": [ + "batch_norm_3.tmp_1" + ], + "VarianceOut": [ + "batch_norm_3.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_3.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_3.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_4.w_0" + ], + "Input": [ + "batch_norm_3.tmp_4" + ] + }, + "outputs": { + "Out": [ + "conv2d_33.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_4.b_0" + ], + "Mean": [ + "batch_norm_4.w_1" + ], + "Scale": [ + "batch_norm_4.w_0" + ], + "Variance": [ + "batch_norm_4.w_2" + ], + "X": [ + "conv2d_33.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_4.w_1" + ], + "Out": [ + "batch_norm_4.tmp_3" + ], + "SavedMean": [ + "batch_norm_4.tmp_0" + ], + "SavedVariance": [ + "batch_norm_4.tmp_1" + ], + "VarianceOut": [ + "batch_norm_4.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_4.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_4.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 64, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_5.w_0" + ], + "Input": [ + "batch_norm_4.tmp_4" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_2.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_5.b_0" + ], + "Mean": [ + "batch_norm_5.w_1" + ], + "Scale": [ + "batch_norm_5.w_0" + ], + "Variance": [ + "batch_norm_5.w_2" + ], + "X": [ + "depthwise_conv2d_2.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_5.w_1" + ], + "Out": [ + "batch_norm_5.tmp_3" + ], + "SavedMean": [ + "batch_norm_5.tmp_0" + ], + "SavedVariance": [ + "batch_norm_5.tmp_1" + ], + "VarianceOut": [ + "batch_norm_5.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_5.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_5.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_6.w_0" + ], + "Input": [ + "batch_norm_5.tmp_4" + ] + }, + "outputs": { + "Out": [ + "conv2d_34.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_6.b_0" + ], + "Mean": [ + "batch_norm_6.w_1" + ], + "Scale": [ + "batch_norm_6.w_0" + ], + "Variance": [ + "batch_norm_6.w_2" + ], + "X": [ + "conv2d_34.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_6.w_1" + ], + "Out": [ + "batch_norm_6.tmp_3" + ], + "SavedMean": [ + "batch_norm_6.tmp_0" + ], + "SavedVariance": [ + "batch_norm_6.tmp_1" + ], + "VarianceOut": [ + "batch_norm_6.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_6.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_6.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 64, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 2, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_7.w_0" + ], + "Input": [ + "batch_norm_6.tmp_4" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_3.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_7.b_0" + ], + "Mean": [ + "batch_norm_7.w_1" + ], + "Scale": [ + "batch_norm_7.w_0" + ], + "Variance": [ + "batch_norm_7.w_2" + ], + "X": [ + "depthwise_conv2d_3.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_7.w_1" + ], + "Out": [ + "batch_norm_7.tmp_3" + ], + "SavedMean": [ + "batch_norm_7.tmp_0" + ], + "SavedVariance": [ + "batch_norm_7.tmp_1" + ], + "VarianceOut": [ + "batch_norm_7.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_7.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_7.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_8.w_0" + ], + "Input": [ + "batch_norm_7.tmp_4" + ] + }, + "outputs": { + "Out": [ + "conv2d_35.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_8.b_0" + ], + "Mean": [ + "batch_norm_8.w_1" + ], + "Scale": [ + "batch_norm_8.w_0" + ], + "Variance": [ + "batch_norm_8.w_2" + ], + "X": [ + "conv2d_35.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_8.w_1" + ], + "Out": [ + "batch_norm_8.tmp_3" + ], + "SavedMean": [ + "batch_norm_8.tmp_0" + ], + "SavedVariance": [ + "batch_norm_8.tmp_1" + ], + "VarianceOut": [ + "batch_norm_8.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_8.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_8.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 128, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_9.w_0" + ], + "Input": [ + "batch_norm_8.tmp_4" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_4.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_9.b_0" + ], + "Mean": [ + "batch_norm_9.w_1" + ], + "Scale": [ + "batch_norm_9.w_0" + ], + "Variance": [ + "batch_norm_9.w_2" + ], + "X": [ + "depthwise_conv2d_4.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_9.w_1" + ], + "Out": [ + "batch_norm_9.tmp_3" + ], + "SavedMean": [ + "batch_norm_9.tmp_0" + ], + "SavedVariance": [ + "batch_norm_9.tmp_1" + ], + "VarianceOut": [ + "batch_norm_9.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_9.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_9.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_10.w_0" + ], + "Input": [ + "batch_norm_9.tmp_4" + ] + }, + "outputs": { + "Out": [ + "conv2d_36.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_10.b_0" + ], + "Mean": [ + "batch_norm_10.w_1" + ], + "Scale": [ + "batch_norm_10.w_0" + ], + "Variance": [ + "batch_norm_10.w_2" + ], + "X": [ + "conv2d_36.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_10.w_1" + ], + "Out": [ + "batch_norm_10.tmp_3" + ], + "SavedMean": [ + "batch_norm_10.tmp_0" + ], + "SavedVariance": [ + "batch_norm_10.tmp_1" + ], + "VarianceOut": [ + "batch_norm_10.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_10.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_10.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 128, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 1, + 1 + ], + "strides": [ + 2, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_11.w_0" + ], + "Input": [ + "batch_norm_10.tmp_4" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_5.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_11.b_0" + ], + "Mean": [ + "batch_norm_11.w_1" + ], + "Scale": [ + "batch_norm_11.w_0" + ], + "Variance": [ + "batch_norm_11.w_2" + ], + "X": [ + "depthwise_conv2d_5.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_11.w_1" + ], + "Out": [ + "batch_norm_11.tmp_3" + ], + "SavedMean": [ + "batch_norm_11.tmp_0" + ], + "SavedVariance": [ + "batch_norm_11.tmp_1" + ], + "VarianceOut": [ + "batch_norm_11.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_11.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_11.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_12.w_0" + ], + "Input": [ + "batch_norm_11.tmp_4" + ] + }, + "outputs": { + "Out": [ + "conv2d_37.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_12.b_0" + ], + "Mean": [ + "batch_norm_12.w_1" + ], + "Scale": [ + "batch_norm_12.w_0" + ], + "Variance": [ + "batch_norm_12.w_2" + ], + "X": [ + "conv2d_37.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_12.w_1" + ], + "Out": [ + "batch_norm_12.tmp_3" + ], + "SavedMean": [ + "batch_norm_12.tmp_0" + ], + "SavedVariance": [ + "batch_norm_12.tmp_1" + ], + "VarianceOut": [ + "batch_norm_12.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_12.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_12.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 256, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 2, + 2 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_13.w_0" + ], + "Input": [ + "batch_norm_12.tmp_4" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_6.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_13.b_0" + ], + "Mean": [ + "batch_norm_13.w_1" + ], + "Scale": [ + "batch_norm_13.w_0" + ], + "Variance": [ + "batch_norm_13.w_2" + ], + "X": [ + "depthwise_conv2d_6.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_13.w_1" + ], + "Out": [ + "batch_norm_13.tmp_3" + ], + "SavedMean": [ + "batch_norm_13.tmp_0" + ], + "SavedVariance": [ + "batch_norm_13.tmp_1" + ], + "VarianceOut": [ + "batch_norm_13.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_13.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_13.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_14.w_0" + ], + "Input": [ + "batch_norm_13.tmp_4" + ] + }, + "outputs": { + "Out": [ + "conv2d_38.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_14.b_0" + ], + "Mean": [ + "batch_norm_14.w_1" + ], + "Scale": [ + "batch_norm_14.w_0" + ], + "Variance": [ + "batch_norm_14.w_2" + ], + "X": [ + "conv2d_38.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_14.w_1" + ], + "Out": [ + "batch_norm_14.tmp_3" + ], + "SavedMean": [ + "batch_norm_14.tmp_0" + ], + "SavedVariance": [ + "batch_norm_14.tmp_1" + ], + "VarianceOut": [ + "batch_norm_14.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_14.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_14.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 256, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 2, + 2 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_15.w_0" + ], + "Input": [ + "batch_norm_14.tmp_4" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_7.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_15.b_0" + ], + "Mean": [ + "batch_norm_15.w_1" + ], + "Scale": [ + "batch_norm_15.w_0" + ], + "Variance": [ + "batch_norm_15.w_2" + ], + "X": [ + "depthwise_conv2d_7.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_15.w_1" + ], + "Out": [ + "batch_norm_15.tmp_3" + ], + "SavedMean": [ + "batch_norm_15.tmp_0" + ], + "SavedVariance": [ + "batch_norm_15.tmp_1" + ], + "VarianceOut": [ + "batch_norm_15.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_15.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_15.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_16.w_0" + ], + "Input": [ + "batch_norm_15.tmp_4" + ] + }, + "outputs": { + "Out": [ + "conv2d_39.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_16.b_0" + ], + "Mean": [ + "batch_norm_16.w_1" + ], + "Scale": [ + "batch_norm_16.w_0" + ], + "Variance": [ + "batch_norm_16.w_2" + ], + "X": [ + "conv2d_39.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_16.w_1" + ], + "Out": [ + "batch_norm_16.tmp_3" + ], + "SavedMean": [ + "batch_norm_16.tmp_0" + ], + "SavedVariance": [ + "batch_norm_16.tmp_1" + ], + "VarianceOut": [ + "batch_norm_16.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_16.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_16.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 256, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 2, + 2 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_17.w_0" + ], + "Input": [ + "batch_norm_16.tmp_4" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_8.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_17.b_0" + ], + "Mean": [ + "batch_norm_17.w_1" + ], + "Scale": [ + "batch_norm_17.w_0" + ], + "Variance": [ + "batch_norm_17.w_2" + ], + "X": [ + "depthwise_conv2d_8.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_17.w_1" + ], + "Out": [ + "batch_norm_17.tmp_3" + ], + "SavedMean": [ + "batch_norm_17.tmp_0" + ], + "SavedVariance": [ + "batch_norm_17.tmp_1" + ], + "VarianceOut": [ + "batch_norm_17.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_17.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_17.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_18.w_0" + ], + "Input": [ + "batch_norm_17.tmp_4" + ] + }, + "outputs": { + "Out": [ + "conv2d_40.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_18.b_0" + ], + "Mean": [ + "batch_norm_18.w_1" + ], + "Scale": [ + "batch_norm_18.w_0" + ], + "Variance": [ + "batch_norm_18.w_2" + ], + "X": [ + "conv2d_40.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_18.w_1" + ], + "Out": [ + "batch_norm_18.tmp_3" + ], + "SavedMean": [ + "batch_norm_18.tmp_0" + ], + "SavedVariance": [ + "batch_norm_18.tmp_1" + ], + "VarianceOut": [ + "batch_norm_18.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_18.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_18.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 256, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 2, + 2 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_19.w_0" + ], + "Input": [ + "batch_norm_18.tmp_4" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_9.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_19.b_0" + ], + "Mean": [ + "batch_norm_19.w_1" + ], + "Scale": [ + "batch_norm_19.w_0" + ], + "Variance": [ + "batch_norm_19.w_2" + ], + "X": [ + "depthwise_conv2d_9.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_19.w_1" + ], + "Out": [ + "batch_norm_19.tmp_3" + ], + "SavedMean": [ + "batch_norm_19.tmp_0" + ], + "SavedVariance": [ + "batch_norm_19.tmp_1" + ], + "VarianceOut": [ + "batch_norm_19.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_19.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_19.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_20.w_0" + ], + "Input": [ + "batch_norm_19.tmp_4" + ] + }, + "outputs": { + "Out": [ + "conv2d_41.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_20.b_0" + ], + "Mean": [ + "batch_norm_20.w_1" + ], + "Scale": [ + "batch_norm_20.w_0" + ], + "Variance": [ + "batch_norm_20.w_2" + ], + "X": [ + "conv2d_41.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_20.w_1" + ], + "Out": [ + "batch_norm_20.tmp_3" + ], + "SavedMean": [ + "batch_norm_20.tmp_0" + ], + "SavedVariance": [ + "batch_norm_20.tmp_1" + ], + "VarianceOut": [ + "batch_norm_20.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_20.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_20.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 256, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 2, + 2 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_21.w_0" + ], + "Input": [ + "batch_norm_20.tmp_4" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_10.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_21.b_0" + ], + "Mean": [ + "batch_norm_21.w_1" + ], + "Scale": [ + "batch_norm_21.w_0" + ], + "Variance": [ + "batch_norm_21.w_2" + ], + "X": [ + "depthwise_conv2d_10.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_21.w_1" + ], + "Out": [ + "batch_norm_21.tmp_3" + ], + "SavedMean": [ + "batch_norm_21.tmp_0" + ], + "SavedVariance": [ + "batch_norm_21.tmp_1" + ], + "VarianceOut": [ + "batch_norm_21.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_21.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_21.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_22.w_0" + ], + "Input": [ + "batch_norm_21.tmp_4" + ] + }, + "outputs": { + "Out": [ + "conv2d_42.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_22.b_0" + ], + "Mean": [ + "batch_norm_22.w_1" + ], + "Scale": [ + "batch_norm_22.w_0" + ], + "Variance": [ + "batch_norm_22.w_2" + ], + "X": [ + "conv2d_42.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_22.w_1" + ], + "Out": [ + "batch_norm_22.tmp_3" + ], + "SavedMean": [ + "batch_norm_22.tmp_0" + ], + "SavedVariance": [ + "batch_norm_22.tmp_1" + ], + "VarianceOut": [ + "batch_norm_22.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_22.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_22.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 256, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 2, + 2 + ], + "strides": [ + 2, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_23.w_0" + ], + "Input": [ + "batch_norm_22.tmp_4" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_11.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_23.b_0" + ], + "Mean": [ + "batch_norm_23.w_1" + ], + "Scale": [ + "batch_norm_23.w_0" + ], + "Variance": [ + "batch_norm_23.w_2" + ], + "X": [ + "depthwise_conv2d_11.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_23.w_1" + ], + "Out": [ + "batch_norm_23.tmp_3" + ], + "SavedMean": [ + "batch_norm_23.tmp_0" + ], + "SavedVariance": [ + "batch_norm_23.tmp_1" + ], + "VarianceOut": [ + "batch_norm_23.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_23.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_23.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "adaptive": true, + "ceil_mode": false, + "exclusive": true, + "global_pooling": false, + "ksize": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "pooling_type": "avg", + "strides": [ + 1, + 1 + ], + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_23.tmp_4" + ] + }, + "outputs": { + "Out": [ + "pool2d_0.tmp_0" + ] + }, + "type": "pool2d" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_24.w_0" + ], + "Input": [ + "pool2d_0.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_43.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": 1, + "fuse_opt": { + "relu": { + "with_quant_attr": false + } + }, + "with_quant_attr": false, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "conv2d_43.tmp_0" + ], + "Y": [ + "conv2d_24.b_0" + ] + }, + "outputs": { + "Out": [ + "relu_0.tmp_0" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_25.w_0" + ], + "Input": [ + "relu_0.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_44.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": 1, + "fuse_opt": { + "hard_sigmoid": { + "offset": 0.5, + "slope": 0.16666670143604279, + "with_quant_attr": false + } + }, + "with_quant_attr": false, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "conv2d_44.tmp_0" + ], + "Y": [ + "conv2d_25.b_0" + ] + }, + "outputs": { + "Out": [ + "hardsigmoid_0.tmp_0" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "with_quant_attr": false, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "batch_norm_23.tmp_4" + ], + "Y": [ + "hardsigmoid_0.tmp_0" + ] + }, + "outputs": { + "Out": [ + "elementwise_mul_0" + ] + }, + "type": "elementwise_mul" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_26.w_0" + ], + "Input": [ + "elementwise_mul_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_45.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_24.b_0" + ], + "Mean": [ + "batch_norm_24.w_1" + ], + "Scale": [ + "batch_norm_24.w_0" + ], + "Variance": [ + "batch_norm_24.w_2" + ], + "X": [ + "conv2d_45.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_24.w_1" + ], + "Out": [ + "batch_norm_24.tmp_3" + ], + "SavedMean": [ + "batch_norm_24.tmp_0" + ], + "SavedVariance": [ + "batch_norm_24.tmp_1" + ], + "VarianceOut": [ + "batch_norm_24.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_24.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_24.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 512, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 2, + 2 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_27.w_0" + ], + "Input": [ + "batch_norm_24.tmp_4" + ] + }, + "outputs": { + "Out": [ + "depthwise_conv2d_12.tmp_0" + ] + }, + "type": "depthwise_conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_25.b_0" + ], + "Mean": [ + "batch_norm_25.w_1" + ], + "Scale": [ + "batch_norm_25.w_0" + ], + "Variance": [ + "batch_norm_25.w_2" + ], + "X": [ + "depthwise_conv2d_12.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_25.w_1" + ], + "Out": [ + "batch_norm_25.tmp_3" + ], + "SavedMean": [ + "batch_norm_25.tmp_0" + ], + "SavedVariance": [ + "batch_norm_25.tmp_1" + ], + "VarianceOut": [ + "batch_norm_25.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_25.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_25.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "adaptive": true, + "ceil_mode": false, + "exclusive": true, + "global_pooling": false, + "ksize": [ + 1, + 1 + ], + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "pooling_type": "avg", + "strides": [ + 1, + 1 + ], + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_25.tmp_4" + ] + }, + "outputs": { + "Out": [ + "pool2d_1.tmp_0" + ] + }, + "type": "pool2d" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_28.w_0" + ], + "Input": [ + "pool2d_1.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_46.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": 1, + "fuse_opt": { + "relu": { + "with_quant_attr": false + } + }, + "with_quant_attr": false, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "conv2d_46.tmp_0" + ], + "Y": [ + "conv2d_28.b_0" + ] + }, + "outputs": { + "Out": [ + "relu_1.tmp_0" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_29.w_0" + ], + "Input": [ + "relu_1.tmp_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_47.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": 1, + "fuse_opt": { + "hard_sigmoid": { + "offset": 0.5, + "slope": 0.16666670143604279, + "with_quant_attr": false + } + }, + "with_quant_attr": false, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "conv2d_47.tmp_0" + ], + "Y": [ + "conv2d_29.b_0" + ] + }, + "outputs": { + "Out": [ + "hardsigmoid_1.tmp_0" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": -1, + "with_quant_attr": false, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "batch_norm_25.tmp_4" + ], + "Y": [ + "hardsigmoid_1.tmp_0" + ] + }, + "outputs": { + "Out": [ + "elementwise_mul_1" + ] + }, + "type": "elementwise_mul" + }, + { + "attrs": { + "Scale_in": 1.0, + "Scale_in_eltwise": 1.0, + "Scale_out": 1.0, + "Scale_weights": [ + 1.0 + ], + "dilations": [ + 1, + 1 + ], + "exhaustive_search": false, + "force_fp32_output": false, + "fuse_activation": "", + "fuse_alpha": 0.0, + "fuse_beta": 0.0, + "fuse_brelu": false, + "fuse_brelu_threshold": 6.0, + "fuse_relu": false, + "fuse_relu_before_depthwise_conv": false, + "fuse_residual_connection": false, + "groups": 1, + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "strides": [ + 1, + 1 + ], + "use_addto": false, + "with_quant_attr": false + }, + "inputs": { + "Filter": [ + "conv2d_30.w_0" + ], + "Input": [ + "elementwise_mul_1" + ] + }, + "outputs": { + "Out": [ + "conv2d_48.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "attrs": { + "data_layout": "NCHW", + "epsilon": 9.999999747378752e-06, + "fuse_with_relu": false, + "momentum": 0.8999999761581421, + "trainable_statistics": false, + "use_global_stats": false, + "with_quant_attr": false + }, + "inputs": { + "Bias": [ + "batch_norm_26.b_0" + ], + "Mean": [ + "batch_norm_26.w_1" + ], + "Scale": [ + "batch_norm_26.w_0" + ], + "Variance": [ + "batch_norm_26.w_2" + ], + "X": [ + "conv2d_48.tmp_0" + ] + }, + "outputs": { + "MeanOut": [ + "batch_norm_26.w_1" + ], + "Out": [ + "batch_norm_26.tmp_3" + ], + "SavedMean": [ + "batch_norm_26.tmp_0" + ], + "SavedVariance": [ + "batch_norm_26.tmp_1" + ], + "VarianceOut": [ + "batch_norm_26.w_2" + ] + }, + "type": "batchnorm" + }, + { + "attrs": { + "offset": 3.0, + "scale": 6.0, + "threshold": 6.0, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_26.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_26.tmp_4" + ] + }, + "type": "hard_swish" + }, + { + "attrs": { + "adaptive": false, + "ceil_mode": false, + "exclusive": true, + "global_pooling": false, + "ksize": [ + 2, + 2 + ], + "padding_algorithm": "EXPLICIT", + "paddings": [ + 0, + 0 + ], + "pooling_type": "max", + "strides": [ + 2, + 2 + ], + "with_quant_attr": false + }, + "inputs": { + "X": [ + "batch_norm_26.tmp_4" + ] + }, + "outputs": { + "Out": [ + "pool2d_2.tmp_0" + ] + }, + "type": "pool2d" + }, + { + "attrs": { + "axes": [ + 2 + ], + "with_quant_attr": false + }, + "inputs": { + "X": [ + "pool2d_2.tmp_0" + ] + }, + "outputs": { + "Out": [ + "squeeze_0.tmp_0" + ], + "XShape": [ + "squeeze_0.tmp_1" + ] + }, + "type": "squeeze2" + }, + { + "attrs": { + "axis": [ + 0, + 2, + 1 + ], + "with_quant_attr": false + }, + "inputs": { + "X": [ + "squeeze_0.tmp_0" + ] + }, + "outputs": { + "Out": [ + "transpose_0.tmp_0" + ], + "XShape": [ + "transpose_0.tmp_1" + ] + }, + "type": "transpose2" + }, + { + "attrs": { + "dtype": 5, + "force_cpu": false, + "input_dim_idx": 0, + "output_dim_idx": 1, + "shape": [ + 4, + -1, + 64 + ], + "str_value": "0.0", + "value": 0.0, + "with_quant_attr": false + }, + "inputs": { + "Input": [ + "transpose_0.tmp_0" + ] + }, + "outputs": { + "Out": [ + "fill_constant_batch_size_like_0.tmp_0" + ] + }, + "type": "fill_constant_batch_size_like" + }, + { + "attrs": { + "dtype": 5, + "force_cpu": false, + "input_dim_idx": 0, + "output_dim_idx": 1, + "shape": [ + 4, + -1, + 64 + ], + "str_value": "0.0", + "value": 0.0, + "with_quant_attr": false + }, + "inputs": { + "Input": [ + "transpose_0.tmp_0" + ] + }, + "outputs": { + "Out": [ + "fill_constant_batch_size_like_1.tmp_0" + ] + }, + "type": "fill_constant_batch_size_like" + }, + { + "attrs": { + "axis": [ + 1, + 0, + 2 + ], + "with_quant_attr": false + }, + "inputs": { + "X": [ + "transpose_0.tmp_0" + ] + }, + "outputs": { + "Out": [ + "transpose_1.tmp_0" + ], + "XShape": [ + "transpose_1.tmp_1" + ] + }, + "type": "transpose2" + }, + { + "attrs": { + "axis": [ + 1, + 0, + 2 + ], + "with_quant_attr": false + }, + "inputs": { + "X": [ + "lstm_0.tmp_0" + ] + }, + "outputs": { + "Out": [ + "transpose_2.tmp_0" + ], + "XShape": [ + "transpose_2.tmp_1" + ] + }, + "type": "transpose2" + }, + { + "attrs": { + "trans_x": false, + "trans_y": false, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "transpose_2.tmp_0" + ], + "Y": [ + "linear_0.w_0" + ] + }, + "outputs": { + "Out": [ + "linear_2.tmp_0" + ] + }, + "type": "matmul_v2" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": 2, + "with_quant_attr": false, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "linear_2.tmp_0" + ], + "Y": [ + "linear_0.b_0" + ] + }, + "outputs": { + "Out": [ + "linear_2.tmp_1" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "trans_x": false, + "trans_y": false, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "linear_2.tmp_1" + ], + "Y": [ + "linear_1.w_0" + ] + }, + "outputs": { + "Out": [ + "linear_3.tmp_0" + ] + }, + "type": "matmul_v2" + }, + { + "attrs": { + "Scale_out": 1.0, + "Scale_x": 1.0, + "Scale_y": 1.0, + "axis": 2, + "with_quant_attr": false, + "x_data_format": "", + "y_data_format": "" + }, + "inputs": { + "X": [ + "linear_3.tmp_0" + ], + "Y": [ + "linear_1.b_0" + ] + }, + "outputs": { + "Out": [ + "linear_3.tmp_1" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "axis": 2, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "linear_3.tmp_1" + ] + }, + "outputs": { + "Out": [ + "softmax_0.tmp_0" + ] + }, + "type": "softmax" + }, + { + "attrs": { + "with_quant_attr": false + }, + "inputs": { + "X": [ + "softmax_0.tmp_0" + ] + }, + "outputs": { + "Out": [ + "fetch" + ] + }, + "type": "fetch" + }, + { + "attrs": { + "state_axis": 0 + }, + "inputs": { + "Input": [ + "transpose_1.tmp_0" + ], + "PreState": [ + "fill_constant_batch_size_like_0.tmp_0" + ], + "WeightList": [ + "lstm_cell_0.w_0", + "lstm_cell_0.w_1", + "lstm_cell_0.b_0", + "lstm_cell_0.b_1" + ] + }, + "outputs": { + "Out": [ + "rnn_origin_0" + ] + }, + "type": "rnn_origin" + }, + { + "attrs": { + "batch": 80, + "input_axis": 0, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "fill_constant_batch_size_like_0.tmp_0" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_0.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_0.tmp_matmul" + ], + "Y": [ + "fill_constant_batch_size_like_1.tmp_0" + ] + }, + "outputs": { + "Out": [ + "lstm_0_0.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_0.tmp_matmul" + ], + "Y": [ + "fill_constant_batch_size_like_1.tmp_0" + ] + }, + "outputs": { + "Out": [ + "lstm_0_0.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 1, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_0.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_1.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_1.tmp_matmul" + ], + "Y": [ + "lstm_0_0.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_1.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_1.tmp_matmul" + ], + "Y": [ + "lstm_0_0.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_1.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 2, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_1.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_2.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_2.tmp_matmul" + ], + "Y": [ + "lstm_0_1.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_2.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_2.tmp_matmul" + ], + "Y": [ + "lstm_0_1.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_2.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 3, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_2.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_3.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_3.tmp_matmul" + ], + "Y": [ + "lstm_0_2.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_3.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_3.tmp_matmul" + ], + "Y": [ + "lstm_0_2.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_3.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 4, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_3.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_4.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_4.tmp_matmul" + ], + "Y": [ + "lstm_0_3.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_4.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_4.tmp_matmul" + ], + "Y": [ + "lstm_0_3.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_4.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 5, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_4.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_5.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_5.tmp_matmul" + ], + "Y": [ + "lstm_0_4.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_5.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_5.tmp_matmul" + ], + "Y": [ + "lstm_0_4.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_5.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 6, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_5.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_6.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_6.tmp_matmul" + ], + "Y": [ + "lstm_0_5.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_6.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_6.tmp_matmul" + ], + "Y": [ + "lstm_0_5.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_6.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 7, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_6.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_7.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_7.tmp_matmul" + ], + "Y": [ + "lstm_0_6.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_7.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_7.tmp_matmul" + ], + "Y": [ + "lstm_0_6.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_7.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 8, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_7.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_8.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_8.tmp_matmul" + ], + "Y": [ + "lstm_0_7.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_8.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_8.tmp_matmul" + ], + "Y": [ + "lstm_0_7.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_8.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 9, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_8.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_9.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_9.tmp_matmul" + ], + "Y": [ + "lstm_0_8.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_9.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_9.tmp_matmul" + ], + "Y": [ + "lstm_0_8.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_9.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 10, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_9.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_10.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_10.tmp_matmul" + ], + "Y": [ + "lstm_0_9.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_10.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_10.tmp_matmul" + ], + "Y": [ + "lstm_0_9.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_10.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 11, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_10.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_11.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_11.tmp_matmul" + ], + "Y": [ + "lstm_0_10.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_11.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_11.tmp_matmul" + ], + "Y": [ + "lstm_0_10.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_11.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 12, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_11.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_12.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_12.tmp_matmul" + ], + "Y": [ + "lstm_0_11.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_12.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_12.tmp_matmul" + ], + "Y": [ + "lstm_0_11.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_12.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 13, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_12.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_13.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_13.tmp_matmul" + ], + "Y": [ + "lstm_0_12.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_13.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_13.tmp_matmul" + ], + "Y": [ + "lstm_0_12.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_13.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 14, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_13.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_14.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_14.tmp_matmul" + ], + "Y": [ + "lstm_0_13.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_14.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_14.tmp_matmul" + ], + "Y": [ + "lstm_0_13.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_14.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 15, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_14.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_15.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_15.tmp_matmul" + ], + "Y": [ + "lstm_0_14.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_15.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_15.tmp_matmul" + ], + "Y": [ + "lstm_0_14.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_15.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 16, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_15.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_16.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_16.tmp_matmul" + ], + "Y": [ + "lstm_0_15.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_16.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_16.tmp_matmul" + ], + "Y": [ + "lstm_0_15.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_16.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 17, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_16.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_17.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_17.tmp_matmul" + ], + "Y": [ + "lstm_0_16.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_17.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_17.tmp_matmul" + ], + "Y": [ + "lstm_0_16.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_17.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 18, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_17.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_18.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_18.tmp_matmul" + ], + "Y": [ + "lstm_0_17.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_18.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_18.tmp_matmul" + ], + "Y": [ + "lstm_0_17.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_18.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 19, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_18.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_19.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_19.tmp_matmul" + ], + "Y": [ + "lstm_0_18.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_19.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_19.tmp_matmul" + ], + "Y": [ + "lstm_0_18.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_19.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 20, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_19.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_20.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_20.tmp_matmul" + ], + "Y": [ + "lstm_0_19.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_20.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_20.tmp_matmul" + ], + "Y": [ + "lstm_0_19.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_20.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 21, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_20.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_21.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_21.tmp_matmul" + ], + "Y": [ + "lstm_0_20.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_21.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_21.tmp_matmul" + ], + "Y": [ + "lstm_0_20.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_21.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 22, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_21.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_22.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_22.tmp_matmul" + ], + "Y": [ + "lstm_0_21.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_22.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_22.tmp_matmul" + ], + "Y": [ + "lstm_0_21.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_22.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 23, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_22.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_23.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_23.tmp_matmul" + ], + "Y": [ + "lstm_0_22.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_23.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_23.tmp_matmul" + ], + "Y": [ + "lstm_0_22.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_23.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 24, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_23.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_24.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_24.tmp_matmul" + ], + "Y": [ + "lstm_0_23.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_24.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_24.tmp_matmul" + ], + "Y": [ + "lstm_0_23.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_24.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 25, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_24.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_25.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_25.tmp_matmul" + ], + "Y": [ + "lstm_0_24.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_25.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_25.tmp_matmul" + ], + "Y": [ + "lstm_0_24.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_25.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 26, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_25.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_26.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_26.tmp_matmul" + ], + "Y": [ + "lstm_0_25.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_26.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_26.tmp_matmul" + ], + "Y": [ + "lstm_0_25.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_26.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 27, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_26.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_27.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_27.tmp_matmul" + ], + "Y": [ + "lstm_0_26.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_27.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_27.tmp_matmul" + ], + "Y": [ + "lstm_0_26.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_27.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 28, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_27.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_28.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_28.tmp_matmul" + ], + "Y": [ + "lstm_0_27.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_28.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_28.tmp_matmul" + ], + "Y": [ + "lstm_0_27.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_28.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 29, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_28.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_29.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_29.tmp_matmul" + ], + "Y": [ + "lstm_0_28.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_29.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_29.tmp_matmul" + ], + "Y": [ + "lstm_0_28.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_29.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 30, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_29.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_30.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_30.tmp_matmul" + ], + "Y": [ + "lstm_0_29.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_30.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_30.tmp_matmul" + ], + "Y": [ + "lstm_0_29.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_30.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 31, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_30.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_31.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_31.tmp_matmul" + ], + "Y": [ + "lstm_0_30.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_31.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_31.tmp_matmul" + ], + "Y": [ + "lstm_0_30.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_31.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 32, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_31.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_32.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_32.tmp_matmul" + ], + "Y": [ + "lstm_0_31.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_32.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_32.tmp_matmul" + ], + "Y": [ + "lstm_0_31.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_32.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 33, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_32.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_33.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_33.tmp_matmul" + ], + "Y": [ + "lstm_0_32.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_33.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_33.tmp_matmul" + ], + "Y": [ + "lstm_0_32.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_33.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 34, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_33.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_34.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_34.tmp_matmul" + ], + "Y": [ + "lstm_0_33.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_34.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_34.tmp_matmul" + ], + "Y": [ + "lstm_0_33.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_34.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 35, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_34.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_35.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_35.tmp_matmul" + ], + "Y": [ + "lstm_0_34.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_35.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_35.tmp_matmul" + ], + "Y": [ + "lstm_0_34.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_35.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 36, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_35.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_36.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_36.tmp_matmul" + ], + "Y": [ + "lstm_0_35.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_36.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_36.tmp_matmul" + ], + "Y": [ + "lstm_0_35.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_36.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 37, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_36.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_37.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_37.tmp_matmul" + ], + "Y": [ + "lstm_0_36.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_37.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_37.tmp_matmul" + ], + "Y": [ + "lstm_0_36.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_37.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 38, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_37.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_38.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_38.tmp_matmul" + ], + "Y": [ + "lstm_0_37.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_38.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_38.tmp_matmul" + ], + "Y": [ + "lstm_0_37.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_38.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 39, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_38.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_39.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_39.tmp_matmul" + ], + "Y": [ + "lstm_0_38.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_39.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_39.tmp_matmul" + ], + "Y": [ + "lstm_0_38.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_39.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 40, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_39.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_40.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_40.tmp_matmul" + ], + "Y": [ + "lstm_0_39.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_40.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_40.tmp_matmul" + ], + "Y": [ + "lstm_0_39.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_40.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 41, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_40.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_41.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_41.tmp_matmul" + ], + "Y": [ + "lstm_0_40.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_41.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_41.tmp_matmul" + ], + "Y": [ + "lstm_0_40.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_41.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 42, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_41.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_42.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_42.tmp_matmul" + ], + "Y": [ + "lstm_0_41.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_42.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_42.tmp_matmul" + ], + "Y": [ + "lstm_0_41.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_42.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 43, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_42.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_43.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_43.tmp_matmul" + ], + "Y": [ + "lstm_0_42.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_43.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_43.tmp_matmul" + ], + "Y": [ + "lstm_0_42.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_43.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 44, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_43.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_44.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_44.tmp_matmul" + ], + "Y": [ + "lstm_0_43.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_44.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_44.tmp_matmul" + ], + "Y": [ + "lstm_0_43.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_44.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 45, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_44.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_45.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_45.tmp_matmul" + ], + "Y": [ + "lstm_0_44.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_45.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_45.tmp_matmul" + ], + "Y": [ + "lstm_0_44.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_45.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 46, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_45.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_46.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_46.tmp_matmul" + ], + "Y": [ + "lstm_0_45.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_46.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_46.tmp_matmul" + ], + "Y": [ + "lstm_0_45.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_46.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 47, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_46.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_47.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_47.tmp_matmul" + ], + "Y": [ + "lstm_0_46.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_47.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_47.tmp_matmul" + ], + "Y": [ + "lstm_0_46.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_47.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 48, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_47.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_48.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_48.tmp_matmul" + ], + "Y": [ + "lstm_0_47.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_48.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_48.tmp_matmul" + ], + "Y": [ + "lstm_0_47.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_48.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 49, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_48.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_49.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_49.tmp_matmul" + ], + "Y": [ + "lstm_0_48.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_49.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_49.tmp_matmul" + ], + "Y": [ + "lstm_0_48.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_49.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 50, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_49.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_50.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_50.tmp_matmul" + ], + "Y": [ + "lstm_0_49.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_50.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_50.tmp_matmul" + ], + "Y": [ + "lstm_0_49.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_50.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 51, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_50.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_51.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_51.tmp_matmul" + ], + "Y": [ + "lstm_0_50.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_51.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_51.tmp_matmul" + ], + "Y": [ + "lstm_0_50.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_51.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 52, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_51.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_52.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_52.tmp_matmul" + ], + "Y": [ + "lstm_0_51.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_52.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_52.tmp_matmul" + ], + "Y": [ + "lstm_0_51.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_52.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 53, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_52.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_53.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_53.tmp_matmul" + ], + "Y": [ + "lstm_0_52.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_53.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_53.tmp_matmul" + ], + "Y": [ + "lstm_0_52.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_53.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 54, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_53.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_54.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_54.tmp_matmul" + ], + "Y": [ + "lstm_0_53.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_54.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_54.tmp_matmul" + ], + "Y": [ + "lstm_0_53.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_54.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 55, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_54.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_55.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_55.tmp_matmul" + ], + "Y": [ + "lstm_0_54.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_55.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_55.tmp_matmul" + ], + "Y": [ + "lstm_0_54.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_55.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 56, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_55.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_56.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_56.tmp_matmul" + ], + "Y": [ + "lstm_0_55.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_56.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_56.tmp_matmul" + ], + "Y": [ + "lstm_0_55.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_56.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 57, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_56.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_57.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_57.tmp_matmul" + ], + "Y": [ + "lstm_0_56.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_57.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_57.tmp_matmul" + ], + "Y": [ + "lstm_0_56.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_57.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 58, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_57.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_58.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_58.tmp_matmul" + ], + "Y": [ + "lstm_0_57.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_58.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_58.tmp_matmul" + ], + "Y": [ + "lstm_0_57.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_58.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 59, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_58.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_59.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_59.tmp_matmul" + ], + "Y": [ + "lstm_0_58.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_59.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_59.tmp_matmul" + ], + "Y": [ + "lstm_0_58.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_59.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 60, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_59.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_60.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_60.tmp_matmul" + ], + "Y": [ + "lstm_0_59.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_60.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_60.tmp_matmul" + ], + "Y": [ + "lstm_0_59.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_60.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 61, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_60.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_61.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_61.tmp_matmul" + ], + "Y": [ + "lstm_0_60.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_61.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_61.tmp_matmul" + ], + "Y": [ + "lstm_0_60.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_61.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 62, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_61.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_62.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_62.tmp_matmul" + ], + "Y": [ + "lstm_0_61.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_62.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_62.tmp_matmul" + ], + "Y": [ + "lstm_0_61.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_62.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 63, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_62.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_63.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_63.tmp_matmul" + ], + "Y": [ + "lstm_0_62.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_63.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_63.tmp_matmul" + ], + "Y": [ + "lstm_0_62.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_63.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 64, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_63.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_64.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_64.tmp_matmul" + ], + "Y": [ + "lstm_0_63.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_64.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_64.tmp_matmul" + ], + "Y": [ + "lstm_0_63.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_64.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 65, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_64.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_65.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_65.tmp_matmul" + ], + "Y": [ + "lstm_0_64.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_65.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_65.tmp_matmul" + ], + "Y": [ + "lstm_0_64.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_65.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 66, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_65.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_66.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_66.tmp_matmul" + ], + "Y": [ + "lstm_0_65.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_66.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_66.tmp_matmul" + ], + "Y": [ + "lstm_0_65.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_66.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 67, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_66.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_67.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_67.tmp_matmul" + ], + "Y": [ + "lstm_0_66.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_67.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_67.tmp_matmul" + ], + "Y": [ + "lstm_0_66.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_67.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 68, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_67.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_68.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_68.tmp_matmul" + ], + "Y": [ + "lstm_0_67.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_68.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_68.tmp_matmul" + ], + "Y": [ + "lstm_0_67.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_68.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 69, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_68.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_69.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_69.tmp_matmul" + ], + "Y": [ + "lstm_0_68.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_69.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_69.tmp_matmul" + ], + "Y": [ + "lstm_0_68.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_69.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 70, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_69.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_70.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_70.tmp_matmul" + ], + "Y": [ + "lstm_0_69.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_70.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_70.tmp_matmul" + ], + "Y": [ + "lstm_0_69.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_70.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 71, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_70.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_71.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_71.tmp_matmul" + ], + "Y": [ + "lstm_0_70.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_71.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_71.tmp_matmul" + ], + "Y": [ + "lstm_0_70.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_71.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 72, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_71.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_72.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_72.tmp_matmul" + ], + "Y": [ + "lstm_0_71.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_72.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_72.tmp_matmul" + ], + "Y": [ + "lstm_0_71.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_72.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 73, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_72.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_73.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_73.tmp_matmul" + ], + "Y": [ + "lstm_0_72.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_73.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_73.tmp_matmul" + ], + "Y": [ + "lstm_0_72.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_73.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 74, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_73.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_74.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_74.tmp_matmul" + ], + "Y": [ + "lstm_0_73.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_74.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_74.tmp_matmul" + ], + "Y": [ + "lstm_0_73.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_74.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 75, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_74.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_75.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_75.tmp_matmul" + ], + "Y": [ + "lstm_0_74.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_75.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_75.tmp_matmul" + ], + "Y": [ + "lstm_0_74.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_75.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 76, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_75.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_76.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_76.tmp_matmul" + ], + "Y": [ + "lstm_0_75.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_76.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_76.tmp_matmul" + ], + "Y": [ + "lstm_0_75.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_76.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 77, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_76.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_77.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_77.tmp_matmul" + ], + "Y": [ + "lstm_0_76.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_77.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_77.tmp_matmul" + ], + "Y": [ + "lstm_0_76.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_77.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 78, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_77.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_78.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_78.tmp_matmul" + ], + "Y": [ + "lstm_0_77.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_78.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_78.tmp_matmul" + ], + "Y": [ + "lstm_0_77.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_78.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 79, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_0" + ], + "PreState": [ + "lstm_0_78.tmp_h" + ], + "WeightList": [ + "lstm_cell_0.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_0_79.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_79.tmp_matmul" + ], + "Y": [ + "lstm_0_78.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_79.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_79.tmp_matmul" + ], + "Y": [ + "lstm_0_78.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_0_79.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "state_axis": 1 + }, + "inputs": { + "Input": [ + "transpose_1.tmp_0" + ], + "PreState": [ + "fill_constant_batch_size_like_0.tmp_0" + ], + "WeightList": [ + "lstm_cell_1.w_0", + "lstm_cell_1.w_1", + "lstm_cell_1.b_0", + "lstm_cell_1.b_1" + ] + }, + "outputs": { + "Out": [ + "rnn_origin_1" + ] + }, + "type": "rnn_origin" + }, + { + "attrs": { + "batch": 80, + "input_axis": 0, + "reverse": true, + "state_axis": 1 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "fill_constant_batch_size_like_0.tmp_0" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_0.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 1 + }, + "inputs": { + "X": [ + "lstm_1_0.tmp_matmul" + ], + "Y": [ + "fill_constant_batch_size_like_1.tmp_0" + ] + }, + "outputs": { + "Out": [ + "lstm_1_0.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 1 + }, + "inputs": { + "X": [ + "lstm_1_0.tmp_matmul" + ], + "Y": [ + "fill_constant_batch_size_like_1.tmp_0" + ] + }, + "outputs": { + "Out": [ + "lstm_1_0.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 1, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_0.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_1.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_1.tmp_matmul" + ], + "Y": [ + "lstm_1_0.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_1.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_1.tmp_matmul" + ], + "Y": [ + "lstm_1_0.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_1.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 2, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_1.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_2.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_2.tmp_matmul" + ], + "Y": [ + "lstm_1_1.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_2.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_2.tmp_matmul" + ], + "Y": [ + "lstm_1_1.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_2.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 3, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_2.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_3.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_3.tmp_matmul" + ], + "Y": [ + "lstm_1_2.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_3.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_3.tmp_matmul" + ], + "Y": [ + "lstm_1_2.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_3.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 4, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_3.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_4.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_4.tmp_matmul" + ], + "Y": [ + "lstm_1_3.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_4.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_4.tmp_matmul" + ], + "Y": [ + "lstm_1_3.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_4.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 5, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_4.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_5.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_5.tmp_matmul" + ], + "Y": [ + "lstm_1_4.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_5.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_5.tmp_matmul" + ], + "Y": [ + "lstm_1_4.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_5.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 6, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_5.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_6.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_6.tmp_matmul" + ], + "Y": [ + "lstm_1_5.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_6.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_6.tmp_matmul" + ], + "Y": [ + "lstm_1_5.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_6.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 7, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_6.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_7.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_7.tmp_matmul" + ], + "Y": [ + "lstm_1_6.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_7.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_7.tmp_matmul" + ], + "Y": [ + "lstm_1_6.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_7.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 8, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_7.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_8.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_8.tmp_matmul" + ], + "Y": [ + "lstm_1_7.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_8.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_8.tmp_matmul" + ], + "Y": [ + "lstm_1_7.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_8.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 9, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_8.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_9.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_9.tmp_matmul" + ], + "Y": [ + "lstm_1_8.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_9.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_9.tmp_matmul" + ], + "Y": [ + "lstm_1_8.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_9.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 10, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_9.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_10.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_10.tmp_matmul" + ], + "Y": [ + "lstm_1_9.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_10.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_10.tmp_matmul" + ], + "Y": [ + "lstm_1_9.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_10.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 11, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_10.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_11.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_11.tmp_matmul" + ], + "Y": [ + "lstm_1_10.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_11.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_11.tmp_matmul" + ], + "Y": [ + "lstm_1_10.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_11.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 12, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_11.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_12.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_12.tmp_matmul" + ], + "Y": [ + "lstm_1_11.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_12.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_12.tmp_matmul" + ], + "Y": [ + "lstm_1_11.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_12.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 13, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_12.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_13.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_13.tmp_matmul" + ], + "Y": [ + "lstm_1_12.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_13.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_13.tmp_matmul" + ], + "Y": [ + "lstm_1_12.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_13.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 14, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_13.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_14.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_14.tmp_matmul" + ], + "Y": [ + "lstm_1_13.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_14.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_14.tmp_matmul" + ], + "Y": [ + "lstm_1_13.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_14.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 15, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_14.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_15.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_15.tmp_matmul" + ], + "Y": [ + "lstm_1_14.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_15.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_15.tmp_matmul" + ], + "Y": [ + "lstm_1_14.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_15.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 16, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_15.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_16.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_16.tmp_matmul" + ], + "Y": [ + "lstm_1_15.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_16.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_16.tmp_matmul" + ], + "Y": [ + "lstm_1_15.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_16.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 17, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_16.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_17.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_17.tmp_matmul" + ], + "Y": [ + "lstm_1_16.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_17.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_17.tmp_matmul" + ], + "Y": [ + "lstm_1_16.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_17.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 18, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_17.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_18.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_18.tmp_matmul" + ], + "Y": [ + "lstm_1_17.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_18.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_18.tmp_matmul" + ], + "Y": [ + "lstm_1_17.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_18.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 19, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_18.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_19.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_19.tmp_matmul" + ], + "Y": [ + "lstm_1_18.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_19.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_19.tmp_matmul" + ], + "Y": [ + "lstm_1_18.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_19.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 20, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_19.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_20.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_20.tmp_matmul" + ], + "Y": [ + "lstm_1_19.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_20.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_20.tmp_matmul" + ], + "Y": [ + "lstm_1_19.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_20.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 21, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_20.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_21.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_21.tmp_matmul" + ], + "Y": [ + "lstm_1_20.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_21.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_21.tmp_matmul" + ], + "Y": [ + "lstm_1_20.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_21.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 22, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_21.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_22.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_22.tmp_matmul" + ], + "Y": [ + "lstm_1_21.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_22.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_22.tmp_matmul" + ], + "Y": [ + "lstm_1_21.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_22.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 23, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_22.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_23.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_23.tmp_matmul" + ], + "Y": [ + "lstm_1_22.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_23.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_23.tmp_matmul" + ], + "Y": [ + "lstm_1_22.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_23.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 24, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_23.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_24.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_24.tmp_matmul" + ], + "Y": [ + "lstm_1_23.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_24.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_24.tmp_matmul" + ], + "Y": [ + "lstm_1_23.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_24.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 25, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_24.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_25.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_25.tmp_matmul" + ], + "Y": [ + "lstm_1_24.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_25.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_25.tmp_matmul" + ], + "Y": [ + "lstm_1_24.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_25.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 26, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_25.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_26.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_26.tmp_matmul" + ], + "Y": [ + "lstm_1_25.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_26.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_26.tmp_matmul" + ], + "Y": [ + "lstm_1_25.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_26.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 27, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_26.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_27.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_27.tmp_matmul" + ], + "Y": [ + "lstm_1_26.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_27.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_27.tmp_matmul" + ], + "Y": [ + "lstm_1_26.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_27.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 28, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_27.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_28.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_28.tmp_matmul" + ], + "Y": [ + "lstm_1_27.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_28.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_28.tmp_matmul" + ], + "Y": [ + "lstm_1_27.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_28.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 29, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_28.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_29.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_29.tmp_matmul" + ], + "Y": [ + "lstm_1_28.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_29.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_29.tmp_matmul" + ], + "Y": [ + "lstm_1_28.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_29.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 30, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_29.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_30.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_30.tmp_matmul" + ], + "Y": [ + "lstm_1_29.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_30.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_30.tmp_matmul" + ], + "Y": [ + "lstm_1_29.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_30.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 31, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_30.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_31.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_31.tmp_matmul" + ], + "Y": [ + "lstm_1_30.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_31.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_31.tmp_matmul" + ], + "Y": [ + "lstm_1_30.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_31.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 32, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_31.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_32.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_32.tmp_matmul" + ], + "Y": [ + "lstm_1_31.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_32.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_32.tmp_matmul" + ], + "Y": [ + "lstm_1_31.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_32.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 33, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_32.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_33.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_33.tmp_matmul" + ], + "Y": [ + "lstm_1_32.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_33.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_33.tmp_matmul" + ], + "Y": [ + "lstm_1_32.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_33.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 34, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_33.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_34.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_34.tmp_matmul" + ], + "Y": [ + "lstm_1_33.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_34.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_34.tmp_matmul" + ], + "Y": [ + "lstm_1_33.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_34.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 35, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_34.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_35.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_35.tmp_matmul" + ], + "Y": [ + "lstm_1_34.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_35.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_35.tmp_matmul" + ], + "Y": [ + "lstm_1_34.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_35.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 36, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_35.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_36.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_36.tmp_matmul" + ], + "Y": [ + "lstm_1_35.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_36.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_36.tmp_matmul" + ], + "Y": [ + "lstm_1_35.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_36.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 37, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_36.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_37.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_37.tmp_matmul" + ], + "Y": [ + "lstm_1_36.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_37.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_37.tmp_matmul" + ], + "Y": [ + "lstm_1_36.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_37.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 38, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_37.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_38.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_38.tmp_matmul" + ], + "Y": [ + "lstm_1_37.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_38.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_38.tmp_matmul" + ], + "Y": [ + "lstm_1_37.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_38.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 39, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_38.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_39.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_39.tmp_matmul" + ], + "Y": [ + "lstm_1_38.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_39.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_39.tmp_matmul" + ], + "Y": [ + "lstm_1_38.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_39.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 40, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_39.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_40.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_40.tmp_matmul" + ], + "Y": [ + "lstm_1_39.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_40.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_40.tmp_matmul" + ], + "Y": [ + "lstm_1_39.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_40.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 41, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_40.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_41.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_41.tmp_matmul" + ], + "Y": [ + "lstm_1_40.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_41.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_41.tmp_matmul" + ], + "Y": [ + "lstm_1_40.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_41.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 42, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_41.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_42.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_42.tmp_matmul" + ], + "Y": [ + "lstm_1_41.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_42.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_42.tmp_matmul" + ], + "Y": [ + "lstm_1_41.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_42.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 43, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_42.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_43.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_43.tmp_matmul" + ], + "Y": [ + "lstm_1_42.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_43.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_43.tmp_matmul" + ], + "Y": [ + "lstm_1_42.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_43.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 44, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_43.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_44.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_44.tmp_matmul" + ], + "Y": [ + "lstm_1_43.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_44.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_44.tmp_matmul" + ], + "Y": [ + "lstm_1_43.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_44.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 45, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_44.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_45.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_45.tmp_matmul" + ], + "Y": [ + "lstm_1_44.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_45.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_45.tmp_matmul" + ], + "Y": [ + "lstm_1_44.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_45.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 46, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_45.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_46.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_46.tmp_matmul" + ], + "Y": [ + "lstm_1_45.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_46.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_46.tmp_matmul" + ], + "Y": [ + "lstm_1_45.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_46.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 47, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_46.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_47.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_47.tmp_matmul" + ], + "Y": [ + "lstm_1_46.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_47.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_47.tmp_matmul" + ], + "Y": [ + "lstm_1_46.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_47.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 48, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_47.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_48.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_48.tmp_matmul" + ], + "Y": [ + "lstm_1_47.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_48.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_48.tmp_matmul" + ], + "Y": [ + "lstm_1_47.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_48.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 49, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_48.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_49.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_49.tmp_matmul" + ], + "Y": [ + "lstm_1_48.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_49.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_49.tmp_matmul" + ], + "Y": [ + "lstm_1_48.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_49.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 50, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_49.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_50.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_50.tmp_matmul" + ], + "Y": [ + "lstm_1_49.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_50.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_50.tmp_matmul" + ], + "Y": [ + "lstm_1_49.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_50.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 51, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_50.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_51.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_51.tmp_matmul" + ], + "Y": [ + "lstm_1_50.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_51.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_51.tmp_matmul" + ], + "Y": [ + "lstm_1_50.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_51.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 52, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_51.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_52.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_52.tmp_matmul" + ], + "Y": [ + "lstm_1_51.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_52.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_52.tmp_matmul" + ], + "Y": [ + "lstm_1_51.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_52.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 53, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_52.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_53.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_53.tmp_matmul" + ], + "Y": [ + "lstm_1_52.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_53.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_53.tmp_matmul" + ], + "Y": [ + "lstm_1_52.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_53.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 54, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_53.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_54.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_54.tmp_matmul" + ], + "Y": [ + "lstm_1_53.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_54.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_54.tmp_matmul" + ], + "Y": [ + "lstm_1_53.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_54.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 55, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_54.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_55.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_55.tmp_matmul" + ], + "Y": [ + "lstm_1_54.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_55.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_55.tmp_matmul" + ], + "Y": [ + "lstm_1_54.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_55.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 56, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_55.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_56.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_56.tmp_matmul" + ], + "Y": [ + "lstm_1_55.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_56.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_56.tmp_matmul" + ], + "Y": [ + "lstm_1_55.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_56.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 57, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_56.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_57.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_57.tmp_matmul" + ], + "Y": [ + "lstm_1_56.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_57.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_57.tmp_matmul" + ], + "Y": [ + "lstm_1_56.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_57.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 58, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_57.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_58.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_58.tmp_matmul" + ], + "Y": [ + "lstm_1_57.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_58.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_58.tmp_matmul" + ], + "Y": [ + "lstm_1_57.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_58.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 59, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_58.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_59.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_59.tmp_matmul" + ], + "Y": [ + "lstm_1_58.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_59.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_59.tmp_matmul" + ], + "Y": [ + "lstm_1_58.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_59.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 60, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_59.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_60.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_60.tmp_matmul" + ], + "Y": [ + "lstm_1_59.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_60.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_60.tmp_matmul" + ], + "Y": [ + "lstm_1_59.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_60.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 61, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_60.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_61.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_61.tmp_matmul" + ], + "Y": [ + "lstm_1_60.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_61.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_61.tmp_matmul" + ], + "Y": [ + "lstm_1_60.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_61.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 62, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_61.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_62.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_62.tmp_matmul" + ], + "Y": [ + "lstm_1_61.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_62.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_62.tmp_matmul" + ], + "Y": [ + "lstm_1_61.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_62.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 63, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_62.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_63.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_63.tmp_matmul" + ], + "Y": [ + "lstm_1_62.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_63.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_63.tmp_matmul" + ], + "Y": [ + "lstm_1_62.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_63.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 64, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_63.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_64.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_64.tmp_matmul" + ], + "Y": [ + "lstm_1_63.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_64.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_64.tmp_matmul" + ], + "Y": [ + "lstm_1_63.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_64.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 65, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_64.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_65.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_65.tmp_matmul" + ], + "Y": [ + "lstm_1_64.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_65.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_65.tmp_matmul" + ], + "Y": [ + "lstm_1_64.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_65.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 66, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_65.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_66.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_66.tmp_matmul" + ], + "Y": [ + "lstm_1_65.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_66.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_66.tmp_matmul" + ], + "Y": [ + "lstm_1_65.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_66.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 67, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_66.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_67.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_67.tmp_matmul" + ], + "Y": [ + "lstm_1_66.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_67.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_67.tmp_matmul" + ], + "Y": [ + "lstm_1_66.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_67.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 68, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_67.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_68.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_68.tmp_matmul" + ], + "Y": [ + "lstm_1_67.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_68.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_68.tmp_matmul" + ], + "Y": [ + "lstm_1_67.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_68.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 69, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_68.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_69.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_69.tmp_matmul" + ], + "Y": [ + "lstm_1_68.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_69.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_69.tmp_matmul" + ], + "Y": [ + "lstm_1_68.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_69.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 70, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_69.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_70.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_70.tmp_matmul" + ], + "Y": [ + "lstm_1_69.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_70.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_70.tmp_matmul" + ], + "Y": [ + "lstm_1_69.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_70.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 71, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_70.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_71.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_71.tmp_matmul" + ], + "Y": [ + "lstm_1_70.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_71.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_71.tmp_matmul" + ], + "Y": [ + "lstm_1_70.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_71.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 72, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_71.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_72.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_72.tmp_matmul" + ], + "Y": [ + "lstm_1_71.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_72.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_72.tmp_matmul" + ], + "Y": [ + "lstm_1_71.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_72.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 73, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_72.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_73.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_73.tmp_matmul" + ], + "Y": [ + "lstm_1_72.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_73.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_73.tmp_matmul" + ], + "Y": [ + "lstm_1_72.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_73.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 74, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_73.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_74.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_74.tmp_matmul" + ], + "Y": [ + "lstm_1_73.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_74.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_74.tmp_matmul" + ], + "Y": [ + "lstm_1_73.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_74.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 75, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_74.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_75.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_75.tmp_matmul" + ], + "Y": [ + "lstm_1_74.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_75.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_75.tmp_matmul" + ], + "Y": [ + "lstm_1_74.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_75.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 76, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_75.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_76.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_76.tmp_matmul" + ], + "Y": [ + "lstm_1_75.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_76.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_76.tmp_matmul" + ], + "Y": [ + "lstm_1_75.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_76.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 77, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_76.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_77.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_77.tmp_matmul" + ], + "Y": [ + "lstm_1_76.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_77.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_77.tmp_matmul" + ], + "Y": [ + "lstm_1_76.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_77.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 78, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_77.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_78.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_78.tmp_matmul" + ], + "Y": [ + "lstm_1_77.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_78.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_78.tmp_matmul" + ], + "Y": [ + "lstm_1_77.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_78.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 79, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_1" + ], + "PreState": [ + "lstm_1_78.tmp_h" + ], + "WeightList": [ + "lstm_cell_1.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_1_79.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_79.tmp_matmul" + ], + "Y": [ + "lstm_1_78.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_79.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_1_79.tmp_matmul" + ], + "Y": [ + "lstm_1_78.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_1_79.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_0.tmp_h", + "lstm_1_79.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_0.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_1.tmp_h", + "lstm_1_78.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_1.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_2.tmp_h", + "lstm_1_77.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_2.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_3.tmp_h", + "lstm_1_76.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_3.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_4.tmp_h", + "lstm_1_75.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_4.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_5.tmp_h", + "lstm_1_74.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_5.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_6.tmp_h", + "lstm_1_73.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_6.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_7.tmp_h", + "lstm_1_72.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_7.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_8.tmp_h", + "lstm_1_71.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_8.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_9.tmp_h", + "lstm_1_70.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_9.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_10.tmp_h", + "lstm_1_69.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_10.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_11.tmp_h", + "lstm_1_68.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_11.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_12.tmp_h", + "lstm_1_67.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_12.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_13.tmp_h", + "lstm_1_66.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_13.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_14.tmp_h", + "lstm_1_65.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_14.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_15.tmp_h", + "lstm_1_64.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_15.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_16.tmp_h", + "lstm_1_63.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_16.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_17.tmp_h", + "lstm_1_62.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_17.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_18.tmp_h", + "lstm_1_61.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_18.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_19.tmp_h", + "lstm_1_60.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_19.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_20.tmp_h", + "lstm_1_59.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_20.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_21.tmp_h", + "lstm_1_58.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_21.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_22.tmp_h", + "lstm_1_57.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_22.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_23.tmp_h", + "lstm_1_56.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_23.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_24.tmp_h", + "lstm_1_55.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_24.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_25.tmp_h", + "lstm_1_54.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_25.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_26.tmp_h", + "lstm_1_53.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_26.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_27.tmp_h", + "lstm_1_52.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_27.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_28.tmp_h", + "lstm_1_51.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_28.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_29.tmp_h", + "lstm_1_50.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_29.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_30.tmp_h", + "lstm_1_49.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_30.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_31.tmp_h", + "lstm_1_48.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_31.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_32.tmp_h", + "lstm_1_47.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_32.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_33.tmp_h", + "lstm_1_46.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_33.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_34.tmp_h", + "lstm_1_45.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_34.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_35.tmp_h", + "lstm_1_44.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_35.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_36.tmp_h", + "lstm_1_43.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_36.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_37.tmp_h", + "lstm_1_42.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_37.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_38.tmp_h", + "lstm_1_41.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_38.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_39.tmp_h", + "lstm_1_40.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_39.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_40.tmp_h", + "lstm_1_39.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_40.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_41.tmp_h", + "lstm_1_38.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_41.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_42.tmp_h", + "lstm_1_37.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_42.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_43.tmp_h", + "lstm_1_36.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_43.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_44.tmp_h", + "lstm_1_35.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_44.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_45.tmp_h", + "lstm_1_34.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_45.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_46.tmp_h", + "lstm_1_33.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_46.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_47.tmp_h", + "lstm_1_32.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_47.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_48.tmp_h", + "lstm_1_31.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_48.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_49.tmp_h", + "lstm_1_30.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_49.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_50.tmp_h", + "lstm_1_29.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_50.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_51.tmp_h", + "lstm_1_28.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_51.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_52.tmp_h", + "lstm_1_27.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_52.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_53.tmp_h", + "lstm_1_26.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_53.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_54.tmp_h", + "lstm_1_25.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_54.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_55.tmp_h", + "lstm_1_24.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_55.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_56.tmp_h", + "lstm_1_23.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_56.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_57.tmp_h", + "lstm_1_22.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_57.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_58.tmp_h", + "lstm_1_21.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_58.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_59.tmp_h", + "lstm_1_20.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_59.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_60.tmp_h", + "lstm_1_19.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_60.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_61.tmp_h", + "lstm_1_18.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_61.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_62.tmp_h", + "lstm_1_17.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_62.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_63.tmp_h", + "lstm_1_16.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_63.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_64.tmp_h", + "lstm_1_15.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_64.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_65.tmp_h", + "lstm_1_14.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_65.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_66.tmp_h", + "lstm_1_13.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_66.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_67.tmp_h", + "lstm_1_12.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_67.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_68.tmp_h", + "lstm_1_11.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_68.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_69.tmp_h", + "lstm_1_10.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_69.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_70.tmp_h", + "lstm_1_9.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_70.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_71.tmp_h", + "lstm_1_8.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_71.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_72.tmp_h", + "lstm_1_7.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_72.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_73.tmp_h", + "lstm_1_6.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_73.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_74.tmp_h", + "lstm_1_5.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_74.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_75.tmp_h", + "lstm_1_4.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_75.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_76.tmp_h", + "lstm_1_3.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_76.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_77.tmp_h", + "lstm_1_2.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_77.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_78.tmp_h", + "lstm_1_1.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_78.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_79.tmp_h", + "lstm_1_0.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_79.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_0.tmp_concat", + "lstm_0_1.tmp_concat", + "lstm_0_2.tmp_concat", + "lstm_0_3.tmp_concat", + "lstm_0_4.tmp_concat", + "lstm_0_5.tmp_concat", + "lstm_0_6.tmp_concat", + "lstm_0_7.tmp_concat", + "lstm_0_8.tmp_concat", + "lstm_0_9.tmp_concat", + "lstm_0_10.tmp_concat", + "lstm_0_11.tmp_concat", + "lstm_0_12.tmp_concat", + "lstm_0_13.tmp_concat", + "lstm_0_14.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_80.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_15.tmp_concat", + "lstm_0_16.tmp_concat", + "lstm_0_17.tmp_concat", + "lstm_0_18.tmp_concat", + "lstm_0_19.tmp_concat", + "lstm_0_20.tmp_concat", + "lstm_0_21.tmp_concat", + "lstm_0_22.tmp_concat", + "lstm_0_23.tmp_concat", + "lstm_0_24.tmp_concat", + "lstm_0_25.tmp_concat", + "lstm_0_26.tmp_concat", + "lstm_0_27.tmp_concat", + "lstm_0_28.tmp_concat", + "lstm_0_29.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_81.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_30.tmp_concat", + "lstm_0_31.tmp_concat", + "lstm_0_32.tmp_concat", + "lstm_0_33.tmp_concat", + "lstm_0_34.tmp_concat", + "lstm_0_35.tmp_concat", + "lstm_0_36.tmp_concat", + "lstm_0_37.tmp_concat", + "lstm_0_38.tmp_concat", + "lstm_0_39.tmp_concat", + "lstm_0_40.tmp_concat", + "lstm_0_41.tmp_concat", + "lstm_0_42.tmp_concat", + "lstm_0_43.tmp_concat", + "lstm_0_44.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_82.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_45.tmp_concat", + "lstm_0_46.tmp_concat", + "lstm_0_47.tmp_concat", + "lstm_0_48.tmp_concat", + "lstm_0_49.tmp_concat", + "lstm_0_50.tmp_concat", + "lstm_0_51.tmp_concat", + "lstm_0_52.tmp_concat", + "lstm_0_53.tmp_concat", + "lstm_0_54.tmp_concat", + "lstm_0_55.tmp_concat", + "lstm_0_56.tmp_concat", + "lstm_0_57.tmp_concat", + "lstm_0_58.tmp_concat", + "lstm_0_59.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_83.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_60.tmp_concat", + "lstm_0_61.tmp_concat", + "lstm_0_62.tmp_concat", + "lstm_0_63.tmp_concat", + "lstm_0_64.tmp_concat", + "lstm_0_65.tmp_concat", + "lstm_0_66.tmp_concat", + "lstm_0_67.tmp_concat", + "lstm_0_68.tmp_concat", + "lstm_0_69.tmp_concat", + "lstm_0_70.tmp_concat", + "lstm_0_71.tmp_concat", + "lstm_0_72.tmp_concat", + "lstm_0_73.tmp_concat", + "lstm_0_74.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_84.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_80.tmp_concat", + "lstm_0_81.tmp_concat", + "lstm_0_82.tmp_concat", + "lstm_0_83.tmp_concat", + "lstm_0_84.tmp_concat", + "lstm_0_75.tmp_concat", + "lstm_0_76.tmp_concat", + "lstm_0_77.tmp_concat", + "lstm_0_78.tmp_concat", + "lstm_0_79.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_85.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "state_axis": 2 + }, + "inputs": { + "Input": [ + "lstm_0_85.tmp_concat" + ], + "PreState": [ + "fill_constant_batch_size_like_0.tmp_0" + ], + "WeightList": [ + "lstm_cell_2.w_0", + "lstm_cell_2.w_1", + "lstm_cell_2.b_0", + "lstm_cell_2.b_1" + ] + }, + "outputs": { + "Out": [ + "rnn_origin_2" + ] + }, + "type": "rnn_origin" + }, + { + "attrs": { + "batch": 80, + "input_axis": 0, + "reverse": false, + "state_axis": 2 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "fill_constant_batch_size_like_0.tmp_0" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_0.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_0.tmp_matmul" + ], + "Y": [ + "fill_constant_batch_size_like_1.tmp_0" + ] + }, + "outputs": { + "Out": [ + "lstm_2_0.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_0.tmp_matmul" + ], + "Y": [ + "fill_constant_batch_size_like_1.tmp_0" + ] + }, + "outputs": { + "Out": [ + "lstm_2_0.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 1, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_0.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_1.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_1.tmp_matmul" + ], + "Y": [ + "lstm_2_0.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_1.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_1.tmp_matmul" + ], + "Y": [ + "lstm_2_0.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_1.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 2, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_1.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_2.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_2.tmp_matmul" + ], + "Y": [ + "lstm_2_1.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_2.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_2.tmp_matmul" + ], + "Y": [ + "lstm_2_1.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_2.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 3, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_2.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_3.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_3.tmp_matmul" + ], + "Y": [ + "lstm_2_2.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_3.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_3.tmp_matmul" + ], + "Y": [ + "lstm_2_2.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_3.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 4, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_3.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_4.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_4.tmp_matmul" + ], + "Y": [ + "lstm_2_3.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_4.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_4.tmp_matmul" + ], + "Y": [ + "lstm_2_3.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_4.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 5, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_4.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_5.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_5.tmp_matmul" + ], + "Y": [ + "lstm_2_4.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_5.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_5.tmp_matmul" + ], + "Y": [ + "lstm_2_4.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_5.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 6, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_5.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_6.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_6.tmp_matmul" + ], + "Y": [ + "lstm_2_5.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_6.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_6.tmp_matmul" + ], + "Y": [ + "lstm_2_5.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_6.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 7, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_6.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_7.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_7.tmp_matmul" + ], + "Y": [ + "lstm_2_6.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_7.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_7.tmp_matmul" + ], + "Y": [ + "lstm_2_6.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_7.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 8, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_7.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_8.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_8.tmp_matmul" + ], + "Y": [ + "lstm_2_7.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_8.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_8.tmp_matmul" + ], + "Y": [ + "lstm_2_7.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_8.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 9, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_8.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_9.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_9.tmp_matmul" + ], + "Y": [ + "lstm_2_8.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_9.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_9.tmp_matmul" + ], + "Y": [ + "lstm_2_8.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_9.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 10, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_9.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_10.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_10.tmp_matmul" + ], + "Y": [ + "lstm_2_9.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_10.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_10.tmp_matmul" + ], + "Y": [ + "lstm_2_9.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_10.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 11, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_10.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_11.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_11.tmp_matmul" + ], + "Y": [ + "lstm_2_10.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_11.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_11.tmp_matmul" + ], + "Y": [ + "lstm_2_10.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_11.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 12, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_11.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_12.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_12.tmp_matmul" + ], + "Y": [ + "lstm_2_11.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_12.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_12.tmp_matmul" + ], + "Y": [ + "lstm_2_11.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_12.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 13, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_12.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_13.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_13.tmp_matmul" + ], + "Y": [ + "lstm_2_12.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_13.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_13.tmp_matmul" + ], + "Y": [ + "lstm_2_12.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_13.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 14, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_13.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_14.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_14.tmp_matmul" + ], + "Y": [ + "lstm_2_13.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_14.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_14.tmp_matmul" + ], + "Y": [ + "lstm_2_13.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_14.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 15, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_14.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_15.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_15.tmp_matmul" + ], + "Y": [ + "lstm_2_14.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_15.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_15.tmp_matmul" + ], + "Y": [ + "lstm_2_14.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_15.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 16, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_15.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_16.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_16.tmp_matmul" + ], + "Y": [ + "lstm_2_15.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_16.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_16.tmp_matmul" + ], + "Y": [ + "lstm_2_15.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_16.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 17, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_16.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_17.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_17.tmp_matmul" + ], + "Y": [ + "lstm_2_16.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_17.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_17.tmp_matmul" + ], + "Y": [ + "lstm_2_16.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_17.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 18, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_17.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_18.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_18.tmp_matmul" + ], + "Y": [ + "lstm_2_17.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_18.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_18.tmp_matmul" + ], + "Y": [ + "lstm_2_17.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_18.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 19, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_18.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_19.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_19.tmp_matmul" + ], + "Y": [ + "lstm_2_18.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_19.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_19.tmp_matmul" + ], + "Y": [ + "lstm_2_18.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_19.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 20, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_19.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_20.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_20.tmp_matmul" + ], + "Y": [ + "lstm_2_19.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_20.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_20.tmp_matmul" + ], + "Y": [ + "lstm_2_19.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_20.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 21, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_20.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_21.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_21.tmp_matmul" + ], + "Y": [ + "lstm_2_20.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_21.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_21.tmp_matmul" + ], + "Y": [ + "lstm_2_20.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_21.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 22, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_21.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_22.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_22.tmp_matmul" + ], + "Y": [ + "lstm_2_21.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_22.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_22.tmp_matmul" + ], + "Y": [ + "lstm_2_21.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_22.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 23, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_22.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_23.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_23.tmp_matmul" + ], + "Y": [ + "lstm_2_22.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_23.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_23.tmp_matmul" + ], + "Y": [ + "lstm_2_22.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_23.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 24, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_23.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_24.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_24.tmp_matmul" + ], + "Y": [ + "lstm_2_23.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_24.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_24.tmp_matmul" + ], + "Y": [ + "lstm_2_23.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_24.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 25, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_24.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_25.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_25.tmp_matmul" + ], + "Y": [ + "lstm_2_24.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_25.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_25.tmp_matmul" + ], + "Y": [ + "lstm_2_24.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_25.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 26, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_25.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_26.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_26.tmp_matmul" + ], + "Y": [ + "lstm_2_25.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_26.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_26.tmp_matmul" + ], + "Y": [ + "lstm_2_25.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_26.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 27, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_26.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_27.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_27.tmp_matmul" + ], + "Y": [ + "lstm_2_26.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_27.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_27.tmp_matmul" + ], + "Y": [ + "lstm_2_26.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_27.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 28, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_27.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_28.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_28.tmp_matmul" + ], + "Y": [ + "lstm_2_27.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_28.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_28.tmp_matmul" + ], + "Y": [ + "lstm_2_27.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_28.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 29, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_28.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_29.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_29.tmp_matmul" + ], + "Y": [ + "lstm_2_28.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_29.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_29.tmp_matmul" + ], + "Y": [ + "lstm_2_28.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_29.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 30, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_29.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_30.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_30.tmp_matmul" + ], + "Y": [ + "lstm_2_29.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_30.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_30.tmp_matmul" + ], + "Y": [ + "lstm_2_29.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_30.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 31, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_30.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_31.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_31.tmp_matmul" + ], + "Y": [ + "lstm_2_30.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_31.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_31.tmp_matmul" + ], + "Y": [ + "lstm_2_30.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_31.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 32, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_31.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_32.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_32.tmp_matmul" + ], + "Y": [ + "lstm_2_31.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_32.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_32.tmp_matmul" + ], + "Y": [ + "lstm_2_31.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_32.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 33, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_32.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_33.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_33.tmp_matmul" + ], + "Y": [ + "lstm_2_32.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_33.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_33.tmp_matmul" + ], + "Y": [ + "lstm_2_32.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_33.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 34, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_33.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_34.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_34.tmp_matmul" + ], + "Y": [ + "lstm_2_33.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_34.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_34.tmp_matmul" + ], + "Y": [ + "lstm_2_33.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_34.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 35, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_34.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_35.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_35.tmp_matmul" + ], + "Y": [ + "lstm_2_34.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_35.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_35.tmp_matmul" + ], + "Y": [ + "lstm_2_34.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_35.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 36, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_35.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_36.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_36.tmp_matmul" + ], + "Y": [ + "lstm_2_35.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_36.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_36.tmp_matmul" + ], + "Y": [ + "lstm_2_35.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_36.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 37, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_36.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_37.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_37.tmp_matmul" + ], + "Y": [ + "lstm_2_36.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_37.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_37.tmp_matmul" + ], + "Y": [ + "lstm_2_36.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_37.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 38, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_37.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_38.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_38.tmp_matmul" + ], + "Y": [ + "lstm_2_37.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_38.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_38.tmp_matmul" + ], + "Y": [ + "lstm_2_37.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_38.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 39, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_38.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_39.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_39.tmp_matmul" + ], + "Y": [ + "lstm_2_38.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_39.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_39.tmp_matmul" + ], + "Y": [ + "lstm_2_38.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_39.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 40, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_39.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_40.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_40.tmp_matmul" + ], + "Y": [ + "lstm_2_39.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_40.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_40.tmp_matmul" + ], + "Y": [ + "lstm_2_39.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_40.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 41, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_40.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_41.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_41.tmp_matmul" + ], + "Y": [ + "lstm_2_40.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_41.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_41.tmp_matmul" + ], + "Y": [ + "lstm_2_40.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_41.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 42, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_41.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_42.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_42.tmp_matmul" + ], + "Y": [ + "lstm_2_41.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_42.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_42.tmp_matmul" + ], + "Y": [ + "lstm_2_41.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_42.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 43, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_42.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_43.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_43.tmp_matmul" + ], + "Y": [ + "lstm_2_42.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_43.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_43.tmp_matmul" + ], + "Y": [ + "lstm_2_42.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_43.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 44, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_43.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_44.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_44.tmp_matmul" + ], + "Y": [ + "lstm_2_43.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_44.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_44.tmp_matmul" + ], + "Y": [ + "lstm_2_43.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_44.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 45, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_44.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_45.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_45.tmp_matmul" + ], + "Y": [ + "lstm_2_44.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_45.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_45.tmp_matmul" + ], + "Y": [ + "lstm_2_44.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_45.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 46, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_45.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_46.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_46.tmp_matmul" + ], + "Y": [ + "lstm_2_45.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_46.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_46.tmp_matmul" + ], + "Y": [ + "lstm_2_45.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_46.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 47, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_46.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_47.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_47.tmp_matmul" + ], + "Y": [ + "lstm_2_46.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_47.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_47.tmp_matmul" + ], + "Y": [ + "lstm_2_46.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_47.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 48, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_47.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_48.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_48.tmp_matmul" + ], + "Y": [ + "lstm_2_47.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_48.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_48.tmp_matmul" + ], + "Y": [ + "lstm_2_47.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_48.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 49, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_48.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_49.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_49.tmp_matmul" + ], + "Y": [ + "lstm_2_48.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_49.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_49.tmp_matmul" + ], + "Y": [ + "lstm_2_48.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_49.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 50, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_49.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_50.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_50.tmp_matmul" + ], + "Y": [ + "lstm_2_49.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_50.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_50.tmp_matmul" + ], + "Y": [ + "lstm_2_49.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_50.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 51, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_50.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_51.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_51.tmp_matmul" + ], + "Y": [ + "lstm_2_50.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_51.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_51.tmp_matmul" + ], + "Y": [ + "lstm_2_50.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_51.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 52, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_51.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_52.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_52.tmp_matmul" + ], + "Y": [ + "lstm_2_51.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_52.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_52.tmp_matmul" + ], + "Y": [ + "lstm_2_51.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_52.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 53, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_52.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_53.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_53.tmp_matmul" + ], + "Y": [ + "lstm_2_52.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_53.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_53.tmp_matmul" + ], + "Y": [ + "lstm_2_52.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_53.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 54, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_53.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_54.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_54.tmp_matmul" + ], + "Y": [ + "lstm_2_53.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_54.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_54.tmp_matmul" + ], + "Y": [ + "lstm_2_53.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_54.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 55, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_54.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_55.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_55.tmp_matmul" + ], + "Y": [ + "lstm_2_54.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_55.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_55.tmp_matmul" + ], + "Y": [ + "lstm_2_54.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_55.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 56, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_55.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_56.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_56.tmp_matmul" + ], + "Y": [ + "lstm_2_55.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_56.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_56.tmp_matmul" + ], + "Y": [ + "lstm_2_55.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_56.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 57, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_56.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_57.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_57.tmp_matmul" + ], + "Y": [ + "lstm_2_56.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_57.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_57.tmp_matmul" + ], + "Y": [ + "lstm_2_56.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_57.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 58, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_57.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_58.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_58.tmp_matmul" + ], + "Y": [ + "lstm_2_57.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_58.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_58.tmp_matmul" + ], + "Y": [ + "lstm_2_57.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_58.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 59, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_58.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_59.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_59.tmp_matmul" + ], + "Y": [ + "lstm_2_58.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_59.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_59.tmp_matmul" + ], + "Y": [ + "lstm_2_58.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_59.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 60, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_59.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_60.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_60.tmp_matmul" + ], + "Y": [ + "lstm_2_59.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_60.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_60.tmp_matmul" + ], + "Y": [ + "lstm_2_59.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_60.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 61, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_60.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_61.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_61.tmp_matmul" + ], + "Y": [ + "lstm_2_60.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_61.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_61.tmp_matmul" + ], + "Y": [ + "lstm_2_60.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_61.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 62, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_61.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_62.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_62.tmp_matmul" + ], + "Y": [ + "lstm_2_61.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_62.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_62.tmp_matmul" + ], + "Y": [ + "lstm_2_61.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_62.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 63, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_62.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_63.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_63.tmp_matmul" + ], + "Y": [ + "lstm_2_62.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_63.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_63.tmp_matmul" + ], + "Y": [ + "lstm_2_62.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_63.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 64, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_63.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_64.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_64.tmp_matmul" + ], + "Y": [ + "lstm_2_63.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_64.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_64.tmp_matmul" + ], + "Y": [ + "lstm_2_63.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_64.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 65, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_64.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_65.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_65.tmp_matmul" + ], + "Y": [ + "lstm_2_64.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_65.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_65.tmp_matmul" + ], + "Y": [ + "lstm_2_64.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_65.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 66, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_65.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_66.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_66.tmp_matmul" + ], + "Y": [ + "lstm_2_65.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_66.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_66.tmp_matmul" + ], + "Y": [ + "lstm_2_65.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_66.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 67, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_66.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_67.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_67.tmp_matmul" + ], + "Y": [ + "lstm_2_66.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_67.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_67.tmp_matmul" + ], + "Y": [ + "lstm_2_66.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_67.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 68, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_67.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_68.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_68.tmp_matmul" + ], + "Y": [ + "lstm_2_67.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_68.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_68.tmp_matmul" + ], + "Y": [ + "lstm_2_67.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_68.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 69, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_68.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_69.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_69.tmp_matmul" + ], + "Y": [ + "lstm_2_68.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_69.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_69.tmp_matmul" + ], + "Y": [ + "lstm_2_68.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_69.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 70, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_69.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_70.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_70.tmp_matmul" + ], + "Y": [ + "lstm_2_69.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_70.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_70.tmp_matmul" + ], + "Y": [ + "lstm_2_69.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_70.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 71, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_70.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_71.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_71.tmp_matmul" + ], + "Y": [ + "lstm_2_70.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_71.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_71.tmp_matmul" + ], + "Y": [ + "lstm_2_70.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_71.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 72, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_71.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_72.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_72.tmp_matmul" + ], + "Y": [ + "lstm_2_71.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_72.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_72.tmp_matmul" + ], + "Y": [ + "lstm_2_71.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_72.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 73, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_72.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_73.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_73.tmp_matmul" + ], + "Y": [ + "lstm_2_72.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_73.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_73.tmp_matmul" + ], + "Y": [ + "lstm_2_72.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_73.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 74, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_73.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_74.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_74.tmp_matmul" + ], + "Y": [ + "lstm_2_73.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_74.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_74.tmp_matmul" + ], + "Y": [ + "lstm_2_73.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_74.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 75, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_74.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_75.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_75.tmp_matmul" + ], + "Y": [ + "lstm_2_74.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_75.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_75.tmp_matmul" + ], + "Y": [ + "lstm_2_74.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_75.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 76, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_75.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_76.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_76.tmp_matmul" + ], + "Y": [ + "lstm_2_75.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_76.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_76.tmp_matmul" + ], + "Y": [ + "lstm_2_75.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_76.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 77, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_76.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_77.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_77.tmp_matmul" + ], + "Y": [ + "lstm_2_76.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_77.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_77.tmp_matmul" + ], + "Y": [ + "lstm_2_76.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_77.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 78, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_77.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_78.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_78.tmp_matmul" + ], + "Y": [ + "lstm_2_77.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_78.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_78.tmp_matmul" + ], + "Y": [ + "lstm_2_77.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_78.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 79, + "reverse": false, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_2" + ], + "PreState": [ + "lstm_2_78.tmp_h" + ], + "WeightList": [ + "lstm_cell_2.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_2_79.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_79.tmp_matmul" + ], + "Y": [ + "lstm_2_78.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_79.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_79.tmp_matmul" + ], + "Y": [ + "lstm_2_78.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_2_79.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "state_axis": 3 + }, + "inputs": { + "Input": [ + "lstm_0_85.tmp_concat" + ], + "PreState": [ + "fill_constant_batch_size_like_0.tmp_0" + ], + "WeightList": [ + "lstm_cell_3.w_0", + "lstm_cell_3.w_1", + "lstm_cell_3.b_0", + "lstm_cell_3.b_1" + ] + }, + "outputs": { + "Out": [ + "rnn_origin_3" + ] + }, + "type": "rnn_origin" + }, + { + "attrs": { + "batch": 80, + "input_axis": 0, + "reverse": true, + "state_axis": 3 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "fill_constant_batch_size_like_0.tmp_0" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_0.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 3 + }, + "inputs": { + "X": [ + "lstm_3_0.tmp_matmul" + ], + "Y": [ + "fill_constant_batch_size_like_1.tmp_0" + ] + }, + "outputs": { + "Out": [ + "lstm_3_0.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 3 + }, + "inputs": { + "X": [ + "lstm_3_0.tmp_matmul" + ], + "Y": [ + "fill_constant_batch_size_like_1.tmp_0" + ] + }, + "outputs": { + "Out": [ + "lstm_3_0.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 1, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_0.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_1.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_1.tmp_matmul" + ], + "Y": [ + "lstm_3_0.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_1.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_1.tmp_matmul" + ], + "Y": [ + "lstm_3_0.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_1.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 2, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_1.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_2.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_2.tmp_matmul" + ], + "Y": [ + "lstm_3_1.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_2.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_2.tmp_matmul" + ], + "Y": [ + "lstm_3_1.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_2.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 3, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_2.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_3.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_3.tmp_matmul" + ], + "Y": [ + "lstm_3_2.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_3.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_3.tmp_matmul" + ], + "Y": [ + "lstm_3_2.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_3.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 4, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_3.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_4.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_4.tmp_matmul" + ], + "Y": [ + "lstm_3_3.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_4.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_4.tmp_matmul" + ], + "Y": [ + "lstm_3_3.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_4.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 5, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_4.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_5.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_5.tmp_matmul" + ], + "Y": [ + "lstm_3_4.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_5.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_5.tmp_matmul" + ], + "Y": [ + "lstm_3_4.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_5.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 6, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_5.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_6.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_6.tmp_matmul" + ], + "Y": [ + "lstm_3_5.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_6.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_6.tmp_matmul" + ], + "Y": [ + "lstm_3_5.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_6.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 7, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_6.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_7.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_7.tmp_matmul" + ], + "Y": [ + "lstm_3_6.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_7.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_7.tmp_matmul" + ], + "Y": [ + "lstm_3_6.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_7.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 8, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_7.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_8.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_8.tmp_matmul" + ], + "Y": [ + "lstm_3_7.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_8.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_8.tmp_matmul" + ], + "Y": [ + "lstm_3_7.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_8.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 9, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_8.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_9.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_9.tmp_matmul" + ], + "Y": [ + "lstm_3_8.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_9.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_9.tmp_matmul" + ], + "Y": [ + "lstm_3_8.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_9.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 10, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_9.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_10.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_10.tmp_matmul" + ], + "Y": [ + "lstm_3_9.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_10.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_10.tmp_matmul" + ], + "Y": [ + "lstm_3_9.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_10.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 11, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_10.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_11.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_11.tmp_matmul" + ], + "Y": [ + "lstm_3_10.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_11.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_11.tmp_matmul" + ], + "Y": [ + "lstm_3_10.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_11.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 12, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_11.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_12.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_12.tmp_matmul" + ], + "Y": [ + "lstm_3_11.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_12.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_12.tmp_matmul" + ], + "Y": [ + "lstm_3_11.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_12.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 13, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_12.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_13.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_13.tmp_matmul" + ], + "Y": [ + "lstm_3_12.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_13.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_13.tmp_matmul" + ], + "Y": [ + "lstm_3_12.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_13.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 14, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_13.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_14.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_14.tmp_matmul" + ], + "Y": [ + "lstm_3_13.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_14.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_14.tmp_matmul" + ], + "Y": [ + "lstm_3_13.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_14.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 15, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_14.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_15.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_15.tmp_matmul" + ], + "Y": [ + "lstm_3_14.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_15.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_15.tmp_matmul" + ], + "Y": [ + "lstm_3_14.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_15.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 16, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_15.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_16.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_16.tmp_matmul" + ], + "Y": [ + "lstm_3_15.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_16.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_16.tmp_matmul" + ], + "Y": [ + "lstm_3_15.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_16.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 17, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_16.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_17.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_17.tmp_matmul" + ], + "Y": [ + "lstm_3_16.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_17.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_17.tmp_matmul" + ], + "Y": [ + "lstm_3_16.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_17.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 18, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_17.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_18.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_18.tmp_matmul" + ], + "Y": [ + "lstm_3_17.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_18.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_18.tmp_matmul" + ], + "Y": [ + "lstm_3_17.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_18.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 19, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_18.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_19.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_19.tmp_matmul" + ], + "Y": [ + "lstm_3_18.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_19.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_19.tmp_matmul" + ], + "Y": [ + "lstm_3_18.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_19.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 20, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_19.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_20.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_20.tmp_matmul" + ], + "Y": [ + "lstm_3_19.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_20.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_20.tmp_matmul" + ], + "Y": [ + "lstm_3_19.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_20.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 21, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_20.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_21.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_21.tmp_matmul" + ], + "Y": [ + "lstm_3_20.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_21.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_21.tmp_matmul" + ], + "Y": [ + "lstm_3_20.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_21.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 22, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_21.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_22.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_22.tmp_matmul" + ], + "Y": [ + "lstm_3_21.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_22.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_22.tmp_matmul" + ], + "Y": [ + "lstm_3_21.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_22.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 23, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_22.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_23.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_23.tmp_matmul" + ], + "Y": [ + "lstm_3_22.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_23.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_23.tmp_matmul" + ], + "Y": [ + "lstm_3_22.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_23.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 24, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_23.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_24.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_24.tmp_matmul" + ], + "Y": [ + "lstm_3_23.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_24.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_24.tmp_matmul" + ], + "Y": [ + "lstm_3_23.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_24.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 25, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_24.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_25.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_25.tmp_matmul" + ], + "Y": [ + "lstm_3_24.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_25.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_25.tmp_matmul" + ], + "Y": [ + "lstm_3_24.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_25.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 26, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_25.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_26.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_26.tmp_matmul" + ], + "Y": [ + "lstm_3_25.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_26.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_26.tmp_matmul" + ], + "Y": [ + "lstm_3_25.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_26.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 27, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_26.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_27.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_27.tmp_matmul" + ], + "Y": [ + "lstm_3_26.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_27.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_27.tmp_matmul" + ], + "Y": [ + "lstm_3_26.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_27.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 28, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_27.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_28.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_28.tmp_matmul" + ], + "Y": [ + "lstm_3_27.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_28.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_28.tmp_matmul" + ], + "Y": [ + "lstm_3_27.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_28.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 29, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_28.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_29.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_29.tmp_matmul" + ], + "Y": [ + "lstm_3_28.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_29.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_29.tmp_matmul" + ], + "Y": [ + "lstm_3_28.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_29.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 30, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_29.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_30.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_30.tmp_matmul" + ], + "Y": [ + "lstm_3_29.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_30.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_30.tmp_matmul" + ], + "Y": [ + "lstm_3_29.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_30.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 31, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_30.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_31.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_31.tmp_matmul" + ], + "Y": [ + "lstm_3_30.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_31.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_31.tmp_matmul" + ], + "Y": [ + "lstm_3_30.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_31.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 32, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_31.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_32.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_32.tmp_matmul" + ], + "Y": [ + "lstm_3_31.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_32.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_32.tmp_matmul" + ], + "Y": [ + "lstm_3_31.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_32.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 33, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_32.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_33.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_33.tmp_matmul" + ], + "Y": [ + "lstm_3_32.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_33.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_33.tmp_matmul" + ], + "Y": [ + "lstm_3_32.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_33.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 34, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_33.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_34.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_34.tmp_matmul" + ], + "Y": [ + "lstm_3_33.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_34.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_34.tmp_matmul" + ], + "Y": [ + "lstm_3_33.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_34.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 35, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_34.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_35.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_35.tmp_matmul" + ], + "Y": [ + "lstm_3_34.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_35.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_35.tmp_matmul" + ], + "Y": [ + "lstm_3_34.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_35.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 36, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_35.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_36.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_36.tmp_matmul" + ], + "Y": [ + "lstm_3_35.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_36.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_36.tmp_matmul" + ], + "Y": [ + "lstm_3_35.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_36.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 37, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_36.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_37.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_37.tmp_matmul" + ], + "Y": [ + "lstm_3_36.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_37.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_37.tmp_matmul" + ], + "Y": [ + "lstm_3_36.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_37.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 38, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_37.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_38.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_38.tmp_matmul" + ], + "Y": [ + "lstm_3_37.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_38.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_38.tmp_matmul" + ], + "Y": [ + "lstm_3_37.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_38.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 39, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_38.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_39.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_39.tmp_matmul" + ], + "Y": [ + "lstm_3_38.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_39.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_39.tmp_matmul" + ], + "Y": [ + "lstm_3_38.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_39.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 40, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_39.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_40.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_40.tmp_matmul" + ], + "Y": [ + "lstm_3_39.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_40.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_40.tmp_matmul" + ], + "Y": [ + "lstm_3_39.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_40.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 41, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_40.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_41.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_41.tmp_matmul" + ], + "Y": [ + "lstm_3_40.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_41.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_41.tmp_matmul" + ], + "Y": [ + "lstm_3_40.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_41.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 42, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_41.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_42.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_42.tmp_matmul" + ], + "Y": [ + "lstm_3_41.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_42.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_42.tmp_matmul" + ], + "Y": [ + "lstm_3_41.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_42.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 43, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_42.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_43.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_43.tmp_matmul" + ], + "Y": [ + "lstm_3_42.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_43.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_43.tmp_matmul" + ], + "Y": [ + "lstm_3_42.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_43.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 44, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_43.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_44.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_44.tmp_matmul" + ], + "Y": [ + "lstm_3_43.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_44.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_44.tmp_matmul" + ], + "Y": [ + "lstm_3_43.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_44.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 45, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_44.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_45.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_45.tmp_matmul" + ], + "Y": [ + "lstm_3_44.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_45.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_45.tmp_matmul" + ], + "Y": [ + "lstm_3_44.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_45.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 46, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_45.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_46.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_46.tmp_matmul" + ], + "Y": [ + "lstm_3_45.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_46.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_46.tmp_matmul" + ], + "Y": [ + "lstm_3_45.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_46.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 47, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_46.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_47.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_47.tmp_matmul" + ], + "Y": [ + "lstm_3_46.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_47.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_47.tmp_matmul" + ], + "Y": [ + "lstm_3_46.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_47.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 48, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_47.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_48.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_48.tmp_matmul" + ], + "Y": [ + "lstm_3_47.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_48.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_48.tmp_matmul" + ], + "Y": [ + "lstm_3_47.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_48.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 49, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_48.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_49.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_49.tmp_matmul" + ], + "Y": [ + "lstm_3_48.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_49.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_49.tmp_matmul" + ], + "Y": [ + "lstm_3_48.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_49.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 50, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_49.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_50.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_50.tmp_matmul" + ], + "Y": [ + "lstm_3_49.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_50.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_50.tmp_matmul" + ], + "Y": [ + "lstm_3_49.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_50.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 51, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_50.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_51.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_51.tmp_matmul" + ], + "Y": [ + "lstm_3_50.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_51.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_51.tmp_matmul" + ], + "Y": [ + "lstm_3_50.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_51.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 52, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_51.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_52.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_52.tmp_matmul" + ], + "Y": [ + "lstm_3_51.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_52.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_52.tmp_matmul" + ], + "Y": [ + "lstm_3_51.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_52.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 53, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_52.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_53.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_53.tmp_matmul" + ], + "Y": [ + "lstm_3_52.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_53.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_53.tmp_matmul" + ], + "Y": [ + "lstm_3_52.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_53.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 54, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_53.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_54.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_54.tmp_matmul" + ], + "Y": [ + "lstm_3_53.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_54.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_54.tmp_matmul" + ], + "Y": [ + "lstm_3_53.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_54.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 55, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_54.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_55.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_55.tmp_matmul" + ], + "Y": [ + "lstm_3_54.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_55.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_55.tmp_matmul" + ], + "Y": [ + "lstm_3_54.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_55.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 56, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_55.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_56.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_56.tmp_matmul" + ], + "Y": [ + "lstm_3_55.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_56.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_56.tmp_matmul" + ], + "Y": [ + "lstm_3_55.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_56.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 57, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_56.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_57.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_57.tmp_matmul" + ], + "Y": [ + "lstm_3_56.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_57.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_57.tmp_matmul" + ], + "Y": [ + "lstm_3_56.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_57.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 58, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_57.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_58.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_58.tmp_matmul" + ], + "Y": [ + "lstm_3_57.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_58.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_58.tmp_matmul" + ], + "Y": [ + "lstm_3_57.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_58.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 59, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_58.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_59.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_59.tmp_matmul" + ], + "Y": [ + "lstm_3_58.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_59.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_59.tmp_matmul" + ], + "Y": [ + "lstm_3_58.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_59.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 60, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_59.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_60.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_60.tmp_matmul" + ], + "Y": [ + "lstm_3_59.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_60.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_60.tmp_matmul" + ], + "Y": [ + "lstm_3_59.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_60.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 61, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_60.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_61.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_61.tmp_matmul" + ], + "Y": [ + "lstm_3_60.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_61.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_61.tmp_matmul" + ], + "Y": [ + "lstm_3_60.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_61.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 62, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_61.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_62.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_62.tmp_matmul" + ], + "Y": [ + "lstm_3_61.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_62.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_62.tmp_matmul" + ], + "Y": [ + "lstm_3_61.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_62.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 63, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_62.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_63.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_63.tmp_matmul" + ], + "Y": [ + "lstm_3_62.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_63.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_63.tmp_matmul" + ], + "Y": [ + "lstm_3_62.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_63.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 64, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_63.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_64.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_64.tmp_matmul" + ], + "Y": [ + "lstm_3_63.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_64.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_64.tmp_matmul" + ], + "Y": [ + "lstm_3_63.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_64.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 65, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_64.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_65.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_65.tmp_matmul" + ], + "Y": [ + "lstm_3_64.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_65.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_65.tmp_matmul" + ], + "Y": [ + "lstm_3_64.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_65.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 66, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_65.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_66.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_66.tmp_matmul" + ], + "Y": [ + "lstm_3_65.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_66.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_66.tmp_matmul" + ], + "Y": [ + "lstm_3_65.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_66.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 67, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_66.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_67.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_67.tmp_matmul" + ], + "Y": [ + "lstm_3_66.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_67.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_67.tmp_matmul" + ], + "Y": [ + "lstm_3_66.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_67.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 68, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_67.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_68.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_68.tmp_matmul" + ], + "Y": [ + "lstm_3_67.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_68.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_68.tmp_matmul" + ], + "Y": [ + "lstm_3_67.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_68.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 69, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_68.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_69.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_69.tmp_matmul" + ], + "Y": [ + "lstm_3_68.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_69.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_69.tmp_matmul" + ], + "Y": [ + "lstm_3_68.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_69.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 70, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_69.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_70.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_70.tmp_matmul" + ], + "Y": [ + "lstm_3_69.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_70.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_70.tmp_matmul" + ], + "Y": [ + "lstm_3_69.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_70.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 71, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_70.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_71.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_71.tmp_matmul" + ], + "Y": [ + "lstm_3_70.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_71.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_71.tmp_matmul" + ], + "Y": [ + "lstm_3_70.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_71.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 72, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_71.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_72.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_72.tmp_matmul" + ], + "Y": [ + "lstm_3_71.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_72.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_72.tmp_matmul" + ], + "Y": [ + "lstm_3_71.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_72.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 73, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_72.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_73.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_73.tmp_matmul" + ], + "Y": [ + "lstm_3_72.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_73.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_73.tmp_matmul" + ], + "Y": [ + "lstm_3_72.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_73.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 74, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_73.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_74.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_74.tmp_matmul" + ], + "Y": [ + "lstm_3_73.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_74.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_74.tmp_matmul" + ], + "Y": [ + "lstm_3_73.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_74.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 75, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_74.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_75.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_75.tmp_matmul" + ], + "Y": [ + "lstm_3_74.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_75.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_75.tmp_matmul" + ], + "Y": [ + "lstm_3_74.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_75.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 76, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_75.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_76.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_76.tmp_matmul" + ], + "Y": [ + "lstm_3_75.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_76.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_76.tmp_matmul" + ], + "Y": [ + "lstm_3_75.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_76.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 77, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_76.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_77.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_77.tmp_matmul" + ], + "Y": [ + "lstm_3_76.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_77.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_77.tmp_matmul" + ], + "Y": [ + "lstm_3_76.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_77.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 78, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_77.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_78.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_78.tmp_matmul" + ], + "Y": [ + "lstm_3_77.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_78.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_78.tmp_matmul" + ], + "Y": [ + "lstm_3_77.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_78.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "batch": 80, + "input_axis": 79, + "reverse": true, + "state_axis": 0 + }, + "inputs": { + "Input": [ + "rnn_origin_3" + ], + "PreState": [ + "lstm_3_78.tmp_h" + ], + "WeightList": [ + "lstm_cell_3.w_1" + ] + }, + "outputs": { + "Out": [ + "lstm_3_79.tmp_matmul" + ] + }, + "type": "rnn_matmul" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_79.tmp_matmul" + ], + "Y": [ + "lstm_3_78.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_79.tmp_c" + ] + }, + "type": "rnn_cell" + }, + { + "attrs": { + "hidden_size": 64, + "state_axis": 0 + }, + "inputs": { + "X": [ + "lstm_3_79.tmp_matmul" + ], + "Y": [ + "lstm_3_78.tmp_c" + ] + }, + "outputs": { + "Out": [ + "lstm_3_79.tmp_h" + ] + }, + "type": "rnn_hidden" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_0.tmp_h", + "lstm_3_79.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_0.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_1.tmp_h", + "lstm_3_78.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_1.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_2.tmp_h", + "lstm_3_77.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_2.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_3.tmp_h", + "lstm_3_76.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_3.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_4.tmp_h", + "lstm_3_75.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_4.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_5.tmp_h", + "lstm_3_74.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_5.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_6.tmp_h", + "lstm_3_73.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_6.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_7.tmp_h", + "lstm_3_72.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_7.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_8.tmp_h", + "lstm_3_71.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_8.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_9.tmp_h", + "lstm_3_70.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_9.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_10.tmp_h", + "lstm_3_69.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_10.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_11.tmp_h", + "lstm_3_68.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_11.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_12.tmp_h", + "lstm_3_67.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_12.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_13.tmp_h", + "lstm_3_66.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_13.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_14.tmp_h", + "lstm_3_65.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_14.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_15.tmp_h", + "lstm_3_64.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_15.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_16.tmp_h", + "lstm_3_63.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_16.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_17.tmp_h", + "lstm_3_62.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_17.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_18.tmp_h", + "lstm_3_61.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_18.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_19.tmp_h", + "lstm_3_60.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_19.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_20.tmp_h", + "lstm_3_59.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_20.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_21.tmp_h", + "lstm_3_58.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_21.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_22.tmp_h", + "lstm_3_57.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_22.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_23.tmp_h", + "lstm_3_56.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_23.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_24.tmp_h", + "lstm_3_55.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_24.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_25.tmp_h", + "lstm_3_54.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_25.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_26.tmp_h", + "lstm_3_53.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_26.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_27.tmp_h", + "lstm_3_52.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_27.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_28.tmp_h", + "lstm_3_51.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_28.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_29.tmp_h", + "lstm_3_50.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_29.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_30.tmp_h", + "lstm_3_49.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_30.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_31.tmp_h", + "lstm_3_48.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_31.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_32.tmp_h", + "lstm_3_47.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_32.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_33.tmp_h", + "lstm_3_46.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_33.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_34.tmp_h", + "lstm_3_45.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_34.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_35.tmp_h", + "lstm_3_44.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_35.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_36.tmp_h", + "lstm_3_43.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_36.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_37.tmp_h", + "lstm_3_42.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_37.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_38.tmp_h", + "lstm_3_41.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_38.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_39.tmp_h", + "lstm_3_40.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_39.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_40.tmp_h", + "lstm_3_39.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_40.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_41.tmp_h", + "lstm_3_38.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_41.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_42.tmp_h", + "lstm_3_37.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_42.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_43.tmp_h", + "lstm_3_36.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_43.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_44.tmp_h", + "lstm_3_35.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_44.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_45.tmp_h", + "lstm_3_34.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_45.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_46.tmp_h", + "lstm_3_33.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_46.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_47.tmp_h", + "lstm_3_32.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_47.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_48.tmp_h", + "lstm_3_31.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_48.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_49.tmp_h", + "lstm_3_30.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_49.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_50.tmp_h", + "lstm_3_29.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_50.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_51.tmp_h", + "lstm_3_28.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_51.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_52.tmp_h", + "lstm_3_27.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_52.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_53.tmp_h", + "lstm_3_26.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_53.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_54.tmp_h", + "lstm_3_25.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_54.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_55.tmp_h", + "lstm_3_24.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_55.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_56.tmp_h", + "lstm_3_23.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_56.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_57.tmp_h", + "lstm_3_22.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_57.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_58.tmp_h", + "lstm_3_21.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_58.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_59.tmp_h", + "lstm_3_20.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_59.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_60.tmp_h", + "lstm_3_19.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_60.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_61.tmp_h", + "lstm_3_18.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_61.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_62.tmp_h", + "lstm_3_17.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_62.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_63.tmp_h", + "lstm_3_16.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_63.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_64.tmp_h", + "lstm_3_15.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_64.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_65.tmp_h", + "lstm_3_14.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_65.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_66.tmp_h", + "lstm_3_13.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_66.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_67.tmp_h", + "lstm_3_12.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_67.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_68.tmp_h", + "lstm_3_11.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_68.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_69.tmp_h", + "lstm_3_10.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_69.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_70.tmp_h", + "lstm_3_9.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_70.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_71.tmp_h", + "lstm_3_8.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_71.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_72.tmp_h", + "lstm_3_7.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_72.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_73.tmp_h", + "lstm_3_6.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_73.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_74.tmp_h", + "lstm_3_5.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_74.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_75.tmp_h", + "lstm_3_4.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_75.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_76.tmp_h", + "lstm_3_3.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_76.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_77.tmp_h", + "lstm_3_2.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_77.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_78.tmp_h", + "lstm_3_1.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_78.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_79.tmp_h", + "lstm_3_0.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_79.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_0.tmp_concat", + "lstm_2_1.tmp_concat", + "lstm_2_2.tmp_concat", + "lstm_2_3.tmp_concat", + "lstm_2_4.tmp_concat", + "lstm_2_5.tmp_concat", + "lstm_2_6.tmp_concat", + "lstm_2_7.tmp_concat", + "lstm_2_8.tmp_concat", + "lstm_2_9.tmp_concat", + "lstm_2_10.tmp_concat", + "lstm_2_11.tmp_concat", + "lstm_2_12.tmp_concat", + "lstm_2_13.tmp_concat", + "lstm_2_14.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_80.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_15.tmp_concat", + "lstm_2_16.tmp_concat", + "lstm_2_17.tmp_concat", + "lstm_2_18.tmp_concat", + "lstm_2_19.tmp_concat", + "lstm_2_20.tmp_concat", + "lstm_2_21.tmp_concat", + "lstm_2_22.tmp_concat", + "lstm_2_23.tmp_concat", + "lstm_2_24.tmp_concat", + "lstm_2_25.tmp_concat", + "lstm_2_26.tmp_concat", + "lstm_2_27.tmp_concat", + "lstm_2_28.tmp_concat", + "lstm_2_29.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_81.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_30.tmp_concat", + "lstm_2_31.tmp_concat", + "lstm_2_32.tmp_concat", + "lstm_2_33.tmp_concat", + "lstm_2_34.tmp_concat", + "lstm_2_35.tmp_concat", + "lstm_2_36.tmp_concat", + "lstm_2_37.tmp_concat", + "lstm_2_38.tmp_concat", + "lstm_2_39.tmp_concat", + "lstm_2_40.tmp_concat", + "lstm_2_41.tmp_concat", + "lstm_2_42.tmp_concat", + "lstm_2_43.tmp_concat", + "lstm_2_44.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_82.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_45.tmp_concat", + "lstm_2_46.tmp_concat", + "lstm_2_47.tmp_concat", + "lstm_2_48.tmp_concat", + "lstm_2_49.tmp_concat", + "lstm_2_50.tmp_concat", + "lstm_2_51.tmp_concat", + "lstm_2_52.tmp_concat", + "lstm_2_53.tmp_concat", + "lstm_2_54.tmp_concat", + "lstm_2_55.tmp_concat", + "lstm_2_56.tmp_concat", + "lstm_2_57.tmp_concat", + "lstm_2_58.tmp_concat", + "lstm_2_59.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_83.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_60.tmp_concat", + "lstm_2_61.tmp_concat", + "lstm_2_62.tmp_concat", + "lstm_2_63.tmp_concat", + "lstm_2_64.tmp_concat", + "lstm_2_65.tmp_concat", + "lstm_2_66.tmp_concat", + "lstm_2_67.tmp_concat", + "lstm_2_68.tmp_concat", + "lstm_2_69.tmp_concat", + "lstm_2_70.tmp_concat", + "lstm_2_71.tmp_concat", + "lstm_2_72.tmp_concat", + "lstm_2_73.tmp_concat", + "lstm_2_74.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_84.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_80.tmp_concat", + "lstm_2_81.tmp_concat", + "lstm_2_82.tmp_concat", + "lstm_2_83.tmp_concat", + "lstm_2_84.tmp_concat", + "lstm_2_75.tmp_concat", + "lstm_2_76.tmp_concat", + "lstm_2_77.tmp_concat", + "lstm_2_78.tmp_concat", + "lstm_2_79.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0.tmp_0" + ] + }, + "type": "concat" + } + ], + "vars": { + "batch_norm_0.b_0": { + "name": "batch_norm_0.b_0", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_0.tmp_0": { + "name": "batch_norm_0.tmp_0", + "persistable": false, + "shape": [ + 16 + ] + }, + "batch_norm_0.tmp_1": { + "name": "batch_norm_0.tmp_1", + "persistable": false, + "shape": [ + 16 + ] + }, + "batch_norm_0.tmp_2": { + "name": "batch_norm_0.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_0.tmp_3": { + "name": "batch_norm_0.tmp_3", + "persistable": false, + "shape": [ + 1, + 16, + 16, + 160 + ] + }, + "batch_norm_0.tmp_4": { + "name": "batch_norm_0.tmp_4", + "persistable": false, + "shape": [ + 1, + 16, + 16, + 160 + ] + }, + "batch_norm_0.w_0": { + "name": "batch_norm_0.w_0", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_0.w_1": { + "name": "batch_norm_0.w_1", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_0.w_2": { + "name": "batch_norm_0.w_2", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_1.b_0": { + "name": "batch_norm_1.b_0", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_1.tmp_0": { + "name": "batch_norm_1.tmp_0", + "persistable": false, + "shape": [ + 16 + ] + }, + "batch_norm_1.tmp_1": { + "name": "batch_norm_1.tmp_1", + "persistable": false, + "shape": [ + 16 + ] + }, + "batch_norm_1.tmp_2": { + "name": "batch_norm_1.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_1.tmp_3": { + "name": "batch_norm_1.tmp_3", + "persistable": false, + "shape": [ + 1, + 16, + 16, + 160 + ] + }, + "batch_norm_1.tmp_4": { + "name": "batch_norm_1.tmp_4", + "persistable": false, + "shape": [ + 1, + 16, + 16, + 160 + ] + }, + "batch_norm_1.w_0": { + "name": "batch_norm_1.w_0", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_1.w_1": { + "name": "batch_norm_1.w_1", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_1.w_2": { + "name": "batch_norm_1.w_2", + "persistable": true, + "shape": [ + 16 + ] + }, + "batch_norm_10.b_0": { + "name": "batch_norm_10.b_0", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_10.tmp_0": { + "name": "batch_norm_10.tmp_0", + "persistable": false, + "shape": [ + 128 + ] + }, + "batch_norm_10.tmp_1": { + "name": "batch_norm_10.tmp_1", + "persistable": false, + "shape": [ + 128 + ] + }, + "batch_norm_10.tmp_2": { + "name": "batch_norm_10.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_10.tmp_3": { + "name": "batch_norm_10.tmp_3", + "persistable": false, + "shape": [ + 1, + 128, + 8, + 160 + ] + }, + "batch_norm_10.tmp_4": { + "name": "batch_norm_10.tmp_4", + "persistable": false, + "shape": [ + 1, + 128, + 8, + 160 + ] + }, + "batch_norm_10.w_0": { + "name": "batch_norm_10.w_0", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_10.w_1": { + "name": "batch_norm_10.w_1", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_10.w_2": { + "name": "batch_norm_10.w_2", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_11.b_0": { + "name": "batch_norm_11.b_0", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_11.tmp_0": { + "name": "batch_norm_11.tmp_0", + "persistable": false, + "shape": [ + 128 + ] + }, + "batch_norm_11.tmp_1": { + "name": "batch_norm_11.tmp_1", + "persistable": false, + "shape": [ + 128 + ] + }, + "batch_norm_11.tmp_2": { + "name": "batch_norm_11.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_11.tmp_3": { + "name": "batch_norm_11.tmp_3", + "persistable": false, + "shape": [ + 1, + 128, + 4, + 160 + ] + }, + "batch_norm_11.tmp_4": { + "name": "batch_norm_11.tmp_4", + "persistable": false, + "shape": [ + 1, + 128, + 4, + 160 + ] + }, + "batch_norm_11.w_0": { + "name": "batch_norm_11.w_0", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_11.w_1": { + "name": "batch_norm_11.w_1", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_11.w_2": { + "name": "batch_norm_11.w_2", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_12.b_0": { + "name": "batch_norm_12.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_12.tmp_0": { + "name": "batch_norm_12.tmp_0", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_12.tmp_1": { + "name": "batch_norm_12.tmp_1", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_12.tmp_2": { + "name": "batch_norm_12.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_12.tmp_3": { + "name": "batch_norm_12.tmp_3", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_12.tmp_4": { + "name": "batch_norm_12.tmp_4", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_12.w_0": { + "name": "batch_norm_12.w_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_12.w_1": { + "name": "batch_norm_12.w_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_12.w_2": { + "name": "batch_norm_12.w_2", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_13.b_0": { + "name": "batch_norm_13.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_13.tmp_0": { + "name": "batch_norm_13.tmp_0", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_13.tmp_1": { + "name": "batch_norm_13.tmp_1", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_13.tmp_2": { + "name": "batch_norm_13.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_13.tmp_3": { + "name": "batch_norm_13.tmp_3", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_13.tmp_4": { + "name": "batch_norm_13.tmp_4", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_13.w_0": { + "name": "batch_norm_13.w_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_13.w_1": { + "name": "batch_norm_13.w_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_13.w_2": { + "name": "batch_norm_13.w_2", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_14.b_0": { + "name": "batch_norm_14.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_14.tmp_0": { + "name": "batch_norm_14.tmp_0", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_14.tmp_1": { + "name": "batch_norm_14.tmp_1", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_14.tmp_2": { + "name": "batch_norm_14.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_14.tmp_3": { + "name": "batch_norm_14.tmp_3", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_14.tmp_4": { + "name": "batch_norm_14.tmp_4", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_14.w_0": { + "name": "batch_norm_14.w_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_14.w_1": { + "name": "batch_norm_14.w_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_14.w_2": { + "name": "batch_norm_14.w_2", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_15.b_0": { + "name": "batch_norm_15.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_15.tmp_0": { + "name": "batch_norm_15.tmp_0", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_15.tmp_1": { + "name": "batch_norm_15.tmp_1", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_15.tmp_2": { + "name": "batch_norm_15.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_15.tmp_3": { + "name": "batch_norm_15.tmp_3", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_15.tmp_4": { + "name": "batch_norm_15.tmp_4", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_15.w_0": { + "name": "batch_norm_15.w_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_15.w_1": { + "name": "batch_norm_15.w_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_15.w_2": { + "name": "batch_norm_15.w_2", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_16.b_0": { + "name": "batch_norm_16.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_16.tmp_0": { + "name": "batch_norm_16.tmp_0", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_16.tmp_1": { + "name": "batch_norm_16.tmp_1", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_16.tmp_2": { + "name": "batch_norm_16.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_16.tmp_3": { + "name": "batch_norm_16.tmp_3", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_16.tmp_4": { + "name": "batch_norm_16.tmp_4", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_16.w_0": { + "name": "batch_norm_16.w_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_16.w_1": { + "name": "batch_norm_16.w_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_16.w_2": { + "name": "batch_norm_16.w_2", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_17.b_0": { + "name": "batch_norm_17.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_17.tmp_0": { + "name": "batch_norm_17.tmp_0", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_17.tmp_1": { + "name": "batch_norm_17.tmp_1", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_17.tmp_2": { + "name": "batch_norm_17.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_17.tmp_3": { + "name": "batch_norm_17.tmp_3", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_17.tmp_4": { + "name": "batch_norm_17.tmp_4", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_17.w_0": { + "name": "batch_norm_17.w_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_17.w_1": { + "name": "batch_norm_17.w_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_17.w_2": { + "name": "batch_norm_17.w_2", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_18.b_0": { + "name": "batch_norm_18.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_18.tmp_0": { + "name": "batch_norm_18.tmp_0", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_18.tmp_1": { + "name": "batch_norm_18.tmp_1", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_18.tmp_2": { + "name": "batch_norm_18.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_18.tmp_3": { + "name": "batch_norm_18.tmp_3", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_18.tmp_4": { + "name": "batch_norm_18.tmp_4", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_18.w_0": { + "name": "batch_norm_18.w_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_18.w_1": { + "name": "batch_norm_18.w_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_18.w_2": { + "name": "batch_norm_18.w_2", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_19.b_0": { + "name": "batch_norm_19.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_19.tmp_0": { + "name": "batch_norm_19.tmp_0", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_19.tmp_1": { + "name": "batch_norm_19.tmp_1", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_19.tmp_2": { + "name": "batch_norm_19.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_19.tmp_3": { + "name": "batch_norm_19.tmp_3", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_19.tmp_4": { + "name": "batch_norm_19.tmp_4", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_19.w_0": { + "name": "batch_norm_19.w_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_19.w_1": { + "name": "batch_norm_19.w_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_19.w_2": { + "name": "batch_norm_19.w_2", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_2.b_0": { + "name": "batch_norm_2.b_0", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_2.tmp_0": { + "name": "batch_norm_2.tmp_0", + "persistable": false, + "shape": [ + 32 + ] + }, + "batch_norm_2.tmp_1": { + "name": "batch_norm_2.tmp_1", + "persistable": false, + "shape": [ + 32 + ] + }, + "batch_norm_2.tmp_2": { + "name": "batch_norm_2.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_2.tmp_3": { + "name": "batch_norm_2.tmp_3", + "persistable": false, + "shape": [ + 1, + 32, + 16, + 160 + ] + }, + "batch_norm_2.tmp_4": { + "name": "batch_norm_2.tmp_4", + "persistable": false, + "shape": [ + 1, + 32, + 16, + 160 + ] + }, + "batch_norm_2.w_0": { + "name": "batch_norm_2.w_0", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_2.w_1": { + "name": "batch_norm_2.w_1", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_2.w_2": { + "name": "batch_norm_2.w_2", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_20.b_0": { + "name": "batch_norm_20.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_20.tmp_0": { + "name": "batch_norm_20.tmp_0", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_20.tmp_1": { + "name": "batch_norm_20.tmp_1", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_20.tmp_2": { + "name": "batch_norm_20.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_20.tmp_3": { + "name": "batch_norm_20.tmp_3", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_20.tmp_4": { + "name": "batch_norm_20.tmp_4", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_20.w_0": { + "name": "batch_norm_20.w_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_20.w_1": { + "name": "batch_norm_20.w_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_20.w_2": { + "name": "batch_norm_20.w_2", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_21.b_0": { + "name": "batch_norm_21.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_21.tmp_0": { + "name": "batch_norm_21.tmp_0", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_21.tmp_1": { + "name": "batch_norm_21.tmp_1", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_21.tmp_2": { + "name": "batch_norm_21.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_21.tmp_3": { + "name": "batch_norm_21.tmp_3", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_21.tmp_4": { + "name": "batch_norm_21.tmp_4", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_21.w_0": { + "name": "batch_norm_21.w_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_21.w_1": { + "name": "batch_norm_21.w_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_21.w_2": { + "name": "batch_norm_21.w_2", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_22.b_0": { + "name": "batch_norm_22.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_22.tmp_0": { + "name": "batch_norm_22.tmp_0", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_22.tmp_1": { + "name": "batch_norm_22.tmp_1", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_22.tmp_2": { + "name": "batch_norm_22.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_22.tmp_3": { + "name": "batch_norm_22.tmp_3", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_22.tmp_4": { + "name": "batch_norm_22.tmp_4", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "batch_norm_22.w_0": { + "name": "batch_norm_22.w_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_22.w_1": { + "name": "batch_norm_22.w_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_22.w_2": { + "name": "batch_norm_22.w_2", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_23.b_0": { + "name": "batch_norm_23.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_23.tmp_0": { + "name": "batch_norm_23.tmp_0", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_23.tmp_1": { + "name": "batch_norm_23.tmp_1", + "persistable": false, + "shape": [ + 256 + ] + }, + "batch_norm_23.tmp_2": { + "name": "batch_norm_23.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_23.tmp_3": { + "name": "batch_norm_23.tmp_3", + "persistable": false, + "shape": [ + 1, + 256, + 2, + 160 + ] + }, + "batch_norm_23.tmp_4": { + "name": "batch_norm_23.tmp_4", + "persistable": false, + "shape": [ + 1, + 256, + 2, + 160 + ] + }, + "batch_norm_23.w_0": { + "name": "batch_norm_23.w_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_23.w_1": { + "name": "batch_norm_23.w_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_23.w_2": { + "name": "batch_norm_23.w_2", + "persistable": true, + "shape": [ + 256 + ] + }, + "batch_norm_24.b_0": { + "name": "batch_norm_24.b_0", + "persistable": true, + "shape": [ + 512 + ] + }, + "batch_norm_24.tmp_0": { + "name": "batch_norm_24.tmp_0", + "persistable": false, + "shape": [ + 512 + ] + }, + "batch_norm_24.tmp_1": { + "name": "batch_norm_24.tmp_1", + "persistable": false, + "shape": [ + 512 + ] + }, + "batch_norm_24.tmp_2": { + "name": "batch_norm_24.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_24.tmp_3": { + "name": "batch_norm_24.tmp_3", + "persistable": false, + "shape": [ + 1, + 512, + 2, + 160 + ] + }, + "batch_norm_24.tmp_4": { + "name": "batch_norm_24.tmp_4", + "persistable": false, + "shape": [ + 1, + 512, + 2, + 160 + ] + }, + "batch_norm_24.w_0": { + "name": "batch_norm_24.w_0", + "persistable": true, + "shape": [ + 512 + ] + }, + "batch_norm_24.w_1": { + "name": "batch_norm_24.w_1", + "persistable": true, + "shape": [ + 512 + ] + }, + "batch_norm_24.w_2": { + "name": "batch_norm_24.w_2", + "persistable": true, + "shape": [ + 512 + ] + }, + "batch_norm_25.b_0": { + "name": "batch_norm_25.b_0", + "persistable": true, + "shape": [ + 512 + ] + }, + "batch_norm_25.tmp_0": { + "name": "batch_norm_25.tmp_0", + "persistable": false, + "shape": [ + 512 + ] + }, + "batch_norm_25.tmp_1": { + "name": "batch_norm_25.tmp_1", + "persistable": false, + "shape": [ + 512 + ] + }, + "batch_norm_25.tmp_2": { + "name": "batch_norm_25.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_25.tmp_3": { + "name": "batch_norm_25.tmp_3", + "persistable": false, + "shape": [ + 1, + 512, + 2, + 160 + ] + }, + "batch_norm_25.tmp_4": { + "name": "batch_norm_25.tmp_4", + "persistable": false, + "shape": [ + 1, + 512, + 2, + 160 + ] + }, + "batch_norm_25.w_0": { + "name": "batch_norm_25.w_0", + "persistable": true, + "shape": [ + 512 + ] + }, + "batch_norm_25.w_1": { + "name": "batch_norm_25.w_1", + "persistable": true, + "shape": [ + 512 + ] + }, + "batch_norm_25.w_2": { + "name": "batch_norm_25.w_2", + "persistable": true, + "shape": [ + 512 + ] + }, + "batch_norm_26.b_0": { + "name": "batch_norm_26.b_0", + "persistable": true, + "shape": [ + 512 + ] + }, + "batch_norm_26.tmp_0": { + "name": "batch_norm_26.tmp_0", + "persistable": false, + "shape": [ + 512 + ] + }, + "batch_norm_26.tmp_1": { + "name": "batch_norm_26.tmp_1", + "persistable": false, + "shape": [ + 512 + ] + }, + "batch_norm_26.tmp_2": { + "name": "batch_norm_26.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_26.tmp_3": { + "name": "batch_norm_26.tmp_3", + "persistable": false, + "shape": [ + 1, + 512, + 2, + 160 + ] + }, + "batch_norm_26.tmp_4": { + "name": "batch_norm_26.tmp_4", + "persistable": false, + "shape": [ + 1, + 512, + 2, + 160 + ] + }, + "batch_norm_26.w_0": { + "name": "batch_norm_26.w_0", + "persistable": true, + "shape": [ + 512 + ] + }, + "batch_norm_26.w_1": { + "name": "batch_norm_26.w_1", + "persistable": true, + "shape": [ + 512 + ] + }, + "batch_norm_26.w_2": { + "name": "batch_norm_26.w_2", + "persistable": true, + "shape": [ + 512 + ] + }, + "batch_norm_3.b_0": { + "name": "batch_norm_3.b_0", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_3.tmp_0": { + "name": "batch_norm_3.tmp_0", + "persistable": false, + "shape": [ + 32 + ] + }, + "batch_norm_3.tmp_1": { + "name": "batch_norm_3.tmp_1", + "persistable": false, + "shape": [ + 32 + ] + }, + "batch_norm_3.tmp_2": { + "name": "batch_norm_3.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_3.tmp_3": { + "name": "batch_norm_3.tmp_3", + "persistable": false, + "shape": [ + 1, + 32, + 16, + 160 + ] + }, + "batch_norm_3.tmp_4": { + "name": "batch_norm_3.tmp_4", + "persistable": false, + "shape": [ + 1, + 32, + 16, + 160 + ] + }, + "batch_norm_3.w_0": { + "name": "batch_norm_3.w_0", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_3.w_1": { + "name": "batch_norm_3.w_1", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_3.w_2": { + "name": "batch_norm_3.w_2", + "persistable": true, + "shape": [ + 32 + ] + }, + "batch_norm_4.b_0": { + "name": "batch_norm_4.b_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_4.tmp_0": { + "name": "batch_norm_4.tmp_0", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_4.tmp_1": { + "name": "batch_norm_4.tmp_1", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_4.tmp_2": { + "name": "batch_norm_4.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_4.tmp_3": { + "name": "batch_norm_4.tmp_3", + "persistable": false, + "shape": [ + 1, + 64, + 16, + 160 + ] + }, + "batch_norm_4.tmp_4": { + "name": "batch_norm_4.tmp_4", + "persistable": false, + "shape": [ + 1, + 64, + 16, + 160 + ] + }, + "batch_norm_4.w_0": { + "name": "batch_norm_4.w_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_4.w_1": { + "name": "batch_norm_4.w_1", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_4.w_2": { + "name": "batch_norm_4.w_2", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_5.b_0": { + "name": "batch_norm_5.b_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_5.tmp_0": { + "name": "batch_norm_5.tmp_0", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_5.tmp_1": { + "name": "batch_norm_5.tmp_1", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_5.tmp_2": { + "name": "batch_norm_5.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_5.tmp_3": { + "name": "batch_norm_5.tmp_3", + "persistable": false, + "shape": [ + 1, + 64, + 16, + 160 + ] + }, + "batch_norm_5.tmp_4": { + "name": "batch_norm_5.tmp_4", + "persistable": false, + "shape": [ + 1, + 64, + 16, + 160 + ] + }, + "batch_norm_5.w_0": { + "name": "batch_norm_5.w_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_5.w_1": { + "name": "batch_norm_5.w_1", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_5.w_2": { + "name": "batch_norm_5.w_2", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_6.b_0": { + "name": "batch_norm_6.b_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_6.tmp_0": { + "name": "batch_norm_6.tmp_0", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_6.tmp_1": { + "name": "batch_norm_6.tmp_1", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_6.tmp_2": { + "name": "batch_norm_6.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_6.tmp_3": { + "name": "batch_norm_6.tmp_3", + "persistable": false, + "shape": [ + 1, + 64, + 16, + 160 + ] + }, + "batch_norm_6.tmp_4": { + "name": "batch_norm_6.tmp_4", + "persistable": false, + "shape": [ + 1, + 64, + 16, + 160 + ] + }, + "batch_norm_6.w_0": { + "name": "batch_norm_6.w_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_6.w_1": { + "name": "batch_norm_6.w_1", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_6.w_2": { + "name": "batch_norm_6.w_2", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_7.b_0": { + "name": "batch_norm_7.b_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_7.tmp_0": { + "name": "batch_norm_7.tmp_0", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_7.tmp_1": { + "name": "batch_norm_7.tmp_1", + "persistable": false, + "shape": [ + 64 + ] + }, + "batch_norm_7.tmp_2": { + "name": "batch_norm_7.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_7.tmp_3": { + "name": "batch_norm_7.tmp_3", + "persistable": false, + "shape": [ + 1, + 64, + 8, + 160 + ] + }, + "batch_norm_7.tmp_4": { + "name": "batch_norm_7.tmp_4", + "persistable": false, + "shape": [ + 1, + 64, + 8, + 160 + ] + }, + "batch_norm_7.w_0": { + "name": "batch_norm_7.w_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_7.w_1": { + "name": "batch_norm_7.w_1", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_7.w_2": { + "name": "batch_norm_7.w_2", + "persistable": true, + "shape": [ + 64 + ] + }, + "batch_norm_8.b_0": { + "name": "batch_norm_8.b_0", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_8.tmp_0": { + "name": "batch_norm_8.tmp_0", + "persistable": false, + "shape": [ + 128 + ] + }, + "batch_norm_8.tmp_1": { + "name": "batch_norm_8.tmp_1", + "persistable": false, + "shape": [ + 128 + ] + }, + "batch_norm_8.tmp_2": { + "name": "batch_norm_8.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_8.tmp_3": { + "name": "batch_norm_8.tmp_3", + "persistable": false, + "shape": [ + 1, + 128, + 8, + 160 + ] + }, + "batch_norm_8.tmp_4": { + "name": "batch_norm_8.tmp_4", + "persistable": false, + "shape": [ + 1, + 128, + 8, + 160 + ] + }, + "batch_norm_8.w_0": { + "name": "batch_norm_8.w_0", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_8.w_1": { + "name": "batch_norm_8.w_1", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_8.w_2": { + "name": "batch_norm_8.w_2", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_9.b_0": { + "name": "batch_norm_9.b_0", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_9.tmp_0": { + "name": "batch_norm_9.tmp_0", + "persistable": false, + "shape": [ + 128 + ] + }, + "batch_norm_9.tmp_1": { + "name": "batch_norm_9.tmp_1", + "persistable": false, + "shape": [ + 128 + ] + }, + "batch_norm_9.tmp_2": { + "name": "batch_norm_9.tmp_2", + "persistable": false, + "shape": [ + 0 + ] + }, + "batch_norm_9.tmp_3": { + "name": "batch_norm_9.tmp_3", + "persistable": false, + "shape": [ + 1, + 128, + 8, + 160 + ] + }, + "batch_norm_9.tmp_4": { + "name": "batch_norm_9.tmp_4", + "persistable": false, + "shape": [ + 1, + 128, + 8, + 160 + ] + }, + "batch_norm_9.w_0": { + "name": "batch_norm_9.w_0", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_9.w_1": { + "name": "batch_norm_9.w_1", + "persistable": true, + "shape": [ + 128 + ] + }, + "batch_norm_9.w_2": { + "name": "batch_norm_9.w_2", + "persistable": true, + "shape": [ + 128 + ] + }, + "conv2d_0.w_0": { + "name": "conv2d_0.w_0", + "persistable": true, + "shape": [ + 16, + 3, + 3, + 3 + ] + }, + "conv2d_1.w_0": { + "name": "conv2d_1.w_0", + "persistable": true, + "shape": [ + 16, + 1, + 3, + 3 + ] + }, + "conv2d_10.w_0": { + "name": "conv2d_10.w_0", + "persistable": true, + "shape": [ + 128, + 128, + 1, + 1 + ] + }, + "conv2d_11.w_0": { + "name": "conv2d_11.w_0", + "persistable": true, + "shape": [ + 128, + 1, + 3, + 3 + ] + }, + "conv2d_12.w_0": { + "name": "conv2d_12.w_0", + "persistable": true, + "shape": [ + 256, + 128, + 1, + 1 + ] + }, + "conv2d_13.w_0": { + "name": "conv2d_13.w_0", + "persistable": true, + "shape": [ + 256, + 1, + 5, + 5 + ] + }, + "conv2d_14.w_0": { + "name": "conv2d_14.w_0", + "persistable": true, + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + "conv2d_15.w_0": { + "name": "conv2d_15.w_0", + "persistable": true, + "shape": [ + 256, + 1, + 5, + 5 + ] + }, + "conv2d_16.w_0": { + "name": "conv2d_16.w_0", + "persistable": true, + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + "conv2d_17.w_0": { + "name": "conv2d_17.w_0", + "persistable": true, + "shape": [ + 256, + 1, + 5, + 5 + ] + }, + "conv2d_18.w_0": { + "name": "conv2d_18.w_0", + "persistable": true, + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + "conv2d_19.w_0": { + "name": "conv2d_19.w_0", + "persistable": true, + "shape": [ + 256, + 1, + 5, + 5 + ] + }, + "conv2d_2.w_0": { + "name": "conv2d_2.w_0", + "persistable": true, + "shape": [ + 32, + 16, + 1, + 1 + ] + }, + "conv2d_20.w_0": { + "name": "conv2d_20.w_0", + "persistable": true, + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + "conv2d_21.w_0": { + "name": "conv2d_21.w_0", + "persistable": true, + "shape": [ + 256, + 1, + 5, + 5 + ] + }, + "conv2d_22.w_0": { + "name": "conv2d_22.w_0", + "persistable": true, + "shape": [ + 256, + 256, + 1, + 1 + ] + }, + "conv2d_23.w_0": { + "name": "conv2d_23.w_0", + "persistable": true, + "shape": [ + 256, + 1, + 5, + 5 + ] + }, + "conv2d_24.b_0": { + "name": "conv2d_24.b_0", + "persistable": true, + "shape": [ + 64 + ] + }, + "conv2d_24.w_0": { + "name": "conv2d_24.w_0", + "persistable": true, + "shape": [ + 64, + 256, + 1, + 1 + ] + }, + "conv2d_25.b_0": { + "name": "conv2d_25.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "conv2d_25.w_0": { + "name": "conv2d_25.w_0", + "persistable": true, + "shape": [ + 256, + 64, + 1, + 1 + ] + }, + "conv2d_26.w_0": { + "name": "conv2d_26.w_0", + "persistable": true, + "shape": [ + 512, + 256, + 1, + 1 + ] + }, + "conv2d_27.w_0": { + "name": "conv2d_27.w_0", + "persistable": true, + "shape": [ + 512, + 1, + 5, + 5 + ] + }, + "conv2d_28.b_0": { + "name": "conv2d_28.b_0", + "persistable": true, + "shape": [ + 128 + ] + }, + "conv2d_28.w_0": { + "name": "conv2d_28.w_0", + "persistable": true, + "shape": [ + 128, + 512, + 1, + 1 + ] + }, + "conv2d_29.b_0": { + "name": "conv2d_29.b_0", + "persistable": true, + "shape": [ + 512 + ] + }, + "conv2d_29.w_0": { + "name": "conv2d_29.w_0", + "persistable": true, + "shape": [ + 512, + 128, + 1, + 1 + ] + }, + "conv2d_3.w_0": { + "name": "conv2d_3.w_0", + "persistable": true, + "shape": [ + 32, + 1, + 3, + 3 + ] + }, + "conv2d_30.w_0": { + "name": "conv2d_30.w_0", + "persistable": true, + "shape": [ + 512, + 512, + 1, + 1 + ] + }, + "conv2d_31.tmp_0": { + "name": "conv2d_31.tmp_0", + "persistable": false, + "shape": [ + 1, + 16, + 16, + 160 + ] + }, + "conv2d_32.tmp_0": { + "name": "conv2d_32.tmp_0", + "persistable": false, + "shape": [ + 1, + 32, + 16, + 160 + ] + }, + "conv2d_33.tmp_0": { + "name": "conv2d_33.tmp_0", + "persistable": false, + "shape": [ + 1, + 64, + 16, + 160 + ] + }, + "conv2d_34.tmp_0": { + "name": "conv2d_34.tmp_0", + "persistable": false, + "shape": [ + 1, + 64, + 16, + 160 + ] + }, + "conv2d_35.tmp_0": { + "name": "conv2d_35.tmp_0", + "persistable": false, + "shape": [ + 1, + 128, + 8, + 160 + ] + }, + "conv2d_36.tmp_0": { + "name": "conv2d_36.tmp_0", + "persistable": false, + "shape": [ + 1, + 128, + 8, + 160 + ] + }, + "conv2d_37.tmp_0": { + "name": "conv2d_37.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "conv2d_38.tmp_0": { + "name": "conv2d_38.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "conv2d_39.tmp_0": { + "name": "conv2d_39.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "conv2d_4.w_0": { + "name": "conv2d_4.w_0", + "persistable": true, + "shape": [ + 64, + 32, + 1, + 1 + ] + }, + "conv2d_40.tmp_0": { + "name": "conv2d_40.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "conv2d_41.tmp_0": { + "name": "conv2d_41.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "conv2d_42.tmp_0": { + "name": "conv2d_42.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "conv2d_43.tmp_0": { + "name": "conv2d_43.tmp_0", + "persistable": false, + "shape": [ + 1, + 64, + 1, + 1 + ] + }, + "conv2d_43.tmp_1": { + "name": "conv2d_43.tmp_1", + "persistable": false, + "shape": [ + 1, + 64, + 1, + 1 + ] + }, + "conv2d_44.tmp_0": { + "name": "conv2d_44.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 1, + 1 + ] + }, + "conv2d_44.tmp_1": { + "name": "conv2d_44.tmp_1", + "persistable": false, + "shape": [ + 1, + 256, + 1, + 1 + ] + }, + "conv2d_45.tmp_0": { + "name": "conv2d_45.tmp_0", + "persistable": false, + "shape": [ + 1, + 512, + 2, + 160 + ] + }, + "conv2d_46.tmp_0": { + "name": "conv2d_46.tmp_0", + "persistable": false, + "shape": [ + 1, + 128, + 1, + 1 + ] + }, + "conv2d_46.tmp_1": { + "name": "conv2d_46.tmp_1", + "persistable": false, + "shape": [ + 1, + 128, + 1, + 1 + ] + }, + "conv2d_47.tmp_0": { + "name": "conv2d_47.tmp_0", + "persistable": false, + "shape": [ + 1, + 512, + 1, + 1 + ] + }, + "conv2d_47.tmp_1": { + "name": "conv2d_47.tmp_1", + "persistable": false, + "shape": [ + 1, + 512, + 1, + 1 + ] + }, + "conv2d_48.tmp_0": { + "name": "conv2d_48.tmp_0", + "persistable": false, + "shape": [ + 1, + 512, + 2, + 160 + ] + }, + "conv2d_5.w_0": { + "name": "conv2d_5.w_0", + "persistable": true, + "shape": [ + 64, + 1, + 3, + 3 + ] + }, + "conv2d_6.w_0": { + "name": "conv2d_6.w_0", + "persistable": true, + "shape": [ + 64, + 64, + 1, + 1 + ] + }, + "conv2d_7.w_0": { + "name": "conv2d_7.w_0", + "persistable": true, + "shape": [ + 64, + 1, + 3, + 3 + ] + }, + "conv2d_8.w_0": { + "name": "conv2d_8.w_0", + "persistable": true, + "shape": [ + 128, + 64, + 1, + 1 + ] + }, + "conv2d_9.w_0": { + "name": "conv2d_9.w_0", + "persistable": true, + "shape": [ + 128, + 1, + 3, + 3 + ] + }, + "depthwise_conv2d_0.tmp_0": { + "name": "depthwise_conv2d_0.tmp_0", + "persistable": false, + "shape": [ + 1, + 16, + 16, + 160 + ] + }, + "depthwise_conv2d_1.tmp_0": { + "name": "depthwise_conv2d_1.tmp_0", + "persistable": false, + "shape": [ + 1, + 32, + 16, + 160 + ] + }, + "depthwise_conv2d_10.tmp_0": { + "name": "depthwise_conv2d_10.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "depthwise_conv2d_11.tmp_0": { + "name": "depthwise_conv2d_11.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 2, + 160 + ] + }, + "depthwise_conv2d_12.tmp_0": { + "name": "depthwise_conv2d_12.tmp_0", + "persistable": false, + "shape": [ + 1, + 512, + 2, + 160 + ] + }, + "depthwise_conv2d_2.tmp_0": { + "name": "depthwise_conv2d_2.tmp_0", + "persistable": false, + "shape": [ + 1, + 64, + 16, + 160 + ] + }, + "depthwise_conv2d_3.tmp_0": { + "name": "depthwise_conv2d_3.tmp_0", + "persistable": false, + "shape": [ + 1, + 64, + 8, + 160 + ] + }, + "depthwise_conv2d_4.tmp_0": { + "name": "depthwise_conv2d_4.tmp_0", + "persistable": false, + "shape": [ + 1, + 128, + 8, + 160 + ] + }, + "depthwise_conv2d_5.tmp_0": { + "name": "depthwise_conv2d_5.tmp_0", + "persistable": false, + "shape": [ + 1, + 128, + 4, + 160 + ] + }, + "depthwise_conv2d_6.tmp_0": { + "name": "depthwise_conv2d_6.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "depthwise_conv2d_7.tmp_0": { + "name": "depthwise_conv2d_7.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "depthwise_conv2d_8.tmp_0": { + "name": "depthwise_conv2d_8.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "depthwise_conv2d_9.tmp_0": { + "name": "depthwise_conv2d_9.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 4, + 160 + ] + }, + "elementwise_mul_0": { + "name": "elementwise_mul_0", + "persistable": false, + "shape": [ + 1, + 256, + 2, + 160 + ] + }, + "elementwise_mul_1": { + "name": "elementwise_mul_1", + "persistable": false, + "shape": [ + 1, + 512, + 2, + 160 + ] + }, + "fill_constant_batch_size_like_0.tmp_0": { + "name": "fill_constant_batch_size_like_0.tmp_0", + "persistable": false, + "shape": [ + 4, + 1, + 64 + ] + }, + "fill_constant_batch_size_like_1.tmp_0": { + "name": "fill_constant_batch_size_like_1.tmp_0", + "persistable": false, + "shape": [ + 4, + 1, + 64 + ] + }, + "hardsigmoid_0.tmp_0": { + "name": "hardsigmoid_0.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 1, + 1 + ] + }, + "hardsigmoid_1.tmp_0": { + "name": "hardsigmoid_1.tmp_0", + "persistable": false, + "shape": [ + 1, + 512, + 1, + 1 + ] + }, + "linear_0.b_0": { + "name": "linear_0.b_0", + "persistable": true, + "shape": [ + 96 + ] + }, + "linear_0.w_0": { + "name": "linear_0.w_0", + "persistable": true, + "shape": [ + 128, + 96 + ] + }, + "linear_1.b_0": { + "name": "linear_1.b_0", + "persistable": true, + "shape": [ + 6625 + ] + }, + "linear_1.w_0": { + "name": "linear_1.w_0", + "persistable": true, + "shape": [ + 96, + 6625 + ] + }, + "linear_2.tmp_0": { + "name": "linear_2.tmp_0", + "persistable": false, + "shape": [ + 1, + 80, + 96 + ] + }, + "linear_2.tmp_1": { + "name": "linear_2.tmp_1", + "persistable": false, + "shape": [ + 1, + 80, + 96 + ] + }, + "linear_3.tmp_0": { + "name": "linear_3.tmp_0", + "persistable": false, + "shape": [ + 1, + 80, + 6625 + ] + }, + "linear_3.tmp_1": { + "name": "linear_3.tmp_1", + "persistable": false, + "shape": [ + 1, + 80, + 6625 + ] + }, + "lstm_0._generated_var_0": { + "name": "lstm_0._generated_var_0", + "persistable": false, + "shape": [ + 80, + 1, + 128 + ] + }, + "lstm_0.tmp_0": { + "name": "lstm_0.tmp_0", + "persistable": false, + "shape": [ + 80, + 1, + 128 + ] + }, + "lstm_0.tmp_1": { + "name": "lstm_0.tmp_1", + "persistable": false, + "shape": [ + 4, + 1, + 64 + ] + }, + "lstm_0.tmp_2": { + "name": "lstm_0.tmp_2", + "persistable": false, + "shape": [ + 4, + 1, + 64 + ] + }, + "lstm_0.tmp_3": { + "name": "lstm_0.tmp_3", + "persistable": false, + "shape": [ + 0 + ] + }, + "lstm_0_0.tmp_c": { + "name": "lstm_0_0.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_0.tmp_concat": { + "name": "lstm_0_0.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_0.tmp_h": { + "name": "lstm_0_0.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_0.tmp_matmul": { + "name": "lstm_0_0.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_1.tmp_c": { + "name": "lstm_0_1.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_1.tmp_concat": { + "name": "lstm_0_1.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_1.tmp_h": { + "name": "lstm_0_1.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_1.tmp_matmul": { + "name": "lstm_0_1.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_10.tmp_c": { + "name": "lstm_0_10.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_10.tmp_concat": { + "name": "lstm_0_10.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_10.tmp_h": { + "name": "lstm_0_10.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_10.tmp_matmul": { + "name": "lstm_0_10.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_11.tmp_c": { + "name": "lstm_0_11.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_11.tmp_concat": { + "name": "lstm_0_11.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_11.tmp_h": { + "name": "lstm_0_11.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_11.tmp_matmul": { + "name": "lstm_0_11.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_12.tmp_c": { + "name": "lstm_0_12.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_12.tmp_concat": { + "name": "lstm_0_12.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_12.tmp_h": { + "name": "lstm_0_12.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_12.tmp_matmul": { + "name": "lstm_0_12.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_13.tmp_c": { + "name": "lstm_0_13.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_13.tmp_concat": { + "name": "lstm_0_13.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_13.tmp_h": { + "name": "lstm_0_13.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_13.tmp_matmul": { + "name": "lstm_0_13.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_14.tmp_c": { + "name": "lstm_0_14.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_14.tmp_concat": { + "name": "lstm_0_14.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_14.tmp_h": { + "name": "lstm_0_14.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_14.tmp_matmul": { + "name": "lstm_0_14.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_15.tmp_c": { + "name": "lstm_0_15.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_15.tmp_concat": { + "name": "lstm_0_15.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_15.tmp_h": { + "name": "lstm_0_15.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_15.tmp_matmul": { + "name": "lstm_0_15.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_16.tmp_c": { + "name": "lstm_0_16.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_16.tmp_concat": { + "name": "lstm_0_16.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_16.tmp_h": { + "name": "lstm_0_16.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_16.tmp_matmul": { + "name": "lstm_0_16.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_17.tmp_c": { + "name": "lstm_0_17.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_17.tmp_concat": { + "name": "lstm_0_17.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_17.tmp_h": { + "name": "lstm_0_17.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_17.tmp_matmul": { + "name": "lstm_0_17.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_18.tmp_c": { + "name": "lstm_0_18.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_18.tmp_concat": { + "name": "lstm_0_18.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_18.tmp_h": { + "name": "lstm_0_18.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_18.tmp_matmul": { + "name": "lstm_0_18.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_19.tmp_c": { + "name": "lstm_0_19.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_19.tmp_concat": { + "name": "lstm_0_19.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_19.tmp_h": { + "name": "lstm_0_19.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_19.tmp_matmul": { + "name": "lstm_0_19.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_2.tmp_c": { + "name": "lstm_0_2.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_2.tmp_concat": { + "name": "lstm_0_2.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_2.tmp_h": { + "name": "lstm_0_2.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_2.tmp_matmul": { + "name": "lstm_0_2.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_20.tmp_c": { + "name": "lstm_0_20.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_20.tmp_concat": { + "name": "lstm_0_20.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_20.tmp_h": { + "name": "lstm_0_20.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_20.tmp_matmul": { + "name": "lstm_0_20.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_21.tmp_c": { + "name": "lstm_0_21.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_21.tmp_concat": { + "name": "lstm_0_21.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_21.tmp_h": { + "name": "lstm_0_21.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_21.tmp_matmul": { + "name": "lstm_0_21.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_22.tmp_c": { + "name": "lstm_0_22.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_22.tmp_concat": { + "name": "lstm_0_22.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_22.tmp_h": { + "name": "lstm_0_22.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_22.tmp_matmul": { + "name": "lstm_0_22.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_23.tmp_c": { + "name": "lstm_0_23.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_23.tmp_concat": { + "name": "lstm_0_23.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_23.tmp_h": { + "name": "lstm_0_23.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_23.tmp_matmul": { + "name": "lstm_0_23.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_24.tmp_c": { + "name": "lstm_0_24.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_24.tmp_concat": { + "name": "lstm_0_24.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_24.tmp_h": { + "name": "lstm_0_24.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_24.tmp_matmul": { + "name": "lstm_0_24.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_25.tmp_c": { + "name": "lstm_0_25.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_25.tmp_concat": { + "name": "lstm_0_25.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_25.tmp_h": { + "name": "lstm_0_25.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_25.tmp_matmul": { + "name": "lstm_0_25.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_26.tmp_c": { + "name": "lstm_0_26.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_26.tmp_concat": { + "name": "lstm_0_26.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_26.tmp_h": { + "name": "lstm_0_26.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_26.tmp_matmul": { + "name": "lstm_0_26.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_27.tmp_c": { + "name": "lstm_0_27.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_27.tmp_concat": { + "name": "lstm_0_27.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_27.tmp_h": { + "name": "lstm_0_27.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_27.tmp_matmul": { + "name": "lstm_0_27.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_28.tmp_c": { + "name": "lstm_0_28.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_28.tmp_concat": { + "name": "lstm_0_28.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_28.tmp_h": { + "name": "lstm_0_28.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_28.tmp_matmul": { + "name": "lstm_0_28.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_29.tmp_c": { + "name": "lstm_0_29.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_29.tmp_concat": { + "name": "lstm_0_29.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_29.tmp_h": { + "name": "lstm_0_29.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_29.tmp_matmul": { + "name": "lstm_0_29.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_3.tmp_c": { + "name": "lstm_0_3.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_3.tmp_concat": { + "name": "lstm_0_3.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_3.tmp_h": { + "name": "lstm_0_3.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_3.tmp_matmul": { + "name": "lstm_0_3.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_30.tmp_c": { + "name": "lstm_0_30.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_30.tmp_concat": { + "name": "lstm_0_30.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_30.tmp_h": { + "name": "lstm_0_30.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_30.tmp_matmul": { + "name": "lstm_0_30.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_31.tmp_c": { + "name": "lstm_0_31.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_31.tmp_concat": { + "name": "lstm_0_31.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_31.tmp_h": { + "name": "lstm_0_31.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_31.tmp_matmul": { + "name": "lstm_0_31.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_32.tmp_c": { + "name": "lstm_0_32.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_32.tmp_concat": { + "name": "lstm_0_32.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_32.tmp_h": { + "name": "lstm_0_32.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_32.tmp_matmul": { + "name": "lstm_0_32.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_33.tmp_c": { + "name": "lstm_0_33.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_33.tmp_concat": { + "name": "lstm_0_33.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_33.tmp_h": { + "name": "lstm_0_33.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_33.tmp_matmul": { + "name": "lstm_0_33.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_34.tmp_c": { + "name": "lstm_0_34.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_34.tmp_concat": { + "name": "lstm_0_34.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_34.tmp_h": { + "name": "lstm_0_34.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_34.tmp_matmul": { + "name": "lstm_0_34.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_35.tmp_c": { + "name": "lstm_0_35.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_35.tmp_concat": { + "name": "lstm_0_35.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_35.tmp_h": { + "name": "lstm_0_35.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_35.tmp_matmul": { + "name": "lstm_0_35.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_36.tmp_c": { + "name": "lstm_0_36.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_36.tmp_concat": { + "name": "lstm_0_36.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_36.tmp_h": { + "name": "lstm_0_36.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_36.tmp_matmul": { + "name": "lstm_0_36.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_37.tmp_c": { + "name": "lstm_0_37.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_37.tmp_concat": { + "name": "lstm_0_37.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_37.tmp_h": { + "name": "lstm_0_37.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_37.tmp_matmul": { + "name": "lstm_0_37.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_38.tmp_c": { + "name": "lstm_0_38.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_38.tmp_concat": { + "name": "lstm_0_38.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_38.tmp_h": { + "name": "lstm_0_38.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_38.tmp_matmul": { + "name": "lstm_0_38.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_39.tmp_c": { + "name": "lstm_0_39.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_39.tmp_concat": { + "name": "lstm_0_39.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_39.tmp_h": { + "name": "lstm_0_39.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_39.tmp_matmul": { + "name": "lstm_0_39.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_4.tmp_c": { + "name": "lstm_0_4.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_4.tmp_concat": { + "name": "lstm_0_4.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_4.tmp_h": { + "name": "lstm_0_4.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_4.tmp_matmul": { + "name": "lstm_0_4.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_40.tmp_c": { + "name": "lstm_0_40.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_40.tmp_concat": { + "name": "lstm_0_40.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_40.tmp_h": { + "name": "lstm_0_40.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_40.tmp_matmul": { + "name": "lstm_0_40.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_41.tmp_c": { + "name": "lstm_0_41.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_41.tmp_concat": { + "name": "lstm_0_41.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_41.tmp_h": { + "name": "lstm_0_41.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_41.tmp_matmul": { + "name": "lstm_0_41.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_42.tmp_c": { + "name": "lstm_0_42.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_42.tmp_concat": { + "name": "lstm_0_42.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_42.tmp_h": { + "name": "lstm_0_42.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_42.tmp_matmul": { + "name": "lstm_0_42.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_43.tmp_c": { + "name": "lstm_0_43.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_43.tmp_concat": { + "name": "lstm_0_43.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_43.tmp_h": { + "name": "lstm_0_43.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_43.tmp_matmul": { + "name": "lstm_0_43.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_44.tmp_c": { + "name": "lstm_0_44.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_44.tmp_concat": { + "name": "lstm_0_44.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_44.tmp_h": { + "name": "lstm_0_44.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_44.tmp_matmul": { + "name": "lstm_0_44.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_45.tmp_c": { + "name": "lstm_0_45.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_45.tmp_concat": { + "name": "lstm_0_45.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_45.tmp_h": { + "name": "lstm_0_45.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_45.tmp_matmul": { + "name": "lstm_0_45.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_46.tmp_c": { + "name": "lstm_0_46.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_46.tmp_concat": { + "name": "lstm_0_46.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_46.tmp_h": { + "name": "lstm_0_46.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_46.tmp_matmul": { + "name": "lstm_0_46.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_47.tmp_c": { + "name": "lstm_0_47.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_47.tmp_concat": { + "name": "lstm_0_47.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_47.tmp_h": { + "name": "lstm_0_47.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_47.tmp_matmul": { + "name": "lstm_0_47.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_48.tmp_c": { + "name": "lstm_0_48.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_48.tmp_concat": { + "name": "lstm_0_48.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_48.tmp_h": { + "name": "lstm_0_48.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_48.tmp_matmul": { + "name": "lstm_0_48.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_49.tmp_c": { + "name": "lstm_0_49.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_49.tmp_concat": { + "name": "lstm_0_49.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_49.tmp_h": { + "name": "lstm_0_49.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_49.tmp_matmul": { + "name": "lstm_0_49.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_5.tmp_c": { + "name": "lstm_0_5.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_5.tmp_concat": { + "name": "lstm_0_5.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_5.tmp_h": { + "name": "lstm_0_5.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_5.tmp_matmul": { + "name": "lstm_0_5.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_50.tmp_c": { + "name": "lstm_0_50.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_50.tmp_concat": { + "name": "lstm_0_50.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_50.tmp_h": { + "name": "lstm_0_50.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_50.tmp_matmul": { + "name": "lstm_0_50.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_51.tmp_c": { + "name": "lstm_0_51.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_51.tmp_concat": { + "name": "lstm_0_51.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_51.tmp_h": { + "name": "lstm_0_51.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_51.tmp_matmul": { + "name": "lstm_0_51.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_52.tmp_c": { + "name": "lstm_0_52.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_52.tmp_concat": { + "name": "lstm_0_52.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_52.tmp_h": { + "name": "lstm_0_52.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_52.tmp_matmul": { + "name": "lstm_0_52.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_53.tmp_c": { + "name": "lstm_0_53.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_53.tmp_concat": { + "name": "lstm_0_53.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_53.tmp_h": { + "name": "lstm_0_53.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_53.tmp_matmul": { + "name": "lstm_0_53.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_54.tmp_c": { + "name": "lstm_0_54.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_54.tmp_concat": { + "name": "lstm_0_54.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_54.tmp_h": { + "name": "lstm_0_54.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_54.tmp_matmul": { + "name": "lstm_0_54.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_55.tmp_c": { + "name": "lstm_0_55.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_55.tmp_concat": { + "name": "lstm_0_55.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_55.tmp_h": { + "name": "lstm_0_55.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_55.tmp_matmul": { + "name": "lstm_0_55.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_56.tmp_c": { + "name": "lstm_0_56.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_56.tmp_concat": { + "name": "lstm_0_56.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_56.tmp_h": { + "name": "lstm_0_56.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_56.tmp_matmul": { + "name": "lstm_0_56.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_57.tmp_c": { + "name": "lstm_0_57.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_57.tmp_concat": { + "name": "lstm_0_57.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_57.tmp_h": { + "name": "lstm_0_57.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_57.tmp_matmul": { + "name": "lstm_0_57.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_58.tmp_c": { + "name": "lstm_0_58.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_58.tmp_concat": { + "name": "lstm_0_58.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_58.tmp_h": { + "name": "lstm_0_58.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_58.tmp_matmul": { + "name": "lstm_0_58.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_59.tmp_c": { + "name": "lstm_0_59.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_59.tmp_concat": { + "name": "lstm_0_59.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_59.tmp_h": { + "name": "lstm_0_59.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_59.tmp_matmul": { + "name": "lstm_0_59.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_6.tmp_c": { + "name": "lstm_0_6.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_6.tmp_concat": { + "name": "lstm_0_6.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_6.tmp_h": { + "name": "lstm_0_6.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_6.tmp_matmul": { + "name": "lstm_0_6.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_60.tmp_c": { + "name": "lstm_0_60.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_60.tmp_concat": { + "name": "lstm_0_60.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_60.tmp_h": { + "name": "lstm_0_60.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_60.tmp_matmul": { + "name": "lstm_0_60.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_61.tmp_c": { + "name": "lstm_0_61.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_61.tmp_concat": { + "name": "lstm_0_61.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_61.tmp_h": { + "name": "lstm_0_61.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_61.tmp_matmul": { + "name": "lstm_0_61.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_62.tmp_c": { + "name": "lstm_0_62.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_62.tmp_concat": { + "name": "lstm_0_62.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_62.tmp_h": { + "name": "lstm_0_62.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_62.tmp_matmul": { + "name": "lstm_0_62.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_63.tmp_c": { + "name": "lstm_0_63.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_63.tmp_concat": { + "name": "lstm_0_63.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_63.tmp_h": { + "name": "lstm_0_63.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_63.tmp_matmul": { + "name": "lstm_0_63.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_64.tmp_c": { + "name": "lstm_0_64.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_64.tmp_concat": { + "name": "lstm_0_64.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_64.tmp_h": { + "name": "lstm_0_64.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_64.tmp_matmul": { + "name": "lstm_0_64.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_65.tmp_c": { + "name": "lstm_0_65.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_65.tmp_concat": { + "name": "lstm_0_65.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_65.tmp_h": { + "name": "lstm_0_65.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_65.tmp_matmul": { + "name": "lstm_0_65.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_66.tmp_c": { + "name": "lstm_0_66.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_66.tmp_concat": { + "name": "lstm_0_66.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_66.tmp_h": { + "name": "lstm_0_66.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_66.tmp_matmul": { + "name": "lstm_0_66.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_67.tmp_c": { + "name": "lstm_0_67.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_67.tmp_concat": { + "name": "lstm_0_67.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_67.tmp_h": { + "name": "lstm_0_67.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_67.tmp_matmul": { + "name": "lstm_0_67.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_68.tmp_c": { + "name": "lstm_0_68.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_68.tmp_concat": { + "name": "lstm_0_68.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_68.tmp_h": { + "name": "lstm_0_68.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_68.tmp_matmul": { + "name": "lstm_0_68.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_69.tmp_c": { + "name": "lstm_0_69.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_69.tmp_concat": { + "name": "lstm_0_69.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_69.tmp_h": { + "name": "lstm_0_69.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_69.tmp_matmul": { + "name": "lstm_0_69.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_7.tmp_c": { + "name": "lstm_0_7.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_7.tmp_concat": { + "name": "lstm_0_7.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_7.tmp_h": { + "name": "lstm_0_7.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_7.tmp_matmul": { + "name": "lstm_0_7.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_70.tmp_c": { + "name": "lstm_0_70.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_70.tmp_concat": { + "name": "lstm_0_70.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_70.tmp_h": { + "name": "lstm_0_70.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_70.tmp_matmul": { + "name": "lstm_0_70.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_71.tmp_c": { + "name": "lstm_0_71.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_71.tmp_concat": { + "name": "lstm_0_71.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_71.tmp_h": { + "name": "lstm_0_71.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_71.tmp_matmul": { + "name": "lstm_0_71.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_72.tmp_c": { + "name": "lstm_0_72.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_72.tmp_concat": { + "name": "lstm_0_72.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_72.tmp_h": { + "name": "lstm_0_72.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_72.tmp_matmul": { + "name": "lstm_0_72.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_73.tmp_c": { + "name": "lstm_0_73.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_73.tmp_concat": { + "name": "lstm_0_73.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_73.tmp_h": { + "name": "lstm_0_73.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_73.tmp_matmul": { + "name": "lstm_0_73.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_74.tmp_c": { + "name": "lstm_0_74.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_74.tmp_concat": { + "name": "lstm_0_74.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_74.tmp_h": { + "name": "lstm_0_74.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_74.tmp_matmul": { + "name": "lstm_0_74.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_75.tmp_c": { + "name": "lstm_0_75.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_75.tmp_concat": { + "name": "lstm_0_75.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_75.tmp_h": { + "name": "lstm_0_75.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_75.tmp_matmul": { + "name": "lstm_0_75.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_76.tmp_c": { + "name": "lstm_0_76.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_76.tmp_concat": { + "name": "lstm_0_76.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_76.tmp_h": { + "name": "lstm_0_76.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_76.tmp_matmul": { + "name": "lstm_0_76.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_77.tmp_c": { + "name": "lstm_0_77.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_77.tmp_concat": { + "name": "lstm_0_77.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_77.tmp_h": { + "name": "lstm_0_77.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_77.tmp_matmul": { + "name": "lstm_0_77.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_78.tmp_c": { + "name": "lstm_0_78.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_78.tmp_concat": { + "name": "lstm_0_78.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_78.tmp_h": { + "name": "lstm_0_78.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_78.tmp_matmul": { + "name": "lstm_0_78.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_79.tmp_c": { + "name": "lstm_0_79.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_79.tmp_concat": { + "name": "lstm_0_79.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_79.tmp_h": { + "name": "lstm_0_79.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_79.tmp_matmul": { + "name": "lstm_0_79.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_8.tmp_c": { + "name": "lstm_0_8.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_8.tmp_concat": { + "name": "lstm_0_8.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_8.tmp_h": { + "name": "lstm_0_8.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_8.tmp_matmul": { + "name": "lstm_0_8.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_0_80.tmp_concat": { + "name": "lstm_0_80.tmp_concat", + "persistable": false, + "shape": [ + 15, + 1, + 128 + ] + }, + "lstm_0_81.tmp_concat": { + "name": "lstm_0_81.tmp_concat", + "persistable": false, + "shape": [ + 15, + 1, + 128 + ] + }, + "lstm_0_82.tmp_concat": { + "name": "lstm_0_82.tmp_concat", + "persistable": false, + "shape": [ + 15, + 1, + 128 + ] + }, + "lstm_0_83.tmp_concat": { + "name": "lstm_0_83.tmp_concat", + "persistable": false, + "shape": [ + 15, + 1, + 128 + ] + }, + "lstm_0_84.tmp_concat": { + "name": "lstm_0_84.tmp_concat", + "persistable": false, + "shape": [ + 15, + 1, + 128 + ] + }, + "lstm_0_85.tmp_concat": { + "name": "lstm_0_85.tmp_concat", + "persistable": false, + "shape": [ + 80, + 1, + 128 + ] + }, + "lstm_0_9.tmp_c": { + "name": "lstm_0_9.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_9.tmp_concat": { + "name": "lstm_0_9.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_0_9.tmp_h": { + "name": "lstm_0_9.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_0_9.tmp_matmul": { + "name": "lstm_0_9.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_0.tmp_c": { + "name": "lstm_1_0.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_0.tmp_h": { + "name": "lstm_1_0.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_0.tmp_matmul": { + "name": "lstm_1_0.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_1.tmp_c": { + "name": "lstm_1_1.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_1.tmp_h": { + "name": "lstm_1_1.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_1.tmp_matmul": { + "name": "lstm_1_1.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_10.tmp_c": { + "name": "lstm_1_10.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_10.tmp_h": { + "name": "lstm_1_10.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_10.tmp_matmul": { + "name": "lstm_1_10.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_11.tmp_c": { + "name": "lstm_1_11.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_11.tmp_h": { + "name": "lstm_1_11.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_11.tmp_matmul": { + "name": "lstm_1_11.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_12.tmp_c": { + "name": "lstm_1_12.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_12.tmp_h": { + "name": "lstm_1_12.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_12.tmp_matmul": { + "name": "lstm_1_12.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_13.tmp_c": { + "name": "lstm_1_13.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_13.tmp_h": { + "name": "lstm_1_13.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_13.tmp_matmul": { + "name": "lstm_1_13.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_14.tmp_c": { + "name": "lstm_1_14.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_14.tmp_h": { + "name": "lstm_1_14.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_14.tmp_matmul": { + "name": "lstm_1_14.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_15.tmp_c": { + "name": "lstm_1_15.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_15.tmp_h": { + "name": "lstm_1_15.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_15.tmp_matmul": { + "name": "lstm_1_15.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_16.tmp_c": { + "name": "lstm_1_16.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_16.tmp_h": { + "name": "lstm_1_16.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_16.tmp_matmul": { + "name": "lstm_1_16.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_17.tmp_c": { + "name": "lstm_1_17.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_17.tmp_h": { + "name": "lstm_1_17.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_17.tmp_matmul": { + "name": "lstm_1_17.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_18.tmp_c": { + "name": "lstm_1_18.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_18.tmp_h": { + "name": "lstm_1_18.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_18.tmp_matmul": { + "name": "lstm_1_18.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_19.tmp_c": { + "name": "lstm_1_19.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_19.tmp_h": { + "name": "lstm_1_19.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_19.tmp_matmul": { + "name": "lstm_1_19.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_2.tmp_c": { + "name": "lstm_1_2.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_2.tmp_h": { + "name": "lstm_1_2.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_2.tmp_matmul": { + "name": "lstm_1_2.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_20.tmp_c": { + "name": "lstm_1_20.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_20.tmp_h": { + "name": "lstm_1_20.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_20.tmp_matmul": { + "name": "lstm_1_20.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_21.tmp_c": { + "name": "lstm_1_21.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_21.tmp_h": { + "name": "lstm_1_21.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_21.tmp_matmul": { + "name": "lstm_1_21.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_22.tmp_c": { + "name": "lstm_1_22.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_22.tmp_h": { + "name": "lstm_1_22.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_22.tmp_matmul": { + "name": "lstm_1_22.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_23.tmp_c": { + "name": "lstm_1_23.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_23.tmp_h": { + "name": "lstm_1_23.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_23.tmp_matmul": { + "name": "lstm_1_23.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_24.tmp_c": { + "name": "lstm_1_24.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_24.tmp_h": { + "name": "lstm_1_24.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_24.tmp_matmul": { + "name": "lstm_1_24.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_25.tmp_c": { + "name": "lstm_1_25.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_25.tmp_h": { + "name": "lstm_1_25.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_25.tmp_matmul": { + "name": "lstm_1_25.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_26.tmp_c": { + "name": "lstm_1_26.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_26.tmp_h": { + "name": "lstm_1_26.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_26.tmp_matmul": { + "name": "lstm_1_26.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_27.tmp_c": { + "name": "lstm_1_27.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_27.tmp_h": { + "name": "lstm_1_27.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_27.tmp_matmul": { + "name": "lstm_1_27.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_28.tmp_c": { + "name": "lstm_1_28.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_28.tmp_h": { + "name": "lstm_1_28.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_28.tmp_matmul": { + "name": "lstm_1_28.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_29.tmp_c": { + "name": "lstm_1_29.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_29.tmp_h": { + "name": "lstm_1_29.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_29.tmp_matmul": { + "name": "lstm_1_29.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_3.tmp_c": { + "name": "lstm_1_3.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_3.tmp_h": { + "name": "lstm_1_3.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_3.tmp_matmul": { + "name": "lstm_1_3.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_30.tmp_c": { + "name": "lstm_1_30.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_30.tmp_h": { + "name": "lstm_1_30.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_30.tmp_matmul": { + "name": "lstm_1_30.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_31.tmp_c": { + "name": "lstm_1_31.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_31.tmp_h": { + "name": "lstm_1_31.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_31.tmp_matmul": { + "name": "lstm_1_31.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_32.tmp_c": { + "name": "lstm_1_32.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_32.tmp_h": { + "name": "lstm_1_32.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_32.tmp_matmul": { + "name": "lstm_1_32.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_33.tmp_c": { + "name": "lstm_1_33.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_33.tmp_h": { + "name": "lstm_1_33.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_33.tmp_matmul": { + "name": "lstm_1_33.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_34.tmp_c": { + "name": "lstm_1_34.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_34.tmp_h": { + "name": "lstm_1_34.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_34.tmp_matmul": { + "name": "lstm_1_34.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_35.tmp_c": { + "name": "lstm_1_35.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_35.tmp_h": { + "name": "lstm_1_35.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_35.tmp_matmul": { + "name": "lstm_1_35.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_36.tmp_c": { + "name": "lstm_1_36.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_36.tmp_h": { + "name": "lstm_1_36.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_36.tmp_matmul": { + "name": "lstm_1_36.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_37.tmp_c": { + "name": "lstm_1_37.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_37.tmp_h": { + "name": "lstm_1_37.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_37.tmp_matmul": { + "name": "lstm_1_37.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_38.tmp_c": { + "name": "lstm_1_38.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_38.tmp_h": { + "name": "lstm_1_38.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_38.tmp_matmul": { + "name": "lstm_1_38.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_39.tmp_c": { + "name": "lstm_1_39.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_39.tmp_h": { + "name": "lstm_1_39.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_39.tmp_matmul": { + "name": "lstm_1_39.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_4.tmp_c": { + "name": "lstm_1_4.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_4.tmp_h": { + "name": "lstm_1_4.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_4.tmp_matmul": { + "name": "lstm_1_4.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_40.tmp_c": { + "name": "lstm_1_40.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_40.tmp_h": { + "name": "lstm_1_40.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_40.tmp_matmul": { + "name": "lstm_1_40.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_41.tmp_c": { + "name": "lstm_1_41.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_41.tmp_h": { + "name": "lstm_1_41.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_41.tmp_matmul": { + "name": "lstm_1_41.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_42.tmp_c": { + "name": "lstm_1_42.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_42.tmp_h": { + "name": "lstm_1_42.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_42.tmp_matmul": { + "name": "lstm_1_42.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_43.tmp_c": { + "name": "lstm_1_43.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_43.tmp_h": { + "name": "lstm_1_43.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_43.tmp_matmul": { + "name": "lstm_1_43.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_44.tmp_c": { + "name": "lstm_1_44.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_44.tmp_h": { + "name": "lstm_1_44.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_44.tmp_matmul": { + "name": "lstm_1_44.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_45.tmp_c": { + "name": "lstm_1_45.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_45.tmp_h": { + "name": "lstm_1_45.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_45.tmp_matmul": { + "name": "lstm_1_45.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_46.tmp_c": { + "name": "lstm_1_46.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_46.tmp_h": { + "name": "lstm_1_46.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_46.tmp_matmul": { + "name": "lstm_1_46.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_47.tmp_c": { + "name": "lstm_1_47.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_47.tmp_h": { + "name": "lstm_1_47.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_47.tmp_matmul": { + "name": "lstm_1_47.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_48.tmp_c": { + "name": "lstm_1_48.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_48.tmp_h": { + "name": "lstm_1_48.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_48.tmp_matmul": { + "name": "lstm_1_48.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_49.tmp_c": { + "name": "lstm_1_49.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_49.tmp_h": { + "name": "lstm_1_49.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_49.tmp_matmul": { + "name": "lstm_1_49.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_5.tmp_c": { + "name": "lstm_1_5.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_5.tmp_h": { + "name": "lstm_1_5.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_5.tmp_matmul": { + "name": "lstm_1_5.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_50.tmp_c": { + "name": "lstm_1_50.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_50.tmp_h": { + "name": "lstm_1_50.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_50.tmp_matmul": { + "name": "lstm_1_50.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_51.tmp_c": { + "name": "lstm_1_51.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_51.tmp_h": { + "name": "lstm_1_51.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_51.tmp_matmul": { + "name": "lstm_1_51.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_52.tmp_c": { + "name": "lstm_1_52.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_52.tmp_h": { + "name": "lstm_1_52.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_52.tmp_matmul": { + "name": "lstm_1_52.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_53.tmp_c": { + "name": "lstm_1_53.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_53.tmp_h": { + "name": "lstm_1_53.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_53.tmp_matmul": { + "name": "lstm_1_53.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_54.tmp_c": { + "name": "lstm_1_54.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_54.tmp_h": { + "name": "lstm_1_54.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_54.tmp_matmul": { + "name": "lstm_1_54.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_55.tmp_c": { + "name": "lstm_1_55.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_55.tmp_h": { + "name": "lstm_1_55.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_55.tmp_matmul": { + "name": "lstm_1_55.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_56.tmp_c": { + "name": "lstm_1_56.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_56.tmp_h": { + "name": "lstm_1_56.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_56.tmp_matmul": { + "name": "lstm_1_56.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_57.tmp_c": { + "name": "lstm_1_57.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_57.tmp_h": { + "name": "lstm_1_57.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_57.tmp_matmul": { + "name": "lstm_1_57.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_58.tmp_c": { + "name": "lstm_1_58.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_58.tmp_h": { + "name": "lstm_1_58.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_58.tmp_matmul": { + "name": "lstm_1_58.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_59.tmp_c": { + "name": "lstm_1_59.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_59.tmp_h": { + "name": "lstm_1_59.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_59.tmp_matmul": { + "name": "lstm_1_59.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_6.tmp_c": { + "name": "lstm_1_6.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_6.tmp_h": { + "name": "lstm_1_6.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_6.tmp_matmul": { + "name": "lstm_1_6.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_60.tmp_c": { + "name": "lstm_1_60.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_60.tmp_h": { + "name": "lstm_1_60.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_60.tmp_matmul": { + "name": "lstm_1_60.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_61.tmp_c": { + "name": "lstm_1_61.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_61.tmp_h": { + "name": "lstm_1_61.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_61.tmp_matmul": { + "name": "lstm_1_61.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_62.tmp_c": { + "name": "lstm_1_62.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_62.tmp_h": { + "name": "lstm_1_62.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_62.tmp_matmul": { + "name": "lstm_1_62.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_63.tmp_c": { + "name": "lstm_1_63.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_63.tmp_h": { + "name": "lstm_1_63.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_63.tmp_matmul": { + "name": "lstm_1_63.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_64.tmp_c": { + "name": "lstm_1_64.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_64.tmp_h": { + "name": "lstm_1_64.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_64.tmp_matmul": { + "name": "lstm_1_64.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_65.tmp_c": { + "name": "lstm_1_65.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_65.tmp_h": { + "name": "lstm_1_65.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_65.tmp_matmul": { + "name": "lstm_1_65.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_66.tmp_c": { + "name": "lstm_1_66.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_66.tmp_h": { + "name": "lstm_1_66.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_66.tmp_matmul": { + "name": "lstm_1_66.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_67.tmp_c": { + "name": "lstm_1_67.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_67.tmp_h": { + "name": "lstm_1_67.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_67.tmp_matmul": { + "name": "lstm_1_67.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_68.tmp_c": { + "name": "lstm_1_68.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_68.tmp_h": { + "name": "lstm_1_68.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_68.tmp_matmul": { + "name": "lstm_1_68.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_69.tmp_c": { + "name": "lstm_1_69.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_69.tmp_h": { + "name": "lstm_1_69.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_69.tmp_matmul": { + "name": "lstm_1_69.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_7.tmp_c": { + "name": "lstm_1_7.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_7.tmp_h": { + "name": "lstm_1_7.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_7.tmp_matmul": { + "name": "lstm_1_7.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_70.tmp_c": { + "name": "lstm_1_70.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_70.tmp_h": { + "name": "lstm_1_70.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_70.tmp_matmul": { + "name": "lstm_1_70.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_71.tmp_c": { + "name": "lstm_1_71.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_71.tmp_h": { + "name": "lstm_1_71.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_71.tmp_matmul": { + "name": "lstm_1_71.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_72.tmp_c": { + "name": "lstm_1_72.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_72.tmp_h": { + "name": "lstm_1_72.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_72.tmp_matmul": { + "name": "lstm_1_72.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_73.tmp_c": { + "name": "lstm_1_73.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_73.tmp_h": { + "name": "lstm_1_73.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_73.tmp_matmul": { + "name": "lstm_1_73.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_74.tmp_c": { + "name": "lstm_1_74.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_74.tmp_h": { + "name": "lstm_1_74.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_74.tmp_matmul": { + "name": "lstm_1_74.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_75.tmp_c": { + "name": "lstm_1_75.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_75.tmp_h": { + "name": "lstm_1_75.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_75.tmp_matmul": { + "name": "lstm_1_75.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_76.tmp_c": { + "name": "lstm_1_76.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_76.tmp_h": { + "name": "lstm_1_76.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_76.tmp_matmul": { + "name": "lstm_1_76.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_77.tmp_c": { + "name": "lstm_1_77.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_77.tmp_h": { + "name": "lstm_1_77.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_77.tmp_matmul": { + "name": "lstm_1_77.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_78.tmp_c": { + "name": "lstm_1_78.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_78.tmp_h": { + "name": "lstm_1_78.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_78.tmp_matmul": { + "name": "lstm_1_78.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_79.tmp_c": { + "name": "lstm_1_79.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_79.tmp_h": { + "name": "lstm_1_79.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_79.tmp_matmul": { + "name": "lstm_1_79.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_8.tmp_c": { + "name": "lstm_1_8.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_8.tmp_h": { + "name": "lstm_1_8.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_8.tmp_matmul": { + "name": "lstm_1_8.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_1_9.tmp_c": { + "name": "lstm_1_9.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_9.tmp_h": { + "name": "lstm_1_9.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_1_9.tmp_matmul": { + "name": "lstm_1_9.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_0.tmp_c": { + "name": "lstm_2_0.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_0.tmp_concat": { + "name": "lstm_2_0.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_0.tmp_h": { + "name": "lstm_2_0.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_0.tmp_matmul": { + "name": "lstm_2_0.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_1.tmp_c": { + "name": "lstm_2_1.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_1.tmp_concat": { + "name": "lstm_2_1.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_1.tmp_h": { + "name": "lstm_2_1.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_1.tmp_matmul": { + "name": "lstm_2_1.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_10.tmp_c": { + "name": "lstm_2_10.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_10.tmp_concat": { + "name": "lstm_2_10.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_10.tmp_h": { + "name": "lstm_2_10.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_10.tmp_matmul": { + "name": "lstm_2_10.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_11.tmp_c": { + "name": "lstm_2_11.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_11.tmp_concat": { + "name": "lstm_2_11.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_11.tmp_h": { + "name": "lstm_2_11.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_11.tmp_matmul": { + "name": "lstm_2_11.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_12.tmp_c": { + "name": "lstm_2_12.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_12.tmp_concat": { + "name": "lstm_2_12.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_12.tmp_h": { + "name": "lstm_2_12.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_12.tmp_matmul": { + "name": "lstm_2_12.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_13.tmp_c": { + "name": "lstm_2_13.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_13.tmp_concat": { + "name": "lstm_2_13.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_13.tmp_h": { + "name": "lstm_2_13.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_13.tmp_matmul": { + "name": "lstm_2_13.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_14.tmp_c": { + "name": "lstm_2_14.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_14.tmp_concat": { + "name": "lstm_2_14.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_14.tmp_h": { + "name": "lstm_2_14.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_14.tmp_matmul": { + "name": "lstm_2_14.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_15.tmp_c": { + "name": "lstm_2_15.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_15.tmp_concat": { + "name": "lstm_2_15.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_15.tmp_h": { + "name": "lstm_2_15.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_15.tmp_matmul": { + "name": "lstm_2_15.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_16.tmp_c": { + "name": "lstm_2_16.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_16.tmp_concat": { + "name": "lstm_2_16.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_16.tmp_h": { + "name": "lstm_2_16.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_16.tmp_matmul": { + "name": "lstm_2_16.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_17.tmp_c": { + "name": "lstm_2_17.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_17.tmp_concat": { + "name": "lstm_2_17.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_17.tmp_h": { + "name": "lstm_2_17.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_17.tmp_matmul": { + "name": "lstm_2_17.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_18.tmp_c": { + "name": "lstm_2_18.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_18.tmp_concat": { + "name": "lstm_2_18.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_18.tmp_h": { + "name": "lstm_2_18.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_18.tmp_matmul": { + "name": "lstm_2_18.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_19.tmp_c": { + "name": "lstm_2_19.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_19.tmp_concat": { + "name": "lstm_2_19.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_19.tmp_h": { + "name": "lstm_2_19.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_19.tmp_matmul": { + "name": "lstm_2_19.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_2.tmp_c": { + "name": "lstm_2_2.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_2.tmp_concat": { + "name": "lstm_2_2.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_2.tmp_h": { + "name": "lstm_2_2.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_2.tmp_matmul": { + "name": "lstm_2_2.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_20.tmp_c": { + "name": "lstm_2_20.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_20.tmp_concat": { + "name": "lstm_2_20.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_20.tmp_h": { + "name": "lstm_2_20.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_20.tmp_matmul": { + "name": "lstm_2_20.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_21.tmp_c": { + "name": "lstm_2_21.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_21.tmp_concat": { + "name": "lstm_2_21.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_21.tmp_h": { + "name": "lstm_2_21.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_21.tmp_matmul": { + "name": "lstm_2_21.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_22.tmp_c": { + "name": "lstm_2_22.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_22.tmp_concat": { + "name": "lstm_2_22.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_22.tmp_h": { + "name": "lstm_2_22.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_22.tmp_matmul": { + "name": "lstm_2_22.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_23.tmp_c": { + "name": "lstm_2_23.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_23.tmp_concat": { + "name": "lstm_2_23.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_23.tmp_h": { + "name": "lstm_2_23.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_23.tmp_matmul": { + "name": "lstm_2_23.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_24.tmp_c": { + "name": "lstm_2_24.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_24.tmp_concat": { + "name": "lstm_2_24.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_24.tmp_h": { + "name": "lstm_2_24.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_24.tmp_matmul": { + "name": "lstm_2_24.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_25.tmp_c": { + "name": "lstm_2_25.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_25.tmp_concat": { + "name": "lstm_2_25.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_25.tmp_h": { + "name": "lstm_2_25.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_25.tmp_matmul": { + "name": "lstm_2_25.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_26.tmp_c": { + "name": "lstm_2_26.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_26.tmp_concat": { + "name": "lstm_2_26.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_26.tmp_h": { + "name": "lstm_2_26.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_26.tmp_matmul": { + "name": "lstm_2_26.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_27.tmp_c": { + "name": "lstm_2_27.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_27.tmp_concat": { + "name": "lstm_2_27.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_27.tmp_h": { + "name": "lstm_2_27.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_27.tmp_matmul": { + "name": "lstm_2_27.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_28.tmp_c": { + "name": "lstm_2_28.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_28.tmp_concat": { + "name": "lstm_2_28.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_28.tmp_h": { + "name": "lstm_2_28.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_28.tmp_matmul": { + "name": "lstm_2_28.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_29.tmp_c": { + "name": "lstm_2_29.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_29.tmp_concat": { + "name": "lstm_2_29.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_29.tmp_h": { + "name": "lstm_2_29.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_29.tmp_matmul": { + "name": "lstm_2_29.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_3.tmp_c": { + "name": "lstm_2_3.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_3.tmp_concat": { + "name": "lstm_2_3.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_3.tmp_h": { + "name": "lstm_2_3.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_3.tmp_matmul": { + "name": "lstm_2_3.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_30.tmp_c": { + "name": "lstm_2_30.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_30.tmp_concat": { + "name": "lstm_2_30.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_30.tmp_h": { + "name": "lstm_2_30.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_30.tmp_matmul": { + "name": "lstm_2_30.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_31.tmp_c": { + "name": "lstm_2_31.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_31.tmp_concat": { + "name": "lstm_2_31.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_31.tmp_h": { + "name": "lstm_2_31.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_31.tmp_matmul": { + "name": "lstm_2_31.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_32.tmp_c": { + "name": "lstm_2_32.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_32.tmp_concat": { + "name": "lstm_2_32.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_32.tmp_h": { + "name": "lstm_2_32.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_32.tmp_matmul": { + "name": "lstm_2_32.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_33.tmp_c": { + "name": "lstm_2_33.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_33.tmp_concat": { + "name": "lstm_2_33.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_33.tmp_h": { + "name": "lstm_2_33.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_33.tmp_matmul": { + "name": "lstm_2_33.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_34.tmp_c": { + "name": "lstm_2_34.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_34.tmp_concat": { + "name": "lstm_2_34.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_34.tmp_h": { + "name": "lstm_2_34.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_34.tmp_matmul": { + "name": "lstm_2_34.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_35.tmp_c": { + "name": "lstm_2_35.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_35.tmp_concat": { + "name": "lstm_2_35.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_35.tmp_h": { + "name": "lstm_2_35.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_35.tmp_matmul": { + "name": "lstm_2_35.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_36.tmp_c": { + "name": "lstm_2_36.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_36.tmp_concat": { + "name": "lstm_2_36.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_36.tmp_h": { + "name": "lstm_2_36.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_36.tmp_matmul": { + "name": "lstm_2_36.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_37.tmp_c": { + "name": "lstm_2_37.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_37.tmp_concat": { + "name": "lstm_2_37.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_37.tmp_h": { + "name": "lstm_2_37.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_37.tmp_matmul": { + "name": "lstm_2_37.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_38.tmp_c": { + "name": "lstm_2_38.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_38.tmp_concat": { + "name": "lstm_2_38.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_38.tmp_h": { + "name": "lstm_2_38.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_38.tmp_matmul": { + "name": "lstm_2_38.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_39.tmp_c": { + "name": "lstm_2_39.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_39.tmp_concat": { + "name": "lstm_2_39.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_39.tmp_h": { + "name": "lstm_2_39.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_39.tmp_matmul": { + "name": "lstm_2_39.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_4.tmp_c": { + "name": "lstm_2_4.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_4.tmp_concat": { + "name": "lstm_2_4.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_4.tmp_h": { + "name": "lstm_2_4.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_4.tmp_matmul": { + "name": "lstm_2_4.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_40.tmp_c": { + "name": "lstm_2_40.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_40.tmp_concat": { + "name": "lstm_2_40.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_40.tmp_h": { + "name": "lstm_2_40.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_40.tmp_matmul": { + "name": "lstm_2_40.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_41.tmp_c": { + "name": "lstm_2_41.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_41.tmp_concat": { + "name": "lstm_2_41.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_41.tmp_h": { + "name": "lstm_2_41.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_41.tmp_matmul": { + "name": "lstm_2_41.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_42.tmp_c": { + "name": "lstm_2_42.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_42.tmp_concat": { + "name": "lstm_2_42.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_42.tmp_h": { + "name": "lstm_2_42.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_42.tmp_matmul": { + "name": "lstm_2_42.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_43.tmp_c": { + "name": "lstm_2_43.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_43.tmp_concat": { + "name": "lstm_2_43.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_43.tmp_h": { + "name": "lstm_2_43.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_43.tmp_matmul": { + "name": "lstm_2_43.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_44.tmp_c": { + "name": "lstm_2_44.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_44.tmp_concat": { + "name": "lstm_2_44.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_44.tmp_h": { + "name": "lstm_2_44.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_44.tmp_matmul": { + "name": "lstm_2_44.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_45.tmp_c": { + "name": "lstm_2_45.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_45.tmp_concat": { + "name": "lstm_2_45.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_45.tmp_h": { + "name": "lstm_2_45.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_45.tmp_matmul": { + "name": "lstm_2_45.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_46.tmp_c": { + "name": "lstm_2_46.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_46.tmp_concat": { + "name": "lstm_2_46.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_46.tmp_h": { + "name": "lstm_2_46.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_46.tmp_matmul": { + "name": "lstm_2_46.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_47.tmp_c": { + "name": "lstm_2_47.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_47.tmp_concat": { + "name": "lstm_2_47.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_47.tmp_h": { + "name": "lstm_2_47.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_47.tmp_matmul": { + "name": "lstm_2_47.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_48.tmp_c": { + "name": "lstm_2_48.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_48.tmp_concat": { + "name": "lstm_2_48.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_48.tmp_h": { + "name": "lstm_2_48.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_48.tmp_matmul": { + "name": "lstm_2_48.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_49.tmp_c": { + "name": "lstm_2_49.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_49.tmp_concat": { + "name": "lstm_2_49.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_49.tmp_h": { + "name": "lstm_2_49.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_49.tmp_matmul": { + "name": "lstm_2_49.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_5.tmp_c": { + "name": "lstm_2_5.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_5.tmp_concat": { + "name": "lstm_2_5.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_5.tmp_h": { + "name": "lstm_2_5.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_5.tmp_matmul": { + "name": "lstm_2_5.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_50.tmp_c": { + "name": "lstm_2_50.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_50.tmp_concat": { + "name": "lstm_2_50.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_50.tmp_h": { + "name": "lstm_2_50.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_50.tmp_matmul": { + "name": "lstm_2_50.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_51.tmp_c": { + "name": "lstm_2_51.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_51.tmp_concat": { + "name": "lstm_2_51.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_51.tmp_h": { + "name": "lstm_2_51.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_51.tmp_matmul": { + "name": "lstm_2_51.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_52.tmp_c": { + "name": "lstm_2_52.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_52.tmp_concat": { + "name": "lstm_2_52.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_52.tmp_h": { + "name": "lstm_2_52.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_52.tmp_matmul": { + "name": "lstm_2_52.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_53.tmp_c": { + "name": "lstm_2_53.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_53.tmp_concat": { + "name": "lstm_2_53.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_53.tmp_h": { + "name": "lstm_2_53.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_53.tmp_matmul": { + "name": "lstm_2_53.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_54.tmp_c": { + "name": "lstm_2_54.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_54.tmp_concat": { + "name": "lstm_2_54.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_54.tmp_h": { + "name": "lstm_2_54.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_54.tmp_matmul": { + "name": "lstm_2_54.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_55.tmp_c": { + "name": "lstm_2_55.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_55.tmp_concat": { + "name": "lstm_2_55.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_55.tmp_h": { + "name": "lstm_2_55.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_55.tmp_matmul": { + "name": "lstm_2_55.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_56.tmp_c": { + "name": "lstm_2_56.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_56.tmp_concat": { + "name": "lstm_2_56.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_56.tmp_h": { + "name": "lstm_2_56.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_56.tmp_matmul": { + "name": "lstm_2_56.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_57.tmp_c": { + "name": "lstm_2_57.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_57.tmp_concat": { + "name": "lstm_2_57.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_57.tmp_h": { + "name": "lstm_2_57.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_57.tmp_matmul": { + "name": "lstm_2_57.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_58.tmp_c": { + "name": "lstm_2_58.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_58.tmp_concat": { + "name": "lstm_2_58.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_58.tmp_h": { + "name": "lstm_2_58.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_58.tmp_matmul": { + "name": "lstm_2_58.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_59.tmp_c": { + "name": "lstm_2_59.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_59.tmp_concat": { + "name": "lstm_2_59.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_59.tmp_h": { + "name": "lstm_2_59.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_59.tmp_matmul": { + "name": "lstm_2_59.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_6.tmp_c": { + "name": "lstm_2_6.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_6.tmp_concat": { + "name": "lstm_2_6.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_6.tmp_h": { + "name": "lstm_2_6.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_6.tmp_matmul": { + "name": "lstm_2_6.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_60.tmp_c": { + "name": "lstm_2_60.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_60.tmp_concat": { + "name": "lstm_2_60.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_60.tmp_h": { + "name": "lstm_2_60.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_60.tmp_matmul": { + "name": "lstm_2_60.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_61.tmp_c": { + "name": "lstm_2_61.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_61.tmp_concat": { + "name": "lstm_2_61.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_61.tmp_h": { + "name": "lstm_2_61.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_61.tmp_matmul": { + "name": "lstm_2_61.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_62.tmp_c": { + "name": "lstm_2_62.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_62.tmp_concat": { + "name": "lstm_2_62.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_62.tmp_h": { + "name": "lstm_2_62.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_62.tmp_matmul": { + "name": "lstm_2_62.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_63.tmp_c": { + "name": "lstm_2_63.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_63.tmp_concat": { + "name": "lstm_2_63.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_63.tmp_h": { + "name": "lstm_2_63.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_63.tmp_matmul": { + "name": "lstm_2_63.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_64.tmp_c": { + "name": "lstm_2_64.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_64.tmp_concat": { + "name": "lstm_2_64.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_64.tmp_h": { + "name": "lstm_2_64.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_64.tmp_matmul": { + "name": "lstm_2_64.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_65.tmp_c": { + "name": "lstm_2_65.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_65.tmp_concat": { + "name": "lstm_2_65.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_65.tmp_h": { + "name": "lstm_2_65.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_65.tmp_matmul": { + "name": "lstm_2_65.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_66.tmp_c": { + "name": "lstm_2_66.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_66.tmp_concat": { + "name": "lstm_2_66.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_66.tmp_h": { + "name": "lstm_2_66.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_66.tmp_matmul": { + "name": "lstm_2_66.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_67.tmp_c": { + "name": "lstm_2_67.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_67.tmp_concat": { + "name": "lstm_2_67.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_67.tmp_h": { + "name": "lstm_2_67.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_67.tmp_matmul": { + "name": "lstm_2_67.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_68.tmp_c": { + "name": "lstm_2_68.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_68.tmp_concat": { + "name": "lstm_2_68.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_68.tmp_h": { + "name": "lstm_2_68.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_68.tmp_matmul": { + "name": "lstm_2_68.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_69.tmp_c": { + "name": "lstm_2_69.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_69.tmp_concat": { + "name": "lstm_2_69.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_69.tmp_h": { + "name": "lstm_2_69.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_69.tmp_matmul": { + "name": "lstm_2_69.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_7.tmp_c": { + "name": "lstm_2_7.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_7.tmp_concat": { + "name": "lstm_2_7.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_7.tmp_h": { + "name": "lstm_2_7.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_7.tmp_matmul": { + "name": "lstm_2_7.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_70.tmp_c": { + "name": "lstm_2_70.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_70.tmp_concat": { + "name": "lstm_2_70.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_70.tmp_h": { + "name": "lstm_2_70.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_70.tmp_matmul": { + "name": "lstm_2_70.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_71.tmp_c": { + "name": "lstm_2_71.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_71.tmp_concat": { + "name": "lstm_2_71.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_71.tmp_h": { + "name": "lstm_2_71.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_71.tmp_matmul": { + "name": "lstm_2_71.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_72.tmp_c": { + "name": "lstm_2_72.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_72.tmp_concat": { + "name": "lstm_2_72.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_72.tmp_h": { + "name": "lstm_2_72.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_72.tmp_matmul": { + "name": "lstm_2_72.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_73.tmp_c": { + "name": "lstm_2_73.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_73.tmp_concat": { + "name": "lstm_2_73.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_73.tmp_h": { + "name": "lstm_2_73.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_73.tmp_matmul": { + "name": "lstm_2_73.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_74.tmp_c": { + "name": "lstm_2_74.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_74.tmp_concat": { + "name": "lstm_2_74.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_74.tmp_h": { + "name": "lstm_2_74.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_74.tmp_matmul": { + "name": "lstm_2_74.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_75.tmp_c": { + "name": "lstm_2_75.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_75.tmp_concat": { + "name": "lstm_2_75.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_75.tmp_h": { + "name": "lstm_2_75.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_75.tmp_matmul": { + "name": "lstm_2_75.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_76.tmp_c": { + "name": "lstm_2_76.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_76.tmp_concat": { + "name": "lstm_2_76.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_76.tmp_h": { + "name": "lstm_2_76.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_76.tmp_matmul": { + "name": "lstm_2_76.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_77.tmp_c": { + "name": "lstm_2_77.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_77.tmp_concat": { + "name": "lstm_2_77.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_77.tmp_h": { + "name": "lstm_2_77.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_77.tmp_matmul": { + "name": "lstm_2_77.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_78.tmp_c": { + "name": "lstm_2_78.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_78.tmp_concat": { + "name": "lstm_2_78.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_78.tmp_h": { + "name": "lstm_2_78.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_78.tmp_matmul": { + "name": "lstm_2_78.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_79.tmp_c": { + "name": "lstm_2_79.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_79.tmp_concat": { + "name": "lstm_2_79.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_79.tmp_h": { + "name": "lstm_2_79.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_79.tmp_matmul": { + "name": "lstm_2_79.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_8.tmp_c": { + "name": "lstm_2_8.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_8.tmp_concat": { + "name": "lstm_2_8.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_8.tmp_h": { + "name": "lstm_2_8.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_8.tmp_matmul": { + "name": "lstm_2_8.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_2_80.tmp_concat": { + "name": "lstm_2_80.tmp_concat", + "persistable": false, + "shape": [ + 15, + 1, + 128 + ] + }, + "lstm_2_81.tmp_concat": { + "name": "lstm_2_81.tmp_concat", + "persistable": false, + "shape": [ + 15, + 1, + 128 + ] + }, + "lstm_2_82.tmp_concat": { + "name": "lstm_2_82.tmp_concat", + "persistable": false, + "shape": [ + 15, + 1, + 128 + ] + }, + "lstm_2_83.tmp_concat": { + "name": "lstm_2_83.tmp_concat", + "persistable": false, + "shape": [ + 15, + 1, + 128 + ] + }, + "lstm_2_84.tmp_concat": { + "name": "lstm_2_84.tmp_concat", + "persistable": false, + "shape": [ + 15, + 1, + 128 + ] + }, + "lstm_2_9.tmp_c": { + "name": "lstm_2_9.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_9.tmp_concat": { + "name": "lstm_2_9.tmp_concat", + "persistable": false, + "shape": [ + 1, + 1, + 128 + ] + }, + "lstm_2_9.tmp_h": { + "name": "lstm_2_9.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_2_9.tmp_matmul": { + "name": "lstm_2_9.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_0.tmp_c": { + "name": "lstm_3_0.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_0.tmp_h": { + "name": "lstm_3_0.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_0.tmp_matmul": { + "name": "lstm_3_0.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_1.tmp_c": { + "name": "lstm_3_1.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_1.tmp_h": { + "name": "lstm_3_1.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_1.tmp_matmul": { + "name": "lstm_3_1.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_10.tmp_c": { + "name": "lstm_3_10.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_10.tmp_h": { + "name": "lstm_3_10.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_10.tmp_matmul": { + "name": "lstm_3_10.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_11.tmp_c": { + "name": "lstm_3_11.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_11.tmp_h": { + "name": "lstm_3_11.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_11.tmp_matmul": { + "name": "lstm_3_11.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_12.tmp_c": { + "name": "lstm_3_12.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_12.tmp_h": { + "name": "lstm_3_12.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_12.tmp_matmul": { + "name": "lstm_3_12.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_13.tmp_c": { + "name": "lstm_3_13.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_13.tmp_h": { + "name": "lstm_3_13.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_13.tmp_matmul": { + "name": "lstm_3_13.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_14.tmp_c": { + "name": "lstm_3_14.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_14.tmp_h": { + "name": "lstm_3_14.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_14.tmp_matmul": { + "name": "lstm_3_14.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_15.tmp_c": { + "name": "lstm_3_15.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_15.tmp_h": { + "name": "lstm_3_15.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_15.tmp_matmul": { + "name": "lstm_3_15.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_16.tmp_c": { + "name": "lstm_3_16.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_16.tmp_h": { + "name": "lstm_3_16.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_16.tmp_matmul": { + "name": "lstm_3_16.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_17.tmp_c": { + "name": "lstm_3_17.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_17.tmp_h": { + "name": "lstm_3_17.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_17.tmp_matmul": { + "name": "lstm_3_17.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_18.tmp_c": { + "name": "lstm_3_18.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_18.tmp_h": { + "name": "lstm_3_18.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_18.tmp_matmul": { + "name": "lstm_3_18.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_19.tmp_c": { + "name": "lstm_3_19.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_19.tmp_h": { + "name": "lstm_3_19.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_19.tmp_matmul": { + "name": "lstm_3_19.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_2.tmp_c": { + "name": "lstm_3_2.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_2.tmp_h": { + "name": "lstm_3_2.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_2.tmp_matmul": { + "name": "lstm_3_2.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_20.tmp_c": { + "name": "lstm_3_20.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_20.tmp_h": { + "name": "lstm_3_20.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_20.tmp_matmul": { + "name": "lstm_3_20.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_21.tmp_c": { + "name": "lstm_3_21.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_21.tmp_h": { + "name": "lstm_3_21.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_21.tmp_matmul": { + "name": "lstm_3_21.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_22.tmp_c": { + "name": "lstm_3_22.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_22.tmp_h": { + "name": "lstm_3_22.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_22.tmp_matmul": { + "name": "lstm_3_22.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_23.tmp_c": { + "name": "lstm_3_23.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_23.tmp_h": { + "name": "lstm_3_23.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_23.tmp_matmul": { + "name": "lstm_3_23.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_24.tmp_c": { + "name": "lstm_3_24.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_24.tmp_h": { + "name": "lstm_3_24.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_24.tmp_matmul": { + "name": "lstm_3_24.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_25.tmp_c": { + "name": "lstm_3_25.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_25.tmp_h": { + "name": "lstm_3_25.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_25.tmp_matmul": { + "name": "lstm_3_25.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_26.tmp_c": { + "name": "lstm_3_26.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_26.tmp_h": { + "name": "lstm_3_26.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_26.tmp_matmul": { + "name": "lstm_3_26.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_27.tmp_c": { + "name": "lstm_3_27.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_27.tmp_h": { + "name": "lstm_3_27.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_27.tmp_matmul": { + "name": "lstm_3_27.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_28.tmp_c": { + "name": "lstm_3_28.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_28.tmp_h": { + "name": "lstm_3_28.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_28.tmp_matmul": { + "name": "lstm_3_28.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_29.tmp_c": { + "name": "lstm_3_29.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_29.tmp_h": { + "name": "lstm_3_29.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_29.tmp_matmul": { + "name": "lstm_3_29.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_3.tmp_c": { + "name": "lstm_3_3.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_3.tmp_h": { + "name": "lstm_3_3.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_3.tmp_matmul": { + "name": "lstm_3_3.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_30.tmp_c": { + "name": "lstm_3_30.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_30.tmp_h": { + "name": "lstm_3_30.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_30.tmp_matmul": { + "name": "lstm_3_30.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_31.tmp_c": { + "name": "lstm_3_31.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_31.tmp_h": { + "name": "lstm_3_31.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_31.tmp_matmul": { + "name": "lstm_3_31.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_32.tmp_c": { + "name": "lstm_3_32.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_32.tmp_h": { + "name": "lstm_3_32.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_32.tmp_matmul": { + "name": "lstm_3_32.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_33.tmp_c": { + "name": "lstm_3_33.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_33.tmp_h": { + "name": "lstm_3_33.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_33.tmp_matmul": { + "name": "lstm_3_33.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_34.tmp_c": { + "name": "lstm_3_34.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_34.tmp_h": { + "name": "lstm_3_34.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_34.tmp_matmul": { + "name": "lstm_3_34.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_35.tmp_c": { + "name": "lstm_3_35.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_35.tmp_h": { + "name": "lstm_3_35.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_35.tmp_matmul": { + "name": "lstm_3_35.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_36.tmp_c": { + "name": "lstm_3_36.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_36.tmp_h": { + "name": "lstm_3_36.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_36.tmp_matmul": { + "name": "lstm_3_36.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_37.tmp_c": { + "name": "lstm_3_37.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_37.tmp_h": { + "name": "lstm_3_37.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_37.tmp_matmul": { + "name": "lstm_3_37.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_38.tmp_c": { + "name": "lstm_3_38.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_38.tmp_h": { + "name": "lstm_3_38.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_38.tmp_matmul": { + "name": "lstm_3_38.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_39.tmp_c": { + "name": "lstm_3_39.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_39.tmp_h": { + "name": "lstm_3_39.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_39.tmp_matmul": { + "name": "lstm_3_39.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_4.tmp_c": { + "name": "lstm_3_4.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_4.tmp_h": { + "name": "lstm_3_4.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_4.tmp_matmul": { + "name": "lstm_3_4.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_40.tmp_c": { + "name": "lstm_3_40.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_40.tmp_h": { + "name": "lstm_3_40.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_40.tmp_matmul": { + "name": "lstm_3_40.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_41.tmp_c": { + "name": "lstm_3_41.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_41.tmp_h": { + "name": "lstm_3_41.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_41.tmp_matmul": { + "name": "lstm_3_41.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_42.tmp_c": { + "name": "lstm_3_42.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_42.tmp_h": { + "name": "lstm_3_42.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_42.tmp_matmul": { + "name": "lstm_3_42.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_43.tmp_c": { + "name": "lstm_3_43.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_43.tmp_h": { + "name": "lstm_3_43.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_43.tmp_matmul": { + "name": "lstm_3_43.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_44.tmp_c": { + "name": "lstm_3_44.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_44.tmp_h": { + "name": "lstm_3_44.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_44.tmp_matmul": { + "name": "lstm_3_44.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_45.tmp_c": { + "name": "lstm_3_45.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_45.tmp_h": { + "name": "lstm_3_45.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_45.tmp_matmul": { + "name": "lstm_3_45.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_46.tmp_c": { + "name": "lstm_3_46.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_46.tmp_h": { + "name": "lstm_3_46.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_46.tmp_matmul": { + "name": "lstm_3_46.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_47.tmp_c": { + "name": "lstm_3_47.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_47.tmp_h": { + "name": "lstm_3_47.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_47.tmp_matmul": { + "name": "lstm_3_47.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_48.tmp_c": { + "name": "lstm_3_48.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_48.tmp_h": { + "name": "lstm_3_48.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_48.tmp_matmul": { + "name": "lstm_3_48.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_49.tmp_c": { + "name": "lstm_3_49.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_49.tmp_h": { + "name": "lstm_3_49.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_49.tmp_matmul": { + "name": "lstm_3_49.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_5.tmp_c": { + "name": "lstm_3_5.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_5.tmp_h": { + "name": "lstm_3_5.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_5.tmp_matmul": { + "name": "lstm_3_5.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_50.tmp_c": { + "name": "lstm_3_50.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_50.tmp_h": { + "name": "lstm_3_50.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_50.tmp_matmul": { + "name": "lstm_3_50.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_51.tmp_c": { + "name": "lstm_3_51.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_51.tmp_h": { + "name": "lstm_3_51.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_51.tmp_matmul": { + "name": "lstm_3_51.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_52.tmp_c": { + "name": "lstm_3_52.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_52.tmp_h": { + "name": "lstm_3_52.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_52.tmp_matmul": { + "name": "lstm_3_52.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_53.tmp_c": { + "name": "lstm_3_53.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_53.tmp_h": { + "name": "lstm_3_53.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_53.tmp_matmul": { + "name": "lstm_3_53.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_54.tmp_c": { + "name": "lstm_3_54.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_54.tmp_h": { + "name": "lstm_3_54.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_54.tmp_matmul": { + "name": "lstm_3_54.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_55.tmp_c": { + "name": "lstm_3_55.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_55.tmp_h": { + "name": "lstm_3_55.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_55.tmp_matmul": { + "name": "lstm_3_55.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_56.tmp_c": { + "name": "lstm_3_56.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_56.tmp_h": { + "name": "lstm_3_56.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_56.tmp_matmul": { + "name": "lstm_3_56.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_57.tmp_c": { + "name": "lstm_3_57.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_57.tmp_h": { + "name": "lstm_3_57.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_57.tmp_matmul": { + "name": "lstm_3_57.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_58.tmp_c": { + "name": "lstm_3_58.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_58.tmp_h": { + "name": "lstm_3_58.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_58.tmp_matmul": { + "name": "lstm_3_58.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_59.tmp_c": { + "name": "lstm_3_59.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_59.tmp_h": { + "name": "lstm_3_59.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_59.tmp_matmul": { + "name": "lstm_3_59.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_6.tmp_c": { + "name": "lstm_3_6.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_6.tmp_h": { + "name": "lstm_3_6.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_6.tmp_matmul": { + "name": "lstm_3_6.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_60.tmp_c": { + "name": "lstm_3_60.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_60.tmp_h": { + "name": "lstm_3_60.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_60.tmp_matmul": { + "name": "lstm_3_60.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_61.tmp_c": { + "name": "lstm_3_61.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_61.tmp_h": { + "name": "lstm_3_61.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_61.tmp_matmul": { + "name": "lstm_3_61.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_62.tmp_c": { + "name": "lstm_3_62.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_62.tmp_h": { + "name": "lstm_3_62.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_62.tmp_matmul": { + "name": "lstm_3_62.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_63.tmp_c": { + "name": "lstm_3_63.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_63.tmp_h": { + "name": "lstm_3_63.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_63.tmp_matmul": { + "name": "lstm_3_63.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_64.tmp_c": { + "name": "lstm_3_64.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_64.tmp_h": { + "name": "lstm_3_64.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_64.tmp_matmul": { + "name": "lstm_3_64.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_65.tmp_c": { + "name": "lstm_3_65.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_65.tmp_h": { + "name": "lstm_3_65.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_65.tmp_matmul": { + "name": "lstm_3_65.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_66.tmp_c": { + "name": "lstm_3_66.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_66.tmp_h": { + "name": "lstm_3_66.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_66.tmp_matmul": { + "name": "lstm_3_66.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_67.tmp_c": { + "name": "lstm_3_67.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_67.tmp_h": { + "name": "lstm_3_67.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_67.tmp_matmul": { + "name": "lstm_3_67.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_68.tmp_c": { + "name": "lstm_3_68.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_68.tmp_h": { + "name": "lstm_3_68.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_68.tmp_matmul": { + "name": "lstm_3_68.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_69.tmp_c": { + "name": "lstm_3_69.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_69.tmp_h": { + "name": "lstm_3_69.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_69.tmp_matmul": { + "name": "lstm_3_69.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_7.tmp_c": { + "name": "lstm_3_7.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_7.tmp_h": { + "name": "lstm_3_7.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_7.tmp_matmul": { + "name": "lstm_3_7.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_70.tmp_c": { + "name": "lstm_3_70.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_70.tmp_h": { + "name": "lstm_3_70.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_70.tmp_matmul": { + "name": "lstm_3_70.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_71.tmp_c": { + "name": "lstm_3_71.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_71.tmp_h": { + "name": "lstm_3_71.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_71.tmp_matmul": { + "name": "lstm_3_71.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_72.tmp_c": { + "name": "lstm_3_72.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_72.tmp_h": { + "name": "lstm_3_72.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_72.tmp_matmul": { + "name": "lstm_3_72.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_73.tmp_c": { + "name": "lstm_3_73.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_73.tmp_h": { + "name": "lstm_3_73.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_73.tmp_matmul": { + "name": "lstm_3_73.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_74.tmp_c": { + "name": "lstm_3_74.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_74.tmp_h": { + "name": "lstm_3_74.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_74.tmp_matmul": { + "name": "lstm_3_74.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_75.tmp_c": { + "name": "lstm_3_75.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_75.tmp_h": { + "name": "lstm_3_75.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_75.tmp_matmul": { + "name": "lstm_3_75.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_76.tmp_c": { + "name": "lstm_3_76.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_76.tmp_h": { + "name": "lstm_3_76.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_76.tmp_matmul": { + "name": "lstm_3_76.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_77.tmp_c": { + "name": "lstm_3_77.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_77.tmp_h": { + "name": "lstm_3_77.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_77.tmp_matmul": { + "name": "lstm_3_77.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_78.tmp_c": { + "name": "lstm_3_78.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_78.tmp_h": { + "name": "lstm_3_78.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_78.tmp_matmul": { + "name": "lstm_3_78.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_79.tmp_c": { + "name": "lstm_3_79.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_79.tmp_h": { + "name": "lstm_3_79.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_79.tmp_matmul": { + "name": "lstm_3_79.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_8.tmp_c": { + "name": "lstm_3_8.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_8.tmp_h": { + "name": "lstm_3_8.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_8.tmp_matmul": { + "name": "lstm_3_8.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_3_9.tmp_c": { + "name": "lstm_3_9.tmp_c", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_9.tmp_h": { + "name": "lstm_3_9.tmp_h", + "persistable": false, + "shape": [ + 1, + 1, + 64 + ] + }, + "lstm_3_9.tmp_matmul": { + "name": "lstm_3_9.tmp_matmul", + "persistable": false, + "shape": [ + 1, + 1, + 256 + ] + }, + "lstm_cell_0.b_0": { + "name": "lstm_cell_0.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "lstm_cell_0.b_1": { + "name": "lstm_cell_0.b_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "lstm_cell_0.w_0": { + "name": "lstm_cell_0.w_0", + "persistable": true, + "shape": [ + 256, + 512 + ] + }, + "lstm_cell_0.w_1": { + "name": "lstm_cell_0.w_1", + "persistable": true, + "shape": [ + 256, + 64 + ] + }, + "lstm_cell_1.b_0": { + "name": "lstm_cell_1.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "lstm_cell_1.b_1": { + "name": "lstm_cell_1.b_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "lstm_cell_1.w_0": { + "name": "lstm_cell_1.w_0", + "persistable": true, + "shape": [ + 256, + 512 + ] + }, + "lstm_cell_1.w_1": { + "name": "lstm_cell_1.w_1", + "persistable": true, + "shape": [ + 256, + 64 + ] + }, + "lstm_cell_2.b_0": { + "name": "lstm_cell_2.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "lstm_cell_2.b_1": { + "name": "lstm_cell_2.b_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "lstm_cell_2.w_0": { + "name": "lstm_cell_2.w_0", + "persistable": true, + "shape": [ + 256, + 128 + ] + }, + "lstm_cell_2.w_1": { + "name": "lstm_cell_2.w_1", + "persistable": true, + "shape": [ + 256, + 64 + ] + }, + "lstm_cell_3.b_0": { + "name": "lstm_cell_3.b_0", + "persistable": true, + "shape": [ + 256 + ] + }, + "lstm_cell_3.b_1": { + "name": "lstm_cell_3.b_1", + "persistable": true, + "shape": [ + 256 + ] + }, + "lstm_cell_3.w_0": { + "name": "lstm_cell_3.w_0", + "persistable": true, + "shape": [ + 256, + 128 + ] + }, + "lstm_cell_3.w_1": { + "name": "lstm_cell_3.w_1", + "persistable": true, + "shape": [ + 256, + 64 + ] + }, + "pool2d_0.tmp_0": { + "name": "pool2d_0.tmp_0", + "persistable": false, + "shape": [ + 1, + 256, + 1, + 1 + ] + }, + "pool2d_1.tmp_0": { + "name": "pool2d_1.tmp_0", + "persistable": false, + "shape": [ + 1, + 512, + 1, + 1 + ] + }, + "pool2d_2.tmp_0": { + "name": "pool2d_2.tmp_0", + "persistable": false, + "shape": [ + 1, + 512, + 1, + 80 + ] + }, + "relu_0.tmp_0": { + "name": "relu_0.tmp_0", + "persistable": false, + "shape": [ + 1, + 64, + 1, + 1 + ] + }, + "relu_1.tmp_0": { + "name": "relu_1.tmp_0", + "persistable": false, + "shape": [ + 1, + 128, + 1, + 1 + ] + }, + "rnn_origin_0": { + "name": "rnn_origin_0", + "persistable": false, + "shape": [ + 80, + 1, + 256 + ] + }, + "rnn_origin_1": { + "name": "rnn_origin_1", + "persistable": false, + "shape": [ + 80, + 1, + 256 + ] + }, + "rnn_origin_2": { + "name": "rnn_origin_2", + "persistable": false, + "shape": [ + 80, + 1, + 256 + ] + }, + "rnn_origin_3": { + "name": "rnn_origin_3", + "persistable": false, + "shape": [ + 80, + 1, + 256 + ] + }, + "softmax_0.tmp_0": { + "name": "softmax_0.tmp_0", + "persistable": false, + "shape": [ + 1, + 80, + 6625 + ] + }, + "squeeze_0.tmp_0": { + "name": "squeeze_0.tmp_0", + "persistable": false, + "shape": [ + 1, + 512, + 80 + ] + }, + "squeeze_0.tmp_1": { + "name": "squeeze_0.tmp_1", + "persistable": false, + "shape": [ + 0 + ] + }, + "transpose_0.tmp_0": { + "name": "transpose_0.tmp_0", + "persistable": false, + "shape": [ + 1, + 80, + 512 + ] + }, + "transpose_0.tmp_1": { + "name": "transpose_0.tmp_1", + "persistable": false, + "shape": [ + 0 + ] + }, + "transpose_1.tmp_0": { + "name": "transpose_1.tmp_0", + "persistable": false, + "shape": [ + 80, + 1, + 512 + ] + }, + "transpose_1.tmp_1": { + "name": "transpose_1.tmp_1", + "persistable": false, + "shape": [ + 0 + ] + }, + "transpose_2.tmp_0": { + "name": "transpose_2.tmp_0", + "persistable": false, + "shape": [ + 1, + 80, + 128 + ] + }, + "transpose_2.tmp_1": { + "name": "transpose_2.tmp_1", + "persistable": false, + "shape": [ + 0 + ] + }, + "x": { + "name": "x", + "persistable": false, + "shape": [ + 1, + 3, + 32, + 320 + ] + } + } +} \ No newline at end of file diff --git a/src/api/auth/index.ts b/src/api/auth/index.ts index 0660043..dd1a479 100644 --- a/src/api/auth/index.ts +++ b/src/api/auth/index.ts @@ -16,3 +16,15 @@ export const checkSecuritySettingApi = () => { name: "check-security-setting", }); }; +/** + * 退出登录 + */ +export const userLogoutApi = () => { + return service.Post('/api/auth/user/logout', {}, { + meta: { + ignoreToken: false, + signature: false, + }, + name: "user-logout", + }); +}; diff --git a/src/api/share/index.ts b/src/api/share/index.ts index 70ea0d7..0996fbb 100644 --- a/src/api/share/index.ts +++ b/src/api/share/index.ts @@ -24,7 +24,7 @@ export const queryShareImageApi = (invite_code: string, access_password: string) access_password: access_password, }, { cacheFor: { - expire: 60 * 60 * 24 * 7, + expire: 60 * 5, mode: "restore", }, meta: { diff --git a/src/api/storage/index.ts b/src/api/storage/index.ts index 6fc4eca..25ec6b2 100644 --- a/src/api/storage/index.ts +++ b/src/api/storage/index.ts @@ -595,3 +595,44 @@ export const getShareStatisticsInfoApi = () => { hitSource: ["upload-file", "upload-share-image"], }); }; +/** + * 获取私密相册列表 + * @param provider + * @param bucket + * @param password + */ +export const getPrivateImageListApi = (provider: string, bucket: string, password: string) => { + return service.Post('/api/auth/storage/image/private/list', { + provider: provider, + bucket: bucket, + password: password, + }, { + cacheFor: { + expire: 60 * 5, + mode: "restore", + }, + meta: { + ignoreToken: false, + signature: false, + }, + name: "get-private-image-list", + hitSource: ["upload-file", "delete-images"], + }); +}; +/** + * 获取坐标列表 + */ +export const getCoordinateListApi = () => { + return service.Post('/api/auth/storage/coordinate/list', {}, { + cacheFor: { + expire:60 * 60 * 24 * 7, + mode: "restore", + }, + meta: { + ignoreToken: false, + signature: false, + }, + name: "get-coordinate-list", + hitSource: ["upload-file", "delete-images"], + }); +}; diff --git a/src/assets/json/basic-style.json b/src/assets/json/basic-style.json new file mode 100644 index 0000000..17d17b9 --- /dev/null +++ b/src/assets/json/basic-style.json @@ -0,0 +1 @@ +{"version":8,"id":"basic-v2","name":"Basic","sources":{"maptiler_attribution":{"attribution":"© MapTiler © OpenStreetMap contributors","type":"vector"},"maptiler_planet":{"url":"https://api.maptiler.com/tiles/v3/tiles.json?key=V68Jc11UvS4nOVj5bNnk","type":"vector"}},"layers":[{"id":"Background","type":"background","layout":{"visibility":"visible"},"paint":{"background-color":{"stops":[[6,"hsl(60,20%,85%)"],[20,"hsl(60,24%,90%)"]]}}},{"id":"Residential","type":"fill","source":"maptiler_planet","source-layer":"landuse","maxzoom":14,"layout":{"visibility":"visible"},"paint":{"fill-color":{"stops":[[2,"hsl(60,23%,81%)"],[14,"hsl(60,21%,85%)"]]}},"filter":["in","class","neighbourhood","residential","suburb"]},{"id":"Glacier","type":"fill","source":"maptiler_planet","source-layer":"globallandcover","maxzoom":8,"layout":{"visibility":"visible"},"paint":{"fill-color":"hsla(0, 0%, 100%, 0.7)"},"filter":["==","class","snow"]},{"id":"Forest","type":"fill","source":"maptiler_planet","source-layer":"globallandcover","maxzoom":8,"layout":{"visibility":"visible"},"paint":{"fill-color":{"stops":[[1,"hsla(91,40%,70%,0.25)"],[7,"hsla(91,40%,70%,0.6)"]]}},"filter":["in","class","forest","tree"]},{"id":"Sand","type":"fill","source":"maptiler_planet","source-layer":"landcover","minzoom":8,"layout":{"visibility":"visible"},"paint":{"fill-antialias":false,"fill-color":"hsla(54,81%,53%,0.3)","fill-opacity":{"stops":[[7,0.7],[12,1]]}},"filter":["==","class","sand"]},{"id":"Grass","type":"fill","source":"maptiler_planet","source-layer":"landcover","minzoom":8,"layout":{"visibility":"visible"},"paint":{"fill-antialias":false,"fill-color":"hsla(89,40%,78%,0.8)","fill-opacity":{"stops":[[7,0.7],[12,1]]}},"filter":["==","class","grass"]},{"id":"Wood","type":"fill","source":"maptiler_planet","source-layer":"landcover","minzoom":8,"layout":{"visibility":"visible"},"paint":{"fill-antialias":false,"fill-color":"hsla(91,40%,70%,0.8)","fill-opacity":{"stops":[[7,0.7],[12,1]]}},"filter":["==","class","wood"]},{"id":"Water","type":"fill","source":"maptiler_planet","source-layer":"water","layout":{"visibility":"visible"},"paint":{"fill-color":"hsl(205,56%,73%)","fill-opacity":["match",["get","intermittent"],1,0.7,1]},"filter":["!=","brunnel","tunnel"]},{"id":"River","type":"line","source":"maptiler_planet","source-layer":"waterway","layout":{"visibility":"visible"},"paint":{"line-color":"hsl(205,56%,73%)","line-opacity":["match",["get","brunnel"],"tunnel",0.7,1],"line-width":{"stops":[[9,1],[18,3]]}},"filter":["!=","intermittent",1]},{"id":"River intermittent","type":"line","source":"maptiler_planet","source-layer":"waterway","layout":{"visibility":"visible"},"paint":{"line-color":"hsl(205,56%,73%)","line-dasharray":[2,1],"line-opacity":1,"line-width":{"stops":[[9,1],[18,3]]}},"filter":["==","intermittent",1]},{"id":"Transit tunnel","type":"line","source":"maptiler_planet","source-layer":"transportation","minzoom":4,"layout":{"line-cap":"butt","line-join":"miter","visibility":"visible"},"paint":{"line-color":"hsl(34, 12%, 66%)","line-dasharray":[3,3],"line-opacity":0.5,"line-width":{"stops":[[14,0.5],[16,1.2],[18,2]]}},"filter":["all",["==","brunnel","tunnel"],["==","class","transit"]]},{"id":"Bridge","type":"fill","source":"maptiler_planet","source-layer":"transportation","layout":{"visibility":"visible"},"paint":{"fill-color":"hsl(47, 26%, 88%)","fill-opacity":0.7},"filter":["all",["==","$type","Polygon"],["==","brunnel","bridge"]]},{"id":"Pier","type":"fill","source":"maptiler_planet","source-layer":"transportation","layout":{"visibility":"visible"},"paint":{"fill-antialias":true,"fill-color":"hsl(60,24%,88%)","fill-opacity":1},"metadata":{},"filter":["==","class","pier"]},{"id":"Road network","type":"line","source":"maptiler_planet","source-layer":"transportation","minzoom":4,"layout":{"line-cap":"round","line-join":"round","visibility":"visible"},"paint":{"line-color":"hsl(0, 0%, 100%)","line-opacity":["match",["get","brunnel"],"tunnel",0.5,1],"line-width":["interpolate",["linear",2],["zoom"],4,0.5,5,0.75,6,1,10,["match",["get","class"],["motorway"],["match",["get","brunnel"],["bridge"],0,2.5],["trunk"],1.5,1],12,["match",["get","class"],["motorway"],["match",["get","ramp"],1,1,4],["trunk"],2,["primary"],2.5,["secondary","tertiary"],2,["minor"],1,["pier","service","track"],0.5,0.5],14,["match",["get","class"],["motorway"],["match",["get","ramp"],1,5,6],["trunk"],3,["primary"],5,["secondary"],4,["tertiary"],3,["minor"],2,["pier","service","track"],1,2],16,["match",["get","class"],["motorway","trunk","primary"],8,["secondary"],7,["tertiary"],6,["minor"],4,["pier","service","track"],2,4],20,["match",["get","class"],["motorway","trunk","primary"],28,["secondary"],24,["tertiary"],20,["minor","service","track","pier"],16,16]]},"filter":["!in","class","bridge","ferry","path","rail","transit"]},{"id":"Path minor","type":"line","source":"maptiler_planet","source-layer":"transportation","minzoom":15,"layout":{"line-cap":"square","line-join":"bevel","visibility":"visible"},"paint":{"line-color":"hsl(0, 0%, 100%)","line-dasharray":[1,1],"line-width":{"base":1.55,"stops":[[15,0.5],[16,1],[18,2],[20,3],[22,4]]}},"filter":["==","class","path_pedestrian"]},{"id":"Path","type":"line","source":"maptiler_planet","source-layer":"transportation","minzoom":15,"layout":{"line-cap":"square","line-join":"bevel","visibility":"visible"},"paint":{"line-color":"hsl(0, 0%, 100%)","line-dasharray":[1,1],"line-width":{"base":1.55,"stops":[[15,0.5],[16,1],[18,2],[20,3],[22,4]]}},"filter":["==","class","path"]},{"id":"Building","type":"fill","source":"maptiler_planet","source-layer":"building","layout":{"visibility":"visible"},"paint":{"fill-antialias":true,"fill-color":{"stops":[[13,"hsl(48,25%,73%)"],[16,"hsl(47,32%,77%)"]]},"fill-opacity":1}},{"id":"Railway","type":"line","source":"maptiler_planet","source-layer":"transportation","minzoom":9,"layout":{"visibility":"visible"},"paint":{"line-color":"hsla(33,12%,67%,0.8)","line-opacity":["match",["get","brunnel"],"tunnel",0.25,1],"line-width":["interpolate",["linear",1],["zoom"],9,["match",["get","service"],["yard","spur"],0,0.5],12,["match",["get","service"],["yard","spur"],0,0.6],16,["match",["get","service"],["yard","spur"],0.75,2],22,["match",["get","service"],["yard","spur"],1.5,3]]},"filter":["==","class","rail"]},{"id":"Transit","type":"line","source":"maptiler_planet","source-layer":"transportation","layout":{"visibility":"visible"},"paint":{"line-color":"hsl(34, 12%, 66%)","line-opacity":0.5,"line-width":{"stops":[[14,0.5],[16,1.2],[18,2]]}},"filter":["all",["==","class","transit"],["!=","brunnel","tunnel"]]},{"id":"Aeroway","type":"line","source":"maptiler_planet","source-layer":"aeroway","minzoom":10,"layout":{"line-cap":"round","line-join":"round","visibility":"visible"},"paint":{"line-color":"hsl(0, 0%, 100%)","line-opacity":1,"line-width":["interpolate",["linear",2],["zoom"],10,["match",["get","class"],["runway"],1,["taxiway"],0.5,0],14,["match",["get","class"],["runway"],3,["taxiway"],2,0],16,["match",["get","class"],["runway"],10,["taxiway"],6,0]]}},{"id":"Airport labels","type":"symbol","source":"maptiler_planet","source-layer":"aerodrome_label","minzoom":10,"layout":{"text-anchor":"top","text-field":["coalesce",["get","name:en"],["get","name"]],"text-font":["Noto Sans Regular"],"text-max-width":8,"text-offset":[0,0.5],"text-size":{"stops":[[10,10],[14,12],[16,14]]},"visibility":"visible"},"paint":{"text-color":"hsl(0,0%,12%)","text-halo-blur":1,"text-halo-color":"hsl(0, 0%, 100%)","text-halo-width":1.4},"filter":["has","iata"]},{"id":"Station labels","type":"symbol","source":"maptiler_planet","source-layer":"poi","minzoom":12,"layout":{"text-anchor":"top","text-field":["coalesce",["get","name:en"],["get","name"]],"text-font":["Noto Sans Regular"],"text-max-width":8,"text-offset":[0,0.5],"text-size":{"stops":[[10,10],[14,12],[16,14]]},"visibility":"visible"},"paint":{"text-color":"hsl(0,0%,12%)","text-halo-blur":1,"text-halo-color":"hsl(0, 0%, 100%)","text-halo-width":1.4},"filter":["all",["==","class","railway"],["has","subclass"]]},{"id":"Road labels","type":"symbol","source":"maptiler_planet","source-layer":"transportation_name","minzoom":14,"layout":{"symbol-placement":"line","symbol-spacing":{"stops":[[13,250],[20,350],[22,600]]},"text-field":["coalesce",["get","name:en"],["get","name"]],"text-font":["Noto Sans Regular"],"text-letter-spacing":0.1,"text-rotation-alignment":"map","text-size":{"base":1.4,"stops":[[14,8],[17,10],[20,12]]},"text-transform":"uppercase","visibility":"visible"},"paint":{"text-color":"hsl(0,0%,5%)","text-halo-color":"hsl(0, 100%, 100%)","text-halo-width":1},"filter":["all",["==","$type","LineString"],["!in","class","aerialway","ferry","service"]]},{"id":"Other border","type":"line","source":"maptiler_planet","source-layer":"boundary","minzoom":3,"layout":{"visibility":"visible"},"paint":{"line-color":"hsla(0,0%,60%,0.65)","line-dasharray":[2,1],"line-width":{"stops":[[4,0.8],[11,1.75],[18,2.5]]}},"filter":["all",["in","admin_level",3,4,5,6,7,8,9,10],["==","maritime",0]]},{"id":"Disputed border","type":"line","source":"maptiler_planet","source-layer":"boundary","minzoom":0,"layout":{"line-cap":"round","line-join":"round","visibility":"visible"},"paint":{"line-color":"hsl(0,0%,64%)","line-dasharray":[2,2],"line-width":{"stops":[[1,1],[5,1.5],[10,2]]}},"filter":["all",["==","admin_level",2],["==","maritime",0],["==","disputed",1]]},{"id":"Country border","type":"line","source":"maptiler_planet","source-layer":"boundary","minzoom":0,"layout":{"line-cap":"round","line-join":"round","visibility":"visible"},"paint":{"line-blur":{"stops":[[4,0.5],[10,0]]},"line-color":"hsl(0,0%,64%)","line-width":{"stops":[[1,1],[5,1.5],[10,2]]}},"filter":["all",["==","admin_level",2],["==","disputed",0],["==","maritime",0]]},{"id":"Place labels","type":"symbol","source":"maptiler_planet","source-layer":"place","minzoom":0,"maxzoom":16,"layout":{"symbol-sort-key":["to-number",["get","rank"]],"text-field":"{name}","text-font":["Noto Sans Regular"],"text-max-width":10,"text-size":["interpolate",["linear",1],["zoom"],3,11,8,["match",["get","class"],"city",15,13],11,["match",["get","class"],"city",16,["suburb","neighbourhood","quarter","hamlet","isolated_dwelling"],10,13],16,["match",["get","class"],"city",21,["suburb","neighbourhood","quarter","hamlet","isolated_dwelling"],14,16]],"visibility":"visible"},"paint":{"text-color":"hsl(0, 0%, 0%)","text-halo-blur":0,"text-halo-color":"hsla(0, 0%, 100%, 0.75)","text-halo-width":2},"filter":["in","class","hamlet","isolated_dwelling","neighbourhood","province","quarter","suburb","town","village","place"]},{"id":"City labels","type":"symbol","source":"maptiler_planet","source-layer":"place","maxzoom":16,"layout":{"symbol-sort-key":["to-number",["get","rank"]],"text-field":"{name:en}","text-font":["Noto Sans Regular"],"text-max-width":10,"text-size":["interpolate",["linear",1],["zoom"],3,11,8,15,11,16,16,21],"visibility":"visible"},"paint":{"text-color":"hsl(0, 0%, 0%)","text-halo-blur":0,"text-halo-color":"hsla(0, 0%, 100%, 0.75)","text-halo-width":2},"filter":["==","class","city"]},{"id":"Country labels","type":"symbol","source":"maptiler_planet","source-layer":"place","minzoom":1,"maxzoom":12,"layout":{"symbol-sort-key":["to-number",["get","rank"]],"text-field":"{name:en}","text-font":["Noto Sans Bold"],"text-max-width":8,"text-padding":{"stops":[[1,0],[4,2]]},"text-size":["interpolate",["linear",1],["zoom"],0,8,1,10,4,["case",[">",["get","rank"],2],13,15],8,["case",[">",["get","rank"],2],18,22]],"visibility":"visible"},"paint":{"text-color":"hsl(0, 0%, 13%)","text-halo-blur":1,"text-halo-color":"hsla(0, 0%, 100%, 0.75)","text-halo-width":2},"filter":["all",["==","class","country"],["!=","iso_a2","VA"]]},{"id":"Continent labels","type":"symbol","source":"maptiler_planet","source-layer":"place","maxzoom":1,"layout":{"text-field":"{name:en}","text-font":["Noto Sans Bold"],"text-justify":"center","text-size":{"stops":[[0,12],[2,13]]},"text-transform":"uppercase","visibility":"visible"},"paint":{"text-color":"hsl(0, 0%, 13%)","text-halo-blur":1,"text-halo-color":"hsla(0, 0%, 100%, 0.75)","text-halo-width":2},"metadata":{},"filter":["==","class","continent"]}],"metadata":{"maptiler:copyright":"You are licensed to use the style or its derivate for serving map tiles exclusively with MapTiler Server or MapTiler Cloud and in accordance with their licenses and terms. If you plan to use the style in a different way, contact us at sales@maptiler.com."},"glyphs":"https://api.maptiler.com/fonts/{fontstack}/{range}.pbf?key=V68Jc11UvS4nOVj5bNnk","sprite":"https://api.maptiler.com/maps/basic-v2/sprite","bearing":0,"pitch":0,"center":[0,0],"zoom":1} \ No newline at end of file diff --git a/src/assets/json/map-style.json b/src/assets/json/map-style.json new file mode 100644 index 0000000..a5f8b44 --- /dev/null +++ b/src/assets/json/map-style.json @@ -0,0 +1,2066 @@ +{ + "id": "43f36e14-e3f5-43c1-84c0-50a9c80dc5c7", + "name": "MapLibre", + "zoom": 0.8619833357855968, + "pitch": 0, + "center": [ + 17.65431710431244, + 32.954120326746775 + ], + "glyphs": "https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf", + "layers": [ + { + "id": "background", + "type": "background", + "paint": { + "background-color": "#D8F2FF" + }, + "filter": [ + "all" + ], + "layout": { + "visibility": "visible" + }, + "maxzoom": 24 + }, + { + "id": "coastline", + "type": "line", + "paint": { + "line-blur": 0.5, + "line-color": "#198EC8", + "line-width": { + "stops": [ + [ + 0, + 2 + ], + [ + 6, + 6 + ], + [ + 14, + 9 + ], + [ + 22, + 18 + ] + ] + } + }, + "filter": [ + "all" + ], + "layout": { + "line-cap": "round", + "line-join": "round", + "visibility": "visible" + }, + "source": "maplibre", + "maxzoom": 24, + "minzoom": 0, + "source-layer": "countries" + }, + { + "id": "countries-fill", + "type": "fill", + "paint": { + "fill-color": [ + "match", + [ + "get", + "ADM0_A3" + ], + [ + "ARM", + "ATG", + "AUS", + "BTN", + "CAN", + "COG", + "CZE", + "GHA", + "GIN", + "HTI", + "ISL", + "JOR", + "KHM", + "KOR", + "LVA", + "MLT", + "MNE", + "MOZ", + "PER", + "SAH", + "SGP", + "SLV", + "SOM", + "TJK", + "TUV", + "UKR", + "WSM" + ], + "#D6C7FF", + [ + "AZE", + "BGD", + "CHL", + "CMR", + "CSI", + "DEU", + "DJI", + "GUY", + "HUN", + "IOA", + "JAM", + "LBN", + "LBY", + "LSO", + "MDG", + "MKD", + "MNG", + "MRT", + "NIU", + "NZL", + "PCN", + "PYF", + "SAU", + "SHN", + "STP", + "TTO", + "UGA", + "UZB", + "ZMB" + ], + "#EBCA8A", + [ + "AGO", + "ASM", + "ATF", + "BDI", + "BFA", + "BGR", + "BLZ", + "BRA", + "CHN", + "CRI", + "ESP", + "HKG", + "HRV", + "IDN", + "IRN", + "ISR", + "KNA", + "LBR", + "LCA", + "MAC", + "MUS", + "NOR", + "PLW", + "POL", + "PRI", + "SDN", + "TUN", + "UMI", + "USA", + "USG", + "VIR", + "VUT" + ], + "#C1E599", + [ + "ARE", + "ARG", + "BHS", + "CIV", + "CLP", + "DMA", + "ETH", + "GAB", + "GRD", + "HMD", + "IND", + "IOT", + "IRL", + "IRQ", + "ITA", + "KOS", + "LUX", + "MEX", + "NAM", + "NER", + "PHL", + "PRT", + "RUS", + "SEN", + "SUR", + "TZA", + "VAT" + ], + "#E7E58F", + [ + "AUT", + "BEL", + "BHR", + "BMU", + "BRB", + "CYN", + "DZA", + "EST", + "FLK", + "GMB", + "GUM", + "HND", + "JEY", + "KGZ", + "LIE", + "MAF", + "MDA", + "NGA", + "NRU", + "SLB", + "SOL", + "SRB", + "SWZ", + "THA", + "TUR", + "VEN", + "VGB" + ], + "#98DDA1", + [ + "AIA", + "BIH", + "BLM", + "BRN", + "CAF", + "CHE", + "COM", + "CPV", + "CUB", + "ECU", + "ESB", + "FSM", + "GAZ", + "GBR", + "GEO", + "KEN", + "LTU", + "MAR", + "MCO", + "MDV", + "NFK", + "NPL", + "PNG", + "PRY", + "QAT", + "SLE", + "SPM", + "SYC", + "TCA", + "TKM", + "TLS", + "VNM", + "WEB", + "WSB", + "YEM", + "ZWE" + ], + "#83D5F4", + [ + "ABW", + "ALB", + "AND", + "ATC", + "BOL", + "COD", + "CUW", + "CYM", + "CYP", + "EGY", + "FJI", + "GGY", + "IMN", + "KAB", + "KAZ", + "KWT", + "LAO", + "MLI", + "MNP", + "MSR", + "MYS", + "NIC", + "NLD", + "PAK", + "PAN", + "PRK", + "ROU", + "SGS", + "SVN", + "SWE", + "TGO", + "TWN", + "VCT", + "ZAF" + ], + "#B1BBF9", + [ + "ATA", + "GRL" + ], + "#FFFFFF", + "#EAB38F" + ] + }, + "filter": [ + "all" + ], + "layout": { + "visibility": "visible" + }, + "source": "maplibre", + "maxzoom": 24, + "source-layer": "countries" + }, + { + "id": "countries-boundary", + "type": "line", + "paint": { + "line-color": "rgba(255, 255, 255, 1)", + "line-width": { + "stops": [ + [ + 1, + 1 + ], + [ + 6, + 2 + ], + [ + 14, + 6 + ], + [ + 22, + 12 + ] + ] + }, + "line-opacity": { + "stops": [ + [ + 3, + 0.5 + ], + [ + 6, + 1 + ] + ] + } + }, + "layout": { + "line-cap": "round", + "line-join": "round", + "visibility": "visible" + }, + "source": "maplibre", + "maxzoom": 24, + "source-layer": "countries" + }, + { + "id": "geolines", + "type": "line", + "paint": { + "line-color": "#1077B0", + "line-opacity": 1, + "line-dasharray": [ + 3, + 3 + ] + }, + "filter": [ + "all", + [ + "!=", + "name", + "International Date Line" + ] + ], + "layout": { + "visibility": "visible" + }, + "source": "maplibre", + "maxzoom": 24, + "source-layer": "geolines" + }, + { + "id": "geolines-label", + "type": "symbol", + "paint": { + "text-color": "#1077B0", + "text-halo-blur": 1, + "text-halo-color": "rgba(255, 255, 255, 1)", + "text-halo-width": 1 + }, + "filter": [ + "all", + [ + "!=", + "name", + "International Date Line" + ] + ], + "layout": { + "text-font": [ + "Open Sans Semibold" + ], + "text-size": { + "stops": [ + [ + 2, + 12 + ], + [ + 6, + 16 + ] + ] + }, + "text-field": "{name}", + "visibility": "visible", + "symbol-placement": "line" + }, + "source": "maplibre", + "maxzoom": 24, + "minzoom": 1, + "source-layer": "geolines" + }, + { + "id": "countries-label", + "type": "symbol", + "paint": { + "text-color": "rgba(8, 37, 77, 1)", + "text-halo-blur": { + "stops": [ + [ + 2, + 0.2 + ], + [ + 6, + 0 + ] + ] + }, + "text-halo-color": "rgba(255, 255, 255, 1)", + "text-halo-width": { + "stops": [ + [ + 2, + 1 + ], + [ + 6, + 1.6 + ] + ] + } + }, + "filter": [ + "all" + ], + "layout": { + "text-font": [ + "Open Sans Semibold" + ], + "text-size": { + "stops": [ + [ + 2, + 10 + ], + [ + 4, + 12 + ], + [ + 6, + 16 + ] + ] + }, + "text-field": { + "stops": [ + [ + 2, + "{ABBREV}" + ], + [ + 4, + "{NAME}" + ] + ] + }, + "visibility": "visible", + "text-max-width": 10, + "text-transform": { + "stops": [ + [ + 0, + "uppercase" + ], + [ + 2, + "none" + ] + ] + } + }, + "source": "maplibre", + "maxzoom": 24, + "minzoom": 2, + "source-layer": "centroids" + }, + { + "id": "crimea-fill", + "type": "fill", + "source": "crimea", + "paint": { + "fill-color": "#D6C7FF" + } + } + ], + "bearing": 0, + "sources": { + "maplibre": { + "url": "https://demotiles.maplibre.org/tiles/tiles.json", + "type": "vector" + }, + "crimea": { + "type": "geojson", + "data": { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 34.00905273547181, + 46.55925987559425 + ], + [ + 33.64325260204026, + 46.34533545368038 + ], + [ + 33.628682598560204, + 46.12569762665683 + ], + [ + 33.64292861730951, + 46.10476396128129 + ], + [ + 33.648473474905984, + 46.09033047763651 + ], + [ + 33.63876482059936, + 46.077976784785335 + ], + [ + 33.62782672238245, + 46.06747935719011 + ], + [ + 33.62911357645072, + 46.05708111413949 + ], + [ + 33.642686868727424, + 46.02192963417187 + ], + [ + 33.6429723910654, + 46.01521185644708 + ], + [ + 33.636224138774026, + 46.006705833212465 + ], + [ + 33.63052626465907, + 45.99692992186792 + ], + [ + 33.63193836679693, + 45.988472992911284 + ], + [ + 33.64276684834442, + 45.984575360297384 + ], + [ + 33.646928693041986, + 45.97981936210982 + ], + [ + 33.638745893564305, + 45.96829769147004 + ], + [ + 33.61958133326394, + 45.951176418494185 + ], + [ + 33.63181380398527, + 45.9445404758078 + ], + [ + 33.638921676216, + 45.94737012930554 + ], + [ + 33.64561542516918, + 45.95403251372139 + ], + [ + 33.65666403976448, + 45.95687114427736 + ], + [ + 33.6825817382811, + 45.95878100879199 + ], + [ + 33.738791807037614, + 45.94836945227263 + ], + [ + 33.758180142697, + 45.94072970008301 + ], + [ + 33.77735917288169, + 45.92923970233858 + ], + [ + 33.75927796793485, + 45.92241179584471 + ], + [ + 33.72529865009221, + 45.91587363154565 + ], + [ + 33.70875012326826, + 45.91008760988058 + ], + [ + 33.69378857293381, + 45.91480850795665 + ], + [ + 33.69092650243843, + 45.89657370898402 + ], + [ + 33.693592356906805, + 45.87271465766318 + ], + [ + 33.69226765972388, + 45.86041392418218 + ], + [ + 33.6704813511748, + 45.8584273836251 + ], + [ + 33.65936345808916, + 45.85944682601249 + ], + [ + 33.653870582376726, + 45.86425922279372 + ], + [ + 33.65107345584843, + 45.87089907254003 + ], + [ + 33.63067378180233, + 45.88040685247182 + ], + [ + 33.61945300059696, + 45.88147266102649 + ], + [ + 33.60987421595539, + 45.88048951126686 + ], + [ + 33.59906957603934, + 45.877610457390375 + ], + [ + 33.57828877687868, + 45.86810261756233 + ], + [ + 33.55357394560386, + 45.84700625141778 + ], + [ + 33.530220674480375, + 45.84221983655459 + ], + [ + 33.5192297395441, + 45.84121682367507 + ], + [ + 33.50832088442496, + 45.84313067048083 + ], + [ + 33.48901101848409, + 45.85268298292175 + ], + [ + 33.482152996405716, + 45.854578171799005 + ], + [ + 33.46719955896293, + 45.849912739405056 + ], + [ + 33.42447496599681, + 45.83075886348303 + ], + [ + 33.40940172404095, + 45.82691953557702 + ], + [ + 33.37918350072067, + 45.802867525073566 + ], + [ + 33.37362145339398, + 45.79619281922518 + ], + [ + 33.33805543634864, + 45.78577808972071 + ], + [ + 33.26498872665803, + 45.75410774187094 + ], + [ + 33.22887541283427, + 45.75131270772724 + ], + [ + 33.19548267281132, + 45.7644887297206 + ], + [ + 33.1789202379222, + 45.78010311364778 + ], + [ + 33.1688456078636, + 45.78470227904205 + ], + [ + 33.161012432811674, + 45.77921593899549 + ], + [ + 33.15951585299757, + 45.76864464913777 + ], + [ + 33.165962301438725, + 45.762685940125465 + ], + [ + 33.1750888126426, + 45.759218220695715 + ], + [ + 33.181464829753, + 45.75490447884948 + ], + [ + 33.17613930782352, + 45.7437961960276 + ], + [ + 33.16369168844906, + 45.735912015025065 + ], + [ + 32.93692665480876, + 45.662114646778264 + ], + [ + 32.86839112407645, + 45.63044340698664 + ], + [ + 32.83803944575723, + 45.60834075026611 + ], + [ + 32.82702772424804, + 45.59576101516498 + ], + [ + 32.82433467080986, + 45.58705137380335 + ], + [ + 32.82563941622885, + 45.579605763895614 + ], + [ + 32.82993674258438, + 45.56978311819469 + ], + [ + 32.82851940940563, + 45.56227808675749 + ], + [ + 32.813310142795274, + 45.55930933158257 + ], + [ + 32.80213583657516, + 45.560145780074464 + ], + [ + 32.78258622159436, + 45.565158335073846 + ], + [ + 32.77333922465823, + 45.56689313356526 + ], + [ + 32.758306734735356, + 45.565030173463356 + ], + [ + 32.750177256846115, + 45.55943726334968 + ], + [ + 32.74340732630185, + 45.55261895849793 + ], + [ + 32.73524549539499, + 45.54598788110354 + ], + [ + 32.72031700779701, + 45.53735927760957 + ], + [ + 32.70536040418847, + 45.53169142131733 + ], + [ + 32.68589438933773, + 45.52663379187257 + ], + [ + 32.66370583186284, + 45.52563107058867 + ], + [ + 32.64312077736798, + 45.52188979044979 + ], + [ + 32.525284074162556, + 45.45838108691365 + ], + [ + 32.49490411219156, + 45.43524910229854 + ], + [ + 32.48107654411925, + 45.408986638827514 + ], + [ + 32.48514589713025, + 45.39458067125969 + ], + [ + 32.51256939517424, + 45.34060655033625 + ], + [ + 32.535915460470335, + 45.33777248012882 + ], + [ + 32.57027153843481, + 45.32510892683359 + ], + [ + 32.590830644991826, + 45.32038723212662 + ], + [ + 32.66380378113439, + 45.320421746458976 + ], + [ + 32.67760722618917, + 45.32609231279554 + ], + [ + 32.71316246802607, + 45.353283572618125 + ], + [ + 32.72817188836078, + 45.36074681043402 + ], + [ + 32.750518060251466, + 45.36371725645313 + ], + [ + 32.89973931692998, + 45.35412322462227 + ], + [ + 32.941197846443885, + 45.34245505845169 + ], + [ + 32.97701667405008, + 45.32596743563991 + ], + [ + 33.04296090827762, + 45.2853982930032 + ], + [ + 33.05274355585479, + 45.28154273654923 + ], + [ + 33.06850284417635, + 45.27703461892352 + ], + [ + 33.07825272648239, + 45.272210805127315 + ], + [ + 33.089426322403455, + 45.25656353201492 + ], + [ + 33.09897492343546, + 45.247820101667884 + ], + [ + 33.12384611720435, + 45.238235755071685 + ], + [ + 33.15767197859745, + 45.20755227709648 + ], + [ + 33.172959979330074, + 45.19681657531794 + ], + [ + 33.21837666514142, + 45.187878368659824 + ], + [ + 33.24017433636709, + 45.180191106261134 + ], + [ + 33.248571989896675, + 45.16588271012458 + ], + [ + 33.259649216030766, + 45.155918961282026 + ], + [ + 33.28309785485047, + 45.16064860772312 + ], + [ + 33.31767999550894, + 45.17535522412791 + ], + [ + 33.35458473323109, + 45.18598673360148 + ], + [ + 33.39725661527919, + 45.18973663076909 + ], + [ + 33.41344561756824, + 45.18490731877088 + ], + [ + 33.468468576977216, + 45.149132412229676 + ], + [ + 33.537128652906205, + 45.11719769268973 + ], + [ + 33.56161328289443, + 45.094099022711475 + ], + [ + 33.57837628774928, + 45.053145935448015 + ], + [ + 33.58247744978442, + 45.027377243150454 + ], + [ + 33.5851414316958, + 45.01816461606674 + ], + [ + 33.6031021265521, + 44.993103583251695 + ], + [ + 33.605922209331794, + 44.986905272229734 + ], + [ + 33.60843524291815, + 44.97039962759274 + ], + [ + 33.61943161357851, + 44.93184946652454 + ], + [ + 33.619484500808824, + 44.90819321920554 + ], + [ + 33.61549738593425, + 44.88894092276257 + ], + [ + 33.608561183117274, + 44.871288478948514 + ], + [ + 33.59889474705494, + 44.859790298912856 + ], + [ + 33.55904244709464, + 44.850057575124595 + ], + [ + 33.54667558363471, + 44.83724531175508 + ], + [ + 33.53701832136994, + 44.81871953508235 + ], + [ + 33.5303157846202, + 44.798338017069625 + ], + [ + 33.5249116915937, + 44.78918633101301 + ], + [ + 33.51669091675143, + 44.784809980590666 + ], + [ + 33.524785531609865, + 44.77183212449111 + ], + [ + 33.5302902535075, + 44.75724515985675 + ], + [ + 33.53710734694323, + 44.73034290771247 + ], + [ + 33.54650992495621, + 44.70989226909535 + ], + [ + 33.5481286806762, + 44.699106546699085 + ], + [ + 33.543995566510915, + 44.68230506537358 + ], + [ + 33.53580273994743, + 44.6726082589706 + ], + [ + 33.52337411931097, + 44.661863083605255 + ], + [ + 33.515320778874354, + 44.6491266698327 + ], + [ + 33.516377841582795, + 44.63464990118433 + ], + [ + 33.52466971637648, + 44.62863961572572 + ], + [ + 33.557474298027785, + 44.62473000923737 + ], + [ + 33.5710648827386, + 44.620853511273225 + ], + [ + 33.55105839203679, + 44.61506440493406 + ], + [ + 33.499905706797676, + 44.61452599304897 + ], + [ + 33.48451102966331, + 44.60992438254493 + ], + [ + 33.47658499621011, + 44.60714391514574 + ], + [ + 33.46705078205747, + 44.60616254193252 + ], + [ + 33.44476599234898, + 44.607062134677875 + ], + [ + 33.4353466482458, + 44.60509936890821 + ], + [ + 33.413591053005575, + 44.593500212748125 + ], + [ + 33.40543527945235, + 44.59055535193136 + ], + [ + 33.37510958624222, + 44.58564691897425 + ], + [ + 33.37074452434078, + 44.58851022190515 + ], + [ + 33.372237834990756, + 44.576810695127364 + ], + [ + 33.37913003799301, + 44.56412673079859 + ], + [ + 33.48759131590526, + 44.51024086451031 + ], + [ + 33.50011215135888, + 44.50041002882833 + ], + [ + 33.517917009115365, + 44.49074142372788 + ], + [ + 33.53836387802215, + 44.49164280212756 + ], + [ + 33.56041892763031, + 44.4966411022441 + ], + [ + 33.57822378538677, + 44.497542389459795 + ], + [ + 33.59062975079095, + 44.48975808594983 + ], + [ + 33.619577003408466, + 44.46229988129974 + ], + [ + 33.62635433636015, + 44.45336293328907 + ], + [ + 33.63175322871038, + 44.434828756313124 + ], + [ + 33.645537634715026, + 44.42498521035591 + ], + [ + 33.721007257593925, + 44.39946630464436 + ], + [ + 33.74168386660085, + 44.39560878121904 + ], + [ + 33.80727466517129, + 44.39454176175843 + ], + [ + 33.81841706002561, + 44.39552670349164 + ], + [ + 33.83909366903248, + 44.40143600575672 + ], + [ + 33.85149963444792, + 44.40143600575945 + ], + [ + 33.91467816197718, + 44.38387049706651 + ], + [ + 33.938111652185, + 44.38083293528811 + ], + [ + 33.957065210440874, + 44.38272116790142 + ], + [ + 34.06614966692763, + 44.42019923628979 + ], + [ + 34.088893936836286, + 44.42200415824283 + ], + [ + 34.10279321289039, + 44.42487551014821 + ], + [ + 34.135933345669, + 44.44163597968952 + ], + [ + 34.14696087047267, + 44.44959070749778 + ], + [ + 34.16058918507403, + 44.466287285335795 + ], + [ + 34.170123399227776, + 44.48186111741296 + ], + [ + 34.182759104731986, + 44.49267838558103 + ], + [ + 34.22923417224524, + 44.49949719774551 + ], + [ + 34.24301857824986, + 44.50744404277697 + ], + [ + 34.263903954150294, + 44.53186886058606 + ], + [ + 34.26631622520165, + 44.53555362837611 + ], + [ + 34.26631622520165, + 44.54153064468656 + ], + [ + 34.27033667695244, + 44.545378535987936 + ], + [ + 34.2757355693048, + 44.54644280144541 + ], + [ + 34.285384653508004, + 44.54562413743594 + ], + [ + 34.299973149863405, + 44.54554227040174 + ], + [ + 34.32260254971496, + 44.543577427039224 + ], + [ + 34.3308731933177, + 44.54546040325087 + ], + [ + 34.340292537420794, + 44.55798473830754 + ], + [ + 34.38042135640006, + 44.631830317636684 + ], + [ + 34.41495238900856, + 44.673669777529994 + ], + [ + 34.424193090575585, + 44.68239452736094 + ], + [ + 34.42959198292681, + 44.68884644523774 + ], + [ + 34.469399167794535, + 44.730194532749294 + ], + [ + 34.47376422969597, + 44.73011292571252 + ], + [ + 34.47376422969597, + 44.72635887754967 + ], + [ + 34.475142670296464, + 44.723502373339585 + ], + [ + 34.499724861011515, + 44.74292382044041 + ], + [ + 34.532800295801195, + 44.752620844929055 + ], + [ + 34.61217550038418, + 44.76534519537847 + ], + [ + 34.65065696715081, + 44.777088262503725 + ], + [ + 34.72084256772871, + 44.811080759265764 + ], + [ + 34.756796893391225, + 44.82094054159748 + ], + [ + 34.82646979041766, + 44.81208604604609 + ], + [ + 34.84289620758207, + 44.816893835303176 + ], + [ + 34.856910353686715, + 44.82373813182468 + ], + [ + 34.889648317948144, + 44.817871641692506 + ], + [ + 34.90733830566026, + 44.820886440346584 + ], + [ + 34.922960632465504, + 44.83050015059965 + ], + [ + 34.92950822531711, + 44.83652826953224 + ], + [ + 34.94179932067178, + 44.84019370922482 + ], + [ + 34.95282684547897, + 44.841415470643284 + ], + [ + 34.98567967978991, + 44.840275160795755 + ], + [ + 35.0053224583441, + 44.83538786296728 + ], + [ + 35.017958163849414, + 44.82219008824552 + ], + [ + 35.02703289780189, + 44.80890779582285 + ], + [ + 35.037933245998005, + 44.79869792240089 + ], + [ + 35.08073333784134, + 44.793525442788905 + ], + [ + 35.1080207326404, + 44.824553365795765 + ], + [ + 35.130368105574235, + 44.86879838545747 + ], + [ + 35.15485200090768, + 44.90071251697748 + ], + [ + 35.17111229780758, + 44.90746386008772 + ], + [ + 35.21522068940149, + 44.91421441031795 + ], + [ + 35.233163085981715, + 44.925728224907715 + ], + [ + 35.25636688416236, + 44.95896657181197 + ], + [ + 35.27300098099195, + 44.96690119386028 + ], + [ + 35.29748487632534, + 44.95605693543271 + ], + [ + 35.30496087491386, + 44.96121482614441 + ], + [ + 35.315240372954605, + 44.965711070514175 + ], + [ + 35.31935217217088, + 44.96941359539801 + ], + [ + 35.36757236298112, + 44.94362319076086 + ], + [ + 35.36103086422793, + 44.97364475976596 + ], + [ + 35.362152264014156, + 44.98593980935419 + ], + [ + 35.374674561627444, + 44.997835734117416 + ], + [ + 35.389439658813274, + 45.00180049366759 + ], + [ + 35.42270785247763, + 45.00087540764923 + ], + [ + 35.43504325012745, + 45.00470780964241 + ], + [ + 35.43504325012745, + 45.011446929213974 + ], + [ + 35.40631957913584, + 45.02015821022701 + ], + [ + 35.40089948016896, + 45.025046135473445 + ], + [ + 35.39790908073891, + 45.03482073400548 + ], + [ + 35.40052568024015, + 45.042216617888045 + ], + [ + 35.40631957913584, + 45.051328088783805 + ], + [ + 35.40744097892215, + 45.06294640963205 + ], + [ + 35.41734667704213, + 45.0708666385693 + ], + [ + 35.469304867139925, + 45.10068964922732 + ], + [ + 35.5070260597534, + 45.113341616151644 + ], + [ + 35.54758335202416, + 45.12019982412133 + ], + [ + 35.59019654390909, + 45.11993606213795 + ], + [ + 35.63411803553862, + 45.11439677872579 + ], + [ + 35.70669729572677, + 45.09480210570922 + ], + [ + 35.771782422456766, + 45.06572995732262 + ], + [ + 35.78430472007, + 45.057941041321754 + ], + [ + 35.81250040352472, + 45.031852200991295 + ], + [ + 35.81941570220667, + 45.021152336906454 + ], + [ + 35.82763930064016, + 44.99895365027004 + ], + [ + 35.848198296721705, + 44.99208088455586 + ], + [ + 35.916977483614176, + 45.00172895661731 + ], + [ + 35.99360646900681, + 44.997896355361604 + ], + [ + 36.00893226608571, + 45.00926125333629 + ], + [ + 36.02539976723364, + 45.03288661039673 + ], + [ + 36.047827762958946, + 45.048074065419456 + ], + [ + 36.078666257082034, + 45.03883000769565 + ], + [ + 36.079137312377895, + 45.046610970582435 + ], + [ + 36.135020401727616, + 45.02125162210126 + ], + [ + 36.2241716847341, + 45.00751061631556 + ], + [ + 36.24398308095806, + 45.011474706353084 + ], + [ + 36.24828178013877, + 45.01649549321965 + ], + [ + 36.25332807917695, + 45.03247980324494 + ], + [ + 36.25743987839326, + 45.03842324279259 + ], + [ + 36.267158676549116, + 45.043573724415154 + ], + [ + 36.2783726744118, + 45.04555455542638 + ], + [ + 36.36740852558336, + 45.04833265291825 + ], + [ + 36.44029951169139, + 45.06787222615526 + ], + [ + 36.45375630913995, + 45.07631970334319 + ], + [ + 36.455251508854985, + 45.09202341204062 + ], + [ + 36.44142091149291, + 45.10709638287736 + ], + [ + 36.41432041665814, + 45.12872568311289 + ], + [ + 36.40852651776157, + 45.149160473330085 + ], + [ + 36.409997342308856, + 45.171615955386955 + ], + [ + 36.418312796420764, + 45.23001671705953 + ], + [ + 36.42672329481775, + 45.25186253492981 + ], + [ + 36.43756477765089, + 45.27227491599612 + ], + [ + 36.4497132753354, + 45.28542626329343 + ], + [ + 36.45905827355429, + 45.28753019598713 + ], + [ + 36.4814862692796, + 45.28845064200263 + ], + [ + 36.4909554290368, + 45.29213135137758 + ], + [ + 36.49637552800283, + 45.300940007322055 + ], + [ + 36.49394582846682, + 45.305015191082816 + ], + [ + 36.48871262946426, + 45.30935296803605 + ], + [ + 36.48460083024801, + 45.315924724862185 + ], + [ + 36.489647129296515, + 45.336413860372005 + ], + [ + 36.502169426909745, + 45.34731734941451 + ], + [ + 36.52104632331191, + 45.35033842661815 + ], + [ + 36.544281237819945, + 45.34731734942025 + ], + [ + 36.57455903204905, + 45.33601971904315 + ], + [ + 36.585399229982954, + 45.333917585593355 + ], + [ + 36.59810088537549, + 45.334837278577254 + ], + [ + 36.630808379142394, + 45.34048649352954 + ], + [ + 36.637536777859964, + 45.3511265071989 + ], + [ + 36.63099527910589, + 45.3741073632589 + ], + [ + 36.61359545390113, + 45.40895280985421 + ], + [ + 36.59845655678569, + 45.421547717459106 + ], + [ + 36.58331765967199, + 45.42731944465129 + ], + [ + 36.566309762912795, + 45.42548305000767 + ], + [ + 36.54836736633254, + 45.41210180010589 + ], + [ + 36.53285466928139, + 45.4090840212946 + ], + [ + 36.51565987255873, + 45.41957994832251 + ], + [ + 36.49117597722616, + 45.44279525429408 + ], + [ + 36.47043008117939, + 45.4458112314303 + ], + [ + 36.411182792482634, + 45.43610707766504 + ], + [ + 36.391371396258705, + 45.43991025572652 + ], + [ + 36.35959840231365, + 45.45407156049933 + ], + [ + 36.33960010612526, + 45.45695583486963 + ], + [ + 36.33025510790637, + 45.454464879327446 + ], + [ + 36.32053630976225, + 45.44856480887407 + ], + [ + 36.31156511147125, + 45.4438443081136 + ], + [ + 36.29885591389362, + 45.442795254299995 + ], + [ + 36.3072664122906, + 45.46115087970253 + ], + [ + 36.30016421364425, + 45.47320989503609 + ], + [ + 36.283717016779036, + 45.476355300848866 + ], + [ + 36.267082919949445, + 45.46704963343626 + ], + [ + 36.25213092279836, + 45.46115087970253 + ], + [ + 36.13681364478941, + 45.46219959214511 + ], + [ + 36.11700224855986, + 45.45721803432335 + ], + [ + 36.097003952371466, + 45.441483909606006 + ], + [ + 36.06952965760803, + 45.43046741078453 + ], + [ + 36.0655449627526, + 45.42553028973455 + ], + [ + 36.05134056545904, + 45.39535242162091 + ], + [ + 36.022557970944945, + 45.368441166003805 + ], + [ + 35.986486277818386, + 45.362926059418186 + ], + [ + 35.94723728529826, + 45.372380198658874 + ], + [ + 35.87220216002379, + 45.404075760536614 + ], + [ + 35.85388596351393, + 45.413916621802144 + ], + [ + 35.84715756479628, + 45.426379251448395 + ], + [ + 35.8524047739447, + 45.44386497541683 + ], + [ + 35.85950697259193, + 45.45933624762881 + ], + [ + 35.857824872912545, + 45.469953901705 + ], + [ + 35.83278027768503, + 45.47087138287168 + ], + [ + 35.8167068807486, + 45.46392436820739 + ], + [ + 35.80362388324218, + 45.44963442058864 + ], + [ + 35.79469305616038, + 45.42980210462429 + ], + [ + 35.791889556694684, + 45.41209230278156 + ], + [ + 35.772265060435046, + 45.39214572935421 + ], + [ + 35.767405661361295, + 45.38873311015669 + ], + [ + 35.75189296431793, + 45.386632934388984 + ], + [ + 35.7481549650407, + 45.379938103368545 + ], + [ + 35.746846665290036, + 45.369960021421576 + ], + [ + 35.74423006578874, + 45.36076812520648 + ], + [ + 35.71619507113218, + 45.34040932557082 + ], + [ + 35.69451467527287, + 45.32989869277279 + ], + [ + 35.51720627467216, + 45.29506847418358 + ], + [ + 35.48038698168983, + 45.2979608697527 + ], + [ + 35.33194061536096, + 45.371562726652314 + ], + [ + 35.04491375777232, + 45.669545248704424 + ], + [ + 35.00230056589345, + 45.7290693869553 + ], + [ + 34.70631294999043, + 46.024929846739866 + ], + [ + 34.35868883309806, + 46.106725558140795 + ], + [ + 34.00905273547181, + 46.55925987559425 + ] + ] + ] + } + } + } + }, + "version": 8, + "metadata": { + "maptiler:copyright": "This style was generated on MapTiler Cloud. Usage is governed by the license terms in https://github.com/maplibre/demotiles/blob/gh-pages/LICENSE", + "openmaptiles:version": "3.x" + } +} \ No newline at end of file diff --git a/src/assets/svgs/map.svg b/src/assets/svgs/map.svg new file mode 100644 index 0000000..c365fb9 --- /dev/null +++ b/src/assets/svgs/map.svg @@ -0,0 +1 @@ + diff --git a/src/assets/svgs/privacy.svg b/src/assets/svgs/privacy.svg new file mode 100644 index 0000000..f429c15 --- /dev/null +++ b/src/assets/svgs/privacy.svg @@ -0,0 +1 @@ + diff --git a/src/components/ImageEnhancer/ImageEnhancer.vue b/src/components/ImageEnhancer/ImageEnhancer.vue new file mode 100644 index 0000000..7e03535 --- /dev/null +++ b/src/components/ImageEnhancer/ImageEnhancer.vue @@ -0,0 +1,971 @@ + +