diff --git a/.gitignore b/.gitignore index 11f5d71..06a9ccf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ .DS_Store node_modules -/dist +# dist/ +# build/ +gsxt/ # local env files .env.local diff --git a/package-lock.json b/package-lock.json index a33c028..25f7522 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1431,18 +1431,28 @@ } }, "@paddlejs-mediapipe/opencv": { - "version": "0.0.4", - "resolved": "https://registry.npmmirror.com/@paddlejs-mediapipe/opencv/-/opencv-0.0.4.tgz", - "integrity": "sha512-bfwixZPKGFh7JcAtLToTBmBiu/nyQjVrm0gf/pn92apHJQEYyhnAFGvgDubmqQbijmtP2/fbOMR4CuSSlq2g8w==" + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@paddlejs-mediapipe/opencv/-/opencv-0.0.3.tgz", + "integrity": "sha512-ISSZVIeCUQDV4JBHmMXH4t2FQ0p/Qdz3+I1CuMPUg9qyqqYL5SbqL9ji0b6MOQyCOkO7MV37pSFjx9WjZEzP/g==" }, "@paddlejs-models/ocr": { - "version": "1.2.4", - "resolved": "https://registry.npmmirror.com/@paddlejs-models/ocr/-/ocr-1.2.4.tgz", - "integrity": "sha512-mdvaWXQaCmLULEvCxcsUzHtDgmoDVzJX2LsqyMmJxSzfhgrtnscF1eLiLbaouDwg6n08koXP0BCzeB+0oAv/AQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@paddlejs-models/ocr/-/ocr-1.1.2.tgz", + "integrity": "sha512-uIsyO2bINgEFU2qmSdKWuUhnmyZX03Ktozh93CloiSTbWq66r0qI6KEuxzIQtm+j6pgugLXrvmtoo2tk0SbpVA==", "requires": { - "@paddlejs-mediapipe/opencv": "0.0.4", - "@paddlejs/paddlejs-backend-webgl": "^1.1.19", - "@paddlejs/paddlejs-core": "^2.1.17" + "@paddlejs-mediapipe/opencv": "0.0.3", + "@paddlejs/paddlejs-backend-webgl": "^1.1.4", + "@paddlejs/paddlejs-core": "^2.1.7" + } + }, + "@paddlejs-models/ocrdet": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@paddlejs-models/ocrdet/-/ocrdet-0.0.3.tgz", + "integrity": "sha512-V7sH8cbyhlR7wkpd1/ycfdA+HiD9XuwIQiFlnwOClFIlZ31EyW10LcMrkhaU7x8uG2BYANFeOz4mBrhE9JRElQ==", + "requires": { + "@paddlejs-mediapipe/opencv": "0.0.3", + "@paddlejs/paddlejs-backend-webgl": "^1.1.0", + "@paddlejs/paddlejs-core": "^2.1.0" } }, "@paddlejs/paddlejs-backend-webgl": { @@ -3356,6 +3366,16 @@ "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", "dev": true }, + "blueimp-canvas-to-blob": { + "version": "3.29.0", + "resolved": "https://registry.npmmirror.com/blueimp-canvas-to-blob/-/blueimp-canvas-to-blob-3.29.0.tgz", + "integrity": "sha512-0pcSSGxC0QxT+yVkivxIqW0Y4VlO2XSDPofBAqoJ1qJxgH9eiUDLv50Rixij2cDuEfx4M6DpD9UGZpRhT5Q8qg==" + }, + "bmp-js": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/bmp-js/-/bmp-js-0.1.0.tgz", + "integrity": "sha512-vHdS19CnY3hwiNdkaqk93DvjVLfbEcI8mys4UjuWrlX1haDmroo8o4xCzh4wD6DGV6HxRCyauwhHRqMTfERtjw==" + }, "bn.js": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", @@ -7905,6 +7925,11 @@ } } }, + "idb-keyval": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/idb-keyval/-/idb-keyval-6.2.2.tgz", + "integrity": "sha512-yjD9nARJ/jb1g+CvD0tlhUHOrJ9Sy0P8T9MF3YaLlHnSRpwPfpTX0XIvpmw3gAJUmEu3FiICLBDPXVwyEvrleg==" + }, "ieee754": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", @@ -7922,6 +7947,15 @@ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", "dev": true }, + "image-compressor.js": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/image-compressor.js/-/image-compressor.js-1.1.4.tgz", + "integrity": "sha512-DF1YFSw+m6FqpXsleD4+q9eu/wFFkm8sHuYhgYy5GWFVencXeuB1/UqC12xz+dCZooPetf5LIb8JOGkgEWmlcg==", + "requires": { + "blueimp-canvas-to-blob": "^3.14.0", + "is-blob": "^1.0.0" + } + }, "image-size": { "version": "0.5.5", "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", @@ -8285,6 +8319,11 @@ "binary-extensions": "^2.0.0" } }, + "is-blob": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/is-blob/-/is-blob-1.0.0.tgz", + "integrity": "sha512-QIZDHQZpRfMEZwSTD7egdNZS7H/awVW9FZ3yJv+gg1z8d8GPXEs76QWL67fZs2BoBqp2dGtamTJpEYFJHmD73g==" + }, "is-boolean-object": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", @@ -9952,6 +9991,14 @@ "lower-case": "^1.1.1" } }, + "node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "requires": { + "whatwg-url": "^5.0.0" + } + }, "node-forge": { "version": "0.10.0", "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz", @@ -10273,6 +10320,11 @@ "is-wsl": "^1.1.0" } }, + "opencollective-postinstall": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz", + "integrity": "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==" + }, "opener": { "version": "1.5.2", "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", @@ -14284,6 +14336,27 @@ } } }, + "tesseract.js": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/tesseract.js/-/tesseract.js-6.0.1.tgz", + "integrity": "sha512-/sPvMvrCtgxnNRCjbTYbr7BRu0yfWDsMZQ2a/T5aN/L1t8wUQN6tTWv6p6FwzpoEBA0jrN2UD2SX4QQFRdoDbA==", + "requires": { + "bmp-js": "^0.1.0", + "idb-keyval": "^6.2.0", + "is-url": "^1.2.4", + "node-fetch": "^2.6.9", + "opencollective-postinstall": "^2.0.3", + "regenerator-runtime": "^0.13.3", + "tesseract.js-core": "^6.0.0", + "wasm-feature-detect": "^1.2.11", + "zlibjs": "^0.3.1" + } + }, + "tesseract.js-core": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/tesseract.js-core/-/tesseract.js-core-6.0.0.tgz", + "integrity": "sha512-1Qncm/9oKM7xgrQXZXNB+NRh19qiXGhxlrR8EwFbK5SaUbPZnS5OMtP/ghtqfd23hsr1ZvZbZjeuAGcMxd/ooA==" + }, "text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", @@ -14468,6 +14541,11 @@ "punycode": "^2.1.1" } }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, "traverse": { "version": "0.6.6", "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz", @@ -15109,6 +15187,11 @@ "integrity": "sha512-WJrK7i6w+ULuZsGscCezbCH4Aev5U3xY87vnSimzzEgPQhb0Sa0a1rE3c2jtEwrFtSfi61Jefw3jI5/DD/3jbQ==", "dev": true }, + "wasm-feature-detect": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/wasm-feature-detect/-/wasm-feature-detect-1.8.0.tgz", + "integrity": "sha512-zksaLKM2fVlnB5jQQDqKXXwYHLQUVH9es+5TOOHwGOVJOCeRBCiPjwSg+3tN2AdTCzjgli4jijCH290kXb/zWQ==" + }, "watchpack": { "version": "1.7.5", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", @@ -15263,6 +15346,11 @@ "resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.2.0.tgz", "integrity": "sha512-PgF341avzqyx60neE9DD+XS26MMNMoUQRz9NOZwW32nPQrF6p77f1htcnjBSEV8BGMKZ16choqUG4hyI0Hx7mA==" }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, "webpack": { "version": "4.46.0", "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz", @@ -15784,6 +15872,15 @@ "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", "dev": true }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "which": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", @@ -16047,6 +16144,11 @@ } } }, + "zlibjs": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/zlibjs/-/zlibjs-0.3.1.tgz", + "integrity": "sha512-+J9RrgTKOmlxFSDHo0pI1xM6BLVUv+o0ZT9ANtCxGkjIVCCUdx9alUF8Gm+dGLKbkkkidWIHFDZHDMpfITt4+w==" + }, "zrender": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.3.2.tgz", diff --git a/package.json b/package.json index f9dc856..bbc6c0d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "@fullcalendar/list": "^5.9.0", "@fullcalendar/timegrid": "^5.9.0", "@fullcalendar/vue3": "^5.9.0", - "@paddlejs-models/ocr": "^1.2.4", + "@paddlejs-models/ocr": "^1.1.2", + "@paddlejs-models/ocrdet": "^0.0.3", "@types/video.js": "^7.3.42", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", @@ -27,11 +28,13 @@ "element-plus": "2.0.2", "file-saver": "^2.0.5", "gifler": "^0.1.0", + "image-compressor.js": "^1.1.4", "lodash": "^4.17.21", "mitt": "^3.0.0", "moment": "^2.30.1", "ol": "^6.14.1", "pinia": "^3.0.1", + "tesseract.js": "^6.0.1", "vue": "^3.2.8", "vue-router": "^4.0.11", "vuex": "^4.0.2", diff --git a/public/ocr_v2_det_new/chunk_1.dat b/public/ocr_v2_det_new/chunk_1.dat new file mode 100644 index 0000000..58ee465 Binary files /dev/null and b/public/ocr_v2_det_new/chunk_1.dat differ diff --git a/public/ocr_v2_det_new/model.json b/public/ocr_v2_det_new/model.json new file mode 100644 index 0000000..13da02e --- /dev/null +++ b/public/ocr_v2_det_new/model.json @@ -0,0 +1,10846 @@ +{ + "chunkNum": 1, + "dataLayout": "nhwc", + "feedShape": { + "fc": 3, + "fh": 960, + "fw": 960 + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_27.tmp_0" + ], + "SavedVariance": [ + "batch_norm_27.tmp_1" + ], + "VarianceOut": [ + "batch_norm_27.w_2" + ], + "Y": [ + "batch_norm_27.tmp_3" + ] + }, + "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": { + "Output": [ + "conv2d_148.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_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" + ], + "SavedMean": [ + "batch_norm_28.tmp_0" + ], + "SavedVariance": [ + "batch_norm_28.tmp_1" + ], + "VarianceOut": [ + "batch_norm_28.w_2" + ], + "Y": [ + "batch_norm_28.tmp_3" + ] + }, + "type": "batchnorm" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "batch_norm_28.tmp_3" + ] + }, + "outputs": { + "Out": [ + "relu_0.tmp_0" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "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 + }, + "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" + ], + "SavedMean": [ + "batch_norm_29.tmp_0" + ], + "SavedVariance": [ + "batch_norm_29.tmp_1" + ], + "VarianceOut": [ + "batch_norm_29.w_2" + ], + "Y": [ + "batch_norm_29.tmp_3" + ] + }, + "type": "batchnorm" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "batch_norm_29.tmp_3" + ] + }, + "outputs": { + "Out": [ + "relu_1.tmp_0" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_30.tmp_0" + ], + "SavedVariance": [ + "batch_norm_30.tmp_1" + ], + "VarianceOut": [ + "batch_norm_30.w_2" + ], + "Y": [ + "batch_norm_30.tmp_3" + ] + }, + "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": { + "Output": [ + "conv2d_150.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_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" + ], + "SavedMean": [ + "batch_norm_31.tmp_0" + ], + "SavedVariance": [ + "batch_norm_31.tmp_1" + ], + "VarianceOut": [ + "batch_norm_31.w_2" + ], + "Y": [ + "batch_norm_31.tmp_3" + ] + }, + "type": "batchnorm" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "batch_norm_31.tmp_3" + ] + }, + "outputs": { + "Out": [ + "relu_2.tmp_0" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "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 + }, + "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" + ], + "SavedMean": [ + "batch_norm_32.tmp_0" + ], + "SavedVariance": [ + "batch_norm_32.tmp_1" + ], + "VarianceOut": [ + "batch_norm_32.w_2" + ], + "Y": [ + "batch_norm_32.tmp_3" + ] + }, + "type": "batchnorm" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "batch_norm_32.tmp_3" + ] + }, + "outputs": { + "Out": [ + "relu_3.tmp_0" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_33.tmp_0" + ], + "SavedVariance": [ + "batch_norm_33.tmp_1" + ], + "VarianceOut": [ + "batch_norm_33.w_2" + ], + "Y": [ + "batch_norm_33.tmp_3" + ] + }, + "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": { + "Output": [ + "conv2d_152.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_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" + ], + "SavedMean": [ + "batch_norm_34.tmp_0" + ], + "SavedVariance": [ + "batch_norm_34.tmp_1" + ], + "VarianceOut": [ + "batch_norm_34.w_2" + ], + "Y": [ + "batch_norm_34.tmp_3" + ] + }, + "type": "batchnorm" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "batch_norm_34.tmp_3" + ] + }, + "outputs": { + "Out": [ + "relu_4.tmp_0" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "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 + }, + "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" + ], + "SavedMean": [ + "batch_norm_35.tmp_0" + ], + "SavedVariance": [ + "batch_norm_35.tmp_1" + ], + "VarianceOut": [ + "batch_norm_35.w_2" + ], + "Y": [ + "batch_norm_35.tmp_3" + ] + }, + "type": "batchnorm" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "batch_norm_35.tmp_3" + ] + }, + "outputs": { + "Out": [ + "relu_5.tmp_0" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_36.tmp_0" + ], + "SavedVariance": [ + "batch_norm_36.tmp_1" + ], + "VarianceOut": [ + "batch_norm_36.w_2" + ], + "Y": [ + "batch_norm_36.tmp_3" + ] + }, + "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": { + "Output": [ + "conv2d_154.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_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" + ], + "SavedMean": [ + "batch_norm_37.tmp_0" + ], + "SavedVariance": [ + "batch_norm_37.tmp_1" + ], + "VarianceOut": [ + "batch_norm_37.w_2" + ], + "Y": [ + "batch_norm_37.tmp_3" + ] + }, + "type": "batchnorm" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "batch_norm_37.tmp_3" + ] + }, + "outputs": { + "Out": [ + "relu_6.tmp_0" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "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 + }, + "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" + ], + "SavedMean": [ + "batch_norm_38.tmp_0" + ], + "SavedVariance": [ + "batch_norm_38.tmp_1" + ], + "VarianceOut": [ + "batch_norm_38.w_2" + ], + "Y": [ + "batch_norm_38.tmp_3" + ] + }, + "type": "batchnorm" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "batch_norm_38.tmp_3" + ] + }, + "outputs": { + "Out": [ + "relu_7.tmp_0" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_39.tmp_0" + ], + "SavedVariance": [ + "batch_norm_39.tmp_1" + ], + "VarianceOut": [ + "batch_norm_39.w_2" + ], + "Y": [ + "batch_norm_39.tmp_3" + ] + }, + "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": { + "Output": [ + "conv2d_156.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_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" + ], + "SavedMean": [ + "batch_norm_40.tmp_0" + ], + "SavedVariance": [ + "batch_norm_40.tmp_1" + ], + "VarianceOut": [ + "batch_norm_40.w_2" + ], + "Y": [ + "batch_norm_40.tmp_3" + ] + }, + "type": "batchnorm" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "batch_norm_40.tmp_3" + ] + }, + "outputs": { + "Out": [ + "relu_8.tmp_0" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "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 + }, + "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" + ], + "SavedMean": [ + "batch_norm_41.tmp_0" + ], + "SavedVariance": [ + "batch_norm_41.tmp_1" + ], + "VarianceOut": [ + "batch_norm_41.w_2" + ], + "Y": [ + "batch_norm_41.tmp_3" + ] + }, + "type": "batchnorm" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "batch_norm_41.tmp_3" + ] + }, + "outputs": { + "Out": [ + "relu_9.tmp_0" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_42.tmp_0" + ], + "SavedVariance": [ + "batch_norm_42.tmp_1" + ], + "VarianceOut": [ + "batch_norm_42.w_2" + ], + "Y": [ + "batch_norm_42.tmp_3" + ] + }, + "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": { + "Output": [ + "conv2d_158.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_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" + ], + "SavedMean": [ + "batch_norm_43.tmp_0" + ], + "SavedVariance": [ + "batch_norm_43.tmp_1" + ], + "VarianceOut": [ + "batch_norm_43.w_2" + ], + "Y": [ + "batch_norm_43.tmp_3" + ] + }, + "type": "batchnorm" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "batch_norm_43.tmp_3" + ] + }, + "outputs": { + "Out": [ + "relu_10.tmp_0" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "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 + }, + "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" + ], + "SavedMean": [ + "batch_norm_44.tmp_0" + ], + "SavedVariance": [ + "batch_norm_44.tmp_1" + ], + "VarianceOut": [ + "batch_norm_44.w_2" + ], + "Y": [ + "batch_norm_44.tmp_3" + ] + }, + "type": "batchnorm" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "batch_norm_44.tmp_3" + ] + }, + "outputs": { + "Out": [ + "relu_11.tmp_0" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_45.tmp_0" + ], + "SavedVariance": [ + "batch_norm_45.tmp_1" + ], + "VarianceOut": [ + "batch_norm_45.w_2" + ], + "Y": [ + "batch_norm_45.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_46.tmp_0" + ], + "SavedVariance": [ + "batch_norm_46.tmp_1" + ], + "VarianceOut": [ + "batch_norm_46.w_2" + ], + "Y": [ + "batch_norm_46.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_47.tmp_0" + ], + "SavedVariance": [ + "batch_norm_47.tmp_1" + ], + "VarianceOut": [ + "batch_norm_47.w_2" + ], + "Y": [ + "batch_norm_47.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_48.tmp_0" + ], + "SavedVariance": [ + "batch_norm_48.tmp_1" + ], + "VarianceOut": [ + "batch_norm_48.w_2" + ], + "Y": [ + "batch_norm_48.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_49.tmp_0" + ], + "SavedVariance": [ + "batch_norm_49.tmp_1" + ], + "VarianceOut": [ + "batch_norm_49.w_2" + ], + "Y": [ + "batch_norm_49.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_50.tmp_0" + ], + "SavedVariance": [ + "batch_norm_50.tmp_1" + ], + "VarianceOut": [ + "batch_norm_50.w_2" + ], + "Y": [ + "batch_norm_50.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_51.tmp_0" + ], + "SavedVariance": [ + "batch_norm_51.tmp_1" + ], + "VarianceOut": [ + "batch_norm_51.w_2" + ], + "Y": [ + "batch_norm_51.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_52.tmp_0" + ], + "SavedVariance": [ + "batch_norm_52.tmp_1" + ], + "VarianceOut": [ + "batch_norm_52.w_2" + ], + "Y": [ + "batch_norm_52.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_53.tmp_0" + ], + "SavedVariance": [ + "batch_norm_53.tmp_1" + ], + "VarianceOut": [ + "batch_norm_53.w_2" + ], + "Y": [ + "batch_norm_53.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_54.tmp_0" + ], + "SavedVariance": [ + "batch_norm_54.tmp_1" + ], + "VarianceOut": [ + "batch_norm_54.w_2" + ], + "Y": [ + "batch_norm_54.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_55.tmp_0" + ], + "SavedVariance": [ + "batch_norm_55.tmp_1" + ], + "VarianceOut": [ + "batch_norm_55.w_2" + ], + "Y": [ + "batch_norm_55.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_56.tmp_0" + ], + "SavedVariance": [ + "batch_norm_56.tmp_1" + ], + "VarianceOut": [ + "batch_norm_56.w_2" + ], + "Y": [ + "batch_norm_56.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_57.tmp_0" + ], + "SavedVariance": [ + "batch_norm_57.tmp_1" + ], + "VarianceOut": [ + "batch_norm_57.w_2" + ], + "Y": [ + "batch_norm_57.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_58.tmp_0" + ], + "SavedVariance": [ + "batch_norm_58.tmp_1" + ], + "VarianceOut": [ + "batch_norm_58.w_2" + ], + "Y": [ + "batch_norm_58.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_59.tmp_0" + ], + "SavedVariance": [ + "batch_norm_59.tmp_1" + ], + "VarianceOut": [ + "batch_norm_59.w_2" + ], + "Y": [ + "batch_norm_59.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_60.tmp_0" + ], + "SavedVariance": [ + "batch_norm_60.tmp_1" + ], + "VarianceOut": [ + "batch_norm_60.w_2" + ], + "Y": [ + "batch_norm_60.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_61.tmp_0" + ], + "SavedVariance": [ + "batch_norm_61.tmp_1" + ], + "VarianceOut": [ + "batch_norm_61.w_2" + ], + "Y": [ + "batch_norm_61.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_62.tmp_0" + ], + "SavedVariance": [ + "batch_norm_62.tmp_1" + ], + "VarianceOut": [ + "batch_norm_62.w_2" + ], + "Y": [ + "batch_norm_62.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_63.tmp_0" + ], + "SavedVariance": [ + "batch_norm_63.tmp_1" + ], + "VarianceOut": [ + "batch_norm_63.w_2" + ], + "Y": [ + "batch_norm_63.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_64.tmp_0" + ], + "SavedVariance": [ + "batch_norm_64.tmp_1" + ], + "VarianceOut": [ + "batch_norm_64.w_2" + ], + "Y": [ + "batch_norm_64.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_65.tmp_0" + ], + "SavedVariance": [ + "batch_norm_65.tmp_1" + ], + "VarianceOut": [ + "batch_norm_65.w_2" + ], + "Y": [ + "batch_norm_65.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_66.tmp_0" + ], + "SavedVariance": [ + "batch_norm_66.tmp_1" + ], + "VarianceOut": [ + "batch_norm_66.w_2" + ], + "Y": [ + "batch_norm_66.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_67.tmp_0" + ], + "SavedVariance": [ + "batch_norm_67.tmp_1" + ], + "VarianceOut": [ + "batch_norm_67.w_2" + ], + "Y": [ + "batch_norm_67.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_68.tmp_0" + ], + "SavedVariance": [ + "batch_norm_68.tmp_1" + ], + "VarianceOut": [ + "batch_norm_68.w_2" + ], + "Y": [ + "batch_norm_68.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_69.tmp_0" + ], + "SavedVariance": [ + "batch_norm_69.tmp_1" + ], + "VarianceOut": [ + "batch_norm_69.w_2" + ], + "Y": [ + "batch_norm_69.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_70.tmp_0" + ], + "SavedVariance": [ + "batch_norm_70.tmp_1" + ], + "VarianceOut": [ + "batch_norm_70.w_2" + ], + "Y": [ + "batch_norm_70.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_71.tmp_0" + ], + "SavedVariance": [ + "batch_norm_71.tmp_1" + ], + "VarianceOut": [ + "batch_norm_71.w_2" + ], + "Y": [ + "batch_norm_71.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_72.tmp_0" + ], + "SavedVariance": [ + "batch_norm_72.tmp_1" + ], + "VarianceOut": [ + "batch_norm_72.w_2" + ], + "Y": [ + "batch_norm_72.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_73.tmp_0" + ], + "SavedVariance": [ + "batch_norm_73.tmp_1" + ], + "VarianceOut": [ + "batch_norm_73.w_2" + ], + "Y": [ + "batch_norm_73.tmp_3" + ] + }, + "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": { + "Output": [ + "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": { + "Output": [ + "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": { + "Output": [ + "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": { + "Output": [ + "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": { + "Output": [ + "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": { + "Output": [ + "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": { + "Output": [ + "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": { + "Output": [ + "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": { + "Output": [ + "conv2d_187.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_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" + ], + "SavedMean": [ + "batch_norm_74.tmp_0" + ], + "SavedVariance": [ + "batch_norm_74.tmp_1" + ], + "VarianceOut": [ + "batch_norm_74.w_2" + ], + "Y": [ + "batch_norm_74.tmp_3" + ] + }, + "type": "batchnorm" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "batch_norm_74.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_74.tmp_4" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "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_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" + ], + "SavedMean": [ + "batch_norm_75.tmp_0" + ], + "SavedVariance": [ + "batch_norm_75.tmp_1" + ], + "VarianceOut": [ + "batch_norm_75.w_2" + ], + "Y": [ + "batch_norm_75.tmp_3" + ] + }, + "type": "batchnorm" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "batch_norm_75.tmp_3" + ] + }, + "outputs": { + "Out": [ + "batch_norm_75.tmp_4" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "conv2d_transpose_13.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_13.tmp_0" + ], + "Y": [ + "conv2d_transpose_5.b_0" + ] + }, + "outputs": { + "Out": [ + "elementwise_add_11.tmp_0" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": {}, + "inputs": { + "X": [ + "elementwise_add_11.tmp_0" + ] + }, + "outputs": { + "Out": [ + "sigmoid_0.tmp_0" + ] + }, + "type": "sigmoid" + }, + { + "attrs": { + "bias": 0.0, + "bias_after_scale": true, + "scale": 1.0 + }, + "inputs": { + "X": [ + "sigmoid_0.tmp_0" + ] + }, + "outputs": { + "Out": [ + "save_infer_model/scale_0.tmp_1" + ] + }, + "type": "scale" + }, + { + "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/ocr_v2_rec_320/chunk_1.dat b/public/ocr_v2_rec_320/chunk_1.dat new file mode 100644 index 0000000..246d537 Binary files /dev/null and b/public/ocr_v2_rec_320/chunk_1.dat differ diff --git a/public/ocr_v2_rec_320/chunk_2.dat b/public/ocr_v2_rec_320/chunk_2.dat new file mode 100644 index 0000000..c405d56 Binary files /dev/null and b/public/ocr_v2_rec_320/chunk_2.dat differ diff --git a/public/ocr_v2_rec_320/model.json b/public/ocr_v2_rec_320/model.json new file mode 100644 index 0000000..b8c4205 --- /dev/null +++ b/public/ocr_v2_rec_320/model.json @@ -0,0 +1,42769 @@ +{ + "chunkNum": 2, + "dataLayout": "nhwc", + "feedShape": { + "fc": 3, + "fh": 32, + "fw": 320 + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_0.tmp_0" + ], + "SavedVariance": [ + "batch_norm_0.tmp_1" + ], + "VarianceOut": [ + "batch_norm_0.w_2" + ], + "Y": [ + "batch_norm_0.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_1.tmp_0" + ], + "SavedVariance": [ + "batch_norm_1.tmp_1" + ], + "VarianceOut": [ + "batch_norm_1.w_2" + ], + "Y": [ + "batch_norm_1.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_2.tmp_0" + ], + "SavedVariance": [ + "batch_norm_2.tmp_1" + ], + "VarianceOut": [ + "batch_norm_2.w_2" + ], + "Y": [ + "batch_norm_2.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_3.tmp_0" + ], + "SavedVariance": [ + "batch_norm_3.tmp_1" + ], + "VarianceOut": [ + "batch_norm_3.w_2" + ], + "Y": [ + "batch_norm_3.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_4.tmp_0" + ], + "SavedVariance": [ + "batch_norm_4.tmp_1" + ], + "VarianceOut": [ + "batch_norm_4.w_2" + ], + "Y": [ + "batch_norm_4.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_5.tmp_0" + ], + "SavedVariance": [ + "batch_norm_5.tmp_1" + ], + "VarianceOut": [ + "batch_norm_5.w_2" + ], + "Y": [ + "batch_norm_5.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_6.tmp_0" + ], + "SavedVariance": [ + "batch_norm_6.tmp_1" + ], + "VarianceOut": [ + "batch_norm_6.w_2" + ], + "Y": [ + "batch_norm_6.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_7.tmp_0" + ], + "SavedVariance": [ + "batch_norm_7.tmp_1" + ], + "VarianceOut": [ + "batch_norm_7.w_2" + ], + "Y": [ + "batch_norm_7.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_8.tmp_0" + ], + "SavedVariance": [ + "batch_norm_8.tmp_1" + ], + "VarianceOut": [ + "batch_norm_8.w_2" + ], + "Y": [ + "batch_norm_8.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_9.tmp_0" + ], + "SavedVariance": [ + "batch_norm_9.tmp_1" + ], + "VarianceOut": [ + "batch_norm_9.w_2" + ], + "Y": [ + "batch_norm_9.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_10.tmp_0" + ], + "SavedVariance": [ + "batch_norm_10.tmp_1" + ], + "VarianceOut": [ + "batch_norm_10.w_2" + ], + "Y": [ + "batch_norm_10.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_11.tmp_0" + ], + "SavedVariance": [ + "batch_norm_11.tmp_1" + ], + "VarianceOut": [ + "batch_norm_11.w_2" + ], + "Y": [ + "batch_norm_11.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_12.tmp_0" + ], + "SavedVariance": [ + "batch_norm_12.tmp_1" + ], + "VarianceOut": [ + "batch_norm_12.w_2" + ], + "Y": [ + "batch_norm_12.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_13.tmp_0" + ], + "SavedVariance": [ + "batch_norm_13.tmp_1" + ], + "VarianceOut": [ + "batch_norm_13.w_2" + ], + "Y": [ + "batch_norm_13.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_14.tmp_0" + ], + "SavedVariance": [ + "batch_norm_14.tmp_1" + ], + "VarianceOut": [ + "batch_norm_14.w_2" + ], + "Y": [ + "batch_norm_14.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_15.tmp_0" + ], + "SavedVariance": [ + "batch_norm_15.tmp_1" + ], + "VarianceOut": [ + "batch_norm_15.w_2" + ], + "Y": [ + "batch_norm_15.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_16.tmp_0" + ], + "SavedVariance": [ + "batch_norm_16.tmp_1" + ], + "VarianceOut": [ + "batch_norm_16.w_2" + ], + "Y": [ + "batch_norm_16.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_17.tmp_0" + ], + "SavedVariance": [ + "batch_norm_17.tmp_1" + ], + "VarianceOut": [ + "batch_norm_17.w_2" + ], + "Y": [ + "batch_norm_17.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_18.tmp_0" + ], + "SavedVariance": [ + "batch_norm_18.tmp_1" + ], + "VarianceOut": [ + "batch_norm_18.w_2" + ], + "Y": [ + "batch_norm_18.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_19.tmp_0" + ], + "SavedVariance": [ + "batch_norm_19.tmp_1" + ], + "VarianceOut": [ + "batch_norm_19.w_2" + ], + "Y": [ + "batch_norm_19.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_20.tmp_0" + ], + "SavedVariance": [ + "batch_norm_20.tmp_1" + ], + "VarianceOut": [ + "batch_norm_20.w_2" + ], + "Y": [ + "batch_norm_20.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_21.tmp_0" + ], + "SavedVariance": [ + "batch_norm_21.tmp_1" + ], + "VarianceOut": [ + "batch_norm_21.w_2" + ], + "Y": [ + "batch_norm_21.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_22.tmp_0" + ], + "SavedVariance": [ + "batch_norm_22.tmp_1" + ], + "VarianceOut": [ + "batch_norm_22.w_2" + ], + "Y": [ + "batch_norm_22.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_23.tmp_0" + ], + "SavedVariance": [ + "batch_norm_23.tmp_1" + ], + "VarianceOut": [ + "batch_norm_23.w_2" + ], + "Y": [ + "batch_norm_23.tmp_3" + ] + }, + "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": { + "Output": [ + "conv2d_43.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "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": [ + "conv2d_43.tmp_0" + ], + "Y": [ + "conv2d_24.b_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_43.tmp_1" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "with_quant_attr": false + }, + "inputs": { + "X": [ + "conv2d_43.tmp_1" + ] + }, + "outputs": { + "Out": [ + "relu_0.tmp_0" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "conv2d_44.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "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": [ + "conv2d_44.tmp_0" + ], + "Y": [ + "conv2d_25.b_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_44.tmp_1" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "offset": 0.5, + "slope": 0.16666670143604279, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "conv2d_44.tmp_1" + ] + }, + "outputs": { + "Out": [ + "hardsigmoid_0.tmp_0" + ] + }, + "type": "hard_sigmoid" + }, + { + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_24.tmp_0" + ], + "SavedVariance": [ + "batch_norm_24.tmp_1" + ], + "VarianceOut": [ + "batch_norm_24.w_2" + ], + "Y": [ + "batch_norm_24.tmp_3" + ] + }, + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_25.tmp_0" + ], + "SavedVariance": [ + "batch_norm_25.tmp_1" + ], + "VarianceOut": [ + "batch_norm_25.w_2" + ], + "Y": [ + "batch_norm_25.tmp_3" + ] + }, + "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": { + "Output": [ + "conv2d_46.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "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": [ + "conv2d_46.tmp_0" + ], + "Y": [ + "conv2d_28.b_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_46.tmp_1" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "with_quant_attr": false + }, + "inputs": { + "X": [ + "conv2d_46.tmp_1" + ] + }, + "outputs": { + "Out": [ + "relu_1.tmp_0" + ] + }, + "type": "relu" + }, + { + "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": { + "Output": [ + "conv2d_47.tmp_0" + ] + }, + "type": "conv2d" + }, + { + "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": [ + "conv2d_47.tmp_0" + ], + "Y": [ + "conv2d_29.b_0" + ] + }, + "outputs": { + "Out": [ + "conv2d_47.tmp_1" + ] + }, + "type": "elementwise_add" + }, + { + "attrs": { + "offset": 0.5, + "slope": 0.16666670143604279, + "with_quant_attr": false + }, + "inputs": { + "X": [ + "conv2d_47.tmp_1" + ] + }, + "outputs": { + "Out": [ + "hardsigmoid_1.tmp_0" + ] + }, + "type": "hard_sigmoid" + }, + { + "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": { + "Output": [ + "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" + ], + "SavedMean": [ + "batch_norm_26.tmp_0" + ], + "SavedVariance": [ + "batch_norm_26.tmp_1" + ], + "VarianceOut": [ + "batch_norm_26.w_2" + ], + "Y": [ + "batch_norm_26.tmp_3" + ] + }, + "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" + ], + "Y": [ + "lstm_1_79.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_0.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_1.tmp_h" + ], + "Y": [ + "lstm_1_78.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_1.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_2.tmp_h" + ], + "Y": [ + "lstm_1_77.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_2.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_3.tmp_h" + ], + "Y": [ + "lstm_1_76.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_3.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_4.tmp_h" + ], + "Y": [ + "lstm_1_75.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_4.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_5.tmp_h" + ], + "Y": [ + "lstm_1_74.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_5.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_6.tmp_h" + ], + "Y": [ + "lstm_1_73.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_6.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_7.tmp_h" + ], + "Y": [ + "lstm_1_72.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_7.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_8.tmp_h" + ], + "Y": [ + "lstm_1_71.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_8.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_9.tmp_h" + ], + "Y": [ + "lstm_1_70.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_9.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_10.tmp_h" + ], + "Y": [ + "lstm_1_69.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_10.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_11.tmp_h" + ], + "Y": [ + "lstm_1_68.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_11.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_12.tmp_h" + ], + "Y": [ + "lstm_1_67.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_12.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_13.tmp_h" + ], + "Y": [ + "lstm_1_66.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_13.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_14.tmp_h" + ], + "Y": [ + "lstm_1_65.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_14.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_15.tmp_h" + ], + "Y": [ + "lstm_1_64.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_15.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_16.tmp_h" + ], + "Y": [ + "lstm_1_63.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_16.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_17.tmp_h" + ], + "Y": [ + "lstm_1_62.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_17.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_18.tmp_h" + ], + "Y": [ + "lstm_1_61.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_18.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_19.tmp_h" + ], + "Y": [ + "lstm_1_60.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_19.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_20.tmp_h" + ], + "Y": [ + "lstm_1_59.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_20.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_21.tmp_h" + ], + "Y": [ + "lstm_1_58.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_21.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_22.tmp_h" + ], + "Y": [ + "lstm_1_57.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_22.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_23.tmp_h" + ], + "Y": [ + "lstm_1_56.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_23.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_24.tmp_h" + ], + "Y": [ + "lstm_1_55.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_24.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_25.tmp_h" + ], + "Y": [ + "lstm_1_54.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_25.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_26.tmp_h" + ], + "Y": [ + "lstm_1_53.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_26.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_27.tmp_h" + ], + "Y": [ + "lstm_1_52.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_27.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_28.tmp_h" + ], + "Y": [ + "lstm_1_51.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_28.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_29.tmp_h" + ], + "Y": [ + "lstm_1_50.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_29.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_30.tmp_h" + ], + "Y": [ + "lstm_1_49.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_30.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_31.tmp_h" + ], + "Y": [ + "lstm_1_48.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_31.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_32.tmp_h" + ], + "Y": [ + "lstm_1_47.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_32.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_33.tmp_h" + ], + "Y": [ + "lstm_1_46.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_33.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_34.tmp_h" + ], + "Y": [ + "lstm_1_45.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_34.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_35.tmp_h" + ], + "Y": [ + "lstm_1_44.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_35.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_36.tmp_h" + ], + "Y": [ + "lstm_1_43.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_36.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_37.tmp_h" + ], + "Y": [ + "lstm_1_42.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_37.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_38.tmp_h" + ], + "Y": [ + "lstm_1_41.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_38.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_39.tmp_h" + ], + "Y": [ + "lstm_1_40.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_39.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_40.tmp_h" + ], + "Y": [ + "lstm_1_39.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_40.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_41.tmp_h" + ], + "Y": [ + "lstm_1_38.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_41.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_42.tmp_h" + ], + "Y": [ + "lstm_1_37.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_42.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_43.tmp_h" + ], + "Y": [ + "lstm_1_36.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_43.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_44.tmp_h" + ], + "Y": [ + "lstm_1_35.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_44.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_45.tmp_h" + ], + "Y": [ + "lstm_1_34.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_45.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_46.tmp_h" + ], + "Y": [ + "lstm_1_33.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_46.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_47.tmp_h" + ], + "Y": [ + "lstm_1_32.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_47.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_48.tmp_h" + ], + "Y": [ + "lstm_1_31.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_48.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_49.tmp_h" + ], + "Y": [ + "lstm_1_30.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_49.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_50.tmp_h" + ], + "Y": [ + "lstm_1_29.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_50.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_51.tmp_h" + ], + "Y": [ + "lstm_1_28.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_51.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_52.tmp_h" + ], + "Y": [ + "lstm_1_27.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_52.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_53.tmp_h" + ], + "Y": [ + "lstm_1_26.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_53.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_54.tmp_h" + ], + "Y": [ + "lstm_1_25.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_54.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_55.tmp_h" + ], + "Y": [ + "lstm_1_24.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_55.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_56.tmp_h" + ], + "Y": [ + "lstm_1_23.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_56.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_57.tmp_h" + ], + "Y": [ + "lstm_1_22.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_57.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_58.tmp_h" + ], + "Y": [ + "lstm_1_21.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_58.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_59.tmp_h" + ], + "Y": [ + "lstm_1_20.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_59.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_60.tmp_h" + ], + "Y": [ + "lstm_1_19.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_60.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_61.tmp_h" + ], + "Y": [ + "lstm_1_18.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_61.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_62.tmp_h" + ], + "Y": [ + "lstm_1_17.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_62.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_63.tmp_h" + ], + "Y": [ + "lstm_1_16.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_63.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_64.tmp_h" + ], + "Y": [ + "lstm_1_15.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_64.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_65.tmp_h" + ], + "Y": [ + "lstm_1_14.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_65.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_66.tmp_h" + ], + "Y": [ + "lstm_1_13.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_66.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_67.tmp_h" + ], + "Y": [ + "lstm_1_12.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_67.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_68.tmp_h" + ], + "Y": [ + "lstm_1_11.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_68.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_69.tmp_h" + ], + "Y": [ + "lstm_1_10.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_69.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_70.tmp_h" + ], + "Y": [ + "lstm_1_9.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_70.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_71.tmp_h" + ], + "Y": [ + "lstm_1_8.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_71.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_72.tmp_h" + ], + "Y": [ + "lstm_1_7.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_72.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_73.tmp_h" + ], + "Y": [ + "lstm_1_6.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_73.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_74.tmp_h" + ], + "Y": [ + "lstm_1_5.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_74.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_75.tmp_h" + ], + "Y": [ + "lstm_1_4.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_75.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_76.tmp_h" + ], + "Y": [ + "lstm_1_3.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_76.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_77.tmp_h" + ], + "Y": [ + "lstm_1_2.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_77.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_78.tmp_h" + ], + "Y": [ + "lstm_1_1.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_78.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_0_79.tmp_h" + ], + "Y": [ + "lstm_1_0.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_0_79.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_3.tmp_concat" + ], + "X": [ + "lstm_0_0.tmp_concat" + ], + "Y": [ + "lstm_0_1.tmp_concat" + ], + "Z": [ + "lstm_0_2.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_80.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_7.tmp_concat" + ], + "X": [ + "lstm_0_4.tmp_concat" + ], + "Y": [ + "lstm_0_5.tmp_concat" + ], + "Z": [ + "lstm_0_6.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_81.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_11.tmp_concat" + ], + "X": [ + "lstm_0_8.tmp_concat" + ], + "Y": [ + "lstm_0_9.tmp_concat" + ], + "Z": [ + "lstm_0_10.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_82.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_15.tmp_concat" + ], + "X": [ + "lstm_0_12.tmp_concat" + ], + "Y": [ + "lstm_0_13.tmp_concat" + ], + "Z": [ + "lstm_0_14.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_83.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_19.tmp_concat" + ], + "X": [ + "lstm_0_16.tmp_concat" + ], + "Y": [ + "lstm_0_17.tmp_concat" + ], + "Z": [ + "lstm_0_18.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_84.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_23.tmp_concat" + ], + "X": [ + "lstm_0_20.tmp_concat" + ], + "Y": [ + "lstm_0_21.tmp_concat" + ], + "Z": [ + "lstm_0_22.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_85.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_27.tmp_concat" + ], + "X": [ + "lstm_0_24.tmp_concat" + ], + "Y": [ + "lstm_0_25.tmp_concat" + ], + "Z": [ + "lstm_0_26.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_86.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_31.tmp_concat" + ], + "X": [ + "lstm_0_28.tmp_concat" + ], + "Y": [ + "lstm_0_29.tmp_concat" + ], + "Z": [ + "lstm_0_30.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_87.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_35.tmp_concat" + ], + "X": [ + "lstm_0_32.tmp_concat" + ], + "Y": [ + "lstm_0_33.tmp_concat" + ], + "Z": [ + "lstm_0_34.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_88.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_39.tmp_concat" + ], + "X": [ + "lstm_0_36.tmp_concat" + ], + "Y": [ + "lstm_0_37.tmp_concat" + ], + "Z": [ + "lstm_0_38.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_89.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_43.tmp_concat" + ], + "X": [ + "lstm_0_40.tmp_concat" + ], + "Y": [ + "lstm_0_41.tmp_concat" + ], + "Z": [ + "lstm_0_42.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_90.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_47.tmp_concat" + ], + "X": [ + "lstm_0_44.tmp_concat" + ], + "Y": [ + "lstm_0_45.tmp_concat" + ], + "Z": [ + "lstm_0_46.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_91.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_51.tmp_concat" + ], + "X": [ + "lstm_0_48.tmp_concat" + ], + "Y": [ + "lstm_0_49.tmp_concat" + ], + "Z": [ + "lstm_0_50.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_92.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_55.tmp_concat" + ], + "X": [ + "lstm_0_52.tmp_concat" + ], + "Y": [ + "lstm_0_53.tmp_concat" + ], + "Z": [ + "lstm_0_54.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_93.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_59.tmp_concat" + ], + "X": [ + "lstm_0_56.tmp_concat" + ], + "Y": [ + "lstm_0_57.tmp_concat" + ], + "Z": [ + "lstm_0_58.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_94.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_63.tmp_concat" + ], + "X": [ + "lstm_0_60.tmp_concat" + ], + "Y": [ + "lstm_0_61.tmp_concat" + ], + "Z": [ + "lstm_0_62.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_95.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_67.tmp_concat" + ], + "X": [ + "lstm_0_64.tmp_concat" + ], + "Y": [ + "lstm_0_65.tmp_concat" + ], + "Z": [ + "lstm_0_66.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_96.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_71.tmp_concat" + ], + "X": [ + "lstm_0_68.tmp_concat" + ], + "Y": [ + "lstm_0_69.tmp_concat" + ], + "Z": [ + "lstm_0_70.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_97.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_75.tmp_concat" + ], + "X": [ + "lstm_0_72.tmp_concat" + ], + "Y": [ + "lstm_0_73.tmp_concat" + ], + "Z": [ + "lstm_0_74.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_98.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_79.tmp_concat" + ], + "X": [ + "lstm_0_76.tmp_concat" + ], + "Y": [ + "lstm_0_77.tmp_concat" + ], + "Z": [ + "lstm_0_78.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_99.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_83.tmp_concat" + ], + "X": [ + "lstm_0_80.tmp_concat" + ], + "Y": [ + "lstm_0_81.tmp_concat" + ], + "Z": [ + "lstm_0_82.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_100.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_87.tmp_concat" + ], + "X": [ + "lstm_0_84.tmp_concat" + ], + "Y": [ + "lstm_0_85.tmp_concat" + ], + "Z": [ + "lstm_0_86.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_101.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_91.tmp_concat" + ], + "X": [ + "lstm_0_88.tmp_concat" + ], + "Y": [ + "lstm_0_89.tmp_concat" + ], + "Z": [ + "lstm_0_90.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_102.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_95.tmp_concat" + ], + "X": [ + "lstm_0_92.tmp_concat" + ], + "Y": [ + "lstm_0_93.tmp_concat" + ], + "Z": [ + "lstm_0_94.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_103.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_99.tmp_concat" + ], + "X": [ + "lstm_0_96.tmp_concat" + ], + "Y": [ + "lstm_0_97.tmp_concat" + ], + "Z": [ + "lstm_0_98.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_104.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_0_103.tmp_concat" + ], + "X": [ + "lstm_0_100.tmp_concat" + ], + "Y": [ + "lstm_0_101.tmp_concat" + ], + "Z": [ + "lstm_0_102.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_105.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "X": [ + "lstm_0_105.tmp_concat" + ], + "Y": [ + "lstm_0_104.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_0_106.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "state_axis": 2 + }, + "inputs": { + "Input": [ + "lstm_0_106.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_106.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" + ], + "Y": [ + "lstm_3_79.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_0.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_1.tmp_h" + ], + "Y": [ + "lstm_3_78.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_1.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_2.tmp_h" + ], + "Y": [ + "lstm_3_77.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_2.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_3.tmp_h" + ], + "Y": [ + "lstm_3_76.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_3.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_4.tmp_h" + ], + "Y": [ + "lstm_3_75.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_4.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_5.tmp_h" + ], + "Y": [ + "lstm_3_74.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_5.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_6.tmp_h" + ], + "Y": [ + "lstm_3_73.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_6.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_7.tmp_h" + ], + "Y": [ + "lstm_3_72.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_7.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_8.tmp_h" + ], + "Y": [ + "lstm_3_71.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_8.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_9.tmp_h" + ], + "Y": [ + "lstm_3_70.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_9.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_10.tmp_h" + ], + "Y": [ + "lstm_3_69.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_10.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_11.tmp_h" + ], + "Y": [ + "lstm_3_68.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_11.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_12.tmp_h" + ], + "Y": [ + "lstm_3_67.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_12.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_13.tmp_h" + ], + "Y": [ + "lstm_3_66.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_13.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_14.tmp_h" + ], + "Y": [ + "lstm_3_65.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_14.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_15.tmp_h" + ], + "Y": [ + "lstm_3_64.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_15.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_16.tmp_h" + ], + "Y": [ + "lstm_3_63.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_16.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_17.tmp_h" + ], + "Y": [ + "lstm_3_62.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_17.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_18.tmp_h" + ], + "Y": [ + "lstm_3_61.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_18.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_19.tmp_h" + ], + "Y": [ + "lstm_3_60.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_19.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_20.tmp_h" + ], + "Y": [ + "lstm_3_59.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_20.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_21.tmp_h" + ], + "Y": [ + "lstm_3_58.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_21.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_22.tmp_h" + ], + "Y": [ + "lstm_3_57.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_22.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_23.tmp_h" + ], + "Y": [ + "lstm_3_56.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_23.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_24.tmp_h" + ], + "Y": [ + "lstm_3_55.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_24.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_25.tmp_h" + ], + "Y": [ + "lstm_3_54.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_25.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_26.tmp_h" + ], + "Y": [ + "lstm_3_53.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_26.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_27.tmp_h" + ], + "Y": [ + "lstm_3_52.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_27.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_28.tmp_h" + ], + "Y": [ + "lstm_3_51.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_28.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_29.tmp_h" + ], + "Y": [ + "lstm_3_50.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_29.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_30.tmp_h" + ], + "Y": [ + "lstm_3_49.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_30.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_31.tmp_h" + ], + "Y": [ + "lstm_3_48.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_31.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_32.tmp_h" + ], + "Y": [ + "lstm_3_47.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_32.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_33.tmp_h" + ], + "Y": [ + "lstm_3_46.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_33.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_34.tmp_h" + ], + "Y": [ + "lstm_3_45.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_34.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_35.tmp_h" + ], + "Y": [ + "lstm_3_44.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_35.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_36.tmp_h" + ], + "Y": [ + "lstm_3_43.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_36.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_37.tmp_h" + ], + "Y": [ + "lstm_3_42.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_37.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_38.tmp_h" + ], + "Y": [ + "lstm_3_41.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_38.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_39.tmp_h" + ], + "Y": [ + "lstm_3_40.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_39.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_40.tmp_h" + ], + "Y": [ + "lstm_3_39.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_40.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_41.tmp_h" + ], + "Y": [ + "lstm_3_38.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_41.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_42.tmp_h" + ], + "Y": [ + "lstm_3_37.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_42.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_43.tmp_h" + ], + "Y": [ + "lstm_3_36.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_43.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_44.tmp_h" + ], + "Y": [ + "lstm_3_35.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_44.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_45.tmp_h" + ], + "Y": [ + "lstm_3_34.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_45.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_46.tmp_h" + ], + "Y": [ + "lstm_3_33.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_46.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_47.tmp_h" + ], + "Y": [ + "lstm_3_32.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_47.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_48.tmp_h" + ], + "Y": [ + "lstm_3_31.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_48.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_49.tmp_h" + ], + "Y": [ + "lstm_3_30.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_49.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_50.tmp_h" + ], + "Y": [ + "lstm_3_29.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_50.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_51.tmp_h" + ], + "Y": [ + "lstm_3_28.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_51.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_52.tmp_h" + ], + "Y": [ + "lstm_3_27.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_52.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_53.tmp_h" + ], + "Y": [ + "lstm_3_26.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_53.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_54.tmp_h" + ], + "Y": [ + "lstm_3_25.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_54.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_55.tmp_h" + ], + "Y": [ + "lstm_3_24.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_55.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_56.tmp_h" + ], + "Y": [ + "lstm_3_23.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_56.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_57.tmp_h" + ], + "Y": [ + "lstm_3_22.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_57.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_58.tmp_h" + ], + "Y": [ + "lstm_3_21.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_58.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_59.tmp_h" + ], + "Y": [ + "lstm_3_20.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_59.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_60.tmp_h" + ], + "Y": [ + "lstm_3_19.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_60.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_61.tmp_h" + ], + "Y": [ + "lstm_3_18.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_61.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_62.tmp_h" + ], + "Y": [ + "lstm_3_17.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_62.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_63.tmp_h" + ], + "Y": [ + "lstm_3_16.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_63.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_64.tmp_h" + ], + "Y": [ + "lstm_3_15.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_64.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_65.tmp_h" + ], + "Y": [ + "lstm_3_14.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_65.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_66.tmp_h" + ], + "Y": [ + "lstm_3_13.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_66.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_67.tmp_h" + ], + "Y": [ + "lstm_3_12.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_67.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_68.tmp_h" + ], + "Y": [ + "lstm_3_11.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_68.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_69.tmp_h" + ], + "Y": [ + "lstm_3_10.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_69.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_70.tmp_h" + ], + "Y": [ + "lstm_3_9.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_70.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_71.tmp_h" + ], + "Y": [ + "lstm_3_8.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_71.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_72.tmp_h" + ], + "Y": [ + "lstm_3_7.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_72.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_73.tmp_h" + ], + "Y": [ + "lstm_3_6.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_73.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_74.tmp_h" + ], + "Y": [ + "lstm_3_5.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_74.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_75.tmp_h" + ], + "Y": [ + "lstm_3_4.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_75.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_76.tmp_h" + ], + "Y": [ + "lstm_3_3.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_76.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_77.tmp_h" + ], + "Y": [ + "lstm_3_2.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_77.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_78.tmp_h" + ], + "Y": [ + "lstm_3_1.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_78.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 2 + }, + "inputs": { + "X": [ + "lstm_2_79.tmp_h" + ], + "Y": [ + "lstm_3_0.tmp_h" + ] + }, + "outputs": { + "Out": [ + "lstm_2_79.tmp_concat" + ] + }, + "type": "concat" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_3.tmp_concat" + ], + "X": [ + "lstm_2_0.tmp_concat" + ], + "Y": [ + "lstm_2_1.tmp_concat" + ], + "Z": [ + "lstm_2_2.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_80.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_7.tmp_concat" + ], + "X": [ + "lstm_2_4.tmp_concat" + ], + "Y": [ + "lstm_2_5.tmp_concat" + ], + "Z": [ + "lstm_2_6.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_81.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_11.tmp_concat" + ], + "X": [ + "lstm_2_8.tmp_concat" + ], + "Y": [ + "lstm_2_9.tmp_concat" + ], + "Z": [ + "lstm_2_10.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_82.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_15.tmp_concat" + ], + "X": [ + "lstm_2_12.tmp_concat" + ], + "Y": [ + "lstm_2_13.tmp_concat" + ], + "Z": [ + "lstm_2_14.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_83.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_19.tmp_concat" + ], + "X": [ + "lstm_2_16.tmp_concat" + ], + "Y": [ + "lstm_2_17.tmp_concat" + ], + "Z": [ + "lstm_2_18.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_84.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_23.tmp_concat" + ], + "X": [ + "lstm_2_20.tmp_concat" + ], + "Y": [ + "lstm_2_21.tmp_concat" + ], + "Z": [ + "lstm_2_22.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_85.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_27.tmp_concat" + ], + "X": [ + "lstm_2_24.tmp_concat" + ], + "Y": [ + "lstm_2_25.tmp_concat" + ], + "Z": [ + "lstm_2_26.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_86.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_31.tmp_concat" + ], + "X": [ + "lstm_2_28.tmp_concat" + ], + "Y": [ + "lstm_2_29.tmp_concat" + ], + "Z": [ + "lstm_2_30.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_87.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_35.tmp_concat" + ], + "X": [ + "lstm_2_32.tmp_concat" + ], + "Y": [ + "lstm_2_33.tmp_concat" + ], + "Z": [ + "lstm_2_34.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_88.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_39.tmp_concat" + ], + "X": [ + "lstm_2_36.tmp_concat" + ], + "Y": [ + "lstm_2_37.tmp_concat" + ], + "Z": [ + "lstm_2_38.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_89.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_43.tmp_concat" + ], + "X": [ + "lstm_2_40.tmp_concat" + ], + "Y": [ + "lstm_2_41.tmp_concat" + ], + "Z": [ + "lstm_2_42.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_90.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_47.tmp_concat" + ], + "X": [ + "lstm_2_44.tmp_concat" + ], + "Y": [ + "lstm_2_45.tmp_concat" + ], + "Z": [ + "lstm_2_46.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_91.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_51.tmp_concat" + ], + "X": [ + "lstm_2_48.tmp_concat" + ], + "Y": [ + "lstm_2_49.tmp_concat" + ], + "Z": [ + "lstm_2_50.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_92.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_55.tmp_concat" + ], + "X": [ + "lstm_2_52.tmp_concat" + ], + "Y": [ + "lstm_2_53.tmp_concat" + ], + "Z": [ + "lstm_2_54.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_93.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_59.tmp_concat" + ], + "X": [ + "lstm_2_56.tmp_concat" + ], + "Y": [ + "lstm_2_57.tmp_concat" + ], + "Z": [ + "lstm_2_58.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_94.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_63.tmp_concat" + ], + "X": [ + "lstm_2_60.tmp_concat" + ], + "Y": [ + "lstm_2_61.tmp_concat" + ], + "Z": [ + "lstm_2_62.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_95.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_67.tmp_concat" + ], + "X": [ + "lstm_2_64.tmp_concat" + ], + "Y": [ + "lstm_2_65.tmp_concat" + ], + "Z": [ + "lstm_2_66.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_96.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_71.tmp_concat" + ], + "X": [ + "lstm_2_68.tmp_concat" + ], + "Y": [ + "lstm_2_69.tmp_concat" + ], + "Z": [ + "lstm_2_70.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_97.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_75.tmp_concat" + ], + "X": [ + "lstm_2_72.tmp_concat" + ], + "Y": [ + "lstm_2_73.tmp_concat" + ], + "Z": [ + "lstm_2_74.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_98.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_79.tmp_concat" + ], + "X": [ + "lstm_2_76.tmp_concat" + ], + "Y": [ + "lstm_2_77.tmp_concat" + ], + "Z": [ + "lstm_2_78.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_99.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_83.tmp_concat" + ], + "X": [ + "lstm_2_80.tmp_concat" + ], + "Y": [ + "lstm_2_81.tmp_concat" + ], + "Z": [ + "lstm_2_82.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_100.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_87.tmp_concat" + ], + "X": [ + "lstm_2_84.tmp_concat" + ], + "Y": [ + "lstm_2_85.tmp_concat" + ], + "Z": [ + "lstm_2_86.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_101.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_91.tmp_concat" + ], + "X": [ + "lstm_2_88.tmp_concat" + ], + "Y": [ + "lstm_2_89.tmp_concat" + ], + "Z": [ + "lstm_2_90.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_102.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_95.tmp_concat" + ], + "X": [ + "lstm_2_92.tmp_concat" + ], + "Y": [ + "lstm_2_93.tmp_concat" + ], + "Z": [ + "lstm_2_94.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_103.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_99.tmp_concat" + ], + "X": [ + "lstm_2_96.tmp_concat" + ], + "Y": [ + "lstm_2_97.tmp_concat" + ], + "Z": [ + "lstm_2_98.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_104.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "M": [ + "lstm_2_103.tmp_concat" + ], + "X": [ + "lstm_2_100.tmp_concat" + ], + "Y": [ + "lstm_2_101.tmp_concat" + ], + "Z": [ + "lstm_2_102.tmp_concat" + ] + }, + "outputs": { + "Out": [ + "lstm_2_105.tmp_concat" + ] + }, + "type": "concat_mul" + }, + { + "attrs": { + "axis": 0 + }, + "inputs": { + "X": [ + "lstm_2_105.tmp_concat" + ], + "Y": [ + "lstm_2_104.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_100.tmp_concat": { + "name": "lstm_0_100.tmp_concat", + "persistable": false, + "shape": [ + 16, + 1, + 128 + ] + }, + "lstm_0_101.tmp_concat": { + "name": "lstm_0_101.tmp_concat", + "persistable": false, + "shape": [ + 16, + 1, + 128 + ] + }, + "lstm_0_102.tmp_concat": { + "name": "lstm_0_102.tmp_concat", + "persistable": false, + "shape": [ + 16, + 1, + 128 + ] + }, + "lstm_0_103.tmp_concat": { + "name": "lstm_0_103.tmp_concat", + "persistable": false, + "shape": [ + 16, + 1, + 128 + ] + }, + "lstm_0_104.tmp_concat": { + "name": "lstm_0_104.tmp_concat", + "persistable": false, + "shape": [ + 16, + 1, + 128 + ] + }, + "lstm_0_105.tmp_concat": { + "name": "lstm_0_105.tmp_concat", + "persistable": false, + "shape": [ + 64, + 1, + 128 + ] + }, + "lstm_0_106.tmp_concat": { + "name": "lstm_0_106.tmp_concat", + "persistable": false, + "shape": [ + 80, + 1, + 128 + ] + }, + "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": [ + 4, + 1, + 128 + ] + }, + "lstm_0_81.tmp_concat": { + "name": "lstm_0_81.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_82.tmp_concat": { + "name": "lstm_0_82.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_83.tmp_concat": { + "name": "lstm_0_83.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_84.tmp_concat": { + "name": "lstm_0_84.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_85.tmp_concat": { + "name": "lstm_0_85.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_86.tmp_concat": { + "name": "lstm_0_86.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_87.tmp_concat": { + "name": "lstm_0_87.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_88.tmp_concat": { + "name": "lstm_0_88.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_89.tmp_concat": { + "name": "lstm_0_89.tmp_concat", + "persistable": false, + "shape": [ + 4, + 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_0_90.tmp_concat": { + "name": "lstm_0_90.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_91.tmp_concat": { + "name": "lstm_0_91.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_92.tmp_concat": { + "name": "lstm_0_92.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_93.tmp_concat": { + "name": "lstm_0_93.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_94.tmp_concat": { + "name": "lstm_0_94.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_95.tmp_concat": { + "name": "lstm_0_95.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_96.tmp_concat": { + "name": "lstm_0_96.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_97.tmp_concat": { + "name": "lstm_0_97.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_98.tmp_concat": { + "name": "lstm_0_98.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_0_99.tmp_concat": { + "name": "lstm_0_99.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "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_100.tmp_concat": { + "name": "lstm_2_100.tmp_concat", + "persistable": false, + "shape": [ + 16, + 1, + 128 + ] + }, + "lstm_2_101.tmp_concat": { + "name": "lstm_2_101.tmp_concat", + "persistable": false, + "shape": [ + 16, + 1, + 128 + ] + }, + "lstm_2_102.tmp_concat": { + "name": "lstm_2_102.tmp_concat", + "persistable": false, + "shape": [ + 16, + 1, + 128 + ] + }, + "lstm_2_103.tmp_concat": { + "name": "lstm_2_103.tmp_concat", + "persistable": false, + "shape": [ + 16, + 1, + 128 + ] + }, + "lstm_2_104.tmp_concat": { + "name": "lstm_2_104.tmp_concat", + "persistable": false, + "shape": [ + 16, + 1, + 128 + ] + }, + "lstm_2_105.tmp_concat": { + "name": "lstm_2_105.tmp_concat", + "persistable": false, + "shape": [ + 64, + 1, + 128 + ] + }, + "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": [ + 4, + 1, + 128 + ] + }, + "lstm_2_81.tmp_concat": { + "name": "lstm_2_81.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_82.tmp_concat": { + "name": "lstm_2_82.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_83.tmp_concat": { + "name": "lstm_2_83.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_84.tmp_concat": { + "name": "lstm_2_84.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_85.tmp_concat": { + "name": "lstm_2_85.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_86.tmp_concat": { + "name": "lstm_2_86.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_87.tmp_concat": { + "name": "lstm_2_87.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_88.tmp_concat": { + "name": "lstm_2_88.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_89.tmp_concat": { + "name": "lstm_2_89.tmp_concat", + "persistable": false, + "shape": [ + 4, + 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_2_90.tmp_concat": { + "name": "lstm_2_90.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_91.tmp_concat": { + "name": "lstm_2_91.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_92.tmp_concat": { + "name": "lstm_2_92.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_93.tmp_concat": { + "name": "lstm_2_93.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_94.tmp_concat": { + "name": "lstm_2_94.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_95.tmp_concat": { + "name": "lstm_2_95.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_96.tmp_concat": { + "name": "lstm_2_96.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_97.tmp_concat": { + "name": "lstm_2_97.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_98.tmp_concat": { + "name": "lstm_2_98.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "lstm_2_99.tmp_concat": { + "name": "lstm_2_99.tmp_concat", + "persistable": false, + "shape": [ + 4, + 1, + 128 + ] + }, + "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/App.vue b/src/App.vue index b60c4f2..1321975 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,7 +9,7 @@ import * as ocr from "@paddlejs-models/ocr"; import { ref, nextTick, provide, onMounted,getCurrentInstance } from "vue"; import { useStore } from "vuex"; -import { getItem } from "@/utils/storage"; +import { getItem, setItem} from "@/utils/storage"; import { generateNewStyle, writeNewStyle } from "@/utils/theme"; const { proxy } = getCurrentInstance(); const store = useStore(); @@ -26,7 +26,7 @@ const reload = () => { provide("reload", reload); onMounted(() => { document.title = "林芝"; - initPage() + // initPage() }); /** @@ -41,7 +41,6 @@ const initPage = async () => { } catch (err) { proxy.$message({ type: "error", message: "加载失败,请刷新页面" }); imgIsLoad = false; - // initPage() } } diff --git a/src/api/user-manage.js b/src/api/user-manage.js index a28d311..a53a9b8 100644 --- a/src/api/user-manage.js +++ b/src/api/user-manage.js @@ -599,7 +599,7 @@ export const selectUserDeptPage = (data = {}) => { ///unifiedLogin export const unifiedLogin = (data) => { return request({ - url: api + `/unifiedLogin`, + url: api + `/ssoLogin`, method: "POST", data }); diff --git a/src/assets/images/add-border.png b/src/assets/images/add-border.png deleted file mode 100644 index 1a60b97..0000000 Binary files a/src/assets/images/add-border.png and /dev/null differ diff --git a/src/assets/images/bg01.png b/src/assets/images/bg01.png deleted file mode 100644 index 5b392dd..0000000 Binary files a/src/assets/images/bg01.png and /dev/null differ diff --git a/src/assets/images/bg12.png b/src/assets/images/bg12.png deleted file mode 100644 index cd70dab..0000000 Binary files a/src/assets/images/bg12.png and /dev/null differ diff --git a/src/assets/images/bg13.png b/src/assets/images/bg13.png deleted file mode 100644 index 06eaf82..0000000 Binary files a/src/assets/images/bg13.png and /dev/null differ diff --git a/src/assets/images/bg_02.png b/src/assets/images/bg_02.png deleted file mode 100644 index 364289b..0000000 Binary files a/src/assets/images/bg_02.png and /dev/null differ diff --git a/src/assets/images/bg_03.png b/src/assets/images/bg_03.png deleted file mode 100644 index 5420849..0000000 Binary files a/src/assets/images/bg_03.png and /dev/null differ diff --git a/src/assets/images/bg_04.png b/src/assets/images/bg_04.png deleted file mode 100644 index bd534c3..0000000 Binary files a/src/assets/images/bg_04.png and /dev/null differ diff --git a/src/assets/images/bg_05.png b/src/assets/images/bg_05.png deleted file mode 100644 index 50feef5..0000000 Binary files a/src/assets/images/bg_05.png and /dev/null differ diff --git a/src/assets/images/bg_06.png b/src/assets/images/bg_06.png deleted file mode 100644 index cccd403..0000000 Binary files a/src/assets/images/bg_06.png and /dev/null differ diff --git a/src/assets/images/bg_07.png b/src/assets/images/bg_07.png deleted file mode 100644 index 870d017..0000000 Binary files a/src/assets/images/bg_07.png and /dev/null differ diff --git a/src/assets/images/bg_08.png b/src/assets/images/bg_08.png deleted file mode 100644 index ebbc464..0000000 Binary files a/src/assets/images/bg_08.png and /dev/null differ diff --git a/src/assets/images/bg_09.png b/src/assets/images/bg_09.png deleted file mode 100644 index 21666f3..0000000 Binary files a/src/assets/images/bg_09.png and /dev/null differ diff --git a/src/assets/images/bg_10.png b/src/assets/images/bg_10.png deleted file mode 100644 index 241589e..0000000 Binary files a/src/assets/images/bg_10.png and /dev/null differ diff --git a/src/assets/images/bg_11.png b/src/assets/images/bg_11.png deleted file mode 100644 index cbafe64..0000000 Binary files a/src/assets/images/bg_11.png and /dev/null differ diff --git a/src/assets/images/imgIcon1.png b/src/assets/images/imgIcon1.png deleted file mode 100644 index 083edaf..0000000 Binary files a/src/assets/images/imgIcon1.png and /dev/null differ diff --git a/src/assets/images/map-marker.svg b/src/assets/images/map-marker.svg deleted file mode 100644 index 87acc9a..0000000 --- a/src/assets/images/map-marker.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/assets/images/sircleIn.png b/src/assets/images/sircleIn.png deleted file mode 100644 index 3b77968..0000000 Binary files a/src/assets/images/sircleIn.png and /dev/null differ diff --git a/src/assets/images/sircleOut.png b/src/assets/images/sircleOut.png deleted file mode 100644 index 11f78ef..0000000 Binary files a/src/assets/images/sircleOut.png and /dev/null differ diff --git a/src/assets/point/bank.png b/src/assets/point/bank.png deleted file mode 100644 index 10b4e5b..0000000 Binary files a/src/assets/point/bank.png and /dev/null differ diff --git a/src/assets/point/bank1.png b/src/assets/point/bank1.png deleted file mode 100644 index 71eb1ab..0000000 Binary files a/src/assets/point/bank1.png and /dev/null differ diff --git a/src/assets/point/carIcon.png b/src/assets/point/carIcon.png deleted file mode 100644 index 2ebced9..0000000 Binary files a/src/assets/point/carIcon.png and /dev/null differ diff --git a/src/assets/point/dtz_active.png b/src/assets/point/dtz_active.png deleted file mode 100644 index 05b8fbc..0000000 Binary files a/src/assets/point/dtz_active.png and /dev/null differ diff --git a/src/assets/point/dzjg.png b/src/assets/point/dzjg.png deleted file mode 100644 index 09805a4..0000000 Binary files a/src/assets/point/dzjg.png and /dev/null differ diff --git a/src/assets/point/dzjg1.png b/src/assets/point/dzjg1.png deleted file mode 100644 index 0974be4..0000000 Binary files a/src/assets/point/dzjg1.png and /dev/null differ diff --git a/src/assets/point/dzjg3.png b/src/assets/point/dzjg3.png deleted file mode 100644 index c7c339d..0000000 Binary files a/src/assets/point/dzjg3.png and /dev/null differ diff --git a/src/assets/point/dzjg4.png b/src/assets/point/dzjg4.png deleted file mode 100644 index 1a7b75c..0000000 Binary files a/src/assets/point/dzjg4.png and /dev/null differ diff --git a/src/assets/point/f.png b/src/assets/point/f.png deleted file mode 100644 index 716dac3..0000000 Binary files a/src/assets/point/f.png and /dev/null differ diff --git a/src/assets/point/gaj.png b/src/assets/point/gaj.png deleted file mode 100644 index 661d730..0000000 Binary files a/src/assets/point/gaj.png and /dev/null differ diff --git a/src/assets/point/hospital.png b/src/assets/point/hospital.png deleted file mode 100644 index 9a5d576..0000000 Binary files a/src/assets/point/hospital.png and /dev/null differ diff --git a/src/assets/point/iconpeo.png b/src/assets/point/iconpeo.png deleted file mode 100644 index 30ed5fc..0000000 Binary files a/src/assets/point/iconpeo.png and /dev/null differ diff --git a/src/assets/point/jc.png b/src/assets/point/jc.png deleted file mode 100644 index 4127017..0000000 Binary files a/src/assets/point/jc.png and /dev/null differ diff --git a/src/assets/point/jq_1.png b/src/assets/point/jq_1.png deleted file mode 100644 index 06b22bb..0000000 Binary files a/src/assets/point/jq_1.png and /dev/null differ diff --git a/src/assets/point/jq_2.png b/src/assets/point/jq_2.png deleted file mode 100644 index 4b00df8..0000000 Binary files a/src/assets/point/jq_2.png and /dev/null differ diff --git a/src/assets/point/jwz.png b/src/assets/point/jwz.png deleted file mode 100644 index 97b3c0f..0000000 Binary files a/src/assets/point/jwz.png and /dev/null differ diff --git a/src/assets/point/ld.png b/src/assets/point/ld.png deleted file mode 100644 index 851ff58..0000000 Binary files a/src/assets/point/ld.png and /dev/null differ diff --git a/src/assets/point/xsaj.png b/src/assets/point/xsaj.png deleted file mode 100644 index 0d30df2..0000000 Binary files a/src/assets/point/xsaj.png and /dev/null differ diff --git a/src/assets/point/xzaj.png b/src/assets/point/xzaj.png deleted file mode 100644 index f9ec966..0000000 Binary files a/src/assets/point/xzaj.png and /dev/null differ diff --git a/src/assets/point/yj4.png b/src/assets/point/yj4.png deleted file mode 100644 index 83c2d1e..0000000 Binary files a/src/assets/point/yj4.png and /dev/null differ diff --git a/src/assets/point/zdgk.png b/src/assets/point/zdgk.png deleted file mode 100644 index c0a0db3..0000000 Binary files a/src/assets/point/zdgk.png and /dev/null differ diff --git a/src/assets/point/zjcb.png b/src/assets/point/zjcb.png deleted file mode 100644 index e143ffe..0000000 Binary files a/src/assets/point/zjcb.png and /dev/null differ diff --git a/src/assets/point/交警.png b/src/assets/point/交警.png deleted file mode 100644 index 1413d8a..0000000 Binary files a/src/assets/point/交警.png and /dev/null differ diff --git a/src/assets/point/民警.png b/src/assets/point/民警.png deleted file mode 100644 index 425472a..0000000 Binary files a/src/assets/point/民警.png and /dev/null differ diff --git a/src/assets/point/治安积极分子.png b/src/assets/point/治安积极分子.png deleted file mode 100644 index 2e56ca8..0000000 Binary files a/src/assets/point/治安积极分子.png and /dev/null differ diff --git a/src/assets/point/特警.png b/src/assets/point/特警.png deleted file mode 100644 index 85c2a0a..0000000 Binary files a/src/assets/point/特警.png and /dev/null differ diff --git a/src/components/MarkdownEdit/index.vue b/src/components/MarkdownEdit/index.vue new file mode 100644 index 0000000..cb4973c --- /dev/null +++ b/src/components/MarkdownEdit/index.vue @@ -0,0 +1,125 @@ + + + + + \ No newline at end of file diff --git a/src/components/MyComponents/Date/index.vue b/src/components/MyComponents/Date/index.vue index 352b1c7..fc04541 100644 --- a/src/components/MyComponents/Date/index.vue +++ b/src/components/MyComponents/Date/index.vue @@ -1,12 +1,21 @@ - + \ No newline at end of file diff --git a/src/components/aboutTable/FormMessage.vue b/src/components/aboutTable/FormMessage.vue index a02ecfe..b7bf683 100644 --- a/src/components/aboutTable/FormMessage.vue +++ b/src/components/aboutTable/FormMessage.vue @@ -83,6 +83,10 @@ const props = defineProps({ inline: { type: Boolean, default: true + }, + disabled: { + type: Boolean, + default: false } }); const elform = ref(); @@ -103,18 +107,25 @@ const reset = () => { elform.value.resetFields() } +// 修改这里的watch逻辑,避免无限循环 +let isUpdatingFromProps = false; + watch(() => listQuery.value, (newVal) => { - if (newVal) emits("update:modelValue", newVal); -}, { immediate: true, deep: true }); + if (newVal && !isUpdatingFromProps) { + emits("update:modelValue", newVal); + } +}, { deep: true }); watch(() => props.modelValue, (newVal) => { // 只有在新值确实变化时才更新(避免空值覆盖) if (newVal && Object.keys(newVal).length > 0) { + isUpdatingFromProps = true; listQuery.value = { ...newVal }; + setTimeout(() => { + isUpdatingFromProps = false; + }, 0); } }, { immediate: true, deep: true }); - - defineExpose({ submit, reset }); diff --git a/src/components/aboutTable/MyTable.vue b/src/components/aboutTable/MyTable.vue index 83330f3..7f900a1 100644 --- a/src/components/aboutTable/MyTable.vue +++ b/src/components/aboutTable/MyTable.vue @@ -1,12 +1,10 @@ @@ -29,6 +29,11 @@ import Head from "@/views/home/layout/head.vue"; import ImportantPerson from "./model/importantPerson.vue"; import Zdrqhd from "./model/zdrqhd.vue"; import Yjclqktj from "./model/yjclqktj.vue"; +import { useRoute, useRouter } from 'vue-router'; +const router = useRouter() +const gozl = () =>{ + router.push('/InstructionInformation') +} diff --git a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/addForm.vue b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/addForm.vue index 7ab1094..7772297 100644 --- a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/addForm.vue +++ b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/addForm.vue @@ -3,119 +3,50 @@
{{ title }}重点人管理
- 保存 + 保存 关闭
- - +
\ No newline at end of file diff --git a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue index 176dec8..16f1bf5 100644 --- a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue +++ b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue @@ -2,58 +2,50 @@
- + + {{ it.zdmc }} + +
取消
- - - - - - 新增 - - - 导入内容 - - - - - - 批量删除 - - - - \ No newline at end of file + diff --git a/src/views/home/dialog/components/home_yj.vue b/src/views/home/dialog/components/home_yj.vue index 759152f..f59fe1e 100644 --- a/src/views/home/dialog/components/home_yj.vue +++ b/src/views/home/dialog/components/home_yj.vue @@ -1,8 +1,9 @@