diff --git a/.DS_Store b/.DS_Store index df77cb3..f59f52f 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/covision-app/package-lock.json b/covision-app/package-lock.json index 9661202..24fa536 100644 --- a/covision-app/package-lock.json +++ b/covision-app/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "covision-app", "version": "0.0.1", "dependencies": { "-": "^0.0.1", @@ -18,7 +19,7 @@ "@capacitor/status-bar": "1.0.8", "@ionic/react": "^6.0.0", "@ionic/react-router": "^6.0.0", - "@tensorflow/tfjs": "^3.16.0", + "@tensorflow/tfjs": "^4.2.0", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.6.3", @@ -3486,16 +3487,16 @@ } }, "node_modules/@tensorflow/tfjs": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs/-/tfjs-3.16.0.tgz", - "integrity": "sha512-RgsNaG/+krMMiKiG/uGPAjWM6KpT+z2wWQ2aLYSTTuQqQIksFJSUzhZncWAXykHCKgg64Pr14wyAT6gLV1amng==", - "dependencies": { - "@tensorflow/tfjs-backend-cpu": "3.16.0", - "@tensorflow/tfjs-backend-webgl": "3.16.0", - "@tensorflow/tfjs-converter": "3.16.0", - "@tensorflow/tfjs-core": "3.16.0", - "@tensorflow/tfjs-data": "3.16.0", - "@tensorflow/tfjs-layers": "3.16.0", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs/-/tfjs-4.2.0.tgz", + "integrity": "sha512-iZmtyGC9IJkx+TpFnkgDol8BHv2BU3zJ01HyNcuvnm1w1EqoNe+1n8bwvLzI/sxHMcHTqzuu7VugMaphryxE+A==", + "dependencies": { + "@tensorflow/tfjs-backend-cpu": "4.2.0", + "@tensorflow/tfjs-backend-webgl": "4.2.0", + "@tensorflow/tfjs-converter": "4.2.0", + "@tensorflow/tfjs-core": "4.2.0", + "@tensorflow/tfjs-data": "4.2.0", + "@tensorflow/tfjs-layers": "4.2.0", "argparse": "^1.0.10", "chalk": "^4.1.0", "core-js": "3", @@ -3507,98 +3508,89 @@ } }, "node_modules/@tensorflow/tfjs-backend-cpu": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-3.16.0.tgz", - "integrity": "sha512-8hpk/FSbx0TGV58E3qIOqNYrNXYGAgZwap3i/7A+rDuKZYtYb+EX9a+aEFBomeMSetp4xqaEYBuhOOImw4/CaA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-4.2.0.tgz", + "integrity": "sha512-8HWg9J69m0Ovc6w8TVhhixMOcwA3t/NPXLblOA/sgJ+/JD5gsbpLWJk4QISQyb1RnpSVzw6PX3BSMTJU7hWVOg==", "dependencies": { - "@types/seedrandom": "2.4.27", - "seedrandom": "2.4.3" + "@types/seedrandom": "^2.4.28", + "seedrandom": "^3.0.5" }, "engines": { "yarn": ">= 1.3.2" }, "peerDependencies": { - "@tensorflow/tfjs-core": "3.16.0" + "@tensorflow/tfjs-core": "4.2.0" } }, - "node_modules/@tensorflow/tfjs-backend-cpu/node_modules/seedrandom": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/seedrandom/-/seedrandom-2.4.3.tgz", - "integrity": "sha1-JDhQTa0zkXMUv/GKxNeU8W1qrsw=" - }, "node_modules/@tensorflow/tfjs-backend-webgl": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-backend-webgl/-/tfjs-backend-webgl-3.16.0.tgz", - "integrity": "sha512-PrZ4//pbsP5DCz25huC3YYG6bq4+KotepPrt81pA6zCVE401qPe5CvzG/5vq0/GjVqB8uNtR1BdRL0Yonu+Urw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-backend-webgl/-/tfjs-backend-webgl-4.2.0.tgz", + "integrity": "sha512-Qvf+hD5pSh+xi48kChSGzcDKJemkc4EKfoVVjuxl4k25ZUPwuEd7zZUAtinkLu1dzgHNyvePZY8k+9rVm59HJA==", "dependencies": { - "@tensorflow/tfjs-backend-cpu": "3.16.0", + "@tensorflow/tfjs-backend-cpu": "4.2.0", "@types/offscreencanvas": "~2019.3.0", - "@types/seedrandom": "2.4.27", + "@types/seedrandom": "^2.4.28", "@types/webgl-ext": "0.0.30", - "@types/webgl2": "0.0.6", - "seedrandom": "2.4.3" + "seedrandom": "^3.0.5" }, "engines": { "yarn": ">= 1.3.2" }, "peerDependencies": { - "@tensorflow/tfjs-core": "3.16.0" + "@tensorflow/tfjs-core": "4.2.0" } }, - "node_modules/@tensorflow/tfjs-backend-webgl/node_modules/seedrandom": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/seedrandom/-/seedrandom-2.4.3.tgz", - "integrity": "sha1-JDhQTa0zkXMUv/GKxNeU8W1qrsw=" - }, "node_modules/@tensorflow/tfjs-converter": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-converter/-/tfjs-converter-3.16.0.tgz", - "integrity": "sha512-qPzI0BvPa//YTyk704RhlshMjM++FWaery1ns/lhGJBXD50HQazUpjP+bzJ4OIOmPSKB85BOQuzZo58JPpZSug==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-converter/-/tfjs-converter-4.2.0.tgz", + "integrity": "sha512-m+E2KJM6yGQdi8ElzWpChdD/JaqhWMCi9yK70v/ndkOaCL2q2UN48nYP2T5S15vkDvMIgzAQyZfh7hxQsMuvRQ==", "peerDependencies": { - "@tensorflow/tfjs-core": "3.16.0" + "@tensorflow/tfjs-core": "4.2.0" } }, "node_modules/@tensorflow/tfjs-core": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-core/-/tfjs-core-3.16.0.tgz", - "integrity": "sha512-OdBS/cq/8bjtiAkn4BpZBmqSy5t0W2Yzrs6TpCJoEFW8aotUDbtiLYT2M319FXfnghb0cfVKhwEk4eNmryGqlw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-core/-/tfjs-core-4.2.0.tgz", + "integrity": "sha512-uuHkiWVC8b00ngFbHvAV7J7haRlN/9PEdeenCi0CzBjgKd7aN25wPWaoN0TSQcU+GT4FJ8mofMZ9VBYZ/s/WLg==", "dependencies": { "@types/long": "^4.0.1", - "@types/offscreencanvas": "~2019.3.0", - "@types/seedrandom": "2.4.27", + "@types/offscreencanvas": "~2019.7.0", + "@types/seedrandom": "^2.4.28", "@types/webgl-ext": "0.0.30", + "@webgpu/types": "0.1.21", "long": "4.0.0", "node-fetch": "~2.6.1", - "seedrandom": "2.4.3" + "seedrandom": "^3.0.5" }, "engines": { "yarn": ">= 1.3.2" } }, - "node_modules/@tensorflow/tfjs-core/node_modules/seedrandom": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/seedrandom/-/seedrandom-2.4.3.tgz", - "integrity": "sha1-JDhQTa0zkXMUv/GKxNeU8W1qrsw=" + "node_modules/@tensorflow/tfjs-core/node_modules/@types/offscreencanvas": { + "version": "2019.7.0", + "resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.0.tgz", + "integrity": "sha512-PGcyveRIpL1XIqK8eBsmRBt76eFgtzuPiSTyKHZxnGemp2yzGzWpjYKAfK3wIMiU7eH+851yEpiuP8JZerTmWg==" }, "node_modules/@tensorflow/tfjs-data": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-data/-/tfjs-data-3.16.0.tgz", - "integrity": "sha512-VuHG0b1obO5vQsnl4atDYxroMmnKqThYnXiHccr+KNkNcZbo4MgDxeRczTsRqIDTnA0cMYn3WQjgYaYX3NxftA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-data/-/tfjs-data-4.2.0.tgz", + "integrity": "sha512-11t7Q+ikseduJgkd9iSeRrtor1aA3o5PVCFhC5yYvR3JLO55ic1+4Ryo0EJfhRoismS6zBUJrpzX4K0zlLbIfw==", "dependencies": { "@types/node-fetch": "^2.1.2", - "node-fetch": "~2.6.1" + "node-fetch": "~2.6.1", + "string_decoder": "^1.3.0" }, "peerDependencies": { - "@tensorflow/tfjs-core": "3.16.0", - "seedrandom": "~2.4.3" + "@tensorflow/tfjs-core": "4.2.0", + "seedrandom": "^3.0.5" } }, "node_modules/@tensorflow/tfjs-layers": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-layers/-/tfjs-layers-3.16.0.tgz", - "integrity": "sha512-66CjI7zEpcM20+v/Oo+aOp/vDuW2jYVimbr5w1xukNCg9zhMb6jdRMMe05TCC4jVzLnIhAp0rf4zQSe66zrFHQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-layers/-/tfjs-layers-4.2.0.tgz", + "integrity": "sha512-SO0KTmCFOjrW+PlP9nKYXz07XGFq6uE7am9yH2bRaRPWpEeaKT/+k0C9vFMxI/GzRwY8AK4sLe4U+jE1mhYxGw==", "peerDependencies": { - "@tensorflow/tfjs-core": "3.16.0" + "@tensorflow/tfjs-core": "4.2.0" } }, "node_modules/@testing-library/dom": { @@ -3991,9 +3983,9 @@ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=" }, "node_modules/@types/long": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.1.tgz", - "integrity": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==" + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz", + "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==" }, "node_modules/@types/mime": { "version": "1.3.2", @@ -4006,9 +3998,9 @@ "integrity": "sha512-4kxzqkrpwYtn6okJUcb2lfUu9ilnb3yhUOH6qX3nug8D2DupZ2drIkff2yJzYcNJVl3begnlcaBJ7tqiTTzjnQ==" }, "node_modules/@types/node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.2.tgz", + "integrity": "sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==", "dependencies": { "@types/node": "*", "form-data": "^3.0.0" @@ -4105,9 +4097,9 @@ "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" }, "node_modules/@types/seedrandom": { - "version": "2.4.27", - "resolved": "https://registry.npmjs.org/@types/seedrandom/-/seedrandom-2.4.27.tgz", - "integrity": "sha1-nbVjk33YaRX2kJK8QyWdL0hXjkE=" + "version": "2.4.30", + "resolved": "https://registry.npmjs.org/@types/seedrandom/-/seedrandom-2.4.30.tgz", + "integrity": "sha512-AnxLHewubLVzoF/A4qdxBGHCKifw8cY32iro3DQX9TPcetE95zBeVt3jnsvtvAUf1vwzMfwzp4t/L2yqPlnjkQ==" }, "node_modules/@types/serve-index": { "version": "1.9.1", @@ -4157,11 +4149,6 @@ "resolved": "https://registry.npmjs.org/@types/webgl-ext/-/webgl-ext-0.0.30.tgz", "integrity": "sha512-LKVgNmBxN0BbljJrVUwkxwRYqzsAEPcZOe6S2T6ZaBDIrFp0qu4FNlpc5sM1tGbXUYFgdVQIoeLk1Y1UoblyEg==" }, - "node_modules/@types/webgl2": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@types/webgl2/-/webgl2-0.0.6.tgz", - "integrity": "sha512-50GQhDVTq/herLMiqSQkdtRu+d5q/cWHn4VvKJtrj4DJAjo1MNkWYa2MA41BaBO1q1HgsUjuQvEOk0QHvlnAaQ==" - }, "node_modules/@types/ws": { "version": "8.5.3", "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz", @@ -4528,6 +4515,11 @@ "@xtuc/long": "4.2.2" } }, + "node_modules/@webgpu/types": { + "version": "0.1.21", + "resolved": "https://registry.npmjs.org/@webgpu/types/-/types-0.1.21.tgz", + "integrity": "sha512-pUrWq3V5PiSGFLeLxoGqReTZmiiXwY3jRkIG5sLLKjyqNxrwm/04b4nw7LSmGWJcKk59XOM/YRTUwOzo4MMlow==" + }, "node_modules/@xtuc/ieee754": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", @@ -14005,10 +13997,9 @@ } }, "node_modules/seedrandom": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/seedrandom/-/seedrandom-2.4.4.tgz", - "integrity": "sha512-9A+PDmgm+2du77B5i0Ip2cxOqqHjgNxnBgglxLcX78A2D6c2rTo61z4jnVABpF4cKeDMDG+cmXXvdnqse2VqMA==", - "peer": true + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/seedrandom/-/seedrandom-3.0.5.tgz", + "integrity": "sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==" }, "node_modules/select-hose": { "version": "2.0.0", @@ -18883,16 +18874,16 @@ } }, "@tensorflow/tfjs": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs/-/tfjs-3.16.0.tgz", - "integrity": "sha512-RgsNaG/+krMMiKiG/uGPAjWM6KpT+z2wWQ2aLYSTTuQqQIksFJSUzhZncWAXykHCKgg64Pr14wyAT6gLV1amng==", - "requires": { - "@tensorflow/tfjs-backend-cpu": "3.16.0", - "@tensorflow/tfjs-backend-webgl": "3.16.0", - "@tensorflow/tfjs-converter": "3.16.0", - "@tensorflow/tfjs-core": "3.16.0", - "@tensorflow/tfjs-data": "3.16.0", - "@tensorflow/tfjs-layers": "3.16.0", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs/-/tfjs-4.2.0.tgz", + "integrity": "sha512-iZmtyGC9IJkx+TpFnkgDol8BHv2BU3zJ01HyNcuvnm1w1EqoNe+1n8bwvLzI/sxHMcHTqzuu7VugMaphryxE+A==", + "requires": { + "@tensorflow/tfjs-backend-cpu": "4.2.0", + "@tensorflow/tfjs-backend-webgl": "4.2.0", + "@tensorflow/tfjs-converter": "4.2.0", + "@tensorflow/tfjs-core": "4.2.0", + "@tensorflow/tfjs-data": "4.2.0", + "@tensorflow/tfjs-layers": "4.2.0", "argparse": "^1.0.10", "chalk": "^4.1.0", "core-js": "3", @@ -18901,81 +18892,68 @@ } }, "@tensorflow/tfjs-backend-cpu": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-3.16.0.tgz", - "integrity": "sha512-8hpk/FSbx0TGV58E3qIOqNYrNXYGAgZwap3i/7A+rDuKZYtYb+EX9a+aEFBomeMSetp4xqaEYBuhOOImw4/CaA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-4.2.0.tgz", + "integrity": "sha512-8HWg9J69m0Ovc6w8TVhhixMOcwA3t/NPXLblOA/sgJ+/JD5gsbpLWJk4QISQyb1RnpSVzw6PX3BSMTJU7hWVOg==", "requires": { - "@types/seedrandom": "2.4.27", - "seedrandom": "2.4.3" - }, - "dependencies": { - "seedrandom": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/seedrandom/-/seedrandom-2.4.3.tgz", - "integrity": "sha1-JDhQTa0zkXMUv/GKxNeU8W1qrsw=" - } + "@types/seedrandom": "^2.4.28", + "seedrandom": "^3.0.5" } }, "@tensorflow/tfjs-backend-webgl": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-backend-webgl/-/tfjs-backend-webgl-3.16.0.tgz", - "integrity": "sha512-PrZ4//pbsP5DCz25huC3YYG6bq4+KotepPrt81pA6zCVE401qPe5CvzG/5vq0/GjVqB8uNtR1BdRL0Yonu+Urw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-backend-webgl/-/tfjs-backend-webgl-4.2.0.tgz", + "integrity": "sha512-Qvf+hD5pSh+xi48kChSGzcDKJemkc4EKfoVVjuxl4k25ZUPwuEd7zZUAtinkLu1dzgHNyvePZY8k+9rVm59HJA==", "requires": { - "@tensorflow/tfjs-backend-cpu": "3.16.0", + "@tensorflow/tfjs-backend-cpu": "4.2.0", "@types/offscreencanvas": "~2019.3.0", - "@types/seedrandom": "2.4.27", + "@types/seedrandom": "^2.4.28", "@types/webgl-ext": "0.0.30", - "@types/webgl2": "0.0.6", - "seedrandom": "2.4.3" - }, - "dependencies": { - "seedrandom": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/seedrandom/-/seedrandom-2.4.3.tgz", - "integrity": "sha1-JDhQTa0zkXMUv/GKxNeU8W1qrsw=" - } + "seedrandom": "^3.0.5" } }, "@tensorflow/tfjs-converter": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-converter/-/tfjs-converter-3.16.0.tgz", - "integrity": "sha512-qPzI0BvPa//YTyk704RhlshMjM++FWaery1ns/lhGJBXD50HQazUpjP+bzJ4OIOmPSKB85BOQuzZo58JPpZSug==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-converter/-/tfjs-converter-4.2.0.tgz", + "integrity": "sha512-m+E2KJM6yGQdi8ElzWpChdD/JaqhWMCi9yK70v/ndkOaCL2q2UN48nYP2T5S15vkDvMIgzAQyZfh7hxQsMuvRQ==", "requires": {} }, "@tensorflow/tfjs-core": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-core/-/tfjs-core-3.16.0.tgz", - "integrity": "sha512-OdBS/cq/8bjtiAkn4BpZBmqSy5t0W2Yzrs6TpCJoEFW8aotUDbtiLYT2M319FXfnghb0cfVKhwEk4eNmryGqlw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-core/-/tfjs-core-4.2.0.tgz", + "integrity": "sha512-uuHkiWVC8b00ngFbHvAV7J7haRlN/9PEdeenCi0CzBjgKd7aN25wPWaoN0TSQcU+GT4FJ8mofMZ9VBYZ/s/WLg==", "requires": { "@types/long": "^4.0.1", - "@types/offscreencanvas": "~2019.3.0", - "@types/seedrandom": "2.4.27", + "@types/offscreencanvas": "~2019.7.0", + "@types/seedrandom": "^2.4.28", "@types/webgl-ext": "0.0.30", + "@webgpu/types": "0.1.21", "long": "4.0.0", "node-fetch": "~2.6.1", - "seedrandom": "2.4.3" + "seedrandom": "^3.0.5" }, "dependencies": { - "seedrandom": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/seedrandom/-/seedrandom-2.4.3.tgz", - "integrity": "sha1-JDhQTa0zkXMUv/GKxNeU8W1qrsw=" + "@types/offscreencanvas": { + "version": "2019.7.0", + "resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.0.tgz", + "integrity": "sha512-PGcyveRIpL1XIqK8eBsmRBt76eFgtzuPiSTyKHZxnGemp2yzGzWpjYKAfK3wIMiU7eH+851yEpiuP8JZerTmWg==" } } }, "@tensorflow/tfjs-data": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-data/-/tfjs-data-3.16.0.tgz", - "integrity": "sha512-VuHG0b1obO5vQsnl4atDYxroMmnKqThYnXiHccr+KNkNcZbo4MgDxeRczTsRqIDTnA0cMYn3WQjgYaYX3NxftA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-data/-/tfjs-data-4.2.0.tgz", + "integrity": "sha512-11t7Q+ikseduJgkd9iSeRrtor1aA3o5PVCFhC5yYvR3JLO55ic1+4Ryo0EJfhRoismS6zBUJrpzX4K0zlLbIfw==", "requires": { "@types/node-fetch": "^2.1.2", - "node-fetch": "~2.6.1" + "node-fetch": "~2.6.1", + "string_decoder": "^1.3.0" } }, "@tensorflow/tfjs-layers": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-layers/-/tfjs-layers-3.16.0.tgz", - "integrity": "sha512-66CjI7zEpcM20+v/Oo+aOp/vDuW2jYVimbr5w1xukNCg9zhMb6jdRMMe05TCC4jVzLnIhAp0rf4zQSe66zrFHQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-layers/-/tfjs-layers-4.2.0.tgz", + "integrity": "sha512-SO0KTmCFOjrW+PlP9nKYXz07XGFq6uE7am9yH2bRaRPWpEeaKT/+k0C9vFMxI/GzRwY8AK4sLe4U+jE1mhYxGw==", "requires": {} }, "@testing-library/dom": { @@ -19325,9 +19303,9 @@ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=" }, "@types/long": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.1.tgz", - "integrity": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==" + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz", + "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==" }, "@types/mime": { "version": "1.3.2", @@ -19340,9 +19318,9 @@ "integrity": "sha512-4kxzqkrpwYtn6okJUcb2lfUu9ilnb3yhUOH6qX3nug8D2DupZ2drIkff2yJzYcNJVl3begnlcaBJ7tqiTTzjnQ==" }, "@types/node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.2.tgz", + "integrity": "sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==", "requires": { "@types/node": "*", "form-data": "^3.0.0" @@ -19439,9 +19417,9 @@ "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" }, "@types/seedrandom": { - "version": "2.4.27", - "resolved": "https://registry.npmjs.org/@types/seedrandom/-/seedrandom-2.4.27.tgz", - "integrity": "sha1-nbVjk33YaRX2kJK8QyWdL0hXjkE=" + "version": "2.4.30", + "resolved": "https://registry.npmjs.org/@types/seedrandom/-/seedrandom-2.4.30.tgz", + "integrity": "sha512-AnxLHewubLVzoF/A4qdxBGHCKifw8cY32iro3DQX9TPcetE95zBeVt3jnsvtvAUf1vwzMfwzp4t/L2yqPlnjkQ==" }, "@types/serve-index": { "version": "1.9.1", @@ -19491,11 +19469,6 @@ "resolved": "https://registry.npmjs.org/@types/webgl-ext/-/webgl-ext-0.0.30.tgz", "integrity": "sha512-LKVgNmBxN0BbljJrVUwkxwRYqzsAEPcZOe6S2T6ZaBDIrFp0qu4FNlpc5sM1tGbXUYFgdVQIoeLk1Y1UoblyEg==" }, - "@types/webgl2": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@types/webgl2/-/webgl2-0.0.6.tgz", - "integrity": "sha512-50GQhDVTq/herLMiqSQkdtRu+d5q/cWHn4VvKJtrj4DJAjo1MNkWYa2MA41BaBO1q1HgsUjuQvEOk0QHvlnAaQ==" - }, "@types/ws": { "version": "8.5.3", "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz", @@ -19759,6 +19732,11 @@ "@xtuc/long": "4.2.2" } }, + "@webgpu/types": { + "version": "0.1.21", + "resolved": "https://registry.npmjs.org/@webgpu/types/-/types-0.1.21.tgz", + "integrity": "sha512-pUrWq3V5PiSGFLeLxoGqReTZmiiXwY3jRkIG5sLLKjyqNxrwm/04b4nw7LSmGWJcKk59XOM/YRTUwOzo4MMlow==" + }, "@xtuc/ieee754": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", @@ -26596,10 +26574,9 @@ } }, "seedrandom": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/seedrandom/-/seedrandom-2.4.4.tgz", - "integrity": "sha512-9A+PDmgm+2du77B5i0Ip2cxOqqHjgNxnBgglxLcX78A2D6c2rTo61z4jnVABpF4cKeDMDG+cmXXvdnqse2VqMA==", - "peer": true + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/seedrandom/-/seedrandom-3.0.5.tgz", + "integrity": "sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==" }, "select-hose": { "version": "2.0.0", diff --git a/covision-app/package.json b/covision-app/package.json index 035b227..184fadc 100644 --- a/covision-app/package.json +++ b/covision-app/package.json @@ -14,7 +14,7 @@ "@capacitor/status-bar": "1.0.8", "@ionic/react": "^6.0.0", "@ionic/react-router": "^6.0.0", - "@tensorflow/tfjs": "^3.16.0", + "@tensorflow/tfjs": "^4.2.0", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.6.3", diff --git a/covision-app/public/assets/classifier_model/group1-shard1of8.bin b/covision-app/public/assets/classifier_model/group1-shard1of8.bin index 3fa04d1..e0d7aa7 100644 Binary files a/covision-app/public/assets/classifier_model/group1-shard1of8.bin and b/covision-app/public/assets/classifier_model/group1-shard1of8.bin differ diff --git a/covision-app/public/assets/classifier_model/group1-shard2of8.bin b/covision-app/public/assets/classifier_model/group1-shard2of8.bin index b501e14..77270ab 100644 Binary files a/covision-app/public/assets/classifier_model/group1-shard2of8.bin and b/covision-app/public/assets/classifier_model/group1-shard2of8.bin differ diff --git a/covision-app/public/assets/classifier_model/group1-shard3of8.bin b/covision-app/public/assets/classifier_model/group1-shard3of8.bin index cd9bb37..35bb13f 100644 Binary files a/covision-app/public/assets/classifier_model/group1-shard3of8.bin and b/covision-app/public/assets/classifier_model/group1-shard3of8.bin differ diff --git a/covision-app/public/assets/classifier_model/group1-shard4of8.bin b/covision-app/public/assets/classifier_model/group1-shard4of8.bin index b98aa01..975d307 100644 Binary files a/covision-app/public/assets/classifier_model/group1-shard4of8.bin and b/covision-app/public/assets/classifier_model/group1-shard4of8.bin differ diff --git a/covision-app/public/assets/classifier_model/group1-shard5of8.bin b/covision-app/public/assets/classifier_model/group1-shard5of8.bin index d901579..fa81916 100644 Binary files a/covision-app/public/assets/classifier_model/group1-shard5of8.bin and b/covision-app/public/assets/classifier_model/group1-shard5of8.bin differ diff --git a/covision-app/public/assets/classifier_model/group1-shard6of8.bin b/covision-app/public/assets/classifier_model/group1-shard6of8.bin index 34af998..d7dfea2 100644 Binary files a/covision-app/public/assets/classifier_model/group1-shard6of8.bin and b/covision-app/public/assets/classifier_model/group1-shard6of8.bin differ diff --git a/covision-app/public/assets/classifier_model/group1-shard7of8.bin b/covision-app/public/assets/classifier_model/group1-shard7of8.bin index d180fd6..bf27ff7 100644 Binary files a/covision-app/public/assets/classifier_model/group1-shard7of8.bin and b/covision-app/public/assets/classifier_model/group1-shard7of8.bin differ diff --git a/covision-app/public/assets/classifier_model/group1-shard8of8.bin b/covision-app/public/assets/classifier_model/group1-shard8of8.bin index d1589c5..27aa76c 100644 Binary files a/covision-app/public/assets/classifier_model/group1-shard8of8.bin and b/covision-app/public/assets/classifier_model/group1-shard8of8.bin differ diff --git a/covision-app/public/assets/classifier_model/model.json b/covision-app/public/assets/classifier_model/model.json index 578a63e..9029f82 100644 --- a/covision-app/public/assets/classifier_model/model.json +++ b/covision-app/public/assets/classifier_model/model.json @@ -1 +1 @@ -{"format": "graph-model", "generatedBy": "2.8.0", "convertedBy": "TensorFlow.js Converter v3.15.0", "signature": {"inputs": {"input.1": {"name": "input_1:0", "dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "3"}, {"size": "224"}, {"size": "224"}]}}}, "outputs": {"942": {"name": "Identity:0", "dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "3"}]}}}}, "modelTopology": {"node": [{"name": "PartitionedCall/strided_slice/stack", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/strided_slice/stack_1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/strided_slice/stack_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_48", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_110-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_334/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_111", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "2112"}, {"size": "88"}]}}}}}, {"name": "unknown_222", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "88"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_335/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_337/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_112", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "88"}, {"size": "2112"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_224", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "2112"}]}}}}}, {"name": "PartitionedCall/transpose_338/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_23/then/_441/cond_23/transpose", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}}}, {"name": "PartitionedCall/split_109", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "352"}, {"size": "2112"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_218", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "2112"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_329/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Const_46", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_23", "op": "Const", "attr": {"dtype": {"type": "DT_BOOL"}, "value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_331/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_22", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "2112"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_220", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "2112"}]}}}}}, {"name": "PartitionedCall/transpose_332/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_340/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_113", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "2112"}, {"size": "352"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_226", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "352"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_341/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_105-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_319/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_106", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "52"}]}}}}}, {"name": "unknown_212", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "52"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_320/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_322/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_107", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "52"}, {"size": "1248"}]}}}}}, {"name": "unknown_214", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_323/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_22/then/_432/cond_22/transpose", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_100-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_304/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_101", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "52"}]}}}}}, {"name": "unknown_202", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "52"}]}}}}}, {"name": "PartitionedCall/transpose_305/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_307/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_102", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "52"}, {"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_204", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_308/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_21/then/_423/cond_21/transpose", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_298/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_99", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "208"}, {"size": "1248"}]}}}}}, {"name": "unknown_198", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_299/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Const_42", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_21", "op": "Const", "attr": {"dtype": {"type": "DT_BOOL"}, "value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_301/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_20", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "1248"}, {"size": "1"}]}}}}}, {"name": "unknown_200", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_302/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_310/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_103", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "208"}]}}}}}, {"name": "unknown_206", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "208"}]}}}}}, {"name": "PartitionedCall/transpose_311/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_95-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_289/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_96", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "52"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_192", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "52"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_290/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_292/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_97", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "52"}, {"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_194", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_293/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/then/_414/cond_20/transpose", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_283/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_94", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "208"}, {"size": "1248"}]}}}}}, {"name": "unknown_188", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_284/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Const_40", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/All_20", "op": "Const", "attr": {"dtype": {"type": "DT_BOOL"}, "value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_286/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_19", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "1248"}, {"size": "1"}]}}}}}, {"name": "unknown_190", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_287/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_295/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_98", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "208"}]}}}}}, {"name": "unknown_196", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "208"}]}}}}}, {"name": "PartitionedCall/transpose_296/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_90-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_274/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_91", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "52"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_182", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "52"}]}}}}}, {"name": "PartitionedCall/transpose_275/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_277/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_92", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "52"}, {"size": "1248"}]}}}}}, {"name": "unknown_184", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_278/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_19/then/_405/cond_19/transpose", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_268/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_89", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "208"}, {"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_178", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_269/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Const_38", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/All_19", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}, "dtype": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/transpose_271/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_18", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "1248"}, {"size": "1"}]}}}}}, {"name": "unknown_180", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_272/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_280/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_93", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "208"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_186", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "208"}]}}}}}, {"name": "PartitionedCall/transpose_281/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_85-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_259/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_86", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "52"}]}}}}}, {"name": "unknown_172", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "52"}]}}}}}, {"name": "PartitionedCall/transpose_260/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_262/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_87", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "52"}, {"size": "1248"}]}}}}}, {"name": "unknown_174", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_263/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_18/then/_396/cond_18/transpose", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}}}, {"name": "PartitionedCall/split_84", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "208"}, {"size": "1248"}]}}}}}, {"name": "unknown_168", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_254/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Const_36", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/All_18", "op": "Const", "attr": {"dtype": {"type": "DT_BOOL"}, "value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_256/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_17", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "1248"}, {"size": "1"}]}}}}}, {"name": "unknown_170", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_257/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_265/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_88", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "208"}]}}}}}, {"name": "unknown_176", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "208"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_266/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_80-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_244/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_81", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "30"}]}}}}}, {"name": "unknown_162", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "30"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_245/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_247/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_82", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "30"}, {"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_164", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_248/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_17/then/_387/cond_17/transpose", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_75-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_229/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_76", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "30"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_152", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "30"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_230/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_232/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_77", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "30"}, {"size": "720"}]}}}}}, {"name": "unknown_154", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}}}, {"name": "PartitionedCall/transpose_233/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_16/then/_378/cond_16/transpose", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_223/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_74", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "120"}, {"size": "720"}]}}}}}, {"name": "unknown_148", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}}}, {"name": "PartitionedCall/transpose_224/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Const_32", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/All_16", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}, "dtype": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/transpose_226/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_15", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "720"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_150", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_227/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_235/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_78", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "120"}]}}}}}, {"name": "unknown_156", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_236/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_70-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_214/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_71", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "30"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_142", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "30"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_215/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_217/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_72", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "30"}, {"size": "720"}]}}}}}, {"name": "unknown_144", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_218/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_15/then/_369/cond_15/transpose", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_208/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_69", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "120"}, {"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_138", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}}}, {"name": "PartitionedCall/transpose_209/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Const_30", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/All_15", "op": "Const", "attr": {"dtype": {"type": "DT_BOOL"}, "value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_211/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_14", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "720"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_140", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_212/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_220/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_73", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_146", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_221/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_65-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_199/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_66", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "30"}]}}}}}, {"name": "unknown_132", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "30"}]}}}}}, {"name": "PartitionedCall/transpose_200/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_202/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_67", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "30"}, {"size": "720"}]}}}}}, {"name": "unknown_134", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_203/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_14/then/_360/cond_14/transpose", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}}}, {"name": "PartitionedCall/split_64", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "120"}, {"size": "720"}]}}}}}, {"name": "unknown_128", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}}}, {"name": "PartitionedCall/transpose_194/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Const_28", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/All_14", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}, "dtype": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/transpose_196/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_13", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "720"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_130", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}}}, {"name": "PartitionedCall/transpose_197/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_205/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_68", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_136", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_206/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_60-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_184/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_61", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "22"}]}}}}}, {"name": "unknown_122", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "22"}]}}}}}, {"name": "PartitionedCall/transpose_185/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_187/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_62", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "22"}, {"size": "528"}]}}}}}, {"name": "unknown_124", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_188/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_13/then/_351/cond_13/transpose", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_55-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_169/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_56", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "22"}]}}}}}, {"name": "unknown_112", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "22"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_170/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_172/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_57", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "22"}, {"size": "528"}]}}}}}, {"name": "unknown_114", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}}}, {"name": "PartitionedCall/transpose_173/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_12/then/_342/cond_12/transpose", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_163/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_54", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "88"}, {"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_108", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}}}, {"name": "PartitionedCall/transpose_164/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Const_24", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_12", "op": "Const", "attr": {"dtype": {"type": "DT_BOOL"}, "value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_166/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_11", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "528"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_110", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}}}, {"name": "PartitionedCall/transpose_167/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_175/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_58", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "88"}]}}}}}, {"name": "unknown_116", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "88"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_176/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_50-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_154/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_51", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "22"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_102", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "22"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_155/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_157/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_52", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "22"}, {"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_104", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_158/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_11/then/_333/cond_11/transpose", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_148/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_49", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "88"}, {"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_98", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}}}, {"name": "PartitionedCall/transpose_149/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Const_22", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_11", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}, "dtype": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/transpose_151/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_10", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "528"}, {"size": "1"}]}}}}}, {"name": "unknown_100", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_152/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_160/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_53", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "88"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_106", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "88"}]}}}}}, {"name": "PartitionedCall/transpose_161/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_45-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_139/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_46", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "22"}]}}}}}, {"name": "unknown_92", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "22"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_140/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_142/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_47", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "22"}, {"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_94", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_143/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_10/then/_324/cond_10/transpose", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}}}, {"name": "PartitionedCall/split_44", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "88"}, {"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_88", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_134/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Const_20", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/All_10", "op": "Const", "attr": {"dtype": {"type": "DT_BOOL"}, "value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_136/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_9", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "528"}, {"size": "1"}]}}}}}, {"name": "unknown_90", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}}}, {"name": "PartitionedCall/transpose_137/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_145/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_48", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "88"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_96", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "88"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_146/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_40-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_124/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_41", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "288"}, {"size": "12"}]}}}}}, {"name": "unknown_82", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "12"}]}}}}}, {"name": "PartitionedCall/transpose_125/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_127/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_42", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "12"}, {"size": "288"}]}}}}}, {"name": "unknown_84", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}}}, {"name": "PartitionedCall/transpose_128/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_9/then/_315/cond_9/transpose", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_35-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_109/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_36", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "288"}, {"size": "12"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_72", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "12"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_110/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_112/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_37", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "12"}, {"size": "288"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_74", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}}}, {"name": "PartitionedCall/transpose_113/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_8/then/_306/cond_8/transpose", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_103/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_34", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "48"}, {"size": "288"}]}}}}}, {"name": "unknown_68", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}}}, {"name": "PartitionedCall/transpose_104/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Const_16", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_8", "op": "Const", "attr": {"dtype": {"type": "DT_BOOL"}, "value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_106/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_7", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "288"}, {"size": "1"}]}}}}}, {"name": "unknown_70", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}}}, {"name": "PartitionedCall/transpose_107/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_115/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_38", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "288"}, {"size": "48"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_76", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "48"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_116/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_30-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_94/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_31", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "288"}, {"size": "12"}]}}}}}, {"name": "unknown_62", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "12"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_95/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_97/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_32", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "12"}, {"size": "288"}]}}}}}, {"name": "unknown_64", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}}}, {"name": "PartitionedCall/transpose_98/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_7/then/_297/cond_7/transpose", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}}}, {"name": "PartitionedCall/split_29", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "48"}, {"size": "288"}]}}}}}, {"name": "unknown_58", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}}}, {"name": "PartitionedCall/transpose_89/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Const_14", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/All_7", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}, "dtype": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/transpose_91/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "288"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_60", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}}}, {"name": "PartitionedCall/transpose_92/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_100/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_33", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "288"}, {"size": "48"}]}}}}}, {"name": "unknown_66", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "48"}]}}}}}, {"name": "PartitionedCall/transpose_101/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_25-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_79/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_26", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "144"}, {"size": "6"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_52", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "6"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_80/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_82/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_27", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "6"}, {"size": "144"}]}}}}}, {"name": "unknown_54", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}}}, {"name": "PartitionedCall/transpose_83/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_6/then/_288/cond_6/transpose", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_20-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_64/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_21", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "144"}, {"size": "6"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_42", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "6"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_65/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_67/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_22", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "6"}, {"size": "144"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_44", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_68/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_5/then/_279/cond_5/transpose", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_58/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_19", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "24"}, {"size": "144"}]}}}}}, {"name": "unknown_38", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_59/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Const_10", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_5", "op": "Const", "attr": {"dtype": {"type": "DT_BOOL"}, "value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_61/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_4", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "144"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_40", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_62/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_70/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_23", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "144"}, {"size": "24"}]}}}}}, {"name": "unknown_46", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "24"}]}}}}}, {"name": "PartitionedCall/transpose_71/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_15-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_49/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_16", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "144"}, {"size": "6"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_32", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "6"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_50/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_52/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_17", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "6"}, {"size": "144"}]}}}}}, {"name": "unknown_34", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_53/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_4/then/_270/cond_4/transpose", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_14", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "24"}, {"size": "144"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_28", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}}}, {"name": "PartitionedCall/transpose_44/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Const_8", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/All_4", "op": "Const", "attr": {"dtype": {"type": "DT_BOOL"}, "value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_46/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_3", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "144"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_30", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_47/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_55/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_18", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "144"}, {"size": "24"}]}}}}}, {"name": "unknown_36", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "24"}]}}}}}, {"name": "PartitionedCall/transpose_56/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_10-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_34/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_11", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "96"}, {"size": "4"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_22", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_35/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_37/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_12", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "4"}, {"size": "96"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_24", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_38/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_3/then/_261/cond_3/transpose", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_5-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_19/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_6", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "4"}]}}}}}, {"name": "unknown_12", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_20/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_22/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_7", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "4"}, {"size": "16"}]}}}}}, {"name": "unknown_14", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_23/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_2/then/_252/cond_2/transpose", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Const_4", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/All_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}, "dtype": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/transpose_16/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_1", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "16"}, {"size": "1"}]}}}}}, {"name": "unknown_10", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_17/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_25/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_8", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "16"}]}}}}}, {"name": "unknown_16", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_26/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_1-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_7/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_2", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "32"}, {"size": "8"}]}}}}}, {"name": "unknown_4", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_8/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_10/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_3", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "8"}, {"size": "32"}]}}}}}, {"name": "unknown_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_11/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_1/then/_243/cond_1/transpose", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}}}, {"name": "PartitionedCall/cond/then/_234/cond/transpose", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}}}, {"name": "PartitionedCall/Const", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/All", "op": "Const", "attr": {"dtype": {"type": "DT_BOOL"}, "value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_1/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "3"}, {"size": "32"}]}}}}}, {"name": "unknown_0", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_2/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Const_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_1", "op": "Const", "attr": {"dtype": {"type": "DT_BOOL"}, "value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_4/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "32"}, {"size": "1"}]}}}}}, {"name": "unknown_2", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}}}, {"name": "PartitionedCall/transpose_5/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_13/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_4", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "32"}, {"size": "16"}]}}}}}, {"name": "unknown_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_14/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_28/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_9", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "96"}]}}}}}, {"name": "unknown_18", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_29/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Const_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_3", "op": "Const", "attr": {"dtype": {"type": "DT_BOOL"}, "value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_31/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_2", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "96"}, {"size": "1"}]}}}}}, {"name": "unknown_20", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}}}, {"name": "PartitionedCall/transpose_32/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_40/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_13", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "96"}, {"size": "24"}]}}}}}, {"name": "unknown_26", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "24"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_41/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_73/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_24", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "24"}, {"size": "144"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_48", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_74/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Const_12", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}, "dtype": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/transpose_76/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_5", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "144"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_50", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_77/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_85/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_28", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "144"}, {"size": "48"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_56", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "48"}]}}}}}, {"name": "PartitionedCall/transpose_86/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_118/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_39", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "48"}, {"size": "288"}]}}}}}, {"name": "unknown_78", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_119/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Const_18", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/All_9", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}, "dtype": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/transpose_121/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "288"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_80", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_122/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_130/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_43", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "288"}, {"size": "88"}]}}}}}, {"name": "unknown_86", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "88"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_131/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_178/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_59", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "88"}, {"size": "528"}]}}}}}, {"name": "unknown_118", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_179/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Const_26", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_13", "op": "Const", "attr": {"dtype": {"type": "DT_BOOL"}, "value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_181/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_12", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "528"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_120", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}}}, {"name": "PartitionedCall/transpose_182/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_190/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_63", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_126", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}}}, {"name": "PartitionedCall/transpose_191/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_238/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_79", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "120"}, {"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_158", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}}}, {"name": "PartitionedCall/transpose_239/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Const_34", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_17", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}, "dtype": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/transpose_241/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_16", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "720"}, {"size": "1"}]}}}}}, {"name": "unknown_160", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_242/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_250/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_83", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "208"}]}}}}}, {"name": "unknown_166", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "208"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_251/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_313/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_104", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "208"}, {"size": "1248"}]}}}}}, {"name": "unknown_208", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_314/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Const_44", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_22", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_BOOL", "tensorShape": {}}}, "dtype": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/transpose_316/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_21", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "1248"}, {"size": "1"}]}}}}}, {"name": "unknown_210", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_317/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_325/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_108", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "352"}]}}}}}, {"name": "unknown_216", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "352"}]}}}}}, {"name": "PartitionedCall/transpose_326/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_343/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_114", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "352"}, {"size": "1408"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_228", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1408"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_344/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_115-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/strided_slice_1/stack", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/strided_slice_1/stack_1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/strided_slice_1/stack_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Const_49", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/flatten/strided_slice/stack", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/flatten/strided_slice/stack_1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/flatten/strided_slice/stack_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/flatten/Reshape/shape/1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_345", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1408"}, {"size": "3"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/mul_1", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}]}}}}}, {"name": "input_1", "op": "Placeholder", "attr": {"dtype": {"type": "DT_FLOAT"}, "shape": {"shape": {"dim": [{"size": "1"}, {"size": "3"}, {"size": "224"}, {"size": "224"}]}}}}, {"name": "PartitionedCall/cond_23/PartitionedCall/Const_46/_446", "op": "Switch", "input": ["PartitionedCall/Const_46", "PartitionedCall/All_23"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_23/switch_pred/_443", "op": "Switch", "input": ["PartitionedCall/All_23", "PartitionedCall/All_23"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_21/PartitionedCall/Const_42/_428", "op": "Switch", "input": ["PartitionedCall/Const_42", "PartitionedCall/All_21"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_21/switch_pred/_425", "op": "Switch", "input": ["PartitionedCall/All_21", "PartitionedCall/All_21"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_20/PartitionedCall/Const_40/_419", "op": "Switch", "input": ["PartitionedCall/Const_40", "PartitionedCall/All_20"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/switch_pred/_416", "op": "Switch", "input": ["PartitionedCall/All_20", "PartitionedCall/All_20"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_19/PartitionedCall/Const_38/_410", "op": "Switch", "input": ["PartitionedCall/Const_38", "PartitionedCall/All_19"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/switch_pred/_407", "op": "Switch", "input": ["PartitionedCall/All_19", "PartitionedCall/All_19"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_18/PartitionedCall/Const_36/_401", "op": "Switch", "input": ["PartitionedCall/Const_36", "PartitionedCall/All_18"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_18/switch_pred/_398", "op": "Switch", "input": ["PartitionedCall/All_18", "PartitionedCall/All_18"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_16/PartitionedCall/Const_32/_383", "op": "Switch", "input": ["PartitionedCall/Const_32", "PartitionedCall/All_16"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_16/switch_pred/_380", "op": "Switch", "input": ["PartitionedCall/All_16", "PartitionedCall/All_16"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_15/PartitionedCall/Const_30/_374", "op": "Switch", "input": ["PartitionedCall/Const_30", "PartitionedCall/All_15"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_15/switch_pred/_371", "op": "Switch", "input": ["PartitionedCall/All_15", "PartitionedCall/All_15"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_14/PartitionedCall/Const_28/_365", "op": "Switch", "input": ["PartitionedCall/Const_28", "PartitionedCall/All_14"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_14/switch_pred/_362", "op": "Switch", "input": ["PartitionedCall/All_14", "PartitionedCall/All_14"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_12/PartitionedCall/Const_24/_347", "op": "Switch", "input": ["PartitionedCall/Const_24", "PartitionedCall/All_12"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_12/switch_pred/_344", "op": "Switch", "input": ["PartitionedCall/All_12", "PartitionedCall/All_12"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_11/PartitionedCall/Const_22/_338", "op": "Switch", "input": ["PartitionedCall/Const_22", "PartitionedCall/All_11"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_11/switch_pred/_335", "op": "Switch", "input": ["PartitionedCall/All_11", "PartitionedCall/All_11"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_10/PartitionedCall/Const_20/_329", "op": "Switch", "input": ["PartitionedCall/Const_20", "PartitionedCall/All_10"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_10/switch_pred/_326", "op": "Switch", "input": ["PartitionedCall/All_10", "PartitionedCall/All_10"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_8/PartitionedCall/Const_16/_311", "op": "Switch", "input": ["PartitionedCall/Const_16", "PartitionedCall/All_8"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_8/switch_pred/_308", "op": "Switch", "input": ["PartitionedCall/All_8", "PartitionedCall/All_8"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_7/PartitionedCall/Const_14/_302", "op": "Switch", "input": ["PartitionedCall/Const_14", "PartitionedCall/All_7"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_7/switch_pred/_299", "op": "Switch", "input": ["PartitionedCall/All_7", "PartitionedCall/All_7"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_5/PartitionedCall/Const_10/_284", "op": "Switch", "input": ["PartitionedCall/Const_10", "PartitionedCall/All_5"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_5/switch_pred/_281", "op": "Switch", "input": ["PartitionedCall/All_5", "PartitionedCall/All_5"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_4/PartitionedCall/Const_8/_275", "op": "Switch", "input": ["PartitionedCall/Const_8", "PartitionedCall/All_4"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_4/switch_pred/_272", "op": "Switch", "input": ["PartitionedCall/All_4", "PartitionedCall/All_4"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_2/PartitionedCall/Const_4/_257", "op": "Switch", "input": ["PartitionedCall/Const_4", "PartitionedCall/All_2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/switch_pred/_254", "op": "Switch", "input": ["PartitionedCall/All_2", "PartitionedCall/All_2"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond/PartitionedCall/Const/_239", "op": "Switch", "input": ["PartitionedCall/Const", "PartitionedCall/All"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond/switch_pred/_236", "op": "Switch", "input": ["PartitionedCall/All", "PartitionedCall/All"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_1/PartitionedCall/Const_2/_248", "op": "Switch", "input": ["PartitionedCall/Const_2", "PartitionedCall/All_1"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_1/switch_pred/_245", "op": "Switch", "input": ["PartitionedCall/All_1", "PartitionedCall/All_1"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_3/PartitionedCall/Const_6/_266", "op": "Switch", "input": ["PartitionedCall/Const_6", "PartitionedCall/All_3"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_3/switch_pred/_263", "op": "Switch", "input": ["PartitionedCall/All_3", "PartitionedCall/All_3"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_6/PartitionedCall/Const_12/_293", "op": "Switch", "input": ["PartitionedCall/Const_12", "PartitionedCall/All_6"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_6/switch_pred/_290", "op": "Switch", "input": ["PartitionedCall/All_6", "PartitionedCall/All_6"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_9/PartitionedCall/Const_18/_320", "op": "Switch", "input": ["PartitionedCall/Const_18", "PartitionedCall/All_9"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_9/switch_pred/_317", "op": "Switch", "input": ["PartitionedCall/All_9", "PartitionedCall/All_9"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_13/PartitionedCall/Const_26/_356", "op": "Switch", "input": ["PartitionedCall/Const_26", "PartitionedCall/All_13"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_13/switch_pred/_353", "op": "Switch", "input": ["PartitionedCall/All_13", "PartitionedCall/All_13"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_17/PartitionedCall/Const_34/_392", "op": "Switch", "input": ["PartitionedCall/Const_34", "PartitionedCall/All_17"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_17/switch_pred/_389", "op": "Switch", "input": ["PartitionedCall/All_17", "PartitionedCall/All_17"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_22/PartitionedCall/Const_44/_437", "op": "Switch", "input": ["PartitionedCall/Const_44", "PartitionedCall/All_22"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_22/switch_pred/_434", "op": "Switch", "input": ["PartitionedCall/All_22", "PartitionedCall/All_22"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond/Func/PartitionedCall/input/_0/_240", "op": "Switch", "input": ["input_1", "PartitionedCall/All"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_23/pivot_f/_444", "op": "Identity", "input": ["PartitionedCall/cond_23/switch_pred/_443"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_21/pivot_f/_426", "op": "Identity", "input": ["PartitionedCall/cond_21/switch_pred/_425"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_20/pivot_f/_417", "op": "Identity", "input": ["PartitionedCall/cond_20/switch_pred/_416"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_19/pivot_f/_408", "op": "Identity", "input": ["PartitionedCall/cond_19/switch_pred/_407"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_18/pivot_f/_399", "op": "Identity", "input": ["PartitionedCall/cond_18/switch_pred/_398"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_16/pivot_f/_381", "op": "Identity", "input": ["PartitionedCall/cond_16/switch_pred/_380"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_15/pivot_f/_372", "op": "Identity", "input": ["PartitionedCall/cond_15/switch_pred/_371"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_14/pivot_f/_363", "op": "Identity", "input": ["PartitionedCall/cond_14/switch_pred/_362"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_12/pivot_f/_345", "op": "Identity", "input": ["PartitionedCall/cond_12/switch_pred/_344"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_11/pivot_f/_336", "op": "Identity", "input": ["PartitionedCall/cond_11/switch_pred/_335"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_10/pivot_f/_327", "op": "Identity", "input": ["PartitionedCall/cond_10/switch_pred/_326"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_8/pivot_f/_309", "op": "Identity", "input": ["PartitionedCall/cond_8/switch_pred/_308"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_7/pivot_f/_300", "op": "Identity", "input": ["PartitionedCall/cond_7/switch_pred/_299"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_5/pivot_f/_282", "op": "Identity", "input": ["PartitionedCall/cond_5/switch_pred/_281"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_4/pivot_f/_273", "op": "Identity", "input": ["PartitionedCall/cond_4/switch_pred/_272"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_2/pivot_f/_255", "op": "Identity", "input": ["PartitionedCall/cond_2/switch_pred/_254"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond/pivot_f/_237", "op": "Identity", "input": ["PartitionedCall/cond/switch_pred/_236"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_1/pivot_f/_246", "op": "Identity", "input": ["PartitionedCall/cond_1/switch_pred/_245"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_3/pivot_f/_264", "op": "Identity", "input": ["PartitionedCall/cond_3/switch_pred/_263"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_6/pivot_f/_291", "op": "Identity", "input": ["PartitionedCall/cond_6/switch_pred/_290"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_9/pivot_f/_318", "op": "Identity", "input": ["PartitionedCall/cond_9/switch_pred/_317"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_13/pivot_f/_354", "op": "Identity", "input": ["PartitionedCall/cond_13/switch_pred/_353"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_17/pivot_f/_390", "op": "Identity", "input": ["PartitionedCall/cond_17/switch_pred/_389"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_22/pivot_f/_435", "op": "Identity", "input": ["PartitionedCall/cond_22/switch_pred/_434"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond/then/_234/cond/onnx_tf_prefix_Pad_0", "op": "Pad", "input": ["PartitionedCall/cond/Func/PartitionedCall/input/_0/_240:1", "PartitionedCall/cond/then/_234/cond/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_23/else/_442/cond_23/range_1", "op": "Const", "input": ["^PartitionedCall/cond_23/pivot_f/_444"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_23/else/_442/cond_23/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_23/pivot_f/_444"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_23/else/_442/cond_23/range", "op": "Const", "input": ["^PartitionedCall/cond_23/pivot_f/_444"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_23/else/_442/cond_23/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_23/pivot_f/_444"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_21/else/_424/cond_21/range_1", "op": "Const", "input": ["^PartitionedCall/cond_21/pivot_f/_426"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_21/else/_424/cond_21/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_21/pivot_f/_426"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_21/else/_424/cond_21/range", "op": "Const", "input": ["^PartitionedCall/cond_21/pivot_f/_426"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_21/else/_424/cond_21/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_21/pivot_f/_426"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/else/_415/cond_20/range_1", "op": "Const", "input": ["^PartitionedCall/cond_20/pivot_f/_417"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/else/_415/cond_20/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_20/pivot_f/_417"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/else/_415/cond_20/range", "op": "Const", "input": ["^PartitionedCall/cond_20/pivot_f/_417"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/else/_415/cond_20/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_20/pivot_f/_417"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/else/_406/cond_19/range_1", "op": "Const", "input": ["^PartitionedCall/cond_19/pivot_f/_408"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_19/else/_406/cond_19/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_19/pivot_f/_408"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/else/_406/cond_19/range", "op": "Const", "input": ["^PartitionedCall/cond_19/pivot_f/_408"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/else/_406/cond_19/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_19/pivot_f/_408"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_18/else/_397/cond_18/range_1", "op": "Const", "input": ["^PartitionedCall/cond_18/pivot_f/_399"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_18/else/_397/cond_18/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_18/pivot_f/_399"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_18/else/_397/cond_18/range", "op": "Const", "input": ["^PartitionedCall/cond_18/pivot_f/_399"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_18/else/_397/cond_18/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_18/pivot_f/_399"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_16/else/_379/cond_16/range_1", "op": "Const", "input": ["^PartitionedCall/cond_16/pivot_f/_381"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_16/else/_379/cond_16/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_16/pivot_f/_381"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_16/else/_379/cond_16/range", "op": "Const", "input": ["^PartitionedCall/cond_16/pivot_f/_381"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_16/else/_379/cond_16/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_16/pivot_f/_381"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_15/else/_370/cond_15/range_1", "op": "Const", "input": ["^PartitionedCall/cond_15/pivot_f/_372"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_15/else/_370/cond_15/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_15/pivot_f/_372"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_15/else/_370/cond_15/range", "op": "Const", "input": ["^PartitionedCall/cond_15/pivot_f/_372"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_15/else/_370/cond_15/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_15/pivot_f/_372"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_14/else/_361/cond_14/range_1", "op": "Const", "input": ["^PartitionedCall/cond_14/pivot_f/_363"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_14/else/_361/cond_14/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_14/pivot_f/_363"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_14/else/_361/cond_14/range", "op": "Const", "input": ["^PartitionedCall/cond_14/pivot_f/_363"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_14/else/_361/cond_14/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_14/pivot_f/_363"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_12/else/_343/cond_12/range_1", "op": "Const", "input": ["^PartitionedCall/cond_12/pivot_f/_345"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_12/else/_343/cond_12/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_12/pivot_f/_345"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_12/else/_343/cond_12/range", "op": "Const", "input": ["^PartitionedCall/cond_12/pivot_f/_345"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_12/else/_343/cond_12/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_12/pivot_f/_345"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_11/else/_334/cond_11/range_1", "op": "Const", "input": ["^PartitionedCall/cond_11/pivot_f/_336"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_11/else/_334/cond_11/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_11/pivot_f/_336"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_11/else/_334/cond_11/range", "op": "Const", "input": ["^PartitionedCall/cond_11/pivot_f/_336"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_11/else/_334/cond_11/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_11/pivot_f/_336"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_10/else/_325/cond_10/range_1", "op": "Const", "input": ["^PartitionedCall/cond_10/pivot_f/_327"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_10/else/_325/cond_10/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_10/pivot_f/_327"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_10/else/_325/cond_10/range", "op": "Const", "input": ["^PartitionedCall/cond_10/pivot_f/_327"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_10/else/_325/cond_10/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_10/pivot_f/_327"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_8/else/_307/cond_8/range_1", "op": "Const", "input": ["^PartitionedCall/cond_8/pivot_f/_309"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_8/else/_307/cond_8/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_8/pivot_f/_309"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_8/else/_307/cond_8/range", "op": "Const", "input": ["^PartitionedCall/cond_8/pivot_f/_309"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_8/else/_307/cond_8/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_8/pivot_f/_309"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_7/else/_298/cond_7/range_1", "op": "Const", "input": ["^PartitionedCall/cond_7/pivot_f/_300"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_7/else/_298/cond_7/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_7/pivot_f/_300"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_7/else/_298/cond_7/range", "op": "Const", "input": ["^PartitionedCall/cond_7/pivot_f/_300"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_7/else/_298/cond_7/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_7/pivot_f/_300"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_5/else/_280/cond_5/range_1", "op": "Const", "input": ["^PartitionedCall/cond_5/pivot_f/_282"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_5/else/_280/cond_5/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_5/pivot_f/_282"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_5/else/_280/cond_5/range", "op": "Const", "input": ["^PartitionedCall/cond_5/pivot_f/_282"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_5/else/_280/cond_5/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_5/pivot_f/_282"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_4/else/_271/cond_4/range_1", "op": "Const", "input": ["^PartitionedCall/cond_4/pivot_f/_273"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_4/else/_271/cond_4/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_4/pivot_f/_273"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_4/else/_271/cond_4/range", "op": "Const", "input": ["^PartitionedCall/cond_4/pivot_f/_273"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_4/else/_271/cond_4/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_4/pivot_f/_273"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_2/else/_253/cond_2/range_1", "op": "Const", "input": ["^PartitionedCall/cond_2/pivot_f/_255"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_2/else/_253/cond_2/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_2/pivot_f/_255"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/else/_253/cond_2/range", "op": "Const", "input": ["^PartitionedCall/cond_2/pivot_f/_255"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/else/_253/cond_2/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_2/pivot_f/_255"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond/else/_235/cond/Shape", "op": "Const", "input": ["^PartitionedCall/cond/pivot_f/_237"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond/else/_235/cond/range_1", "op": "Const", "input": ["^PartitionedCall/cond/pivot_f/_237"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond/else/_235/cond/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond/pivot_f/_237"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond/else/_235/cond/range", "op": "Const", "input": ["^PartitionedCall/cond/pivot_f/_237"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond/else/_235/cond/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond/pivot_f/_237"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_1/else/_244/cond_1/range_1", "op": "Const", "input": ["^PartitionedCall/cond_1/pivot_f/_246"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_1/else/_244/cond_1/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_1/pivot_f/_246"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_1/else/_244/cond_1/range", "op": "Const", "input": ["^PartitionedCall/cond_1/pivot_f/_246"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_1/else/_244/cond_1/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_1/pivot_f/_246"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_3/else/_262/cond_3/range_1", "op": "Const", "input": ["^PartitionedCall/cond_3/pivot_f/_264"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_3/else/_262/cond_3/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_3/pivot_f/_264"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_3/else/_262/cond_3/range", "op": "Const", "input": ["^PartitionedCall/cond_3/pivot_f/_264"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_3/else/_262/cond_3/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_3/pivot_f/_264"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_6/else/_289/cond_6/range_1", "op": "Const", "input": ["^PartitionedCall/cond_6/pivot_f/_291"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_6/else/_289/cond_6/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_6/pivot_f/_291"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_6/else/_289/cond_6/range", "op": "Const", "input": ["^PartitionedCall/cond_6/pivot_f/_291"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_6/else/_289/cond_6/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_6/pivot_f/_291"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_9/else/_316/cond_9/range_1", "op": "Const", "input": ["^PartitionedCall/cond_9/pivot_f/_318"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_9/else/_316/cond_9/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_9/pivot_f/_318"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_9/else/_316/cond_9/range", "op": "Const", "input": ["^PartitionedCall/cond_9/pivot_f/_318"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_9/else/_316/cond_9/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_9/pivot_f/_318"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_13/else/_352/cond_13/range_1", "op": "Const", "input": ["^PartitionedCall/cond_13/pivot_f/_354"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_13/else/_352/cond_13/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_13/pivot_f/_354"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_13/else/_352/cond_13/range", "op": "Const", "input": ["^PartitionedCall/cond_13/pivot_f/_354"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_13/else/_352/cond_13/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_13/pivot_f/_354"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_17/else/_388/cond_17/range_1", "op": "Const", "input": ["^PartitionedCall/cond_17/pivot_f/_390"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_17/else/_388/cond_17/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_17/pivot_f/_390"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_17/else/_388/cond_17/range", "op": "Const", "input": ["^PartitionedCall/cond_17/pivot_f/_390"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_17/else/_388/cond_17/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_17/pivot_f/_390"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_22/else/_433/cond_22/range_1", "op": "Const", "input": ["^PartitionedCall/cond_22/pivot_f/_435"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_22/else/_433/cond_22/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_22/pivot_f/_435"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_22/else/_433/cond_22/range", "op": "Const", "input": ["^PartitionedCall/cond_22/pivot_f/_435"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_22/else/_433/cond_22/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_22/pivot_f/_435"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_23/else/_442/cond_23/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_23/PartitionedCall/Const_46/_446", "PartitionedCall/cond_23/else/_442/cond_23/range_1", "PartitionedCall/cond_23/else/_442/cond_23/GatherV2_1/axis"], "attr": {"Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_23/else/_442/cond_23/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_23/PartitionedCall/Const_46/_446", "PartitionedCall/cond_23/else/_442/cond_23/range", "PartitionedCall/cond_23/else/_442/cond_23/GatherV2/axis"], "attr": {"batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_21/else/_424/cond_21/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_21/PartitionedCall/Const_42/_428", "PartitionedCall/cond_21/else/_424/cond_21/range_1", "PartitionedCall/cond_21/else/_424/cond_21/GatherV2_1/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_21/else/_424/cond_21/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_21/PartitionedCall/Const_42/_428", "PartitionedCall/cond_21/else/_424/cond_21/range", "PartitionedCall/cond_21/else/_424/cond_21/GatherV2/axis"], "attr": {"Tindices": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/else/_415/cond_20/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_20/PartitionedCall/Const_40/_419", "PartitionedCall/cond_20/else/_415/cond_20/range_1", "PartitionedCall/cond_20/else/_415/cond_20/GatherV2_1/axis"], "attr": {"Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/else/_415/cond_20/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_20/PartitionedCall/Const_40/_419", "PartitionedCall/cond_20/else/_415/cond_20/range", "PartitionedCall/cond_20/else/_415/cond_20/GatherV2/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/else/_406/cond_19/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_19/PartitionedCall/Const_38/_410", "PartitionedCall/cond_19/else/_406/cond_19/range_1", "PartitionedCall/cond_19/else/_406/cond_19/GatherV2_1/axis"], "attr": {"Tparams": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/else/_406/cond_19/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_19/PartitionedCall/Const_38/_410", "PartitionedCall/cond_19/else/_406/cond_19/range", "PartitionedCall/cond_19/else/_406/cond_19/GatherV2/axis"], "attr": {"Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_18/else/_397/cond_18/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_18/PartitionedCall/Const_36/_401", "PartitionedCall/cond_18/else/_397/cond_18/range_1", "PartitionedCall/cond_18/else/_397/cond_18/GatherV2_1/axis"], "attr": {"Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_18/else/_397/cond_18/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_18/PartitionedCall/Const_36/_401", "PartitionedCall/cond_18/else/_397/cond_18/range", "PartitionedCall/cond_18/else/_397/cond_18/GatherV2/axis"], "attr": {"Tindices": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_16/else/_379/cond_16/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_16/PartitionedCall/Const_32/_383", "PartitionedCall/cond_16/else/_379/cond_16/range_1", "PartitionedCall/cond_16/else/_379/cond_16/GatherV2_1/axis"], "attr": {"Tindices": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_16/else/_379/cond_16/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_16/PartitionedCall/Const_32/_383", "PartitionedCall/cond_16/else/_379/cond_16/range", "PartitionedCall/cond_16/else/_379/cond_16/GatherV2/axis"], "attr": {"batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_15/else/_370/cond_15/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_15/PartitionedCall/Const_30/_374", "PartitionedCall/cond_15/else/_370/cond_15/range_1", "PartitionedCall/cond_15/else/_370/cond_15/GatherV2_1/axis"], "attr": {"Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_15/else/_370/cond_15/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_15/PartitionedCall/Const_30/_374", "PartitionedCall/cond_15/else/_370/cond_15/range", "PartitionedCall/cond_15/else/_370/cond_15/GatherV2/axis"], "attr": {"Tparams": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_14/else/_361/cond_14/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_14/PartitionedCall/Const_28/_365", "PartitionedCall/cond_14/else/_361/cond_14/range_1", "PartitionedCall/cond_14/else/_361/cond_14/GatherV2_1/axis"], "attr": {"Tparams": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_14/else/_361/cond_14/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_14/PartitionedCall/Const_28/_365", "PartitionedCall/cond_14/else/_361/cond_14/range", "PartitionedCall/cond_14/else/_361/cond_14/GatherV2/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_12/else/_343/cond_12/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_12/PartitionedCall/Const_24/_347", "PartitionedCall/cond_12/else/_343/cond_12/range_1", "PartitionedCall/cond_12/else/_343/cond_12/GatherV2_1/axis"], "attr": {"Tparams": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_12/else/_343/cond_12/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_12/PartitionedCall/Const_24/_347", "PartitionedCall/cond_12/else/_343/cond_12/range", "PartitionedCall/cond_12/else/_343/cond_12/GatherV2/axis"], "attr": {"Tparams": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_11/else/_334/cond_11/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_11/PartitionedCall/Const_22/_338", "PartitionedCall/cond_11/else/_334/cond_11/range_1", "PartitionedCall/cond_11/else/_334/cond_11/GatherV2_1/axis"], "attr": {"batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_11/else/_334/cond_11/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_11/PartitionedCall/Const_22/_338", "PartitionedCall/cond_11/else/_334/cond_11/range", "PartitionedCall/cond_11/else/_334/cond_11/GatherV2/axis"], "attr": {"Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_10/else/_325/cond_10/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_10/PartitionedCall/Const_20/_329", "PartitionedCall/cond_10/else/_325/cond_10/range_1", "PartitionedCall/cond_10/else/_325/cond_10/GatherV2_1/axis"], "attr": {"Tparams": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_10/else/_325/cond_10/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_10/PartitionedCall/Const_20/_329", "PartitionedCall/cond_10/else/_325/cond_10/range", "PartitionedCall/cond_10/else/_325/cond_10/GatherV2/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_8/else/_307/cond_8/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_8/PartitionedCall/Const_16/_311", "PartitionedCall/cond_8/else/_307/cond_8/range_1", "PartitionedCall/cond_8/else/_307/cond_8/GatherV2_1/axis"], "attr": {"Tparams": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_8/else/_307/cond_8/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_8/PartitionedCall/Const_16/_311", "PartitionedCall/cond_8/else/_307/cond_8/range", "PartitionedCall/cond_8/else/_307/cond_8/GatherV2/axis"], "attr": {"Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_7/else/_298/cond_7/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_7/PartitionedCall/Const_14/_302", "PartitionedCall/cond_7/else/_298/cond_7/range_1", "PartitionedCall/cond_7/else/_298/cond_7/GatherV2_1/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_7/else/_298/cond_7/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_7/PartitionedCall/Const_14/_302", "PartitionedCall/cond_7/else/_298/cond_7/range", "PartitionedCall/cond_7/else/_298/cond_7/GatherV2/axis"], "attr": {"batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_5/else/_280/cond_5/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_5/PartitionedCall/Const_10/_284", "PartitionedCall/cond_5/else/_280/cond_5/range_1", "PartitionedCall/cond_5/else/_280/cond_5/GatherV2_1/axis"], "attr": {"Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_5/else/_280/cond_5/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_5/PartitionedCall/Const_10/_284", "PartitionedCall/cond_5/else/_280/cond_5/range", "PartitionedCall/cond_5/else/_280/cond_5/GatherV2/axis"], "attr": {"batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_4/else/_271/cond_4/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_4/PartitionedCall/Const_8/_275", "PartitionedCall/cond_4/else/_271/cond_4/range_1", "PartitionedCall/cond_4/else/_271/cond_4/GatherV2_1/axis"], "attr": {"Tindices": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_4/else/_271/cond_4/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_4/PartitionedCall/Const_8/_275", "PartitionedCall/cond_4/else/_271/cond_4/range", "PartitionedCall/cond_4/else/_271/cond_4/GatherV2/axis"], "attr": {"batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/else/_253/cond_2/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_2/PartitionedCall/Const_4/_257", "PartitionedCall/cond_2/else/_253/cond_2/range_1", "PartitionedCall/cond_2/else/_253/cond_2/GatherV2_1/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/else/_253/cond_2/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_2/PartitionedCall/Const_4/_257", "PartitionedCall/cond_2/else/_253/cond_2/range", "PartitionedCall/cond_2/else/_253/cond_2/GatherV2/axis"], "attr": {"batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond/else/_235/cond/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond/PartitionedCall/Const/_239", "PartitionedCall/cond/else/_235/cond/range_1", "PartitionedCall/cond/else/_235/cond/GatherV2_1/axis"], "attr": {"Tindices": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond/else/_235/cond/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond/PartitionedCall/Const/_239", "PartitionedCall/cond/else/_235/cond/range", "PartitionedCall/cond/else/_235/cond/GatherV2/axis"], "attr": {"Tparams": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_1/else/_244/cond_1/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_1/PartitionedCall/Const_2/_248", "PartitionedCall/cond_1/else/_244/cond_1/range_1", "PartitionedCall/cond_1/else/_244/cond_1/GatherV2_1/axis"], "attr": {"Tindices": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_1/else/_244/cond_1/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_1/PartitionedCall/Const_2/_248", "PartitionedCall/cond_1/else/_244/cond_1/range", "PartitionedCall/cond_1/else/_244/cond_1/GatherV2/axis"], "attr": {"batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_3/else/_262/cond_3/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_3/PartitionedCall/Const_6/_266", "PartitionedCall/cond_3/else/_262/cond_3/range_1", "PartitionedCall/cond_3/else/_262/cond_3/GatherV2_1/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_3/else/_262/cond_3/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_3/PartitionedCall/Const_6/_266", "PartitionedCall/cond_3/else/_262/cond_3/range", "PartitionedCall/cond_3/else/_262/cond_3/GatherV2/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_6/else/_289/cond_6/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_6/PartitionedCall/Const_12/_293", "PartitionedCall/cond_6/else/_289/cond_6/range_1", "PartitionedCall/cond_6/else/_289/cond_6/GatherV2_1/axis"], "attr": {"batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_6/else/_289/cond_6/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_6/PartitionedCall/Const_12/_293", "PartitionedCall/cond_6/else/_289/cond_6/range", "PartitionedCall/cond_6/else/_289/cond_6/GatherV2/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_9/else/_316/cond_9/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_9/PartitionedCall/Const_18/_320", "PartitionedCall/cond_9/else/_316/cond_9/range_1", "PartitionedCall/cond_9/else/_316/cond_9/GatherV2_1/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_9/else/_316/cond_9/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_9/PartitionedCall/Const_18/_320", "PartitionedCall/cond_9/else/_316/cond_9/range", "PartitionedCall/cond_9/else/_316/cond_9/GatherV2/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_13/else/_352/cond_13/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_13/PartitionedCall/Const_26/_356", "PartitionedCall/cond_13/else/_352/cond_13/range_1", "PartitionedCall/cond_13/else/_352/cond_13/GatherV2_1/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_13/else/_352/cond_13/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_13/PartitionedCall/Const_26/_356", "PartitionedCall/cond_13/else/_352/cond_13/range", "PartitionedCall/cond_13/else/_352/cond_13/GatherV2/axis"], "attr": {"Tparams": {"type": "DT_INT32"}, "Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_17/else/_388/cond_17/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_17/PartitionedCall/Const_34/_392", "PartitionedCall/cond_17/else/_388/cond_17/range_1", "PartitionedCall/cond_17/else/_388/cond_17/GatherV2_1/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_17/else/_388/cond_17/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_17/PartitionedCall/Const_34/_392", "PartitionedCall/cond_17/else/_388/cond_17/range", "PartitionedCall/cond_17/else/_388/cond_17/GatherV2/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_22/else/_433/cond_22/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_22/PartitionedCall/Const_44/_437", "PartitionedCall/cond_22/else/_433/cond_22/range_1", "PartitionedCall/cond_22/else/_433/cond_22/GatherV2_1/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_22/else/_433/cond_22/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_22/PartitionedCall/Const_44/_437", "PartitionedCall/cond_22/else/_433/cond_22/range", "PartitionedCall/cond_22/else/_433/cond_22/GatherV2/axis"], "attr": {"batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_23/else/_442/cond_23/Neg", "op": "Neg", "input": ["PartitionedCall/cond_23/else/_442/cond_23/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_21/else/_424/cond_21/Neg", "op": "Neg", "input": ["PartitionedCall/cond_21/else/_424/cond_21/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/else/_415/cond_20/Neg", "op": "Neg", "input": ["PartitionedCall/cond_20/else/_415/cond_20/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/else/_406/cond_19/Neg", "op": "Neg", "input": ["PartitionedCall/cond_19/else/_406/cond_19/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_18/else/_397/cond_18/Neg", "op": "Neg", "input": ["PartitionedCall/cond_18/else/_397/cond_18/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_16/else/_379/cond_16/Neg", "op": "Neg", "input": ["PartitionedCall/cond_16/else/_379/cond_16/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_15/else/_370/cond_15/Neg", "op": "Neg", "input": ["PartitionedCall/cond_15/else/_370/cond_15/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_14/else/_361/cond_14/Neg", "op": "Neg", "input": ["PartitionedCall/cond_14/else/_361/cond_14/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_12/else/_343/cond_12/Neg", "op": "Neg", "input": ["PartitionedCall/cond_12/else/_343/cond_12/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_11/else/_334/cond_11/Neg", "op": "Neg", "input": ["PartitionedCall/cond_11/else/_334/cond_11/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_10/else/_325/cond_10/Neg", "op": "Neg", "input": ["PartitionedCall/cond_10/else/_325/cond_10/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_8/else/_307/cond_8/Neg", "op": "Neg", "input": ["PartitionedCall/cond_8/else/_307/cond_8/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_7/else/_298/cond_7/Neg", "op": "Neg", "input": ["PartitionedCall/cond_7/else/_298/cond_7/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_5/else/_280/cond_5/Neg", "op": "Neg", "input": ["PartitionedCall/cond_5/else/_280/cond_5/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_4/else/_271/cond_4/Neg", "op": "Neg", "input": ["PartitionedCall/cond_4/else/_271/cond_4/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/else/_253/cond_2/Neg", "op": "Neg", "input": ["PartitionedCall/cond_2/else/_253/cond_2/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond/else/_235/cond/Neg", "op": "Neg", "input": ["PartitionedCall/cond/else/_235/cond/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond/else/_235/cond/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond/else/_235/cond/Shape", "PartitionedCall/cond/else/_235/cond/GatherV2_1", "PartitionedCall/cond/else/_235/cond/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}, "T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_1/else/_244/cond_1/Neg", "op": "Neg", "input": ["PartitionedCall/cond_1/else/_244/cond_1/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_3/else/_262/cond_3/Neg", "op": "Neg", "input": ["PartitionedCall/cond_3/else/_262/cond_3/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_6/else/_289/cond_6/Neg", "op": "Neg", "input": ["PartitionedCall/cond_6/else/_289/cond_6/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_9/else/_316/cond_9/Neg", "op": "Neg", "input": ["PartitionedCall/cond_9/else/_316/cond_9/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_13/else/_352/cond_13/Neg", "op": "Neg", "input": ["PartitionedCall/cond_13/else/_352/cond_13/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_17/else/_388/cond_17/Neg", "op": "Neg", "input": ["PartitionedCall/cond_17/else/_388/cond_17/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_22/else/_433/cond_22/Neg", "op": "Neg", "input": ["PartitionedCall/cond_22/else/_433/cond_22/GatherV2"], "attr": {"T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond/else/_235/cond/Slice", "op": "Slice", "input": ["PartitionedCall/cond/Func/PartitionedCall/input/_0/_240", "PartitionedCall/cond/else/_235/cond/Neg", "PartitionedCall/cond/else/_235/cond/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond/output/_241", "op": "Merge", "input": ["PartitionedCall/cond/then/_234/cond/onnx_tf_prefix_Pad_0", "PartitionedCall/cond/else/_235/cond/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_1", "op": "Transpose", "input": ["PartitionedCall/cond/output/_241", "PartitionedCall/transpose_1/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution", "op": "Conv2D", "input": ["PartitionedCall/transpose_1", "PartitionedCall/split"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add", "op": "AddV2", "input": ["PartitionedCall/convolution", "unknown_0"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_2", "op": "Transpose", "input": ["PartitionedCall/Add", "PartitionedCall/transpose_2/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_2", "op": "Sigmoid", "input": ["PartitionedCall/transpose_2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_3", "op": "Mul", "input": ["PartitionedCall/transpose_2", "PartitionedCall/onnx_tf_prefix_Sigmoid_2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_1/PartitionedCall/onnx_tf_prefix_Mul_3/_249", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_3", "PartitionedCall/All_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_1/else/_244/cond_1/Shape", "op": "Shape", "input": ["PartitionedCall/cond_1/PartitionedCall/onnx_tf_prefix_Mul_3/_249", "^PartitionedCall/cond_1/pivot_f/_246"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_1/then/_243/cond_1/onnx_tf_prefix_Pad_4", "op": "Pad", "input": ["PartitionedCall/cond_1/PartitionedCall/onnx_tf_prefix_Mul_3/_249:1", "PartitionedCall/cond_1/then/_243/cond_1/transpose"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_1/else/_244/cond_1/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_1/else/_244/cond_1/Shape", "PartitionedCall/cond_1/else/_244/cond_1/GatherV2_1", "PartitionedCall/cond_1/else/_244/cond_1/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT32"}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_1/else/_244/cond_1/Slice", "op": "Slice", "input": ["PartitionedCall/cond_1/PartitionedCall/onnx_tf_prefix_Mul_3/_249", "PartitionedCall/cond_1/else/_244/cond_1/Neg", "PartitionedCall/cond_1/else/_244/cond_1/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_1/output/_250", "op": "Merge", "input": ["PartitionedCall/cond_1/then/_243/cond_1/onnx_tf_prefix_Pad_4", "PartitionedCall/cond_1/else/_244/cond_1/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_4", "op": "Transpose", "input": ["PartitionedCall/cond_1/output/_250", "PartitionedCall/transpose_4/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_4", "PartitionedCall/Reshape"], "attr": {"explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_1", "op": "AddV2", "input": ["PartitionedCall/depthwise", "unknown_2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_5", "op": "Transpose", "input": ["PartitionedCall/Add_1", "PartitionedCall/transpose_5/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_6", "op": "Sigmoid", "input": ["PartitionedCall/transpose_5"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_7", "op": "Mul", "input": ["PartitionedCall/transpose_5", "PartitionedCall/onnx_tf_prefix_Sigmoid_6"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_7", "ConstantFolding/PartitionedCall/split_1-folded-1"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_7", "op": "Transpose", "input": ["PartitionedCall/Mean", "PartitionedCall/transpose_7/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_1", "op": "Conv2D", "input": ["PartitionedCall/transpose_7", "PartitionedCall/split_2"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_2", "op": "AddV2", "input": ["PartitionedCall/convolution_1", "unknown_4"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_8", "op": "Transpose", "input": ["PartitionedCall/Add_2", "PartitionedCall/transpose_8/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_10", "op": "Sigmoid", "input": ["PartitionedCall/transpose_8"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_11", "op": "Mul", "input": ["PartitionedCall/transpose_8", "PartitionedCall/onnx_tf_prefix_Sigmoid_10"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_10", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_11", "PartitionedCall/transpose_10/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_2", "op": "Conv2D", "input": ["PartitionedCall/transpose_10", "PartitionedCall/split_3"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_3", "op": "AddV2", "input": ["PartitionedCall/convolution_2", "unknown_6"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_11", "op": "Transpose", "input": ["PartitionedCall/Add_3", "PartitionedCall/transpose_11/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_13", "op": "Sigmoid", "input": ["PartitionedCall/transpose_11"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_14", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_13", "PartitionedCall/onnx_tf_prefix_Mul_7"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_13", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_14", "PartitionedCall/transpose_13/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_3", "op": "Conv2D", "input": ["PartitionedCall/transpose_13", "PartitionedCall/split_4"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_4", "op": "AddV2", "input": ["PartitionedCall/convolution_3", "unknown_8"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_14", "op": "Transpose", "input": ["PartitionedCall/Add_4", "PartitionedCall/transpose_14/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_2/PartitionedCall/transpose_14/_258", "op": "Switch", "input": ["PartitionedCall/transpose_14", "PartitionedCall/All_2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_2/else/_253/cond_2/Shape", "op": "Shape", "input": ["PartitionedCall/cond_2/PartitionedCall/transpose_14/_258", "^PartitionedCall/cond_2/pivot_f/_255"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/then/_252/cond_2/onnx_tf_prefix_Pad_16", "op": "Pad", "input": ["PartitionedCall/cond_2/PartitionedCall/transpose_14/_258:1", "PartitionedCall/cond_2/then/_252/cond_2/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/else/_253/cond_2/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_2/else/_253/cond_2/Shape", "PartitionedCall/cond_2/else/_253/cond_2/GatherV2_1", "PartitionedCall/cond_2/else/_253/cond_2/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT32"}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_2/else/_253/cond_2/Slice", "op": "Slice", "input": ["PartitionedCall/cond_2/PartitionedCall/transpose_14/_258", "PartitionedCall/cond_2/else/_253/cond_2/Neg", "PartitionedCall/cond_2/else/_253/cond_2/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/output/_259", "op": "Merge", "input": ["PartitionedCall/cond_2/then/_252/cond_2/onnx_tf_prefix_Pad_16", "PartitionedCall/cond_2/else/_253/cond_2/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_16", "op": "Transpose", "input": ["PartitionedCall/cond_2/output/_259", "PartitionedCall/transpose_16/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_1", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_16", "PartitionedCall/Reshape_1"], "attr": {"T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_5", "op": "AddV2", "input": ["PartitionedCall/depthwise_1", "unknown_10"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_17", "op": "Transpose", "input": ["PartitionedCall/Add_5", "PartitionedCall/transpose_17/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_18", "op": "Sigmoid", "input": ["PartitionedCall/transpose_17"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_19", "op": "Mul", "input": ["PartitionedCall/transpose_17", "PartitionedCall/onnx_tf_prefix_Sigmoid_18"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_1", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_19", "ConstantFolding/PartitionedCall/split_5-folded-1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}}}, {"name": "PartitionedCall/transpose_19", "op": "Transpose", "input": ["PartitionedCall/Mean_1", "PartitionedCall/transpose_19/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_4", "op": "Conv2D", "input": ["PartitionedCall/transpose_19", "PartitionedCall/split_6"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_6", "op": "AddV2", "input": ["PartitionedCall/convolution_4", "unknown_12"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_20", "op": "Transpose", "input": ["PartitionedCall/Add_6", "PartitionedCall/transpose_20/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_22", "op": "Sigmoid", "input": ["PartitionedCall/transpose_20"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_23", "op": "Mul", "input": ["PartitionedCall/transpose_20", "PartitionedCall/onnx_tf_prefix_Sigmoid_22"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_22", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_23", "PartitionedCall/transpose_22/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_5", "op": "Conv2D", "input": ["PartitionedCall/transpose_22", "PartitionedCall/split_7"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_7", "op": "AddV2", "input": ["PartitionedCall/convolution_5", "unknown_14"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_23", "op": "Transpose", "input": ["PartitionedCall/Add_7", "PartitionedCall/transpose_23/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_25", "op": "Sigmoid", "input": ["PartitionedCall/transpose_23"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_26", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_25", "PartitionedCall/onnx_tf_prefix_Mul_19"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_25", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_26", "PartitionedCall/transpose_25/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_6", "op": "Conv2D", "input": ["PartitionedCall/transpose_25", "PartitionedCall/split_8"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_8", "op": "AddV2", "input": ["PartitionedCall/convolution_6", "unknown_16"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_26", "op": "Transpose", "input": ["PartitionedCall/Add_8", "PartitionedCall/transpose_26/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_28", "op": "AddV2", "input": ["PartitionedCall/transpose_26", "PartitionedCall/transpose_14"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_28", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_28", "PartitionedCall/transpose_28/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_7", "op": "Conv2D", "input": ["PartitionedCall/transpose_28", "PartitionedCall/split_9"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_9", "op": "AddV2", "input": ["PartitionedCall/convolution_7", "unknown_18"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_29", "op": "Transpose", "input": ["PartitionedCall/Add_9", "PartitionedCall/transpose_29/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_30", "op": "Sigmoid", "input": ["PartitionedCall/transpose_29"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_31", "op": "Mul", "input": ["PartitionedCall/transpose_29", "PartitionedCall/onnx_tf_prefix_Sigmoid_30"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_3/PartitionedCall/onnx_tf_prefix_Mul_31/_267", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_31", "PartitionedCall/All_3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_3/else/_262/cond_3/Shape", "op": "Shape", "input": ["PartitionedCall/cond_3/PartitionedCall/onnx_tf_prefix_Mul_31/_267", "^PartitionedCall/cond_3/pivot_f/_264"], "attr": {"out_type": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_3/then/_261/cond_3/onnx_tf_prefix_Pad_32", "op": "Pad", "input": ["PartitionedCall/cond_3/PartitionedCall/onnx_tf_prefix_Mul_31/_267:1", "PartitionedCall/cond_3/then/_261/cond_3/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_3/else/_262/cond_3/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_3/else/_262/cond_3/Shape", "PartitionedCall/cond_3/else/_262/cond_3/GatherV2_1", "PartitionedCall/cond_3/else/_262/cond_3/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}, "T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_3/else/_262/cond_3/Slice", "op": "Slice", "input": ["PartitionedCall/cond_3/PartitionedCall/onnx_tf_prefix_Mul_31/_267", "PartitionedCall/cond_3/else/_262/cond_3/Neg", "PartitionedCall/cond_3/else/_262/cond_3/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_3/output/_268", "op": "Merge", "input": ["PartitionedCall/cond_3/then/_261/cond_3/onnx_tf_prefix_Pad_32", "PartitionedCall/cond_3/else/_262/cond_3/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_31", "op": "Transpose", "input": ["PartitionedCall/cond_3/output/_268", "PartitionedCall/transpose_31/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_2", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_31", "PartitionedCall/Reshape_2"], "attr": {"explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_10", "op": "AddV2", "input": ["PartitionedCall/depthwise_2", "unknown_20"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_32", "op": "Transpose", "input": ["PartitionedCall/Add_10", "PartitionedCall/transpose_32/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_34", "op": "Sigmoid", "input": ["PartitionedCall/transpose_32"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_35", "op": "Mul", "input": ["PartitionedCall/transpose_32", "PartitionedCall/onnx_tf_prefix_Sigmoid_34"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_2", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_35", "ConstantFolding/PartitionedCall/split_10-folded-1"], "attr": {"keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_34", "op": "Transpose", "input": ["PartitionedCall/Mean_2", "PartitionedCall/transpose_34/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_8", "op": "Conv2D", "input": ["PartitionedCall/transpose_34", "PartitionedCall/split_11"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_11", "op": "AddV2", "input": ["PartitionedCall/convolution_8", "unknown_22"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_35", "op": "Transpose", "input": ["PartitionedCall/Add_11", "PartitionedCall/transpose_35/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_38", "op": "Sigmoid", "input": ["PartitionedCall/transpose_35"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_39", "op": "Mul", "input": ["PartitionedCall/transpose_35", "PartitionedCall/onnx_tf_prefix_Sigmoid_38"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_37", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_39", "PartitionedCall/transpose_37/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_9", "op": "Conv2D", "input": ["PartitionedCall/transpose_37", "PartitionedCall/split_12"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_12", "op": "AddV2", "input": ["PartitionedCall/convolution_9", "unknown_24"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_38", "op": "Transpose", "input": ["PartitionedCall/Add_12", "PartitionedCall/transpose_38/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_41", "op": "Sigmoid", "input": ["PartitionedCall/transpose_38"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_42", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_41", "PartitionedCall/onnx_tf_prefix_Mul_35"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_40", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_42", "PartitionedCall/transpose_40/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_10", "op": "Conv2D", "input": ["PartitionedCall/transpose_40", "PartitionedCall/split_13"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_13", "op": "AddV2", "input": ["PartitionedCall/convolution_10", "unknown_26"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_11", "op": "Conv2D", "input": ["PartitionedCall/Add_13", "PartitionedCall/split_14"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/transpose_41", "op": "Transpose", "input": ["PartitionedCall/Add_13", "PartitionedCall/transpose_41/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Add_14", "op": "AddV2", "input": ["PartitionedCall/convolution_11", "unknown_28"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_44", "op": "Transpose", "input": ["PartitionedCall/Add_14", "PartitionedCall/transpose_44/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_45", "op": "Sigmoid", "input": ["PartitionedCall/transpose_44"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_46", "op": "Mul", "input": ["PartitionedCall/transpose_44", "PartitionedCall/onnx_tf_prefix_Sigmoid_45"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_4/PartitionedCall/onnx_tf_prefix_Mul_46/_276", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_46", "PartitionedCall/All_4"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_4/else/_271/cond_4/Shape", "op": "Shape", "input": ["PartitionedCall/cond_4/PartitionedCall/onnx_tf_prefix_Mul_46/_276", "^PartitionedCall/cond_4/pivot_f/_273"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_4/then/_270/cond_4/onnx_tf_prefix_Pad_47", "op": "Pad", "input": ["PartitionedCall/cond_4/PartitionedCall/onnx_tf_prefix_Mul_46/_276:1", "PartitionedCall/cond_4/then/_270/cond_4/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_4/else/_271/cond_4/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_4/else/_271/cond_4/Shape", "PartitionedCall/cond_4/else/_271/cond_4/GatherV2_1", "PartitionedCall/cond_4/else/_271/cond_4/GatherV2"], "attr": {"T": {"type": "DT_INT32"}, "N": {"i": "3"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond_4/else/_271/cond_4/Slice", "op": "Slice", "input": ["PartitionedCall/cond_4/PartitionedCall/onnx_tf_prefix_Mul_46/_276", "PartitionedCall/cond_4/else/_271/cond_4/Neg", "PartitionedCall/cond_4/else/_271/cond_4/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_4/output/_277", "op": "Merge", "input": ["PartitionedCall/cond_4/then/_270/cond_4/onnx_tf_prefix_Pad_47", "PartitionedCall/cond_4/else/_271/cond_4/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_46", "op": "Transpose", "input": ["PartitionedCall/cond_4/output/_277", "PartitionedCall/transpose_46/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_3", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_46", "PartitionedCall/Reshape_3"], "attr": {"explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_15", "op": "AddV2", "input": ["PartitionedCall/depthwise_3", "unknown_30"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_47", "op": "Transpose", "input": ["PartitionedCall/Add_15", "PartitionedCall/transpose_47/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_49", "op": "Sigmoid", "input": ["PartitionedCall/transpose_47"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_50", "op": "Mul", "input": ["PartitionedCall/transpose_47", "PartitionedCall/onnx_tf_prefix_Sigmoid_49"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_3", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_50", "ConstantFolding/PartitionedCall/split_15-folded-1"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_49", "op": "Transpose", "input": ["PartitionedCall/Mean_3", "PartitionedCall/transpose_49/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_12", "op": "Conv2D", "input": ["PartitionedCall/transpose_49", "PartitionedCall/split_16"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_16", "op": "AddV2", "input": ["PartitionedCall/convolution_12", "unknown_32"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_50", "op": "Transpose", "input": ["PartitionedCall/Add_16", "PartitionedCall/transpose_50/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_53", "op": "Sigmoid", "input": ["PartitionedCall/transpose_50"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_54", "op": "Mul", "input": ["PartitionedCall/transpose_50", "PartitionedCall/onnx_tf_prefix_Sigmoid_53"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_52", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_54", "PartitionedCall/transpose_52/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_13", "op": "Conv2D", "input": ["PartitionedCall/transpose_52", "PartitionedCall/split_17"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_17", "op": "AddV2", "input": ["PartitionedCall/convolution_13", "unknown_34"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_53", "op": "Transpose", "input": ["PartitionedCall/Add_17", "PartitionedCall/transpose_53/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_56", "op": "Sigmoid", "input": ["PartitionedCall/transpose_53"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_57", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_56", "PartitionedCall/onnx_tf_prefix_Mul_50"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_55", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_57", "PartitionedCall/transpose_55/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_14", "op": "Conv2D", "input": ["PartitionedCall/transpose_55", "PartitionedCall/split_18"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_18", "op": "AddV2", "input": ["PartitionedCall/convolution_14", "unknown_36"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_56", "op": "Transpose", "input": ["PartitionedCall/Add_18", "PartitionedCall/transpose_56/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_59", "op": "AddV2", "input": ["PartitionedCall/transpose_56", "PartitionedCall/transpose_41"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_58", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_59", "PartitionedCall/transpose_58/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_15", "op": "Conv2D", "input": ["PartitionedCall/transpose_58", "PartitionedCall/split_19"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_19", "op": "AddV2", "input": ["PartitionedCall/convolution_15", "unknown_38"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_59", "op": "Transpose", "input": ["PartitionedCall/Add_19", "PartitionedCall/transpose_59/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_61", "op": "Sigmoid", "input": ["PartitionedCall/transpose_59"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_62", "op": "Mul", "input": ["PartitionedCall/transpose_59", "PartitionedCall/onnx_tf_prefix_Sigmoid_61"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_5/PartitionedCall/onnx_tf_prefix_Mul_62/_285", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_62", "PartitionedCall/All_5"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_5/else/_280/cond_5/Shape", "op": "Shape", "input": ["PartitionedCall/cond_5/PartitionedCall/onnx_tf_prefix_Mul_62/_285", "^PartitionedCall/cond_5/pivot_f/_282"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_5/then/_279/cond_5/onnx_tf_prefix_Pad_63", "op": "Pad", "input": ["PartitionedCall/cond_5/PartitionedCall/onnx_tf_prefix_Mul_62/_285:1", "PartitionedCall/cond_5/then/_279/cond_5/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_5/else/_280/cond_5/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_5/else/_280/cond_5/Shape", "PartitionedCall/cond_5/else/_280/cond_5/GatherV2_1", "PartitionedCall/cond_5/else/_280/cond_5/GatherV2"], "attr": {"N": {"i": "3"}, "T": {"type": "DT_INT32"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond_5/else/_280/cond_5/Slice", "op": "Slice", "input": ["PartitionedCall/cond_5/PartitionedCall/onnx_tf_prefix_Mul_62/_285", "PartitionedCall/cond_5/else/_280/cond_5/Neg", "PartitionedCall/cond_5/else/_280/cond_5/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_5/output/_286", "op": "Merge", "input": ["PartitionedCall/cond_5/then/_279/cond_5/onnx_tf_prefix_Pad_63", "PartitionedCall/cond_5/else/_280/cond_5/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_61", "op": "Transpose", "input": ["PartitionedCall/cond_5/output/_286", "PartitionedCall/transpose_61/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_4", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_61", "PartitionedCall/Reshape_4"], "attr": {"padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_20", "op": "AddV2", "input": ["PartitionedCall/depthwise_4", "unknown_40"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_62", "op": "Transpose", "input": ["PartitionedCall/Add_20", "PartitionedCall/transpose_62/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_65", "op": "Sigmoid", "input": ["PartitionedCall/transpose_62"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_66", "op": "Mul", "input": ["PartitionedCall/transpose_62", "PartitionedCall/onnx_tf_prefix_Sigmoid_65"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_4", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_66", "ConstantFolding/PartitionedCall/split_20-folded-1"], "attr": {"T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_64", "op": "Transpose", "input": ["PartitionedCall/Mean_4", "PartitionedCall/transpose_64/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_16", "op": "Conv2D", "input": ["PartitionedCall/transpose_64", "PartitionedCall/split_21"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_21", "op": "AddV2", "input": ["PartitionedCall/convolution_16", "unknown_42"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_65", "op": "Transpose", "input": ["PartitionedCall/Add_21", "PartitionedCall/transpose_65/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_69", "op": "Sigmoid", "input": ["PartitionedCall/transpose_65"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_70", "op": "Mul", "input": ["PartitionedCall/transpose_65", "PartitionedCall/onnx_tf_prefix_Sigmoid_69"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_67", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_70", "PartitionedCall/transpose_67/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_17", "op": "Conv2D", "input": ["PartitionedCall/transpose_67", "PartitionedCall/split_22"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_22", "op": "AddV2", "input": ["PartitionedCall/convolution_17", "unknown_44"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_68", "op": "Transpose", "input": ["PartitionedCall/Add_22", "PartitionedCall/transpose_68/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_72", "op": "Sigmoid", "input": ["PartitionedCall/transpose_68"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_73", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_72", "PartitionedCall/onnx_tf_prefix_Mul_66"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_70", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_73", "PartitionedCall/transpose_70/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_18", "op": "Conv2D", "input": ["PartitionedCall/transpose_70", "PartitionedCall/split_23"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_23", "op": "AddV2", "input": ["PartitionedCall/convolution_18", "unknown_46"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_71", "op": "Transpose", "input": ["PartitionedCall/Add_23", "PartitionedCall/transpose_71/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_75", "op": "AddV2", "input": ["PartitionedCall/transpose_71", "PartitionedCall/onnx_tf_prefix_Add_59"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_73", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_75", "PartitionedCall/transpose_73/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_19", "op": "Conv2D", "input": ["PartitionedCall/transpose_73", "PartitionedCall/split_24"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_24", "op": "AddV2", "input": ["PartitionedCall/convolution_19", "unknown_48"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_74", "op": "Transpose", "input": ["PartitionedCall/Add_24", "PartitionedCall/transpose_74/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_77", "op": "Sigmoid", "input": ["PartitionedCall/transpose_74"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_78", "op": "Mul", "input": ["PartitionedCall/transpose_74", "PartitionedCall/onnx_tf_prefix_Sigmoid_77"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_6/PartitionedCall/onnx_tf_prefix_Mul_78/_294", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_78", "PartitionedCall/All_6"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_6/else/_289/cond_6/Shape", "op": "Shape", "input": ["PartitionedCall/cond_6/PartitionedCall/onnx_tf_prefix_Mul_78/_294", "^PartitionedCall/cond_6/pivot_f/_291"], "attr": {"out_type": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_6/then/_288/cond_6/onnx_tf_prefix_Pad_79", "op": "Pad", "input": ["PartitionedCall/cond_6/PartitionedCall/onnx_tf_prefix_Mul_78/_294:1", "PartitionedCall/cond_6/then/_288/cond_6/transpose"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_6/else/_289/cond_6/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_6/else/_289/cond_6/Shape", "PartitionedCall/cond_6/else/_289/cond_6/GatherV2_1", "PartitionedCall/cond_6/else/_289/cond_6/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT32"}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_6/else/_289/cond_6/Slice", "op": "Slice", "input": ["PartitionedCall/cond_6/PartitionedCall/onnx_tf_prefix_Mul_78/_294", "PartitionedCall/cond_6/else/_289/cond_6/Neg", "PartitionedCall/cond_6/else/_289/cond_6/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_6/output/_295", "op": "Merge", "input": ["PartitionedCall/cond_6/then/_288/cond_6/onnx_tf_prefix_Pad_79", "PartitionedCall/cond_6/else/_289/cond_6/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_76", "op": "Transpose", "input": ["PartitionedCall/cond_6/output/_295", "PartitionedCall/transpose_76/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_5", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_76", "PartitionedCall/Reshape_5"], "attr": {"explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_25", "op": "AddV2", "input": ["PartitionedCall/depthwise_5", "unknown_50"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_77", "op": "Transpose", "input": ["PartitionedCall/Add_25", "PartitionedCall/transpose_77/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_81", "op": "Sigmoid", "input": ["PartitionedCall/transpose_77"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_82", "op": "Mul", "input": ["PartitionedCall/transpose_77", "PartitionedCall/onnx_tf_prefix_Sigmoid_81"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_5", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_82", "ConstantFolding/PartitionedCall/split_25-folded-1"], "attr": {"T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_79", "op": "Transpose", "input": ["PartitionedCall/Mean_5", "PartitionedCall/transpose_79/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_20", "op": "Conv2D", "input": ["PartitionedCall/transpose_79", "PartitionedCall/split_26"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_26", "op": "AddV2", "input": ["PartitionedCall/convolution_20", "unknown_52"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_80", "op": "Transpose", "input": ["PartitionedCall/Add_26", "PartitionedCall/transpose_80/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_85", "op": "Sigmoid", "input": ["PartitionedCall/transpose_80"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_86", "op": "Mul", "input": ["PartitionedCall/transpose_80", "PartitionedCall/onnx_tf_prefix_Sigmoid_85"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_82", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_86", "PartitionedCall/transpose_82/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_21", "op": "Conv2D", "input": ["PartitionedCall/transpose_82", "PartitionedCall/split_27"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_27", "op": "AddV2", "input": ["PartitionedCall/convolution_21", "unknown_54"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_83", "op": "Transpose", "input": ["PartitionedCall/Add_27", "PartitionedCall/transpose_83/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_88", "op": "Sigmoid", "input": ["PartitionedCall/transpose_83"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_89", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_88", "PartitionedCall/onnx_tf_prefix_Mul_82"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_85", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_89", "PartitionedCall/transpose_85/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_22", "op": "Conv2D", "input": ["PartitionedCall/transpose_85", "PartitionedCall/split_28"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_28", "op": "AddV2", "input": ["PartitionedCall/convolution_22", "unknown_56"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_23", "op": "Conv2D", "input": ["PartitionedCall/Add_28", "PartitionedCall/split_29"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_86", "op": "Transpose", "input": ["PartitionedCall/Add_28", "PartitionedCall/transpose_86/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_29", "op": "AddV2", "input": ["PartitionedCall/convolution_23", "unknown_58"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_89", "op": "Transpose", "input": ["PartitionedCall/Add_29", "PartitionedCall/transpose_89/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_92", "op": "Sigmoid", "input": ["PartitionedCall/transpose_89"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_93", "op": "Mul", "input": ["PartitionedCall/transpose_89", "PartitionedCall/onnx_tf_prefix_Sigmoid_92"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_7/PartitionedCall/onnx_tf_prefix_Mul_93/_303", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_93", "PartitionedCall/All_7"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_7/else/_298/cond_7/Shape", "op": "Shape", "input": ["PartitionedCall/cond_7/PartitionedCall/onnx_tf_prefix_Mul_93/_303", "^PartitionedCall/cond_7/pivot_f/_300"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_7/then/_297/cond_7/onnx_tf_prefix_Pad_94", "op": "Pad", "input": ["PartitionedCall/cond_7/PartitionedCall/onnx_tf_prefix_Mul_93/_303:1", "PartitionedCall/cond_7/then/_297/cond_7/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_7/else/_298/cond_7/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_7/else/_298/cond_7/Shape", "PartitionedCall/cond_7/else/_298/cond_7/GatherV2_1", "PartitionedCall/cond_7/else/_298/cond_7/GatherV2"], "attr": {"T": {"type": "DT_INT32"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_7/else/_298/cond_7/Slice", "op": "Slice", "input": ["PartitionedCall/cond_7/PartitionedCall/onnx_tf_prefix_Mul_93/_303", "PartitionedCall/cond_7/else/_298/cond_7/Neg", "PartitionedCall/cond_7/else/_298/cond_7/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_7/output/_304", "op": "Merge", "input": ["PartitionedCall/cond_7/then/_297/cond_7/onnx_tf_prefix_Pad_94", "PartitionedCall/cond_7/else/_298/cond_7/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_91", "op": "Transpose", "input": ["PartitionedCall/cond_7/output/_304", "PartitionedCall/transpose_91/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_6", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_91", "PartitionedCall/Reshape_6"], "attr": {"explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_30", "op": "AddV2", "input": ["PartitionedCall/depthwise_6", "unknown_60"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_92", "op": "Transpose", "input": ["PartitionedCall/Add_30", "PartitionedCall/transpose_92/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_96", "op": "Sigmoid", "input": ["PartitionedCall/transpose_92"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_97", "op": "Mul", "input": ["PartitionedCall/transpose_92", "PartitionedCall/onnx_tf_prefix_Sigmoid_96"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_6", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_97", "ConstantFolding/PartitionedCall/split_30-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_94", "op": "Transpose", "input": ["PartitionedCall/Mean_6", "PartitionedCall/transpose_94/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_24", "op": "Conv2D", "input": ["PartitionedCall/transpose_94", "PartitionedCall/split_31"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_31", "op": "AddV2", "input": ["PartitionedCall/convolution_24", "unknown_62"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_95", "op": "Transpose", "input": ["PartitionedCall/Add_31", "PartitionedCall/transpose_95/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_100", "op": "Sigmoid", "input": ["PartitionedCall/transpose_95"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_101", "op": "Mul", "input": ["PartitionedCall/transpose_95", "PartitionedCall/onnx_tf_prefix_Sigmoid_100"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_97", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_101", "PartitionedCall/transpose_97/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_25", "op": "Conv2D", "input": ["PartitionedCall/transpose_97", "PartitionedCall/split_32"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_32", "op": "AddV2", "input": ["PartitionedCall/convolution_25", "unknown_64"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_98", "op": "Transpose", "input": ["PartitionedCall/Add_32", "PartitionedCall/transpose_98/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_103", "op": "Sigmoid", "input": ["PartitionedCall/transpose_98"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_104", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_103", "PartitionedCall/onnx_tf_prefix_Mul_97"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_100", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_104", "PartitionedCall/transpose_100/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_26", "op": "Conv2D", "input": ["PartitionedCall/transpose_100", "PartitionedCall/split_33"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_33", "op": "AddV2", "input": ["PartitionedCall/convolution_26", "unknown_66"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_101", "op": "Transpose", "input": ["PartitionedCall/Add_33", "PartitionedCall/transpose_101/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_106", "op": "AddV2", "input": ["PartitionedCall/transpose_101", "PartitionedCall/transpose_86"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_103", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_106", "PartitionedCall/transpose_103/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_27", "op": "Conv2D", "input": ["PartitionedCall/transpose_103", "PartitionedCall/split_34"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_34", "op": "AddV2", "input": ["PartitionedCall/convolution_27", "unknown_68"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_104", "op": "Transpose", "input": ["PartitionedCall/Add_34", "PartitionedCall/transpose_104/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_108", "op": "Sigmoid", "input": ["PartitionedCall/transpose_104"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_109", "op": "Mul", "input": ["PartitionedCall/transpose_104", "PartitionedCall/onnx_tf_prefix_Sigmoid_108"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_8/PartitionedCall/onnx_tf_prefix_Mul_109/_312", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_109", "PartitionedCall/All_8"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_8/else/_307/cond_8/Shape", "op": "Shape", "input": ["PartitionedCall/cond_8/PartitionedCall/onnx_tf_prefix_Mul_109/_312", "^PartitionedCall/cond_8/pivot_f/_309"], "attr": {"out_type": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_8/then/_306/cond_8/onnx_tf_prefix_Pad_110", "op": "Pad", "input": ["PartitionedCall/cond_8/PartitionedCall/onnx_tf_prefix_Mul_109/_312:1", "PartitionedCall/cond_8/then/_306/cond_8/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_8/else/_307/cond_8/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_8/else/_307/cond_8/Shape", "PartitionedCall/cond_8/else/_307/cond_8/GatherV2_1", "PartitionedCall/cond_8/else/_307/cond_8/GatherV2"], "attr": {"T": {"type": "DT_INT32"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_8/else/_307/cond_8/Slice", "op": "Slice", "input": ["PartitionedCall/cond_8/PartitionedCall/onnx_tf_prefix_Mul_109/_312", "PartitionedCall/cond_8/else/_307/cond_8/Neg", "PartitionedCall/cond_8/else/_307/cond_8/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_8/output/_313", "op": "Merge", "input": ["PartitionedCall/cond_8/then/_306/cond_8/onnx_tf_prefix_Pad_110", "PartitionedCall/cond_8/else/_307/cond_8/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_106", "op": "Transpose", "input": ["PartitionedCall/cond_8/output/_313", "PartitionedCall/transpose_106/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_7", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_106", "PartitionedCall/Reshape_7"], "attr": {"explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_35", "op": "AddV2", "input": ["PartitionedCall/depthwise_7", "unknown_70"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_107", "op": "Transpose", "input": ["PartitionedCall/Add_35", "PartitionedCall/transpose_107/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_112", "op": "Sigmoid", "input": ["PartitionedCall/transpose_107"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_113", "op": "Mul", "input": ["PartitionedCall/transpose_107", "PartitionedCall/onnx_tf_prefix_Sigmoid_112"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_7", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_113", "ConstantFolding/PartitionedCall/split_35-folded-1"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_109", "op": "Transpose", "input": ["PartitionedCall/Mean_7", "PartitionedCall/transpose_109/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_28", "op": "Conv2D", "input": ["PartitionedCall/transpose_109", "PartitionedCall/split_36"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_36", "op": "AddV2", "input": ["PartitionedCall/convolution_28", "unknown_72"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_110", "op": "Transpose", "input": ["PartitionedCall/Add_36", "PartitionedCall/transpose_110/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_116", "op": "Sigmoid", "input": ["PartitionedCall/transpose_110"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_117", "op": "Mul", "input": ["PartitionedCall/transpose_110", "PartitionedCall/onnx_tf_prefix_Sigmoid_116"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_112", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_117", "PartitionedCall/transpose_112/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_29", "op": "Conv2D", "input": ["PartitionedCall/transpose_112", "PartitionedCall/split_37"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_37", "op": "AddV2", "input": ["PartitionedCall/convolution_29", "unknown_74"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_113", "op": "Transpose", "input": ["PartitionedCall/Add_37", "PartitionedCall/transpose_113/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_119", "op": "Sigmoid", "input": ["PartitionedCall/transpose_113"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_120", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_119", "PartitionedCall/onnx_tf_prefix_Mul_113"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_115", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_120", "PartitionedCall/transpose_115/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_30", "op": "Conv2D", "input": ["PartitionedCall/transpose_115", "PartitionedCall/split_38"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_38", "op": "AddV2", "input": ["PartitionedCall/convolution_30", "unknown_76"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_116", "op": "Transpose", "input": ["PartitionedCall/Add_38", "PartitionedCall/transpose_116/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_122", "op": "AddV2", "input": ["PartitionedCall/transpose_116", "PartitionedCall/onnx_tf_prefix_Add_106"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_118", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_122", "PartitionedCall/transpose_118/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_31", "op": "Conv2D", "input": ["PartitionedCall/transpose_118", "PartitionedCall/split_39"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_39", "op": "AddV2", "input": ["PartitionedCall/convolution_31", "unknown_78"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_119", "op": "Transpose", "input": ["PartitionedCall/Add_39", "PartitionedCall/transpose_119/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_124", "op": "Sigmoid", "input": ["PartitionedCall/transpose_119"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_125", "op": "Mul", "input": ["PartitionedCall/transpose_119", "PartitionedCall/onnx_tf_prefix_Sigmoid_124"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_9/PartitionedCall/onnx_tf_prefix_Mul_125/_321", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_125", "PartitionedCall/All_9"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_9/else/_316/cond_9/Shape", "op": "Shape", "input": ["PartitionedCall/cond_9/PartitionedCall/onnx_tf_prefix_Mul_125/_321", "^PartitionedCall/cond_9/pivot_f/_318"], "attr": {"out_type": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_9/then/_315/cond_9/onnx_tf_prefix_Pad_126", "op": "Pad", "input": ["PartitionedCall/cond_9/PartitionedCall/onnx_tf_prefix_Mul_125/_321:1", "PartitionedCall/cond_9/then/_315/cond_9/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_9/else/_316/cond_9/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_9/else/_316/cond_9/Shape", "PartitionedCall/cond_9/else/_316/cond_9/GatherV2_1", "PartitionedCall/cond_9/else/_316/cond_9/GatherV2"], "attr": {"T": {"type": "DT_INT32"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_9/else/_316/cond_9/Slice", "op": "Slice", "input": ["PartitionedCall/cond_9/PartitionedCall/onnx_tf_prefix_Mul_125/_321", "PartitionedCall/cond_9/else/_316/cond_9/Neg", "PartitionedCall/cond_9/else/_316/cond_9/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_9/output/_322", "op": "Merge", "input": ["PartitionedCall/cond_9/then/_315/cond_9/onnx_tf_prefix_Pad_126", "PartitionedCall/cond_9/else/_316/cond_9/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_121", "op": "Transpose", "input": ["PartitionedCall/cond_9/output/_322", "PartitionedCall/transpose_121/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_8", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_121", "PartitionedCall/Reshape_8"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}}}, {"name": "PartitionedCall/Add_40", "op": "AddV2", "input": ["PartitionedCall/depthwise_8", "unknown_80"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_122", "op": "Transpose", "input": ["PartitionedCall/Add_40", "PartitionedCall/transpose_122/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_128", "op": "Sigmoid", "input": ["PartitionedCall/transpose_122"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_129", "op": "Mul", "input": ["PartitionedCall/transpose_122", "PartitionedCall/onnx_tf_prefix_Sigmoid_128"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_8", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_129", "ConstantFolding/PartitionedCall/split_40-folded-1"], "attr": {"keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_124", "op": "Transpose", "input": ["PartitionedCall/Mean_8", "PartitionedCall/transpose_124/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_32", "op": "Conv2D", "input": ["PartitionedCall/transpose_124", "PartitionedCall/split_41"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_41", "op": "AddV2", "input": ["PartitionedCall/convolution_32", "unknown_82"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_125", "op": "Transpose", "input": ["PartitionedCall/Add_41", "PartitionedCall/transpose_125/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_132", "op": "Sigmoid", "input": ["PartitionedCall/transpose_125"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_133", "op": "Mul", "input": ["PartitionedCall/transpose_125", "PartitionedCall/onnx_tf_prefix_Sigmoid_132"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_127", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_133", "PartitionedCall/transpose_127/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_33", "op": "Conv2D", "input": ["PartitionedCall/transpose_127", "PartitionedCall/split_42"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_42", "op": "AddV2", "input": ["PartitionedCall/convolution_33", "unknown_84"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_128", "op": "Transpose", "input": ["PartitionedCall/Add_42", "PartitionedCall/transpose_128/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_135", "op": "Sigmoid", "input": ["PartitionedCall/transpose_128"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_136", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_135", "PartitionedCall/onnx_tf_prefix_Mul_129"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_130", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_136", "PartitionedCall/transpose_130/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_34", "op": "Conv2D", "input": ["PartitionedCall/transpose_130", "PartitionedCall/split_43"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_43", "op": "AddV2", "input": ["PartitionedCall/convolution_34", "unknown_86"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_35", "op": "Conv2D", "input": ["PartitionedCall/Add_43", "PartitionedCall/split_44"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/transpose_131", "op": "Transpose", "input": ["PartitionedCall/Add_43", "PartitionedCall/transpose_131/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_44", "op": "AddV2", "input": ["PartitionedCall/convolution_35", "unknown_88"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_134", "op": "Transpose", "input": ["PartitionedCall/Add_44", "PartitionedCall/transpose_134/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_139", "op": "Sigmoid", "input": ["PartitionedCall/transpose_134"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_140", "op": "Mul", "input": ["PartitionedCall/transpose_134", "PartitionedCall/onnx_tf_prefix_Sigmoid_139"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_10/PartitionedCall/onnx_tf_prefix_Mul_140/_330", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_140", "PartitionedCall/All_10"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_10/else/_325/cond_10/Shape", "op": "Shape", "input": ["PartitionedCall/cond_10/PartitionedCall/onnx_tf_prefix_Mul_140/_330", "^PartitionedCall/cond_10/pivot_f/_327"], "attr": {"out_type": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_10/then/_324/cond_10/onnx_tf_prefix_Pad_141", "op": "Pad", "input": ["PartitionedCall/cond_10/PartitionedCall/onnx_tf_prefix_Mul_140/_330:1", "PartitionedCall/cond_10/then/_324/cond_10/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_10/else/_325/cond_10/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_10/else/_325/cond_10/Shape", "PartitionedCall/cond_10/else/_325/cond_10/GatherV2_1", "PartitionedCall/cond_10/else/_325/cond_10/GatherV2"], "attr": {"T": {"type": "DT_INT32"}, "N": {"i": "3"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond_10/else/_325/cond_10/Slice", "op": "Slice", "input": ["PartitionedCall/cond_10/PartitionedCall/onnx_tf_prefix_Mul_140/_330", "PartitionedCall/cond_10/else/_325/cond_10/Neg", "PartitionedCall/cond_10/else/_325/cond_10/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_10/output/_331", "op": "Merge", "input": ["PartitionedCall/cond_10/then/_324/cond_10/onnx_tf_prefix_Pad_141", "PartitionedCall/cond_10/else/_325/cond_10/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_136", "op": "Transpose", "input": ["PartitionedCall/cond_10/output/_331", "PartitionedCall/transpose_136/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_9", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_136", "PartitionedCall/Reshape_9"], "attr": {"explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_45", "op": "AddV2", "input": ["PartitionedCall/depthwise_9", "unknown_90"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_137", "op": "Transpose", "input": ["PartitionedCall/Add_45", "PartitionedCall/transpose_137/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_143", "op": "Sigmoid", "input": ["PartitionedCall/transpose_137"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_144", "op": "Mul", "input": ["PartitionedCall/transpose_137", "PartitionedCall/onnx_tf_prefix_Sigmoid_143"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_9", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_144", "ConstantFolding/PartitionedCall/split_45-folded-1"], "attr": {"T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_139", "op": "Transpose", "input": ["PartitionedCall/Mean_9", "PartitionedCall/transpose_139/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_36", "op": "Conv2D", "input": ["PartitionedCall/transpose_139", "PartitionedCall/split_46"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_46", "op": "AddV2", "input": ["PartitionedCall/convolution_36", "unknown_92"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_140", "op": "Transpose", "input": ["PartitionedCall/Add_46", "PartitionedCall/transpose_140/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_147", "op": "Sigmoid", "input": ["PartitionedCall/transpose_140"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_148", "op": "Mul", "input": ["PartitionedCall/transpose_140", "PartitionedCall/onnx_tf_prefix_Sigmoid_147"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_142", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_148", "PartitionedCall/transpose_142/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_37", "op": "Conv2D", "input": ["PartitionedCall/transpose_142", "PartitionedCall/split_47"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_47", "op": "AddV2", "input": ["PartitionedCall/convolution_37", "unknown_94"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_143", "op": "Transpose", "input": ["PartitionedCall/Add_47", "PartitionedCall/transpose_143/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_150", "op": "Sigmoid", "input": ["PartitionedCall/transpose_143"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_151", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_150", "PartitionedCall/onnx_tf_prefix_Mul_144"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_145", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_151", "PartitionedCall/transpose_145/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_38", "op": "Conv2D", "input": ["PartitionedCall/transpose_145", "PartitionedCall/split_48"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_48", "op": "AddV2", "input": ["PartitionedCall/convolution_38", "unknown_96"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_146", "op": "Transpose", "input": ["PartitionedCall/Add_48", "PartitionedCall/transpose_146/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_153", "op": "AddV2", "input": ["PartitionedCall/transpose_146", "PartitionedCall/transpose_131"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_148", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_153", "PartitionedCall/transpose_148/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_39", "op": "Conv2D", "input": ["PartitionedCall/transpose_148", "PartitionedCall/split_49"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_49", "op": "AddV2", "input": ["PartitionedCall/convolution_39", "unknown_98"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_149", "op": "Transpose", "input": ["PartitionedCall/Add_49", "PartitionedCall/transpose_149/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_155", "op": "Sigmoid", "input": ["PartitionedCall/transpose_149"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_156", "op": "Mul", "input": ["PartitionedCall/transpose_149", "PartitionedCall/onnx_tf_prefix_Sigmoid_155"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_11/PartitionedCall/onnx_tf_prefix_Mul_156/_339", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_156", "PartitionedCall/All_11"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_11/else/_334/cond_11/Shape", "op": "Shape", "input": ["PartitionedCall/cond_11/PartitionedCall/onnx_tf_prefix_Mul_156/_339", "^PartitionedCall/cond_11/pivot_f/_336"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_11/then/_333/cond_11/onnx_tf_prefix_Pad_157", "op": "Pad", "input": ["PartitionedCall/cond_11/PartitionedCall/onnx_tf_prefix_Mul_156/_339:1", "PartitionedCall/cond_11/then/_333/cond_11/transpose"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_11/else/_334/cond_11/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_11/else/_334/cond_11/Shape", "PartitionedCall/cond_11/else/_334/cond_11/GatherV2_1", "PartitionedCall/cond_11/else/_334/cond_11/GatherV2"], "attr": {"T": {"type": "DT_INT32"}, "N": {"i": "3"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond_11/else/_334/cond_11/Slice", "op": "Slice", "input": ["PartitionedCall/cond_11/PartitionedCall/onnx_tf_prefix_Mul_156/_339", "PartitionedCall/cond_11/else/_334/cond_11/Neg", "PartitionedCall/cond_11/else/_334/cond_11/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_11/output/_340", "op": "Merge", "input": ["PartitionedCall/cond_11/then/_333/cond_11/onnx_tf_prefix_Pad_157", "PartitionedCall/cond_11/else/_334/cond_11/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_151", "op": "Transpose", "input": ["PartitionedCall/cond_11/output/_340", "PartitionedCall/transpose_151/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_10", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_151", "PartitionedCall/Reshape_10"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_50", "op": "AddV2", "input": ["PartitionedCall/depthwise_10", "unknown_100"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_152", "op": "Transpose", "input": ["PartitionedCall/Add_50", "PartitionedCall/transpose_152/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_159", "op": "Sigmoid", "input": ["PartitionedCall/transpose_152"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_160", "op": "Mul", "input": ["PartitionedCall/transpose_152", "PartitionedCall/onnx_tf_prefix_Sigmoid_159"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_10", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_160", "ConstantFolding/PartitionedCall/split_50-folded-1"], "attr": {"keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_154", "op": "Transpose", "input": ["PartitionedCall/Mean_10", "PartitionedCall/transpose_154/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_40", "op": "Conv2D", "input": ["PartitionedCall/transpose_154", "PartitionedCall/split_51"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_51", "op": "AddV2", "input": ["PartitionedCall/convolution_40", "unknown_102"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_155", "op": "Transpose", "input": ["PartitionedCall/Add_51", "PartitionedCall/transpose_155/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_163", "op": "Sigmoid", "input": ["PartitionedCall/transpose_155"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_164", "op": "Mul", "input": ["PartitionedCall/transpose_155", "PartitionedCall/onnx_tf_prefix_Sigmoid_163"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_157", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_164", "PartitionedCall/transpose_157/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_41", "op": "Conv2D", "input": ["PartitionedCall/transpose_157", "PartitionedCall/split_52"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_52", "op": "AddV2", "input": ["PartitionedCall/convolution_41", "unknown_104"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_158", "op": "Transpose", "input": ["PartitionedCall/Add_52", "PartitionedCall/transpose_158/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_166", "op": "Sigmoid", "input": ["PartitionedCall/transpose_158"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_167", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_166", "PartitionedCall/onnx_tf_prefix_Mul_160"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_160", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_167", "PartitionedCall/transpose_160/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_42", "op": "Conv2D", "input": ["PartitionedCall/transpose_160", "PartitionedCall/split_53"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_53", "op": "AddV2", "input": ["PartitionedCall/convolution_42", "unknown_106"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_161", "op": "Transpose", "input": ["PartitionedCall/Add_53", "PartitionedCall/transpose_161/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_169", "op": "AddV2", "input": ["PartitionedCall/transpose_161", "PartitionedCall/onnx_tf_prefix_Add_153"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_163", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_169", "PartitionedCall/transpose_163/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_43", "op": "Conv2D", "input": ["PartitionedCall/transpose_163", "PartitionedCall/split_54"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_54", "op": "AddV2", "input": ["PartitionedCall/convolution_43", "unknown_108"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_164", "op": "Transpose", "input": ["PartitionedCall/Add_54", "PartitionedCall/transpose_164/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_171", "op": "Sigmoid", "input": ["PartitionedCall/transpose_164"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_172", "op": "Mul", "input": ["PartitionedCall/transpose_164", "PartitionedCall/onnx_tf_prefix_Sigmoid_171"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_12/PartitionedCall/onnx_tf_prefix_Mul_172/_348", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_172", "PartitionedCall/All_12"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_12/else/_343/cond_12/Shape", "op": "Shape", "input": ["PartitionedCall/cond_12/PartitionedCall/onnx_tf_prefix_Mul_172/_348", "^PartitionedCall/cond_12/pivot_f/_345"], "attr": {"out_type": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_12/then/_342/cond_12/onnx_tf_prefix_Pad_173", "op": "Pad", "input": ["PartitionedCall/cond_12/PartitionedCall/onnx_tf_prefix_Mul_172/_348:1", "PartitionedCall/cond_12/then/_342/cond_12/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_12/else/_343/cond_12/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_12/else/_343/cond_12/Shape", "PartitionedCall/cond_12/else/_343/cond_12/GatherV2_1", "PartitionedCall/cond_12/else/_343/cond_12/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT32"}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_12/else/_343/cond_12/Slice", "op": "Slice", "input": ["PartitionedCall/cond_12/PartitionedCall/onnx_tf_prefix_Mul_172/_348", "PartitionedCall/cond_12/else/_343/cond_12/Neg", "PartitionedCall/cond_12/else/_343/cond_12/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_12/output/_349", "op": "Merge", "input": ["PartitionedCall/cond_12/then/_342/cond_12/onnx_tf_prefix_Pad_173", "PartitionedCall/cond_12/else/_343/cond_12/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_166", "op": "Transpose", "input": ["PartitionedCall/cond_12/output/_349", "PartitionedCall/transpose_166/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_11", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_166", "PartitionedCall/Reshape_11"], "attr": {"T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_55", "op": "AddV2", "input": ["PartitionedCall/depthwise_11", "unknown_110"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_167", "op": "Transpose", "input": ["PartitionedCall/Add_55", "PartitionedCall/transpose_167/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_175", "op": "Sigmoid", "input": ["PartitionedCall/transpose_167"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_176", "op": "Mul", "input": ["PartitionedCall/transpose_167", "PartitionedCall/onnx_tf_prefix_Sigmoid_175"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_11", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_176", "ConstantFolding/PartitionedCall/split_55-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_169", "op": "Transpose", "input": ["PartitionedCall/Mean_11", "PartitionedCall/transpose_169/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_44", "op": "Conv2D", "input": ["PartitionedCall/transpose_169", "PartitionedCall/split_56"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_56", "op": "AddV2", "input": ["PartitionedCall/convolution_44", "unknown_112"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_170", "op": "Transpose", "input": ["PartitionedCall/Add_56", "PartitionedCall/transpose_170/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_179", "op": "Sigmoid", "input": ["PartitionedCall/transpose_170"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_180", "op": "Mul", "input": ["PartitionedCall/transpose_170", "PartitionedCall/onnx_tf_prefix_Sigmoid_179"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_172", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_180", "PartitionedCall/transpose_172/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_45", "op": "Conv2D", "input": ["PartitionedCall/transpose_172", "PartitionedCall/split_57"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_57", "op": "AddV2", "input": ["PartitionedCall/convolution_45", "unknown_114"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_173", "op": "Transpose", "input": ["PartitionedCall/Add_57", "PartitionedCall/transpose_173/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_182", "op": "Sigmoid", "input": ["PartitionedCall/transpose_173"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_183", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_182", "PartitionedCall/onnx_tf_prefix_Mul_176"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_175", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_183", "PartitionedCall/transpose_175/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_46", "op": "Conv2D", "input": ["PartitionedCall/transpose_175", "PartitionedCall/split_58"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_58", "op": "AddV2", "input": ["PartitionedCall/convolution_46", "unknown_116"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_176", "op": "Transpose", "input": ["PartitionedCall/Add_58", "PartitionedCall/transpose_176/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_185", "op": "AddV2", "input": ["PartitionedCall/transpose_176", "PartitionedCall/onnx_tf_prefix_Add_169"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_178", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_185", "PartitionedCall/transpose_178/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_47", "op": "Conv2D", "input": ["PartitionedCall/transpose_178", "PartitionedCall/split_59"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_59", "op": "AddV2", "input": ["PartitionedCall/convolution_47", "unknown_118"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_179", "op": "Transpose", "input": ["PartitionedCall/Add_59", "PartitionedCall/transpose_179/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_187", "op": "Sigmoid", "input": ["PartitionedCall/transpose_179"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_188", "op": "Mul", "input": ["PartitionedCall/transpose_179", "PartitionedCall/onnx_tf_prefix_Sigmoid_187"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_13/PartitionedCall/onnx_tf_prefix_Mul_188/_357", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_188", "PartitionedCall/All_13"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_13/else/_352/cond_13/Shape", "op": "Shape", "input": ["PartitionedCall/cond_13/PartitionedCall/onnx_tf_prefix_Mul_188/_357", "^PartitionedCall/cond_13/pivot_f/_354"], "attr": {"out_type": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_13/then/_351/cond_13/onnx_tf_prefix_Pad_189", "op": "Pad", "input": ["PartitionedCall/cond_13/PartitionedCall/onnx_tf_prefix_Mul_188/_357:1", "PartitionedCall/cond_13/then/_351/cond_13/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_13/else/_352/cond_13/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_13/else/_352/cond_13/Shape", "PartitionedCall/cond_13/else/_352/cond_13/GatherV2_1", "PartitionedCall/cond_13/else/_352/cond_13/GatherV2"], "attr": {"N": {"i": "3"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_13/else/_352/cond_13/Slice", "op": "Slice", "input": ["PartitionedCall/cond_13/PartitionedCall/onnx_tf_prefix_Mul_188/_357", "PartitionedCall/cond_13/else/_352/cond_13/Neg", "PartitionedCall/cond_13/else/_352/cond_13/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_13/output/_358", "op": "Merge", "input": ["PartitionedCall/cond_13/then/_351/cond_13/onnx_tf_prefix_Pad_189", "PartitionedCall/cond_13/else/_352/cond_13/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_181", "op": "Transpose", "input": ["PartitionedCall/cond_13/output/_358", "PartitionedCall/transpose_181/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_12", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_181", "PartitionedCall/Reshape_12"], "attr": {"explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_60", "op": "AddV2", "input": ["PartitionedCall/depthwise_12", "unknown_120"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_182", "op": "Transpose", "input": ["PartitionedCall/Add_60", "PartitionedCall/transpose_182/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_191", "op": "Sigmoid", "input": ["PartitionedCall/transpose_182"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_192", "op": "Mul", "input": ["PartitionedCall/transpose_182", "PartitionedCall/onnx_tf_prefix_Sigmoid_191"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_12", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_192", "ConstantFolding/PartitionedCall/split_60-folded-1"], "attr": {"keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_184", "op": "Transpose", "input": ["PartitionedCall/Mean_12", "PartitionedCall/transpose_184/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_48", "op": "Conv2D", "input": ["PartitionedCall/transpose_184", "PartitionedCall/split_61"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_61", "op": "AddV2", "input": ["PartitionedCall/convolution_48", "unknown_122"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_185", "op": "Transpose", "input": ["PartitionedCall/Add_61", "PartitionedCall/transpose_185/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_195", "op": "Sigmoid", "input": ["PartitionedCall/transpose_185"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_196", "op": "Mul", "input": ["PartitionedCall/transpose_185", "PartitionedCall/onnx_tf_prefix_Sigmoid_195"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_187", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_196", "PartitionedCall/transpose_187/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_49", "op": "Conv2D", "input": ["PartitionedCall/transpose_187", "PartitionedCall/split_62"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_62", "op": "AddV2", "input": ["PartitionedCall/convolution_49", "unknown_124"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_188", "op": "Transpose", "input": ["PartitionedCall/Add_62", "PartitionedCall/transpose_188/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_198", "op": "Sigmoid", "input": ["PartitionedCall/transpose_188"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_199", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_198", "PartitionedCall/onnx_tf_prefix_Mul_192"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_190", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_199", "PartitionedCall/transpose_190/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_50", "op": "Conv2D", "input": ["PartitionedCall/transpose_190", "PartitionedCall/split_63"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_63", "op": "AddV2", "input": ["PartitionedCall/convolution_50", "unknown_126"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_51", "op": "Conv2D", "input": ["PartitionedCall/Add_63", "PartitionedCall/split_64"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/transpose_191", "op": "Transpose", "input": ["PartitionedCall/Add_63", "PartitionedCall/transpose_191/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Add_64", "op": "AddV2", "input": ["PartitionedCall/convolution_51", "unknown_128"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_194", "op": "Transpose", "input": ["PartitionedCall/Add_64", "PartitionedCall/transpose_194/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_202", "op": "Sigmoid", "input": ["PartitionedCall/transpose_194"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_203", "op": "Mul", "input": ["PartitionedCall/transpose_194", "PartitionedCall/onnx_tf_prefix_Sigmoid_202"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_14/PartitionedCall/onnx_tf_prefix_Mul_203/_366", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_203", "PartitionedCall/All_14"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_14/else/_361/cond_14/Shape", "op": "Shape", "input": ["PartitionedCall/cond_14/PartitionedCall/onnx_tf_prefix_Mul_203/_366", "^PartitionedCall/cond_14/pivot_f/_363"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_14/then/_360/cond_14/onnx_tf_prefix_Pad_204", "op": "Pad", "input": ["PartitionedCall/cond_14/PartitionedCall/onnx_tf_prefix_Mul_203/_366:1", "PartitionedCall/cond_14/then/_360/cond_14/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_14/else/_361/cond_14/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_14/else/_361/cond_14/Shape", "PartitionedCall/cond_14/else/_361/cond_14/GatherV2_1", "PartitionedCall/cond_14/else/_361/cond_14/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT32"}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_14/else/_361/cond_14/Slice", "op": "Slice", "input": ["PartitionedCall/cond_14/PartitionedCall/onnx_tf_prefix_Mul_203/_366", "PartitionedCall/cond_14/else/_361/cond_14/Neg", "PartitionedCall/cond_14/else/_361/cond_14/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_14/output/_367", "op": "Merge", "input": ["PartitionedCall/cond_14/then/_360/cond_14/onnx_tf_prefix_Pad_204", "PartitionedCall/cond_14/else/_361/cond_14/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_196", "op": "Transpose", "input": ["PartitionedCall/cond_14/output/_367", "PartitionedCall/transpose_196/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_13", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_196", "PartitionedCall/Reshape_13"], "attr": {"padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_65", "op": "AddV2", "input": ["PartitionedCall/depthwise_13", "unknown_130"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_197", "op": "Transpose", "input": ["PartitionedCall/Add_65", "PartitionedCall/transpose_197/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_206", "op": "Sigmoid", "input": ["PartitionedCall/transpose_197"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_207", "op": "Mul", "input": ["PartitionedCall/transpose_197", "PartitionedCall/onnx_tf_prefix_Sigmoid_206"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_13", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_207", "ConstantFolding/PartitionedCall/split_65-folded-1"], "attr": {"keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_199", "op": "Transpose", "input": ["PartitionedCall/Mean_13", "PartitionedCall/transpose_199/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_52", "op": "Conv2D", "input": ["PartitionedCall/transpose_199", "PartitionedCall/split_66"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_66", "op": "AddV2", "input": ["PartitionedCall/convolution_52", "unknown_132"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_200", "op": "Transpose", "input": ["PartitionedCall/Add_66", "PartitionedCall/transpose_200/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_210", "op": "Sigmoid", "input": ["PartitionedCall/transpose_200"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_211", "op": "Mul", "input": ["PartitionedCall/transpose_200", "PartitionedCall/onnx_tf_prefix_Sigmoid_210"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_202", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_211", "PartitionedCall/transpose_202/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_53", "op": "Conv2D", "input": ["PartitionedCall/transpose_202", "PartitionedCall/split_67"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_67", "op": "AddV2", "input": ["PartitionedCall/convolution_53", "unknown_134"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_203", "op": "Transpose", "input": ["PartitionedCall/Add_67", "PartitionedCall/transpose_203/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_213", "op": "Sigmoid", "input": ["PartitionedCall/transpose_203"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_214", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_213", "PartitionedCall/onnx_tf_prefix_Mul_207"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_205", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_214", "PartitionedCall/transpose_205/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_54", "op": "Conv2D", "input": ["PartitionedCall/transpose_205", "PartitionedCall/split_68"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_68", "op": "AddV2", "input": ["PartitionedCall/convolution_54", "unknown_136"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_206", "op": "Transpose", "input": ["PartitionedCall/Add_68", "PartitionedCall/transpose_206/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_216", "op": "AddV2", "input": ["PartitionedCall/transpose_206", "PartitionedCall/transpose_191"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_208", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_216", "PartitionedCall/transpose_208/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_55", "op": "Conv2D", "input": ["PartitionedCall/transpose_208", "PartitionedCall/split_69"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_69", "op": "AddV2", "input": ["PartitionedCall/convolution_55", "unknown_138"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_209", "op": "Transpose", "input": ["PartitionedCall/Add_69", "PartitionedCall/transpose_209/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_218", "op": "Sigmoid", "input": ["PartitionedCall/transpose_209"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_219", "op": "Mul", "input": ["PartitionedCall/transpose_209", "PartitionedCall/onnx_tf_prefix_Sigmoid_218"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_15/PartitionedCall/onnx_tf_prefix_Mul_219/_375", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_219", "PartitionedCall/All_15"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_15/else/_370/cond_15/Shape", "op": "Shape", "input": ["PartitionedCall/cond_15/PartitionedCall/onnx_tf_prefix_Mul_219/_375", "^PartitionedCall/cond_15/pivot_f/_372"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_15/then/_369/cond_15/onnx_tf_prefix_Pad_220", "op": "Pad", "input": ["PartitionedCall/cond_15/PartitionedCall/onnx_tf_prefix_Mul_219/_375:1", "PartitionedCall/cond_15/then/_369/cond_15/transpose"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_15/else/_370/cond_15/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_15/else/_370/cond_15/Shape", "PartitionedCall/cond_15/else/_370/cond_15/GatherV2_1", "PartitionedCall/cond_15/else/_370/cond_15/GatherV2"], "attr": {"T": {"type": "DT_INT32"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_15/else/_370/cond_15/Slice", "op": "Slice", "input": ["PartitionedCall/cond_15/PartitionedCall/onnx_tf_prefix_Mul_219/_375", "PartitionedCall/cond_15/else/_370/cond_15/Neg", "PartitionedCall/cond_15/else/_370/cond_15/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_15/output/_376", "op": "Merge", "input": ["PartitionedCall/cond_15/then/_369/cond_15/onnx_tf_prefix_Pad_220", "PartitionedCall/cond_15/else/_370/cond_15/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_211", "op": "Transpose", "input": ["PartitionedCall/cond_15/output/_376", "PartitionedCall/transpose_211/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_14", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_211", "PartitionedCall/Reshape_14"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_70", "op": "AddV2", "input": ["PartitionedCall/depthwise_14", "unknown_140"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_212", "op": "Transpose", "input": ["PartitionedCall/Add_70", "PartitionedCall/transpose_212/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_222", "op": "Sigmoid", "input": ["PartitionedCall/transpose_212"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_223", "op": "Mul", "input": ["PartitionedCall/transpose_212", "PartitionedCall/onnx_tf_prefix_Sigmoid_222"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_14", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_223", "ConstantFolding/PartitionedCall/split_70-folded-1"], "attr": {"T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_214", "op": "Transpose", "input": ["PartitionedCall/Mean_14", "PartitionedCall/transpose_214/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_56", "op": "Conv2D", "input": ["PartitionedCall/transpose_214", "PartitionedCall/split_71"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_71", "op": "AddV2", "input": ["PartitionedCall/convolution_56", "unknown_142"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_215", "op": "Transpose", "input": ["PartitionedCall/Add_71", "PartitionedCall/transpose_215/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_226", "op": "Sigmoid", "input": ["PartitionedCall/transpose_215"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_227", "op": "Mul", "input": ["PartitionedCall/transpose_215", "PartitionedCall/onnx_tf_prefix_Sigmoid_226"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_217", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_227", "PartitionedCall/transpose_217/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_57", "op": "Conv2D", "input": ["PartitionedCall/transpose_217", "PartitionedCall/split_72"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_72", "op": "AddV2", "input": ["PartitionedCall/convolution_57", "unknown_144"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_218", "op": "Transpose", "input": ["PartitionedCall/Add_72", "PartitionedCall/transpose_218/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_229", "op": "Sigmoid", "input": ["PartitionedCall/transpose_218"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_230", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_229", "PartitionedCall/onnx_tf_prefix_Mul_223"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_220", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_230", "PartitionedCall/transpose_220/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_58", "op": "Conv2D", "input": ["PartitionedCall/transpose_220", "PartitionedCall/split_73"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_73", "op": "AddV2", "input": ["PartitionedCall/convolution_58", "unknown_146"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_221", "op": "Transpose", "input": ["PartitionedCall/Add_73", "PartitionedCall/transpose_221/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_232", "op": "AddV2", "input": ["PartitionedCall/transpose_221", "PartitionedCall/onnx_tf_prefix_Add_216"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_223", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_232", "PartitionedCall/transpose_223/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_59", "op": "Conv2D", "input": ["PartitionedCall/transpose_223", "PartitionedCall/split_74"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_74", "op": "AddV2", "input": ["PartitionedCall/convolution_59", "unknown_148"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_224", "op": "Transpose", "input": ["PartitionedCall/Add_74", "PartitionedCall/transpose_224/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_234", "op": "Sigmoid", "input": ["PartitionedCall/transpose_224"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_235", "op": "Mul", "input": ["PartitionedCall/transpose_224", "PartitionedCall/onnx_tf_prefix_Sigmoid_234"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_16/PartitionedCall/onnx_tf_prefix_Mul_235/_384", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_235", "PartitionedCall/All_16"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_16/else/_379/cond_16/Shape", "op": "Shape", "input": ["PartitionedCall/cond_16/PartitionedCall/onnx_tf_prefix_Mul_235/_384", "^PartitionedCall/cond_16/pivot_f/_381"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_16/then/_378/cond_16/onnx_tf_prefix_Pad_236", "op": "Pad", "input": ["PartitionedCall/cond_16/PartitionedCall/onnx_tf_prefix_Mul_235/_384:1", "PartitionedCall/cond_16/then/_378/cond_16/transpose"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_16/else/_379/cond_16/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_16/else/_379/cond_16/Shape", "PartitionedCall/cond_16/else/_379/cond_16/GatherV2_1", "PartitionedCall/cond_16/else/_379/cond_16/GatherV2"], "attr": {"T": {"type": "DT_INT32"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_16/else/_379/cond_16/Slice", "op": "Slice", "input": ["PartitionedCall/cond_16/PartitionedCall/onnx_tf_prefix_Mul_235/_384", "PartitionedCall/cond_16/else/_379/cond_16/Neg", "PartitionedCall/cond_16/else/_379/cond_16/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_16/output/_385", "op": "Merge", "input": ["PartitionedCall/cond_16/then/_378/cond_16/onnx_tf_prefix_Pad_236", "PartitionedCall/cond_16/else/_379/cond_16/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_226", "op": "Transpose", "input": ["PartitionedCall/cond_16/output/_385", "PartitionedCall/transpose_226/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_15", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_226", "PartitionedCall/Reshape_15"], "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_75", "op": "AddV2", "input": ["PartitionedCall/depthwise_15", "unknown_150"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_227", "op": "Transpose", "input": ["PartitionedCall/Add_75", "PartitionedCall/transpose_227/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_238", "op": "Sigmoid", "input": ["PartitionedCall/transpose_227"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_239", "op": "Mul", "input": ["PartitionedCall/transpose_227", "PartitionedCall/onnx_tf_prefix_Sigmoid_238"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_15", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_239", "ConstantFolding/PartitionedCall/split_75-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}}}, {"name": "PartitionedCall/transpose_229", "op": "Transpose", "input": ["PartitionedCall/Mean_15", "PartitionedCall/transpose_229/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_60", "op": "Conv2D", "input": ["PartitionedCall/transpose_229", "PartitionedCall/split_76"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_76", "op": "AddV2", "input": ["PartitionedCall/convolution_60", "unknown_152"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_230", "op": "Transpose", "input": ["PartitionedCall/Add_76", "PartitionedCall/transpose_230/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_242", "op": "Sigmoid", "input": ["PartitionedCall/transpose_230"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_243", "op": "Mul", "input": ["PartitionedCall/transpose_230", "PartitionedCall/onnx_tf_prefix_Sigmoid_242"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_232", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_243", "PartitionedCall/transpose_232/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_61", "op": "Conv2D", "input": ["PartitionedCall/transpose_232", "PartitionedCall/split_77"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_77", "op": "AddV2", "input": ["PartitionedCall/convolution_61", "unknown_154"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_233", "op": "Transpose", "input": ["PartitionedCall/Add_77", "PartitionedCall/transpose_233/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_245", "op": "Sigmoid", "input": ["PartitionedCall/transpose_233"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_246", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_245", "PartitionedCall/onnx_tf_prefix_Mul_239"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_235", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_246", "PartitionedCall/transpose_235/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_62", "op": "Conv2D", "input": ["PartitionedCall/transpose_235", "PartitionedCall/split_78"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_78", "op": "AddV2", "input": ["PartitionedCall/convolution_62", "unknown_156"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_236", "op": "Transpose", "input": ["PartitionedCall/Add_78", "PartitionedCall/transpose_236/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_248", "op": "AddV2", "input": ["PartitionedCall/transpose_236", "PartitionedCall/onnx_tf_prefix_Add_232"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_238", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_248", "PartitionedCall/transpose_238/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_63", "op": "Conv2D", "input": ["PartitionedCall/transpose_238", "PartitionedCall/split_79"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_79", "op": "AddV2", "input": ["PartitionedCall/convolution_63", "unknown_158"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_239", "op": "Transpose", "input": ["PartitionedCall/Add_79", "PartitionedCall/transpose_239/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_250", "op": "Sigmoid", "input": ["PartitionedCall/transpose_239"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_251", "op": "Mul", "input": ["PartitionedCall/transpose_239", "PartitionedCall/onnx_tf_prefix_Sigmoid_250"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_17/PartitionedCall/onnx_tf_prefix_Mul_251/_393", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_251", "PartitionedCall/All_17"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_17/else/_388/cond_17/Shape", "op": "Shape", "input": ["PartitionedCall/cond_17/PartitionedCall/onnx_tf_prefix_Mul_251/_393", "^PartitionedCall/cond_17/pivot_f/_390"], "attr": {"out_type": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_17/then/_387/cond_17/onnx_tf_prefix_Pad_252", "op": "Pad", "input": ["PartitionedCall/cond_17/PartitionedCall/onnx_tf_prefix_Mul_251/_393:1", "PartitionedCall/cond_17/then/_387/cond_17/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_17/else/_388/cond_17/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_17/else/_388/cond_17/Shape", "PartitionedCall/cond_17/else/_388/cond_17/GatherV2_1", "PartitionedCall/cond_17/else/_388/cond_17/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}, "T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_17/else/_388/cond_17/Slice", "op": "Slice", "input": ["PartitionedCall/cond_17/PartitionedCall/onnx_tf_prefix_Mul_251/_393", "PartitionedCall/cond_17/else/_388/cond_17/Neg", "PartitionedCall/cond_17/else/_388/cond_17/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_17/output/_394", "op": "Merge", "input": ["PartitionedCall/cond_17/then/_387/cond_17/onnx_tf_prefix_Pad_252", "PartitionedCall/cond_17/else/_388/cond_17/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_241", "op": "Transpose", "input": ["PartitionedCall/cond_17/output/_394", "PartitionedCall/transpose_241/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_16", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_241", "PartitionedCall/Reshape_16"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_80", "op": "AddV2", "input": ["PartitionedCall/depthwise_16", "unknown_160"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_242", "op": "Transpose", "input": ["PartitionedCall/Add_80", "PartitionedCall/transpose_242/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_254", "op": "Sigmoid", "input": ["PartitionedCall/transpose_242"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_255", "op": "Mul", "input": ["PartitionedCall/transpose_242", "PartitionedCall/onnx_tf_prefix_Sigmoid_254"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_16", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_255", "ConstantFolding/PartitionedCall/split_80-folded-1"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_244", "op": "Transpose", "input": ["PartitionedCall/Mean_16", "PartitionedCall/transpose_244/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_64", "op": "Conv2D", "input": ["PartitionedCall/transpose_244", "PartitionedCall/split_81"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_81", "op": "AddV2", "input": ["PartitionedCall/convolution_64", "unknown_162"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_245", "op": "Transpose", "input": ["PartitionedCall/Add_81", "PartitionedCall/transpose_245/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_258", "op": "Sigmoid", "input": ["PartitionedCall/transpose_245"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_259", "op": "Mul", "input": ["PartitionedCall/transpose_245", "PartitionedCall/onnx_tf_prefix_Sigmoid_258"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_247", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_259", "PartitionedCall/transpose_247/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_65", "op": "Conv2D", "input": ["PartitionedCall/transpose_247", "PartitionedCall/split_82"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_82", "op": "AddV2", "input": ["PartitionedCall/convolution_65", "unknown_164"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_248", "op": "Transpose", "input": ["PartitionedCall/Add_82", "PartitionedCall/transpose_248/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_261", "op": "Sigmoid", "input": ["PartitionedCall/transpose_248"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_262", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_261", "PartitionedCall/onnx_tf_prefix_Mul_255"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_250", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_262", "PartitionedCall/transpose_250/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_66", "op": "Conv2D", "input": ["PartitionedCall/transpose_250", "PartitionedCall/split_83"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_83", "op": "AddV2", "input": ["PartitionedCall/convolution_66", "unknown_166"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_67", "op": "Conv2D", "input": ["PartitionedCall/Add_83", "PartitionedCall/split_84"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/transpose_251", "op": "Transpose", "input": ["PartitionedCall/Add_83", "PartitionedCall/transpose_251/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Add_84", "op": "AddV2", "input": ["PartitionedCall/convolution_67", "unknown_168"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_254", "op": "Transpose", "input": ["PartitionedCall/Add_84", "PartitionedCall/transpose_254/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_265", "op": "Sigmoid", "input": ["PartitionedCall/transpose_254"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_266", "op": "Mul", "input": ["PartitionedCall/transpose_254", "PartitionedCall/onnx_tf_prefix_Sigmoid_265"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_18/PartitionedCall/onnx_tf_prefix_Mul_266/_402", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_266", "PartitionedCall/All_18"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_18/else/_397/cond_18/Shape", "op": "Shape", "input": ["PartitionedCall/cond_18/PartitionedCall/onnx_tf_prefix_Mul_266/_402", "^PartitionedCall/cond_18/pivot_f/_399"], "attr": {"out_type": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_18/then/_396/cond_18/onnx_tf_prefix_Pad_267", "op": "Pad", "input": ["PartitionedCall/cond_18/PartitionedCall/onnx_tf_prefix_Mul_266/_402:1", "PartitionedCall/cond_18/then/_396/cond_18/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_18/else/_397/cond_18/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_18/else/_397/cond_18/Shape", "PartitionedCall/cond_18/else/_397/cond_18/GatherV2_1", "PartitionedCall/cond_18/else/_397/cond_18/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT32"}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_18/else/_397/cond_18/Slice", "op": "Slice", "input": ["PartitionedCall/cond_18/PartitionedCall/onnx_tf_prefix_Mul_266/_402", "PartitionedCall/cond_18/else/_397/cond_18/Neg", "PartitionedCall/cond_18/else/_397/cond_18/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_18/output/_403", "op": "Merge", "input": ["PartitionedCall/cond_18/then/_396/cond_18/onnx_tf_prefix_Pad_267", "PartitionedCall/cond_18/else/_397/cond_18/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_256", "op": "Transpose", "input": ["PartitionedCall/cond_18/output/_403", "PartitionedCall/transpose_256/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_17", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_256", "PartitionedCall/Reshape_17"], "attr": {"data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_85", "op": "AddV2", "input": ["PartitionedCall/depthwise_17", "unknown_170"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_257", "op": "Transpose", "input": ["PartitionedCall/Add_85", "PartitionedCall/transpose_257/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_269", "op": "Sigmoid", "input": ["PartitionedCall/transpose_257"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_270", "op": "Mul", "input": ["PartitionedCall/transpose_257", "PartitionedCall/onnx_tf_prefix_Sigmoid_269"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_17", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_270", "ConstantFolding/PartitionedCall/split_85-folded-1"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_259", "op": "Transpose", "input": ["PartitionedCall/Mean_17", "PartitionedCall/transpose_259/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_68", "op": "Conv2D", "input": ["PartitionedCall/transpose_259", "PartitionedCall/split_86"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_86", "op": "AddV2", "input": ["PartitionedCall/convolution_68", "unknown_172"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_260", "op": "Transpose", "input": ["PartitionedCall/Add_86", "PartitionedCall/transpose_260/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_273", "op": "Sigmoid", "input": ["PartitionedCall/transpose_260"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_274", "op": "Mul", "input": ["PartitionedCall/transpose_260", "PartitionedCall/onnx_tf_prefix_Sigmoid_273"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_262", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_274", "PartitionedCall/transpose_262/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_69", "op": "Conv2D", "input": ["PartitionedCall/transpose_262", "PartitionedCall/split_87"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_87", "op": "AddV2", "input": ["PartitionedCall/convolution_69", "unknown_174"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_263", "op": "Transpose", "input": ["PartitionedCall/Add_87", "PartitionedCall/transpose_263/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_276", "op": "Sigmoid", "input": ["PartitionedCall/transpose_263"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_277", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_276", "PartitionedCall/onnx_tf_prefix_Mul_270"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_265", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_277", "PartitionedCall/transpose_265/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_70", "op": "Conv2D", "input": ["PartitionedCall/transpose_265", "PartitionedCall/split_88"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_88", "op": "AddV2", "input": ["PartitionedCall/convolution_70", "unknown_176"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_266", "op": "Transpose", "input": ["PartitionedCall/Add_88", "PartitionedCall/transpose_266/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_279", "op": "AddV2", "input": ["PartitionedCall/transpose_266", "PartitionedCall/transpose_251"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_268", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_279", "PartitionedCall/transpose_268/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_71", "op": "Conv2D", "input": ["PartitionedCall/transpose_268", "PartitionedCall/split_89"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_89", "op": "AddV2", "input": ["PartitionedCall/convolution_71", "unknown_178"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_269", "op": "Transpose", "input": ["PartitionedCall/Add_89", "PartitionedCall/transpose_269/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_281", "op": "Sigmoid", "input": ["PartitionedCall/transpose_269"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_282", "op": "Mul", "input": ["PartitionedCall/transpose_269", "PartitionedCall/onnx_tf_prefix_Sigmoid_281"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_19/PartitionedCall/onnx_tf_prefix_Mul_282/_411", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_282", "PartitionedCall/All_19"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_19/else/_406/cond_19/Shape", "op": "Shape", "input": ["PartitionedCall/cond_19/PartitionedCall/onnx_tf_prefix_Mul_282/_411", "^PartitionedCall/cond_19/pivot_f/_408"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/then/_405/cond_19/onnx_tf_prefix_Pad_283", "op": "Pad", "input": ["PartitionedCall/cond_19/PartitionedCall/onnx_tf_prefix_Mul_282/_411:1", "PartitionedCall/cond_19/then/_405/cond_19/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/else/_406/cond_19/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_19/else/_406/cond_19/Shape", "PartitionedCall/cond_19/else/_406/cond_19/GatherV2_1", "PartitionedCall/cond_19/else/_406/cond_19/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}, "T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/else/_406/cond_19/Slice", "op": "Slice", "input": ["PartitionedCall/cond_19/PartitionedCall/onnx_tf_prefix_Mul_282/_411", "PartitionedCall/cond_19/else/_406/cond_19/Neg", "PartitionedCall/cond_19/else/_406/cond_19/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/output/_412", "op": "Merge", "input": ["PartitionedCall/cond_19/then/_405/cond_19/onnx_tf_prefix_Pad_283", "PartitionedCall/cond_19/else/_406/cond_19/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_271", "op": "Transpose", "input": ["PartitionedCall/cond_19/output/_412", "PartitionedCall/transpose_271/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_18", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_271", "PartitionedCall/Reshape_18"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_90", "op": "AddV2", "input": ["PartitionedCall/depthwise_18", "unknown_180"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_272", "op": "Transpose", "input": ["PartitionedCall/Add_90", "PartitionedCall/transpose_272/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_285", "op": "Sigmoid", "input": ["PartitionedCall/transpose_272"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_286", "op": "Mul", "input": ["PartitionedCall/transpose_272", "PartitionedCall/onnx_tf_prefix_Sigmoid_285"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_18", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_286", "ConstantFolding/PartitionedCall/split_90-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_274", "op": "Transpose", "input": ["PartitionedCall/Mean_18", "PartitionedCall/transpose_274/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_72", "op": "Conv2D", "input": ["PartitionedCall/transpose_274", "PartitionedCall/split_91"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_91", "op": "AddV2", "input": ["PartitionedCall/convolution_72", "unknown_182"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_275", "op": "Transpose", "input": ["PartitionedCall/Add_91", "PartitionedCall/transpose_275/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_289", "op": "Sigmoid", "input": ["PartitionedCall/transpose_275"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_290", "op": "Mul", "input": ["PartitionedCall/transpose_275", "PartitionedCall/onnx_tf_prefix_Sigmoid_289"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_277", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_290", "PartitionedCall/transpose_277/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_73", "op": "Conv2D", "input": ["PartitionedCall/transpose_277", "PartitionedCall/split_92"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_92", "op": "AddV2", "input": ["PartitionedCall/convolution_73", "unknown_184"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_278", "op": "Transpose", "input": ["PartitionedCall/Add_92", "PartitionedCall/transpose_278/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_292", "op": "Sigmoid", "input": ["PartitionedCall/transpose_278"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_293", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_292", "PartitionedCall/onnx_tf_prefix_Mul_286"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_280", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_293", "PartitionedCall/transpose_280/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_74", "op": "Conv2D", "input": ["PartitionedCall/transpose_280", "PartitionedCall/split_93"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_93", "op": "AddV2", "input": ["PartitionedCall/convolution_74", "unknown_186"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_281", "op": "Transpose", "input": ["PartitionedCall/Add_93", "PartitionedCall/transpose_281/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_295", "op": "AddV2", "input": ["PartitionedCall/transpose_281", "PartitionedCall/onnx_tf_prefix_Add_279"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_283", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_295", "PartitionedCall/transpose_283/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_75", "op": "Conv2D", "input": ["PartitionedCall/transpose_283", "PartitionedCall/split_94"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_94", "op": "AddV2", "input": ["PartitionedCall/convolution_75", "unknown_188"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_284", "op": "Transpose", "input": ["PartitionedCall/Add_94", "PartitionedCall/transpose_284/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_297", "op": "Sigmoid", "input": ["PartitionedCall/transpose_284"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_298", "op": "Mul", "input": ["PartitionedCall/transpose_284", "PartitionedCall/onnx_tf_prefix_Sigmoid_297"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_20/PartitionedCall/onnx_tf_prefix_Mul_298/_420", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_298", "PartitionedCall/All_20"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_20/else/_415/cond_20/Shape", "op": "Shape", "input": ["PartitionedCall/cond_20/PartitionedCall/onnx_tf_prefix_Mul_298/_420", "^PartitionedCall/cond_20/pivot_f/_417"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/then/_414/cond_20/onnx_tf_prefix_Pad_299", "op": "Pad", "input": ["PartitionedCall/cond_20/PartitionedCall/onnx_tf_prefix_Mul_298/_420:1", "PartitionedCall/cond_20/then/_414/cond_20/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/else/_415/cond_20/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_20/else/_415/cond_20/Shape", "PartitionedCall/cond_20/else/_415/cond_20/GatherV2_1", "PartitionedCall/cond_20/else/_415/cond_20/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT32"}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_20/else/_415/cond_20/Slice", "op": "Slice", "input": ["PartitionedCall/cond_20/PartitionedCall/onnx_tf_prefix_Mul_298/_420", "PartitionedCall/cond_20/else/_415/cond_20/Neg", "PartitionedCall/cond_20/else/_415/cond_20/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_20/output/_421", "op": "Merge", "input": ["PartitionedCall/cond_20/then/_414/cond_20/onnx_tf_prefix_Pad_299", "PartitionedCall/cond_20/else/_415/cond_20/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_286", "op": "Transpose", "input": ["PartitionedCall/cond_20/output/_421", "PartitionedCall/transpose_286/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_19", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_286", "PartitionedCall/Reshape_19"], "attr": {"padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_95", "op": "AddV2", "input": ["PartitionedCall/depthwise_19", "unknown_190"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_287", "op": "Transpose", "input": ["PartitionedCall/Add_95", "PartitionedCall/transpose_287/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_301", "op": "Sigmoid", "input": ["PartitionedCall/transpose_287"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_302", "op": "Mul", "input": ["PartitionedCall/transpose_287", "PartitionedCall/onnx_tf_prefix_Sigmoid_301"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_19", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_302", "ConstantFolding/PartitionedCall/split_95-folded-1"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_289", "op": "Transpose", "input": ["PartitionedCall/Mean_19", "PartitionedCall/transpose_289/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_76", "op": "Conv2D", "input": ["PartitionedCall/transpose_289", "PartitionedCall/split_96"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_96", "op": "AddV2", "input": ["PartitionedCall/convolution_76", "unknown_192"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_290", "op": "Transpose", "input": ["PartitionedCall/Add_96", "PartitionedCall/transpose_290/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_305", "op": "Sigmoid", "input": ["PartitionedCall/transpose_290"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_306", "op": "Mul", "input": ["PartitionedCall/transpose_290", "PartitionedCall/onnx_tf_prefix_Sigmoid_305"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_292", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_306", "PartitionedCall/transpose_292/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_77", "op": "Conv2D", "input": ["PartitionedCall/transpose_292", "PartitionedCall/split_97"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_97", "op": "AddV2", "input": ["PartitionedCall/convolution_77", "unknown_194"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_293", "op": "Transpose", "input": ["PartitionedCall/Add_97", "PartitionedCall/transpose_293/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_308", "op": "Sigmoid", "input": ["PartitionedCall/transpose_293"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_309", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_308", "PartitionedCall/onnx_tf_prefix_Mul_302"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_295", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_309", "PartitionedCall/transpose_295/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_78", "op": "Conv2D", "input": ["PartitionedCall/transpose_295", "PartitionedCall/split_98"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_98", "op": "AddV2", "input": ["PartitionedCall/convolution_78", "unknown_196"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_296", "op": "Transpose", "input": ["PartitionedCall/Add_98", "PartitionedCall/transpose_296/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_311", "op": "AddV2", "input": ["PartitionedCall/transpose_296", "PartitionedCall/onnx_tf_prefix_Add_295"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_298", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_311", "PartitionedCall/transpose_298/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_79", "op": "Conv2D", "input": ["PartitionedCall/transpose_298", "PartitionedCall/split_99"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_99", "op": "AddV2", "input": ["PartitionedCall/convolution_79", "unknown_198"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_299", "op": "Transpose", "input": ["PartitionedCall/Add_99", "PartitionedCall/transpose_299/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_313", "op": "Sigmoid", "input": ["PartitionedCall/transpose_299"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_314", "op": "Mul", "input": ["PartitionedCall/transpose_299", "PartitionedCall/onnx_tf_prefix_Sigmoid_313"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_21/PartitionedCall/onnx_tf_prefix_Mul_314/_429", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_314", "PartitionedCall/All_21"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_21/else/_424/cond_21/Shape", "op": "Shape", "input": ["PartitionedCall/cond_21/PartitionedCall/onnx_tf_prefix_Mul_314/_429", "^PartitionedCall/cond_21/pivot_f/_426"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_21/then/_423/cond_21/onnx_tf_prefix_Pad_315", "op": "Pad", "input": ["PartitionedCall/cond_21/PartitionedCall/onnx_tf_prefix_Mul_314/_429:1", "PartitionedCall/cond_21/then/_423/cond_21/transpose"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_21/else/_424/cond_21/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_21/else/_424/cond_21/Shape", "PartitionedCall/cond_21/else/_424/cond_21/GatherV2_1", "PartitionedCall/cond_21/else/_424/cond_21/GatherV2"], "attr": {"N": {"i": "3"}, "T": {"type": "DT_INT32"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond_21/else/_424/cond_21/Slice", "op": "Slice", "input": ["PartitionedCall/cond_21/PartitionedCall/onnx_tf_prefix_Mul_314/_429", "PartitionedCall/cond_21/else/_424/cond_21/Neg", "PartitionedCall/cond_21/else/_424/cond_21/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_21/output/_430", "op": "Merge", "input": ["PartitionedCall/cond_21/then/_423/cond_21/onnx_tf_prefix_Pad_315", "PartitionedCall/cond_21/else/_424/cond_21/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_301", "op": "Transpose", "input": ["PartitionedCall/cond_21/output/_430", "PartitionedCall/transpose_301/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_20", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_301", "PartitionedCall/Reshape_20"], "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_100", "op": "AddV2", "input": ["PartitionedCall/depthwise_20", "unknown_200"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_302", "op": "Transpose", "input": ["PartitionedCall/Add_100", "PartitionedCall/transpose_302/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_317", "op": "Sigmoid", "input": ["PartitionedCall/transpose_302"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_318", "op": "Mul", "input": ["PartitionedCall/transpose_302", "PartitionedCall/onnx_tf_prefix_Sigmoid_317"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_20", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_318", "ConstantFolding/PartitionedCall/split_100-folded-1"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_304", "op": "Transpose", "input": ["PartitionedCall/Mean_20", "PartitionedCall/transpose_304/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_80", "op": "Conv2D", "input": ["PartitionedCall/transpose_304", "PartitionedCall/split_101"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_101", "op": "AddV2", "input": ["PartitionedCall/convolution_80", "unknown_202"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_305", "op": "Transpose", "input": ["PartitionedCall/Add_101", "PartitionedCall/transpose_305/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_321", "op": "Sigmoid", "input": ["PartitionedCall/transpose_305"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_322", "op": "Mul", "input": ["PartitionedCall/transpose_305", "PartitionedCall/onnx_tf_prefix_Sigmoid_321"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_307", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_322", "PartitionedCall/transpose_307/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_81", "op": "Conv2D", "input": ["PartitionedCall/transpose_307", "PartitionedCall/split_102"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_102", "op": "AddV2", "input": ["PartitionedCall/convolution_81", "unknown_204"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_308", "op": "Transpose", "input": ["PartitionedCall/Add_102", "PartitionedCall/transpose_308/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_324", "op": "Sigmoid", "input": ["PartitionedCall/transpose_308"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_325", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_324", "PartitionedCall/onnx_tf_prefix_Mul_318"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_310", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_325", "PartitionedCall/transpose_310/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_82", "op": "Conv2D", "input": ["PartitionedCall/transpose_310", "PartitionedCall/split_103"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_103", "op": "AddV2", "input": ["PartitionedCall/convolution_82", "unknown_206"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_311", "op": "Transpose", "input": ["PartitionedCall/Add_103", "PartitionedCall/transpose_311/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_327", "op": "AddV2", "input": ["PartitionedCall/transpose_311", "PartitionedCall/onnx_tf_prefix_Add_311"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_313", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_327", "PartitionedCall/transpose_313/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_83", "op": "Conv2D", "input": ["PartitionedCall/transpose_313", "PartitionedCall/split_104"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_104", "op": "AddV2", "input": ["PartitionedCall/convolution_83", "unknown_208"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_314", "op": "Transpose", "input": ["PartitionedCall/Add_104", "PartitionedCall/transpose_314/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_329", "op": "Sigmoid", "input": ["PartitionedCall/transpose_314"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_330", "op": "Mul", "input": ["PartitionedCall/transpose_314", "PartitionedCall/onnx_tf_prefix_Sigmoid_329"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_22/PartitionedCall/onnx_tf_prefix_Mul_330/_438", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_330", "PartitionedCall/All_22"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_22/else/_433/cond_22/Shape", "op": "Shape", "input": ["PartitionedCall/cond_22/PartitionedCall/onnx_tf_prefix_Mul_330/_438", "^PartitionedCall/cond_22/pivot_f/_435"], "attr": {"out_type": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_22/then/_432/cond_22/onnx_tf_prefix_Pad_331", "op": "Pad", "input": ["PartitionedCall/cond_22/PartitionedCall/onnx_tf_prefix_Mul_330/_438:1", "PartitionedCall/cond_22/then/_432/cond_22/transpose"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_22/else/_433/cond_22/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_22/else/_433/cond_22/Shape", "PartitionedCall/cond_22/else/_433/cond_22/GatherV2_1", "PartitionedCall/cond_22/else/_433/cond_22/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT32"}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_22/else/_433/cond_22/Slice", "op": "Slice", "input": ["PartitionedCall/cond_22/PartitionedCall/onnx_tf_prefix_Mul_330/_438", "PartitionedCall/cond_22/else/_433/cond_22/Neg", "PartitionedCall/cond_22/else/_433/cond_22/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_22/output/_439", "op": "Merge", "input": ["PartitionedCall/cond_22/then/_432/cond_22/onnx_tf_prefix_Pad_331", "PartitionedCall/cond_22/else/_433/cond_22/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_316", "op": "Transpose", "input": ["PartitionedCall/cond_22/output/_439", "PartitionedCall/transpose_316/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_21", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_316", "PartitionedCall/Reshape_21"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_105", "op": "AddV2", "input": ["PartitionedCall/depthwise_21", "unknown_210"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_317", "op": "Transpose", "input": ["PartitionedCall/Add_105", "PartitionedCall/transpose_317/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_333", "op": "Sigmoid", "input": ["PartitionedCall/transpose_317"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_334", "op": "Mul", "input": ["PartitionedCall/transpose_317", "PartitionedCall/onnx_tf_prefix_Sigmoid_333"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_21", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_334", "ConstantFolding/PartitionedCall/split_105-folded-1"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_319", "op": "Transpose", "input": ["PartitionedCall/Mean_21", "PartitionedCall/transpose_319/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_84", "op": "Conv2D", "input": ["PartitionedCall/transpose_319", "PartitionedCall/split_106"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_106", "op": "AddV2", "input": ["PartitionedCall/convolution_84", "unknown_212"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_320", "op": "Transpose", "input": ["PartitionedCall/Add_106", "PartitionedCall/transpose_320/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_337", "op": "Sigmoid", "input": ["PartitionedCall/transpose_320"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_338", "op": "Mul", "input": ["PartitionedCall/transpose_320", "PartitionedCall/onnx_tf_prefix_Sigmoid_337"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_322", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_338", "PartitionedCall/transpose_322/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_85", "op": "Conv2D", "input": ["PartitionedCall/transpose_322", "PartitionedCall/split_107"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_107", "op": "AddV2", "input": ["PartitionedCall/convolution_85", "unknown_214"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_323", "op": "Transpose", "input": ["PartitionedCall/Add_107", "PartitionedCall/transpose_323/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_340", "op": "Sigmoid", "input": ["PartitionedCall/transpose_323"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_341", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_340", "PartitionedCall/onnx_tf_prefix_Mul_334"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_325", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_341", "PartitionedCall/transpose_325/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_86", "op": "Conv2D", "input": ["PartitionedCall/transpose_325", "PartitionedCall/split_108"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_108", "op": "AddV2", "input": ["PartitionedCall/convolution_86", "unknown_216"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_87", "op": "Conv2D", "input": ["PartitionedCall/Add_108", "PartitionedCall/split_109"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_326", "op": "Transpose", "input": ["PartitionedCall/Add_108", "PartitionedCall/transpose_326/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Add_109", "op": "AddV2", "input": ["PartitionedCall/convolution_87", "unknown_218"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_329", "op": "Transpose", "input": ["PartitionedCall/Add_109", "PartitionedCall/transpose_329/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_344", "op": "Sigmoid", "input": ["PartitionedCall/transpose_329"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_345", "op": "Mul", "input": ["PartitionedCall/transpose_329", "PartitionedCall/onnx_tf_prefix_Sigmoid_344"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_23/PartitionedCall/onnx_tf_prefix_Mul_345/_447", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_Mul_345", "PartitionedCall/All_23"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_23/else/_442/cond_23/Shape", "op": "Shape", "input": ["PartitionedCall/cond_23/PartitionedCall/onnx_tf_prefix_Mul_345/_447", "^PartitionedCall/cond_23/pivot_f/_444"], "attr": {"out_type": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_23/then/_441/cond_23/onnx_tf_prefix_Pad_346", "op": "Pad", "input": ["PartitionedCall/cond_23/PartitionedCall/onnx_tf_prefix_Mul_345/_447:1", "PartitionedCall/cond_23/then/_441/cond_23/transpose"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_23/else/_442/cond_23/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_23/else/_442/cond_23/Shape", "PartitionedCall/cond_23/else/_442/cond_23/GatherV2_1", "PartitionedCall/cond_23/else/_442/cond_23/GatherV2"], "attr": {"N": {"i": "3"}, "T": {"type": "DT_INT32"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond_23/else/_442/cond_23/Slice", "op": "Slice", "input": ["PartitionedCall/cond_23/PartitionedCall/onnx_tf_prefix_Mul_345/_447", "PartitionedCall/cond_23/else/_442/cond_23/Neg", "PartitionedCall/cond_23/else/_442/cond_23/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_23/output/_448", "op": "Merge", "input": ["PartitionedCall/cond_23/then/_441/cond_23/onnx_tf_prefix_Pad_346", "PartitionedCall/cond_23/else/_442/cond_23/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_331", "op": "Transpose", "input": ["PartitionedCall/cond_23/output/_448", "PartitionedCall/transpose_331/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_22", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_331", "PartitionedCall/Reshape_22"], "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_110", "op": "AddV2", "input": ["PartitionedCall/depthwise_22", "unknown_220"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_332", "op": "Transpose", "input": ["PartitionedCall/Add_110", "PartitionedCall/transpose_332/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_348", "op": "Sigmoid", "input": ["PartitionedCall/transpose_332"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_349", "op": "Mul", "input": ["PartitionedCall/transpose_332", "PartitionedCall/onnx_tf_prefix_Sigmoid_348"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_22", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_349", "ConstantFolding/PartitionedCall/split_110-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_334", "op": "Transpose", "input": ["PartitionedCall/Mean_22", "PartitionedCall/transpose_334/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_88", "op": "Conv2D", "input": ["PartitionedCall/transpose_334", "PartitionedCall/split_111"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_111", "op": "AddV2", "input": ["PartitionedCall/convolution_88", "unknown_222"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_335", "op": "Transpose", "input": ["PartitionedCall/Add_111", "PartitionedCall/transpose_335/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_352", "op": "Sigmoid", "input": ["PartitionedCall/transpose_335"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_353", "op": "Mul", "input": ["PartitionedCall/transpose_335", "PartitionedCall/onnx_tf_prefix_Sigmoid_352"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_337", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_353", "PartitionedCall/transpose_337/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_89", "op": "Conv2D", "input": ["PartitionedCall/transpose_337", "PartitionedCall/split_112"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_112", "op": "AddV2", "input": ["PartitionedCall/convolution_89", "unknown_224"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_338", "op": "Transpose", "input": ["PartitionedCall/Add_112", "PartitionedCall/transpose_338/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_355", "op": "Sigmoid", "input": ["PartitionedCall/transpose_338"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_356", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_Sigmoid_355", "PartitionedCall/onnx_tf_prefix_Mul_349"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_340", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Mul_356", "PartitionedCall/transpose_340/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_90", "op": "Conv2D", "input": ["PartitionedCall/transpose_340", "PartitionedCall/split_113"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_113", "op": "AddV2", "input": ["PartitionedCall/convolution_90", "unknown_226"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_341", "op": "Transpose", "input": ["PartitionedCall/Add_113", "PartitionedCall/transpose_341/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Add_358", "op": "AddV2", "input": ["PartitionedCall/transpose_341", "PartitionedCall/transpose_326"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_343", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_Add_358", "PartitionedCall/transpose_343/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_91", "op": "Conv2D", "input": ["PartitionedCall/transpose_343", "PartitionedCall/split_114"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_114", "op": "AddV2", "input": ["PartitionedCall/convolution_91", "unknown_228"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_344", "op": "Transpose", "input": ["PartitionedCall/Add_114", "PartitionedCall/transpose_344/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Sigmoid_360", "op": "Sigmoid", "input": ["PartitionedCall/transpose_344"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_Mul_361", "op": "Mul", "input": ["PartitionedCall/transpose_344", "PartitionedCall/onnx_tf_prefix_Sigmoid_360"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_23", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_Mul_361", "ConstantFolding/PartitionedCall/split_115-folded-1"], "attr": {"keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Shape_115", "op": "Shape", "input": ["PartitionedCall/Mean_23"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/strided_slice", "op": "StridedSlice", "input": ["PartitionedCall/Shape_115", "PartitionedCall/strided_slice/stack", "PartitionedCall/strided_slice/stack_1", "PartitionedCall/strided_slice/stack_2"], "attr": {"T": {"type": "DT_INT32"}, "shrink_axis_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}, "end_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "Index": {"type": "DT_INT32"}, "ellipsis_mask": {"i": "0"}}}, {"name": "PartitionedCall/strided_slice_1", "op": "StridedSlice", "input": ["PartitionedCall/Shape_115", "PartitionedCall/strided_slice_1/stack", "PartitionedCall/strided_slice_1/stack_1", "PartitionedCall/strided_slice_1/stack_2"], "attr": {"new_axis_mask": {"i": "0"}, "T": {"type": "DT_INT32"}, "Index": {"type": "DT_INT32"}, "shrink_axis_mask": {"i": "0"}, "ellipsis_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "end_mask": {"i": "0"}}}, {"name": "PartitionedCall/Prod", "op": "Prod", "input": ["PartitionedCall/strided_slice", "PartitionedCall/Const_48"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}, "T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Prod_1", "op": "Prod", "input": ["PartitionedCall/strided_slice_1", "PartitionedCall/Const_49"], "attr": {"T": {"type": "DT_INT32"}, "Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}}}, {"name": "PartitionedCall/Reshape_23/shape", "op": "Pack", "input": ["PartitionedCall/Prod", "PartitionedCall/Prod_1"], "attr": {"axis": {"i": "0"}, "T": {"type": "DT_INT32"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/Reshape_23", "op": "Reshape", "input": ["PartitionedCall/Mean_23", "PartitionedCall/Reshape_23/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/flatten/Shape", "op": "Shape", "input": ["PartitionedCall/Reshape_23"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/flatten/strided_slice", "op": "StridedSlice", "input": ["PartitionedCall/flatten/Shape", "PartitionedCall/flatten/strided_slice/stack", "PartitionedCall/flatten/strided_slice/stack_1", "PartitionedCall/flatten/strided_slice/stack_2"], "attr": {"begin_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}, "Index": {"type": "DT_INT32"}, "ellipsis_mask": {"i": "0"}, "end_mask": {"i": "0"}, "T": {"type": "DT_INT32"}, "shrink_axis_mask": {"i": "1"}}}, {"name": "PartitionedCall/flatten/Reshape/shape", "op": "Pack", "input": ["PartitionedCall/flatten/strided_slice", "PartitionedCall/flatten/Reshape/shape/1"], "attr": {"N": {"i": "2"}, "axis": {"i": "0"}, "T": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/flatten/Reshape", "op": "Reshape", "input": ["PartitionedCall/Reshape_23", "PartitionedCall/flatten/Reshape/shape"], "attr": {"T": {"type": "DT_FLOAT"}, "Tshape": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/MatMul", "op": "MatMul", "input": ["PartitionedCall/flatten/Reshape", "PartitionedCall/transpose_345"], "device": "/device:CPU:0", "attr": {"transpose_a": {"b": false}, "T": {"type": "DT_FLOAT"}, "transpose_b": {"b": false}}}, {"name": "PartitionedCall/add_115", "op": "AddV2", "input": ["PartitionedCall/MatMul", "PartitionedCall/mul_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "Identity", "op": "Identity", "input": ["PartitionedCall/add_115"], "attr": {"T": {"type": "DT_FLOAT"}}}], "library": {}, "versions": {"producer": 987}}, "weightsManifest": [{"paths": ["group1-shard1of8.bin", "group1-shard2of8.bin", "group1-shard3of8.bin", "group1-shard4of8.bin", "group1-shard5of8.bin", "group1-shard6of8.bin", "group1-shard7of8.bin", "group1-shard8of8.bin"], "weights": [{"name": "PartitionedCall/strided_slice/stack", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/strided_slice/stack_1", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/strided_slice/stack_2", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_48", "shape": [1], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_110-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_334/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_111", "shape": [1, 1, 2112, 88], "dtype": "float32"}, {"name": "unknown_222", "shape": [88], "dtype": "float32"}, {"name": "PartitionedCall/transpose_335/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_337/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_112", "shape": [1, 1, 88, 2112], "dtype": "float32"}, {"name": "unknown_224", "shape": [2112], "dtype": "float32"}, {"name": "PartitionedCall/transpose_338/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_23/then/_441/cond_23/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/split_109", "shape": [1, 1, 352, 2112], "dtype": "float32"}, {"name": "unknown_218", "shape": [2112], "dtype": "float32"}, {"name": "PartitionedCall/transpose_329/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_46", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_23", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_331/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_22", "shape": [3, 3, 2112, 1], "dtype": "float32"}, {"name": "unknown_220", "shape": [2112], "dtype": "float32"}, {"name": "PartitionedCall/transpose_332/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_340/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_113", "shape": [1, 1, 2112, 352], "dtype": "float32"}, {"name": "unknown_226", "shape": [352], "dtype": "float32"}, {"name": "PartitionedCall/transpose_341/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_105-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_319/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_106", "shape": [1, 1, 1248, 52], "dtype": "float32"}, {"name": "unknown_212", "shape": [52], "dtype": "float32"}, {"name": "PartitionedCall/transpose_320/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_322/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_107", "shape": [1, 1, 52, 1248], "dtype": "float32"}, {"name": "unknown_214", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_323/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_22/then/_432/cond_22/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_100-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_304/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_101", "shape": [1, 1, 1248, 52], "dtype": "float32"}, {"name": "unknown_202", "shape": [52], "dtype": "float32"}, {"name": "PartitionedCall/transpose_305/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_307/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_102", "shape": [1, 1, 52, 1248], "dtype": "float32"}, {"name": "unknown_204", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_308/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_21/then/_423/cond_21/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_298/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_99", "shape": [1, 1, 208, 1248], "dtype": "float32"}, {"name": "unknown_198", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_299/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_42", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_21", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_301/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_20", "shape": [5, 5, 1248, 1], "dtype": "float32"}, {"name": "unknown_200", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_302/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_310/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_103", "shape": [1, 1, 1248, 208], "dtype": "float32"}, {"name": "unknown_206", "shape": [208], "dtype": "float32"}, {"name": "PartitionedCall/transpose_311/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_95-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_289/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_96", "shape": [1, 1, 1248, 52], "dtype": "float32"}, {"name": "unknown_192", "shape": [52], "dtype": "float32"}, {"name": "PartitionedCall/transpose_290/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_292/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_97", "shape": [1, 1, 52, 1248], "dtype": "float32"}, {"name": "unknown_194", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_293/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_20/then/_414/cond_20/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_283/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_94", "shape": [1, 1, 208, 1248], "dtype": "float32"}, {"name": "unknown_188", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_284/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_40", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_20", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_286/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_19", "shape": [5, 5, 1248, 1], "dtype": "float32"}, {"name": "unknown_190", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_287/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_295/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_98", "shape": [1, 1, 1248, 208], "dtype": "float32"}, {"name": "unknown_196", "shape": [208], "dtype": "float32"}, {"name": "PartitionedCall/transpose_296/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_90-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_274/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_91", "shape": [1, 1, 1248, 52], "dtype": "float32"}, {"name": "unknown_182", "shape": [52], "dtype": "float32"}, {"name": "PartitionedCall/transpose_275/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_277/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_92", "shape": [1, 1, 52, 1248], "dtype": "float32"}, {"name": "unknown_184", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_278/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_19/then/_405/cond_19/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_268/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_89", "shape": [1, 1, 208, 1248], "dtype": "float32"}, {"name": "unknown_178", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_269/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_38", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_19", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_271/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_18", "shape": [5, 5, 1248, 1], "dtype": "float32"}, {"name": "unknown_180", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_272/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_280/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_93", "shape": [1, 1, 1248, 208], "dtype": "float32"}, {"name": "unknown_186", "shape": [208], "dtype": "float32"}, {"name": "PartitionedCall/transpose_281/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_85-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_259/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_86", "shape": [1, 1, 1248, 52], "dtype": "float32"}, {"name": "unknown_172", "shape": [52], "dtype": "float32"}, {"name": "PartitionedCall/transpose_260/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_262/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_87", "shape": [1, 1, 52, 1248], "dtype": "float32"}, {"name": "unknown_174", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_263/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_18/then/_396/cond_18/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/split_84", "shape": [1, 1, 208, 1248], "dtype": "float32"}, {"name": "unknown_168", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_254/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_36", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_18", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_256/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_17", "shape": [5, 5, 1248, 1], "dtype": "float32"}, {"name": "unknown_170", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_257/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_265/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_88", "shape": [1, 1, 1248, 208], "dtype": "float32"}, {"name": "unknown_176", "shape": [208], "dtype": "float32"}, {"name": "PartitionedCall/transpose_266/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_80-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_244/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_81", "shape": [1, 1, 720, 30], "dtype": "float32"}, {"name": "unknown_162", "shape": [30], "dtype": "float32"}, {"name": "PartitionedCall/transpose_245/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_247/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_82", "shape": [1, 1, 30, 720], "dtype": "float32"}, {"name": "unknown_164", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_248/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_17/then/_387/cond_17/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_75-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_229/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_76", "shape": [1, 1, 720, 30], "dtype": "float32"}, {"name": "unknown_152", "shape": [30], "dtype": "float32"}, {"name": "PartitionedCall/transpose_230/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_232/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_77", "shape": [1, 1, 30, 720], "dtype": "float32"}, {"name": "unknown_154", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_233/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_16/then/_378/cond_16/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_223/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_74", "shape": [1, 1, 120, 720], "dtype": "float32"}, {"name": "unknown_148", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_224/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_32", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_16", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_226/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_15", "shape": [5, 5, 720, 1], "dtype": "float32"}, {"name": "unknown_150", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_227/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_235/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_78", "shape": [1, 1, 720, 120], "dtype": "float32"}, {"name": "unknown_156", "shape": [120], "dtype": "float32"}, {"name": "PartitionedCall/transpose_236/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_70-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_214/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_71", "shape": [1, 1, 720, 30], "dtype": "float32"}, {"name": "unknown_142", "shape": [30], "dtype": "float32"}, {"name": "PartitionedCall/transpose_215/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_217/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_72", "shape": [1, 1, 30, 720], "dtype": "float32"}, {"name": "unknown_144", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_218/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_15/then/_369/cond_15/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_208/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_69", "shape": [1, 1, 120, 720], "dtype": "float32"}, {"name": "unknown_138", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_209/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_30", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_15", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_211/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_14", "shape": [5, 5, 720, 1], "dtype": "float32"}, {"name": "unknown_140", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_212/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_220/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_73", "shape": [1, 1, 720, 120], "dtype": "float32"}, {"name": "unknown_146", "shape": [120], "dtype": "float32"}, {"name": "PartitionedCall/transpose_221/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_65-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_199/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_66", "shape": [1, 1, 720, 30], "dtype": "float32"}, {"name": "unknown_132", "shape": [30], "dtype": "float32"}, {"name": "PartitionedCall/transpose_200/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_202/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_67", "shape": [1, 1, 30, 720], "dtype": "float32"}, {"name": "unknown_134", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_203/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_14/then/_360/cond_14/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/split_64", "shape": [1, 1, 120, 720], "dtype": "float32"}, {"name": "unknown_128", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_194/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_28", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_14", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_196/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_13", "shape": [5, 5, 720, 1], "dtype": "float32"}, {"name": "unknown_130", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_197/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_205/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_68", "shape": [1, 1, 720, 120], "dtype": "float32"}, {"name": "unknown_136", "shape": [120], "dtype": "float32"}, {"name": "PartitionedCall/transpose_206/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_60-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_184/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_61", "shape": [1, 1, 528, 22], "dtype": "float32"}, {"name": "unknown_122", "shape": [22], "dtype": "float32"}, {"name": "PartitionedCall/transpose_185/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_187/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_62", "shape": [1, 1, 22, 528], "dtype": "float32"}, {"name": "unknown_124", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_188/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_13/then/_351/cond_13/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_55-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_169/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_56", "shape": [1, 1, 528, 22], "dtype": "float32"}, {"name": "unknown_112", "shape": [22], "dtype": "float32"}, {"name": "PartitionedCall/transpose_170/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_172/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_57", "shape": [1, 1, 22, 528], "dtype": "float32"}, {"name": "unknown_114", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_173/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_12/then/_342/cond_12/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_163/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_54", "shape": [1, 1, 88, 528], "dtype": "float32"}, {"name": "unknown_108", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_164/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_24", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_12", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_166/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_11", "shape": [3, 3, 528, 1], "dtype": "float32"}, {"name": "unknown_110", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_167/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_175/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_58", "shape": [1, 1, 528, 88], "dtype": "float32"}, {"name": "unknown_116", "shape": [88], "dtype": "float32"}, {"name": "PartitionedCall/transpose_176/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_50-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_154/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_51", "shape": [1, 1, 528, 22], "dtype": "float32"}, {"name": "unknown_102", "shape": [22], "dtype": "float32"}, {"name": "PartitionedCall/transpose_155/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_157/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_52", "shape": [1, 1, 22, 528], "dtype": "float32"}, {"name": "unknown_104", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_158/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_11/then/_333/cond_11/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_148/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_49", "shape": [1, 1, 88, 528], "dtype": "float32"}, {"name": "unknown_98", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_149/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_22", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_11", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_151/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_10", "shape": [3, 3, 528, 1], "dtype": "float32"}, {"name": "unknown_100", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_152/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_160/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_53", "shape": [1, 1, 528, 88], "dtype": "float32"}, {"name": "unknown_106", "shape": [88], "dtype": "float32"}, {"name": "PartitionedCall/transpose_161/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_45-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_139/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_46", "shape": [1, 1, 528, 22], "dtype": "float32"}, {"name": "unknown_92", "shape": [22], "dtype": "float32"}, {"name": "PartitionedCall/transpose_140/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_142/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_47", "shape": [1, 1, 22, 528], "dtype": "float32"}, {"name": "unknown_94", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_143/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_10/then/_324/cond_10/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/split_44", "shape": [1, 1, 88, 528], "dtype": "float32"}, {"name": "unknown_88", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_134/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_20", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_10", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_136/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_9", "shape": [3, 3, 528, 1], "dtype": "float32"}, {"name": "unknown_90", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_137/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_145/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_48", "shape": [1, 1, 528, 88], "dtype": "float32"}, {"name": "unknown_96", "shape": [88], "dtype": "float32"}, {"name": "PartitionedCall/transpose_146/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_40-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_124/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_41", "shape": [1, 1, 288, 12], "dtype": "float32"}, {"name": "unknown_82", "shape": [12], "dtype": "float32"}, {"name": "PartitionedCall/transpose_125/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_127/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_42", "shape": [1, 1, 12, 288], "dtype": "float32"}, {"name": "unknown_84", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_128/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_9/then/_315/cond_9/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_35-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_109/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_36", "shape": [1, 1, 288, 12], "dtype": "float32"}, {"name": "unknown_72", "shape": [12], "dtype": "float32"}, {"name": "PartitionedCall/transpose_110/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_112/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_37", "shape": [1, 1, 12, 288], "dtype": "float32"}, {"name": "unknown_74", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_113/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_8/then/_306/cond_8/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_103/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_34", "shape": [1, 1, 48, 288], "dtype": "float32"}, {"name": "unknown_68", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_104/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_16", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_8", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_106/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_7", "shape": [5, 5, 288, 1], "dtype": "float32"}, {"name": "unknown_70", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_107/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_115/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_38", "shape": [1, 1, 288, 48], "dtype": "float32"}, {"name": "unknown_76", "shape": [48], "dtype": "float32"}, {"name": "PartitionedCall/transpose_116/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_30-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_94/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_31", "shape": [1, 1, 288, 12], "dtype": "float32"}, {"name": "unknown_62", "shape": [12], "dtype": "float32"}, {"name": "PartitionedCall/transpose_95/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_97/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_32", "shape": [1, 1, 12, 288], "dtype": "float32"}, {"name": "unknown_64", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_98/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_7/then/_297/cond_7/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/split_29", "shape": [1, 1, 48, 288], "dtype": "float32"}, {"name": "unknown_58", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_89/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_14", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_7", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_91/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_6", "shape": [5, 5, 288, 1], "dtype": "float32"}, {"name": "unknown_60", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_92/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_100/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_33", "shape": [1, 1, 288, 48], "dtype": "float32"}, {"name": "unknown_66", "shape": [48], "dtype": "float32"}, {"name": "PartitionedCall/transpose_101/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_25-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_79/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_26", "shape": [1, 1, 144, 6], "dtype": "float32"}, {"name": "unknown_52", "shape": [6], "dtype": "float32"}, {"name": "PartitionedCall/transpose_80/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_82/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_27", "shape": [1, 1, 6, 144], "dtype": "float32"}, {"name": "unknown_54", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_83/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_6/then/_288/cond_6/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_20-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_64/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_21", "shape": [1, 1, 144, 6], "dtype": "float32"}, {"name": "unknown_42", "shape": [6], "dtype": "float32"}, {"name": "PartitionedCall/transpose_65/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_67/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_22", "shape": [1, 1, 6, 144], "dtype": "float32"}, {"name": "unknown_44", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_68/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_5/then/_279/cond_5/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_58/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_19", "shape": [1, 1, 24, 144], "dtype": "float32"}, {"name": "unknown_38", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_59/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_10", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_5", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_61/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_4", "shape": [3, 3, 144, 1], "dtype": "float32"}, {"name": "unknown_40", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_62/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_70/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_23", "shape": [1, 1, 144, 24], "dtype": "float32"}, {"name": "unknown_46", "shape": [24], "dtype": "float32"}, {"name": "PartitionedCall/transpose_71/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_15-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_49/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_16", "shape": [1, 1, 144, 6], "dtype": "float32"}, {"name": "unknown_32", "shape": [6], "dtype": "float32"}, {"name": "PartitionedCall/transpose_50/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_52/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_17", "shape": [1, 1, 6, 144], "dtype": "float32"}, {"name": "unknown_34", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_53/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_4/then/_270/cond_4/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/split_14", "shape": [1, 1, 24, 144], "dtype": "float32"}, {"name": "unknown_28", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_44/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_8", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_4", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_46/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_3", "shape": [3, 3, 144, 1], "dtype": "float32"}, {"name": "unknown_30", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_47/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_55/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_18", "shape": [1, 1, 144, 24], "dtype": "float32"}, {"name": "unknown_36", "shape": [24], "dtype": "float32"}, {"name": "PartitionedCall/transpose_56/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_10-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_34/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_11", "shape": [1, 1, 96, 4], "dtype": "float32"}, {"name": "unknown_22", "shape": [4], "dtype": "float32"}, {"name": "PartitionedCall/transpose_35/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_37/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_12", "shape": [1, 1, 4, 96], "dtype": "float32"}, {"name": "unknown_24", "shape": [96], "dtype": "float32"}, {"name": "PartitionedCall/transpose_38/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_3/then/_261/cond_3/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_5-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_19/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_6", "shape": [1, 1, 16, 4], "dtype": "float32"}, {"name": "unknown_12", "shape": [4], "dtype": "float32"}, {"name": "PartitionedCall/transpose_20/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_22/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_7", "shape": [1, 1, 4, 16], "dtype": "float32"}, {"name": "unknown_14", "shape": [16], "dtype": "float32"}, {"name": "PartitionedCall/transpose_23/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_2/then/_252/cond_2/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/Const_4", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_2", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_16/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_1", "shape": [3, 3, 16, 1], "dtype": "float32"}, {"name": "unknown_10", "shape": [16], "dtype": "float32"}, {"name": "PartitionedCall/transpose_17/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_25/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_8", "shape": [1, 1, 16, 16], "dtype": "float32"}, {"name": "unknown_16", "shape": [16], "dtype": "float32"}, {"name": "PartitionedCall/transpose_26/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_1-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_7/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_2", "shape": [1, 1, 32, 8], "dtype": "float32"}, {"name": "unknown_4", "shape": [8], "dtype": "float32"}, {"name": "PartitionedCall/transpose_8/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_10/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_3", "shape": [1, 1, 8, 32], "dtype": "float32"}, {"name": "unknown_6", "shape": [32], "dtype": "float32"}, {"name": "PartitionedCall/transpose_11/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_1/then/_243/cond_1/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/cond/then/_234/cond/transpose", "shape": [4, 2], "dtype": "int32"}, {"name": "PartitionedCall/Const", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_1/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split", "shape": [3, 3, 3, 32], "dtype": "float32"}, {"name": "unknown_0", "shape": [32], "dtype": "float32"}, {"name": "PartitionedCall/transpose_2/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_2", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_1", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_4/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape", "shape": [3, 3, 32, 1], "dtype": "float32"}, {"name": "unknown_2", "shape": [32], "dtype": "float32"}, {"name": "PartitionedCall/transpose_5/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_13/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_4", "shape": [1, 1, 32, 16], "dtype": "float32"}, {"name": "unknown_8", "shape": [16], "dtype": "float32"}, {"name": "PartitionedCall/transpose_14/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_28/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_9", "shape": [1, 1, 16, 96], "dtype": "float32"}, {"name": "unknown_18", "shape": [96], "dtype": "float32"}, {"name": "PartitionedCall/transpose_29/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_6", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_3", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_31/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_2", "shape": [3, 3, 96, 1], "dtype": "float32"}, {"name": "unknown_20", "shape": [96], "dtype": "float32"}, {"name": "PartitionedCall/transpose_32/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_40/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_13", "shape": [1, 1, 96, 24], "dtype": "float32"}, {"name": "unknown_26", "shape": [24], "dtype": "float32"}, {"name": "PartitionedCall/transpose_41/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_73/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_24", "shape": [1, 1, 24, 144], "dtype": "float32"}, {"name": "unknown_48", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_74/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_12", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_6", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_76/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_5", "shape": [5, 5, 144, 1], "dtype": "float32"}, {"name": "unknown_50", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_77/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_85/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_28", "shape": [1, 1, 144, 48], "dtype": "float32"}, {"name": "unknown_56", "shape": [48], "dtype": "float32"}, {"name": "PartitionedCall/transpose_86/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_118/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_39", "shape": [1, 1, 48, 288], "dtype": "float32"}, {"name": "unknown_78", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_119/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_18", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_9", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_121/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_8", "shape": [3, 3, 288, 1], "dtype": "float32"}, {"name": "unknown_80", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_122/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_130/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_43", "shape": [1, 1, 288, 88], "dtype": "float32"}, {"name": "unknown_86", "shape": [88], "dtype": "float32"}, {"name": "PartitionedCall/transpose_131/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_178/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_59", "shape": [1, 1, 88, 528], "dtype": "float32"}, {"name": "unknown_118", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_179/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_26", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_13", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_181/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_12", "shape": [5, 5, 528, 1], "dtype": "float32"}, {"name": "unknown_120", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_182/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_190/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_63", "shape": [1, 1, 528, 120], "dtype": "float32"}, {"name": "unknown_126", "shape": [120], "dtype": "float32"}, {"name": "PartitionedCall/transpose_191/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_238/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_79", "shape": [1, 1, 120, 720], "dtype": "float32"}, {"name": "unknown_158", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_239/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_34", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_17", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_241/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_16", "shape": [5, 5, 720, 1], "dtype": "float32"}, {"name": "unknown_160", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_242/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_250/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_83", "shape": [1, 1, 720, 208], "dtype": "float32"}, {"name": "unknown_166", "shape": [208], "dtype": "float32"}, {"name": "PartitionedCall/transpose_251/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_313/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_104", "shape": [1, 1, 208, 1248], "dtype": "float32"}, {"name": "unknown_208", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_314/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Const_44", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/All_22", "shape": [], "dtype": "bool"}, {"name": "PartitionedCall/transpose_316/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_21", "shape": [3, 3, 1248, 1], "dtype": "float32"}, {"name": "unknown_210", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_317/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_325/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_108", "shape": [1, 1, 1248, 352], "dtype": "float32"}, {"name": "unknown_216", "shape": [352], "dtype": "float32"}, {"name": "PartitionedCall/transpose_326/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_343/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_114", "shape": [1, 1, 352, 1408], "dtype": "float32"}, {"name": "unknown_228", "shape": [1408], "dtype": "float32"}, {"name": "PartitionedCall/transpose_344/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_115-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/strided_slice_1/stack", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/strided_slice_1/stack_1", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/strided_slice_1/stack_2", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_49", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/flatten/strided_slice/stack", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/flatten/strided_slice/stack_1", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/flatten/strided_slice/stack_2", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/flatten/Reshape/shape/1", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/transpose_345", "shape": [1408, 3], "dtype": "float32"}, {"name": "PartitionedCall/mul_1", "shape": [3], "dtype": "float32"}, {"name": "PartitionedCall/cond_23/else/_442/cond_23/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_23/else/_442/cond_23/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_23/else/_442/cond_23/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_23/else/_442/cond_23/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_21/else/_424/cond_21/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_21/else/_424/cond_21/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_21/else/_424/cond_21/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_21/else/_424/cond_21/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_20/else/_415/cond_20/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_20/else/_415/cond_20/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_20/else/_415/cond_20/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_20/else/_415/cond_20/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_19/else/_406/cond_19/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_19/else/_406/cond_19/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_19/else/_406/cond_19/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_19/else/_406/cond_19/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_18/else/_397/cond_18/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_18/else/_397/cond_18/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_18/else/_397/cond_18/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_18/else/_397/cond_18/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_16/else/_379/cond_16/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_16/else/_379/cond_16/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_16/else/_379/cond_16/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_16/else/_379/cond_16/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_15/else/_370/cond_15/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_15/else/_370/cond_15/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_15/else/_370/cond_15/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_15/else/_370/cond_15/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_14/else/_361/cond_14/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_14/else/_361/cond_14/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_14/else/_361/cond_14/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_14/else/_361/cond_14/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_12/else/_343/cond_12/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_12/else/_343/cond_12/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_12/else/_343/cond_12/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_12/else/_343/cond_12/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_11/else/_334/cond_11/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_11/else/_334/cond_11/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_11/else/_334/cond_11/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_11/else/_334/cond_11/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_10/else/_325/cond_10/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_10/else/_325/cond_10/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_10/else/_325/cond_10/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_10/else/_325/cond_10/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_8/else/_307/cond_8/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_8/else/_307/cond_8/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_8/else/_307/cond_8/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_8/else/_307/cond_8/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_7/else/_298/cond_7/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_7/else/_298/cond_7/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_7/else/_298/cond_7/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_7/else/_298/cond_7/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_5/else/_280/cond_5/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_5/else/_280/cond_5/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_5/else/_280/cond_5/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_5/else/_280/cond_5/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_4/else/_271/cond_4/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_4/else/_271/cond_4/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_4/else/_271/cond_4/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_4/else/_271/cond_4/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_2/else/_253/cond_2/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_2/else/_253/cond_2/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_2/else/_253/cond_2/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_2/else/_253/cond_2/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond/else/_235/cond/Shape", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond/else/_235/cond/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond/else/_235/cond/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond/else/_235/cond/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond/else/_235/cond/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_1/else/_244/cond_1/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_1/else/_244/cond_1/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_1/else/_244/cond_1/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_1/else/_244/cond_1/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_3/else/_262/cond_3/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_3/else/_262/cond_3/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_3/else/_262/cond_3/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_3/else/_262/cond_3/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_6/else/_289/cond_6/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_6/else/_289/cond_6/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_6/else/_289/cond_6/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_6/else/_289/cond_6/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_9/else/_316/cond_9/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_9/else/_316/cond_9/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_9/else/_316/cond_9/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_9/else/_316/cond_9/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_13/else/_352/cond_13/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_13/else/_352/cond_13/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_13/else/_352/cond_13/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_13/else/_352/cond_13/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_17/else/_388/cond_17/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_17/else/_388/cond_17/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_17/else/_388/cond_17/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_17/else/_388/cond_17/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_22/else/_433/cond_22/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_22/else/_433/cond_22/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_22/else/_433/cond_22/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_22/else/_433/cond_22/GatherV2/axis", "shape": [], "dtype": "int32"}]}]} \ No newline at end of file +{"format": "graph-model", "generatedBy": "2.9.2", "convertedBy": "TensorFlow.js Converter v4.2.0", "signature": {"inputs": {"onnx_tf__tf_Pad_0_c14b57f7": {"name": "onnx_tf__tf_pad_0_c14b57f7:0", "dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "3"}, {"size": "224"}, {"size": "224"}]}}}, "outputs": {"1473": {"name": "Identity:0", "dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "-1"}, {"size": "4"}]}}}}, "modelTopology": {"node": [{"name": "PartitionedCall/strided_slice/stack", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/strided_slice/stack_1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/strided_slice/stack_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Const_144", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_110-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_334/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_111", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "2112"}, {"size": "88"}]}}}}}, {"name": "unknown_222", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "88"}]}}}}}, {"name": "PartitionedCall/transpose_335/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_337/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_112", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "88"}, {"size": "2112"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_224", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "2112"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_338/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/split_109", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "352"}, {"size": "2112"}]}}}}}, {"name": "unknown_218", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "2112"}]}}}}}, {"name": "PartitionedCall/transpose_329/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/Where_46", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_92", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_46", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_92", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_93", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_93", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_140", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Shape_227", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/SelectV2_94", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_139", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/ExpandDims_23", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_94", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_141", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_47", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_95", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_47", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_94", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_95", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_143", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/transpose_331/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_46", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "2112"}, {"size": "1"}]}}}}}, {"name": "unknown_220", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "2112"}]}}}}}, {"name": "PartitionedCall/transpose_332/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_340/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_113", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "2112"}, {"size": "352"}]}}}}}, {"name": "unknown_226", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "352"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_341/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_105-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_319/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_106", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "52"}]}}}}}, {"name": "unknown_212", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "52"}]}}}}}, {"name": "PartitionedCall/transpose_320/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_322/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_107", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "52"}, {"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_214", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_323/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "ConstantFolding/PartitionedCall/split_100-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_304/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_101", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "52"}]}}}}}, {"name": "unknown_202", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "52"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_305/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_307/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_102", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "52"}, {"size": "1248"}]}}}}}, {"name": "unknown_204", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_308/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_298/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_99", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "208"}, {"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_198", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_299/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_42", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_84", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_42", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_84", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_85", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_85", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_128", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Shape_207", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_86", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_127", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_21", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_86", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_129", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_43", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_87", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_43", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_86", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_87", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_131", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/transpose_301/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_42", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "1248"}, {"size": "1"}]}}}}}, {"name": "unknown_200", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_302/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_310/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_103", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "208"}]}}}}}, {"name": "unknown_206", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "208"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_311/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_95-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_289/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_96", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "52"}]}}}}}, {"name": "unknown_192", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "52"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_290/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_292/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_97", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "52"}, {"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_194", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_293/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_283/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_94", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "208"}, {"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_188", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_284/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_40", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_80", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_40", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_80", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_81", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_81", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_122", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Shape_197", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/SelectV2_82", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_121", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/ExpandDims_20", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_82", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_123", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_41", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_83", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_41", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_82", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_83", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_125", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/transpose_286/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_40", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "1248"}, {"size": "1"}]}}}}}, {"name": "unknown_190", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_287/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_295/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_98", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "208"}]}}}}}, {"name": "unknown_196", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "208"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_296/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_90-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_274/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_91", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "52"}]}}}}}, {"name": "unknown_182", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "52"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_275/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_277/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_92", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "52"}, {"size": "1248"}]}}}}}, {"name": "unknown_184", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_278/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_268/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_89", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "208"}, {"size": "1248"}]}}}}}, {"name": "unknown_178", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_269/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/Where_38", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_76", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_38", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_76", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_77", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/zeros_77", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_116", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Shape_187", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_78", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_115", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_19", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_78", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_117", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_39", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_79", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_39", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_78", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_79", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_119", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_271/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_38", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "1248"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_180", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_272/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_280/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_93", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "208"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_186", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "208"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_281/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_85-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_259/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_86", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "52"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_172", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "52"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_260/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_262/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_87", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "52"}, {"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_174", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_263/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/split_84", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "208"}, {"size": "1248"}]}}}}}, {"name": "unknown_168", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_254/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/Where_36", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_72", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_36", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_72", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_73", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/zeros_73", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Const_110", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Shape_177", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_74", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_109", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_18", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_74", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_111", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_37", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_75", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_37", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_74", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/zeros_75", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_113", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/transpose_256/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_36", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "1248"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_170", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_257/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_265/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_88", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "208"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_176", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "208"}]}}}}}, {"name": "PartitionedCall/transpose_266/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_80-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_244/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_81", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "30"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_162", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "30"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_245/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_247/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_82", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "30"}, {"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_164", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}}}, {"name": "PartitionedCall/transpose_248/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "ConstantFolding/PartitionedCall/split_75-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_229/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_76", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "30"}]}}}}}, {"name": "unknown_152", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "30"}]}}}}}, {"name": "PartitionedCall/transpose_230/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_232/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_77", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "30"}, {"size": "720"}]}}}}}, {"name": "unknown_154", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}}}, {"name": "PartitionedCall/transpose_233/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_223/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_74", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "120"}, {"size": "720"}]}}}}}, {"name": "unknown_148", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}}}, {"name": "PartitionedCall/transpose_224/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_32", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_64", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_32", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_64", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_65", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/zeros_65", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_98", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Shape_157", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_66", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_97", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_16", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_66", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_99", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_33", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_67", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_33", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_66", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/zeros_67", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_101", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/transpose_226/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_32", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "720"}, {"size": "1"}]}}}}}, {"name": "unknown_150", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_227/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_235/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_78", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_156", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}}}, {"name": "PartitionedCall/transpose_236/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_70-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_214/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_71", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "30"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_142", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "30"}]}}}}}, {"name": "PartitionedCall/transpose_215/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_217/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_72", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "30"}, {"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_144", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_218/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_208/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_69", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "120"}, {"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_138", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_209/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/Where_30", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_60", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_30", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_60", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_61", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/zeros_61", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_92", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Shape_147", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_62", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_91", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_15", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_62", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_93", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_31", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_63", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_31", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_62", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_63", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_95", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_211/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_30", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "720"}, {"size": "1"}]}}}}}, {"name": "unknown_140", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}}}, {"name": "PartitionedCall/transpose_212/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_220/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_73", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_146", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}}}, {"name": "PartitionedCall/transpose_221/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_65-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_199/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_66", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "30"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_132", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "30"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_200/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_202/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_67", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "30"}, {"size": "720"}]}}}}}, {"name": "unknown_134", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}}}, {"name": "PartitionedCall/transpose_203/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "PartitionedCall/split_64", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "120"}, {"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_128", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}}}, {"name": "PartitionedCall/transpose_194/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_28", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_56", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_28", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_56", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_57", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_57", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_86", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Shape_137", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_58", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_85", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_14", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_58", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_87", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_29", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_59", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_29", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_58", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_59", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_89", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_196/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_28", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "720"}, {"size": "1"}]}}}}}, {"name": "unknown_130", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_197/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_205/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_68", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "120"}]}}}}}, {"name": "unknown_136", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_206/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_60-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_184/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_61", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "22"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_122", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "22"}]}}}}}, {"name": "PartitionedCall/transpose_185/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_187/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_62", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "22"}, {"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_124", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}}}, {"name": "PartitionedCall/transpose_188/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "ConstantFolding/PartitionedCall/split_55-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_169/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_56", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "22"}]}}}}}, {"name": "unknown_112", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "22"}]}}}}}, {"name": "PartitionedCall/transpose_170/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_172/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_57", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "22"}, {"size": "528"}]}}}}}, {"name": "unknown_114", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}}}, {"name": "PartitionedCall/transpose_173/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_163/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_54", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "88"}, {"size": "528"}]}}}}}, {"name": "unknown_108", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}}}, {"name": "PartitionedCall/transpose_164/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/Where_24", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_48", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_24", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_48", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_49", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_49", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Const_74", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Shape_117", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/SelectV2_50", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_73", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_12", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_50", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_75", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_25", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_51", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_25", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_50", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/zeros_51", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_77", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/transpose_166/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_24", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "528"}, {"size": "1"}]}}}}}, {"name": "unknown_110", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}}}, {"name": "PartitionedCall/transpose_167/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_175/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_58", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "88"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_116", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "88"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_176/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_50-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_154/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_51", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "22"}]}}}}}, {"name": "unknown_102", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "22"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_155/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_157/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_52", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "22"}, {"size": "528"}]}}}}}, {"name": "unknown_104", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_158/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_148/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_49", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "88"}, {"size": "528"}]}}}}}, {"name": "unknown_98", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}}}, {"name": "PartitionedCall/transpose_149/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/Where_22", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_44", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_22", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_44", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_45", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/zeros_45", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_68", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Shape_107", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_46", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_67", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/ExpandDims_11", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_46", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_69", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_23", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_47", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_23", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_46", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/zeros_47", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_71", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_151/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_22", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "528"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_100", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}}}, {"name": "PartitionedCall/transpose_152/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_160/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_53", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "88"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_106", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "88"}]}}}}}, {"name": "PartitionedCall/transpose_161/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_45-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_139/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_46", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "22"}]}}}}}, {"name": "unknown_92", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "22"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_140/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_142/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_47", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "22"}, {"size": "528"}]}}}}}, {"name": "unknown_94", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_143/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/split_44", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "88"}, {"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_88", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_134/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_20", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_40", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_20", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_40", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_41", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/zeros_41", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_62", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Shape_97", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/SelectV2_42", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_61", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/ExpandDims_10", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_42", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_63", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_21", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_43", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_21", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_42", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/zeros_43", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_65", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_136/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_20", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "528"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_90", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_137/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_145/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_48", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "88"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_96", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "88"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_146/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_40-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_124/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_41", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "288"}, {"size": "12"}]}}}}}, {"name": "unknown_82", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "12"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_125/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_127/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_42", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "12"}, {"size": "288"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_84", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_128/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "ConstantFolding/PartitionedCall/split_35-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_109/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_36", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "288"}, {"size": "12"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_72", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "12"}]}}}}}, {"name": "PartitionedCall/transpose_110/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_112/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_37", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "12"}, {"size": "288"}]}}}}}, {"name": "unknown_74", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_113/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_103/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_34", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "48"}, {"size": "288"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_68", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}}}, {"name": "PartitionedCall/transpose_104/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/Where_16", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_32", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_16", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_32", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_33", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/zeros_33", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_50", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Shape_77", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/SelectV2_34", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_49", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_34", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_51", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_17", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_35", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_17", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_34", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_35", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_53", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/transpose_106/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_16", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "288"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_70", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_107/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_115/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_38", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "288"}, {"size": "48"}]}}}}}, {"name": "unknown_76", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "48"}]}}}}}, {"name": "PartitionedCall/transpose_116/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_30-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_94/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_31", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "288"}, {"size": "12"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_62", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "12"}]}}}}}, {"name": "PartitionedCall/transpose_95/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_97/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_32", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "12"}, {"size": "288"}]}}}}}, {"name": "unknown_64", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}}}, {"name": "PartitionedCall/transpose_98/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/split_29", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "48"}, {"size": "288"}]}}}}}, {"name": "unknown_58", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_89/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_14", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_28", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_14", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_28", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_29", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_29", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Const_44", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Shape_67", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/SelectV2_30", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_43", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_30", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_45", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_15", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_31", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_15", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_30", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/zeros_31", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_47", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_91/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_14", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "288"}, {"size": "1"}]}}}}}, {"name": "unknown_60", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_92/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_100/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_33", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "288"}, {"size": "48"}]}}}}}, {"name": "unknown_66", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "48"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_101/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_25-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_79/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_26", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "144"}, {"size": "6"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_52", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "6"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_80/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_82/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_27", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "6"}, {"size": "144"}]}}}}}, {"name": "unknown_54", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}}}, {"name": "PartitionedCall/transpose_83/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "ConstantFolding/PartitionedCall/split_20-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_64/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_21", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "144"}, {"size": "6"}]}}}}}, {"name": "unknown_42", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "6"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_65/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_67/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_22", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "6"}, {"size": "144"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_44", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_68/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "PartitionedCall/transpose_58/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_19", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "24"}, {"size": "144"}]}}}}}, {"name": "unknown_38", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}}}, {"name": "PartitionedCall/transpose_59/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/Where_10", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_20", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_10", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_20", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_21", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_21", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_32", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Shape_47", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/SelectV2_22", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_31", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_5", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_22", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_33", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_11", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_23", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_11", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_22", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_23", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_35", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_61/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_10", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "144"}, {"size": "1"}]}}}}}, {"name": "unknown_40", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}}}, {"name": "PartitionedCall/transpose_62/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_70/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_23", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "144"}, {"size": "24"}]}}}}}, {"name": "unknown_46", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "24"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_71/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_15-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_49/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_16", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "144"}, {"size": "6"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_32", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "6"}]}}}}}, {"name": "PartitionedCall/transpose_50/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_52/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_17", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "6"}, {"size": "144"}]}}}}}, {"name": "unknown_34", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}}}, {"name": "PartitionedCall/transpose_53/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "PartitionedCall/split_14", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "24"}, {"size": "144"}]}}}}}, {"name": "unknown_28", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}}}, {"name": "PartitionedCall/transpose_44/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/Where_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_16", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_16", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_17", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_17", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Const_26", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Shape_37", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_18", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_25", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_4", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_18", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_27", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_9", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_19", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_9", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_18", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/zeros_19", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_29", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/transpose_46/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "144"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_30", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}}}, {"name": "PartitionedCall/transpose_47/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_55/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_18", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "144"}, {"size": "24"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_36", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "24"}]}}}}}, {"name": "PartitionedCall/transpose_56/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "ConstantFolding/PartitionedCall/split_10-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_34/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_11", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "96"}, {"size": "4"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_22", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_35/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_37/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_12", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "4"}, {"size": "96"}]}}}}}, {"name": "unknown_24", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_38/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "ConstantFolding/PartitionedCall/split_5-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/transpose_19/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "4"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_12", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_20/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_22/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_7", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "4"}, {"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_14", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_23/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_4", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_8", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_4", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_8", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_9", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_9", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_14", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Shape_17", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_10", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_13", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_10", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_15", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_5", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_11", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_5", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_10", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/zeros_11", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_17", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_16/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_4", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "16"}, {"size": "1"}]}}}}}, {"name": "unknown_10", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_17/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_25/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_8", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "16"}]}}}}}, {"name": "unknown_16", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}}}, {"name": "PartitionedCall/transpose_26/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_1-folded-1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_7/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_2", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "32"}, {"size": "8"}]}}}}}, {"name": "unknown_4", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_8/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_10/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_3", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "8"}, {"size": "32"}]}}}}}, {"name": "unknown_6", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}}}, {"name": "PartitionedCall/transpose_11/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Constant_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Constant_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Concat", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Constant_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_1", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/zeros_1", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Const_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Shape_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/SelectV2_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_1", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Constant_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_3", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Constant_7", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_1", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_3", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_1", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_3", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_5", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/transpose_1/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "3"}, {"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_0", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}}}, {"name": "PartitionedCall/transpose_2/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_4", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_4", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_5", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/zeros_5", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Const_8", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Shape_8", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/SelectV2_6", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_7", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/ExpandDims_1", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_6", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_9", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_3", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_3", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_7", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_11", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/transpose_4/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "32"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_2", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}}}, {"name": "PartitionedCall/transpose_5/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_13/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_4", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "32"}, {"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_8", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_14/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_28/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_9", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "96"}]}}}}}, {"name": "unknown_18", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_29/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/Where_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_12", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_12", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_13", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/zeros_13", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Const_20", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Shape_27", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/SelectV2_14", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_19", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_3", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_14", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_21", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_15", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_14", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/zeros_15", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_23", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_31/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_6", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "96"}, {"size": "1"}]}}}}}, {"name": "unknown_20", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}}}, {"name": "PartitionedCall/transpose_32/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_40/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_13", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "96"}, {"size": "24"}]}}}}}, {"name": "unknown_26", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "24"}]}}}}}, {"name": "PartitionedCall/transpose_41/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_73/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_24", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "24"}, {"size": "144"}]}}}}}, {"name": "unknown_48", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_74/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/Where_12", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_24", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_12", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_24", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_25", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/zeros_25", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_38", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Shape_57", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/SelectV2_26", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_37", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/ExpandDims_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_26", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_39", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_13", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_27", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_13", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_26", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/zeros_27", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_41", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/transpose_76/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_12", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "144"}, {"size": "1"}]}}}}}, {"name": "unknown_50", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "144"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_77/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_85/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_28", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "144"}, {"size": "48"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_56", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "48"}]}}}}}, {"name": "PartitionedCall/transpose_86/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_118/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_39", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "48"}, {"size": "288"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_78", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_119/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/Where_18", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_36", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_18", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_36", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_37", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_37", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Const_56", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Shape_87", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/SelectV2_38", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_55", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_9", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_38", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_57", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_19", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_39", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_19", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_38", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_39", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_59", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_121/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_18", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "288"}, {"size": "1"}]}}}}}, {"name": "unknown_80", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "288"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_122/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_130/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_43", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "288"}, {"size": "88"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_86", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "88"}]}}}}}, {"name": "PartitionedCall/transpose_131/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_178/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_59", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "88"}, {"size": "528"}]}}}}}, {"name": "unknown_118", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}}}, {"name": "PartitionedCall/transpose_179/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_26", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_52", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_26", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_52", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_53", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_53", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_80", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Shape_127", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_54", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_79", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_13", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_54", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_81", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_27", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_55", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_27", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_54", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/zeros_55", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_83", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/transpose_181/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_26", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "528"}, {"size": "1"}]}}}}}, {"name": "unknown_120", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "528"}]}}}}}, {"name": "PartitionedCall/transpose_182/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_190/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_63", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "528"}, {"size": "120"}]}}}}}, {"name": "unknown_126", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}}}, {"name": "PartitionedCall/transpose_191/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_238/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_79", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "120"}, {"size": "720"}]}}}}}, {"name": "unknown_158", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}}}, {"name": "PartitionedCall/transpose_239/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/Where_34", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_68", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_34", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_68", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_69", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/zeros_69", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Const_104", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/Shape_167", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/SelectV2_70", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_103", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_17", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_70", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_105", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Where_35", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_71", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GatherV2_35", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}}}, {"name": "PartitionedCall/zeros_70", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_71", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_107", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/transpose_241/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/Reshape_34", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "720"}, {"size": "1"}]}}}}}, {"name": "unknown_160", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "720"}]}}}}}, {"name": "PartitionedCall/transpose_242/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_250/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_83", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "720"}, {"size": "208"}]}}}}}, {"name": "unknown_166", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "208"}]}}}}}, {"name": "PartitionedCall/transpose_251/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_313/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/split_104", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "208"}, {"size": "1248"}]}}}}}, {"name": "unknown_208", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}}}, {"name": "PartitionedCall/transpose_314/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Concat", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Constant_2", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/Where_44", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Cast_88", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_44", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_88", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/SelectV2_89", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/zeros_89", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_134", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Shape_217", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/SelectV2_90", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Const_133", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/ExpandDims_22", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_90", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Constant_6", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_135", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Transpose/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Constant_7", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/Where_45", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}, {"size": "1"}]}}}}}, {"name": "PartitionedCall/Cast_91", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/GatherV2_45", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/zeros_90", "op": "Const", "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {}}}}}, {"name": "PartitionedCall/zeros_91", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Const_137", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/transpose_316/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_44", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "1248"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_210", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1248"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_317/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_325/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_108", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "1248"}, {"size": "352"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_216", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "352"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_326/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/transpose_343/perm", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/split_114", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "352"}, {"size": "1408"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "unknown_228", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1408"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_344/perm", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "ConstantFolding/PartitionedCall/split_115-folded-1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/strided_slice_1/stack", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/strided_slice_1/stack_1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/strided_slice_1/stack_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Const_146", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/flatten/strided_slice/stack", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/flatten/strided_slice/stack_1", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}}}, {"name": "PartitionedCall/flatten/strided_slice/stack_2", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "1"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/flatten/Reshape/shape/1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_345", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1408"}, {"size": "4"}]}}}}}, {"name": "PartitionedCall/mul_1", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "onnx_tf__tf_pad_0_c14b57f7", "op": "Placeholder", "attr": {"shape": {"shape": {"dim": [{"size": "1"}, {"size": "3"}, {"size": "224"}, {"size": "224"}]}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/SparseToDense_115", "op": "SparseToDense", "input": ["PartitionedCall/Where_46", "PartitionedCall/Cast_92", "PartitionedCall/GatherV2_46", "PartitionedCall/zeros_92"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_116", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_23", "PartitionedCall/Cast_94", "PartitionedCall/SelectV2_93", "PartitionedCall/zeros_93"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_117", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_23", "PartitionedCall/Cast_94", "PartitionedCall/SelectV2_94", "PartitionedCall/Const_139"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_118", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_23", "PartitionedCall/Cast_94", "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_141"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_119", "op": "SparseToDense", "input": ["PartitionedCall/Where_47", "PartitionedCall/Cast_95", "PartitionedCall/GatherV2_47", "PartitionedCall/zeros_94"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_105", "op": "SparseToDense", "input": ["PartitionedCall/Where_42", "PartitionedCall/Cast_84", "PartitionedCall/GatherV2_42", "PartitionedCall/zeros_84"], "attr": {"T": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_106", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_21", "PartitionedCall/Cast_86", "PartitionedCall/SelectV2_85", "PartitionedCall/zeros_85"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_107", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_21", "PartitionedCall/Cast_86", "PartitionedCall/SelectV2_86", "PartitionedCall/Const_127"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_108", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_21", "PartitionedCall/Cast_86", "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_129"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_109", "op": "SparseToDense", "input": ["PartitionedCall/Where_43", "PartitionedCall/Cast_87", "PartitionedCall/GatherV2_43", "PartitionedCall/zeros_86"], "attr": {"T": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_100", "op": "SparseToDense", "input": ["PartitionedCall/Where_40", "PartitionedCall/Cast_80", "PartitionedCall/GatherV2_40", "PartitionedCall/zeros_80"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_101", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_20", "PartitionedCall/Cast_82", "PartitionedCall/SelectV2_81", "PartitionedCall/zeros_81"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_102", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_20", "PartitionedCall/Cast_82", "PartitionedCall/SelectV2_82", "PartitionedCall/Const_121"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_103", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_20", "PartitionedCall/Cast_82", "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_123"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_104", "op": "SparseToDense", "input": ["PartitionedCall/Where_41", "PartitionedCall/Cast_83", "PartitionedCall/GatherV2_41", "PartitionedCall/zeros_82"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_95", "op": "SparseToDense", "input": ["PartitionedCall/Where_38", "PartitionedCall/Cast_76", "PartitionedCall/GatherV2_38", "PartitionedCall/zeros_76"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_96", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_19", "PartitionedCall/Cast_78", "PartitionedCall/SelectV2_77", "PartitionedCall/zeros_77"], "attr": {"T": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_97", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_19", "PartitionedCall/Cast_78", "PartitionedCall/SelectV2_78", "PartitionedCall/Const_115"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_98", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_19", "PartitionedCall/Cast_78", "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_117"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_99", "op": "SparseToDense", "input": ["PartitionedCall/Where_39", "PartitionedCall/Cast_79", "PartitionedCall/GatherV2_39", "PartitionedCall/zeros_78"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_90", "op": "SparseToDense", "input": ["PartitionedCall/Where_36", "PartitionedCall/Cast_72", "PartitionedCall/GatherV2_36", "PartitionedCall/zeros_72"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_91", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_18", "PartitionedCall/Cast_74", "PartitionedCall/SelectV2_73", "PartitionedCall/zeros_73"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_92", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_18", "PartitionedCall/Cast_74", "PartitionedCall/SelectV2_74", "PartitionedCall/Const_109"], "attr": {"Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_93", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_18", "PartitionedCall/Cast_74", "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_111"], "attr": {"T": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_94", "op": "SparseToDense", "input": ["PartitionedCall/Where_37", "PartitionedCall/Cast_75", "PartitionedCall/GatherV2_37", "PartitionedCall/zeros_74"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_80", "op": "SparseToDense", "input": ["PartitionedCall/Where_32", "PartitionedCall/Cast_64", "PartitionedCall/GatherV2_32", "PartitionedCall/zeros_64"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_81", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_16", "PartitionedCall/Cast_66", "PartitionedCall/SelectV2_65", "PartitionedCall/zeros_65"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_82", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_16", "PartitionedCall/Cast_66", "PartitionedCall/SelectV2_66", "PartitionedCall/Const_97"], "attr": {"T": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_83", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_16", "PartitionedCall/Cast_66", "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_99"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_84", "op": "SparseToDense", "input": ["PartitionedCall/Where_33", "PartitionedCall/Cast_67", "PartitionedCall/GatherV2_33", "PartitionedCall/zeros_66"], "attr": {"T": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_75", "op": "SparseToDense", "input": ["PartitionedCall/Where_30", "PartitionedCall/Cast_60", "PartitionedCall/GatherV2_30", "PartitionedCall/zeros_60"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_76", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_15", "PartitionedCall/Cast_62", "PartitionedCall/SelectV2_61", "PartitionedCall/zeros_61"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_77", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_15", "PartitionedCall/Cast_62", "PartitionedCall/SelectV2_62", "PartitionedCall/Const_91"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_78", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_15", "PartitionedCall/Cast_62", "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_93"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_79", "op": "SparseToDense", "input": ["PartitionedCall/Where_31", "PartitionedCall/Cast_63", "PartitionedCall/GatherV2_31", "PartitionedCall/zeros_62"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_70", "op": "SparseToDense", "input": ["PartitionedCall/Where_28", "PartitionedCall/Cast_56", "PartitionedCall/GatherV2_28", "PartitionedCall/zeros_56"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_71", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_14", "PartitionedCall/Cast_58", "PartitionedCall/SelectV2_57", "PartitionedCall/zeros_57"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_72", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_14", "PartitionedCall/Cast_58", "PartitionedCall/SelectV2_58", "PartitionedCall/Const_85"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_73", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_14", "PartitionedCall/Cast_58", "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_87"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_74", "op": "SparseToDense", "input": ["PartitionedCall/Where_29", "PartitionedCall/Cast_59", "PartitionedCall/GatherV2_29", "PartitionedCall/zeros_58"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_60", "op": "SparseToDense", "input": ["PartitionedCall/Where_24", "PartitionedCall/Cast_48", "PartitionedCall/GatherV2_24", "PartitionedCall/zeros_48"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_61", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_12", "PartitionedCall/Cast_50", "PartitionedCall/SelectV2_49", "PartitionedCall/zeros_49"], "attr": {"Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_62", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_12", "PartitionedCall/Cast_50", "PartitionedCall/SelectV2_50", "PartitionedCall/Const_73"], "attr": {"Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_63", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_12", "PartitionedCall/Cast_50", "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_75"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_64", "op": "SparseToDense", "input": ["PartitionedCall/Where_25", "PartitionedCall/Cast_51", "PartitionedCall/GatherV2_25", "PartitionedCall/zeros_50"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_55", "op": "SparseToDense", "input": ["PartitionedCall/Where_22", "PartitionedCall/Cast_44", "PartitionedCall/GatherV2_22", "PartitionedCall/zeros_44"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_56", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_11", "PartitionedCall/Cast_46", "PartitionedCall/SelectV2_45", "PartitionedCall/zeros_45"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_57", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_11", "PartitionedCall/Cast_46", "PartitionedCall/SelectV2_46", "PartitionedCall/Const_67"], "attr": {"T": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_58", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_11", "PartitionedCall/Cast_46", "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_69"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_59", "op": "SparseToDense", "input": ["PartitionedCall/Where_23", "PartitionedCall/Cast_47", "PartitionedCall/GatherV2_23", "PartitionedCall/zeros_46"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_50", "op": "SparseToDense", "input": ["PartitionedCall/Where_20", "PartitionedCall/Cast_40", "PartitionedCall/GatherV2_20", "PartitionedCall/zeros_40"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_51", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_10", "PartitionedCall/Cast_42", "PartitionedCall/SelectV2_41", "PartitionedCall/zeros_41"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_52", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_10", "PartitionedCall/Cast_42", "PartitionedCall/SelectV2_42", "PartitionedCall/Const_61"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_53", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_10", "PartitionedCall/Cast_42", "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_63"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_54", "op": "SparseToDense", "input": ["PartitionedCall/Where_21", "PartitionedCall/Cast_43", "PartitionedCall/GatherV2_21", "PartitionedCall/zeros_42"], "attr": {"Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_40", "op": "SparseToDense", "input": ["PartitionedCall/Where_16", "PartitionedCall/Cast_32", "PartitionedCall/GatherV2_16", "PartitionedCall/zeros_32"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_41", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_8", "PartitionedCall/Cast_34", "PartitionedCall/SelectV2_33", "PartitionedCall/zeros_33"], "attr": {"Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_42", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_8", "PartitionedCall/Cast_34", "PartitionedCall/SelectV2_34", "PartitionedCall/Const_49"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_43", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_8", "PartitionedCall/Cast_34", "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_51"], "attr": {"Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_44", "op": "SparseToDense", "input": ["PartitionedCall/Where_17", "PartitionedCall/Cast_35", "PartitionedCall/GatherV2_17", "PartitionedCall/zeros_34"], "attr": {"T": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_35", "op": "SparseToDense", "input": ["PartitionedCall/Where_14", "PartitionedCall/Cast_28", "PartitionedCall/GatherV2_14", "PartitionedCall/zeros_28"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_36", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_7", "PartitionedCall/Cast_30", "PartitionedCall/SelectV2_29", "PartitionedCall/zeros_29"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_37", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_7", "PartitionedCall/Cast_30", "PartitionedCall/SelectV2_30", "PartitionedCall/Const_43"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_38", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_7", "PartitionedCall/Cast_30", "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_45"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_39", "op": "SparseToDense", "input": ["PartitionedCall/Where_15", "PartitionedCall/Cast_31", "PartitionedCall/GatherV2_15", "PartitionedCall/zeros_30"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_25", "op": "SparseToDense", "input": ["PartitionedCall/Where_10", "PartitionedCall/Cast_20", "PartitionedCall/GatherV2_10", "PartitionedCall/zeros_20"], "attr": {"T": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_26", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_5", "PartitionedCall/Cast_22", "PartitionedCall/SelectV2_21", "PartitionedCall/zeros_21"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_27", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_5", "PartitionedCall/Cast_22", "PartitionedCall/SelectV2_22", "PartitionedCall/Const_31"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_28", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_5", "PartitionedCall/Cast_22", "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_33"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_29", "op": "SparseToDense", "input": ["PartitionedCall/Where_11", "PartitionedCall/Cast_23", "PartitionedCall/GatherV2_11", "PartitionedCall/zeros_22"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_20", "op": "SparseToDense", "input": ["PartitionedCall/Where_8", "PartitionedCall/Cast_16", "PartitionedCall/GatherV2_8", "PartitionedCall/zeros_16"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_21", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_4", "PartitionedCall/Cast_18", "PartitionedCall/SelectV2_17", "PartitionedCall/zeros_17"], "attr": {"Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_22", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_4", "PartitionedCall/Cast_18", "PartitionedCall/SelectV2_18", "PartitionedCall/Const_25"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_23", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_4", "PartitionedCall/Cast_18", "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_27"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_24", "op": "SparseToDense", "input": ["PartitionedCall/Where_9", "PartitionedCall/Cast_19", "PartitionedCall/GatherV2_9", "PartitionedCall/zeros_18"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_10", "op": "SparseToDense", "input": ["PartitionedCall/Where_4", "PartitionedCall/Cast_8", "PartitionedCall/GatherV2_4", "PartitionedCall/zeros_8"], "attr": {"T": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_11", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_2", "PartitionedCall/Cast_10", "PartitionedCall/SelectV2_9", "PartitionedCall/zeros_9"], "attr": {"Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_12", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_2", "PartitionedCall/Cast_10", "PartitionedCall/SelectV2_10", "PartitionedCall/Const_13"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_13", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_2", "PartitionedCall/Cast_10", "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_15"], "attr": {"T": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_14", "op": "SparseToDense", "input": ["PartitionedCall/Where_5", "PartitionedCall/Cast_11", "PartitionedCall/GatherV2_5", "PartitionedCall/zeros_10"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense", "op": "SparseToDense", "input": ["PartitionedCall/Where", "PartitionedCall/Cast", "PartitionedCall/GatherV2", "PartitionedCall/zeros"], "attr": {"T": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_1", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims", "PartitionedCall/Cast_2", "PartitionedCall/SelectV2_1", "PartitionedCall/zeros_1"], "attr": {"Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_2", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims", "PartitionedCall/Cast_2", "PartitionedCall/SelectV2_2", "PartitionedCall/Const_1"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_3", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims", "PartitionedCall/Cast_2", "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Constant_6", "PartitionedCall/Const_3"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_4", "op": "SparseToDense", "input": ["PartitionedCall/Where_1", "PartitionedCall/Cast_3", "PartitionedCall/GatherV2_1", "PartitionedCall/zeros_2"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_5", "op": "SparseToDense", "input": ["PartitionedCall/Where_2", "PartitionedCall/Cast_4", "PartitionedCall/GatherV2_2", "PartitionedCall/zeros_4"], "attr": {"Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_6", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_1", "PartitionedCall/Cast_6", "PartitionedCall/SelectV2_5", "PartitionedCall/zeros_5"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_7", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_1", "PartitionedCall/Cast_6", "PartitionedCall/SelectV2_6", "PartitionedCall/Const_7"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_8", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_1", "PartitionedCall/Cast_6", "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_9"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_9", "op": "SparseToDense", "input": ["PartitionedCall/Where_3", "PartitionedCall/Cast_7", "PartitionedCall/GatherV2_3", "PartitionedCall/zeros_6"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_15", "op": "SparseToDense", "input": ["PartitionedCall/Where_6", "PartitionedCall/Cast_12", "PartitionedCall/GatherV2_6", "PartitionedCall/zeros_12"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_16", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_3", "PartitionedCall/Cast_14", "PartitionedCall/SelectV2_13", "PartitionedCall/zeros_13"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_17", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_3", "PartitionedCall/Cast_14", "PartitionedCall/SelectV2_14", "PartitionedCall/Const_19"], "attr": {"Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_18", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_3", "PartitionedCall/Cast_14", "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_21"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_19", "op": "SparseToDense", "input": ["PartitionedCall/Where_7", "PartitionedCall/Cast_15", "PartitionedCall/GatherV2_7", "PartitionedCall/zeros_14"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_30", "op": "SparseToDense", "input": ["PartitionedCall/Where_12", "PartitionedCall/Cast_24", "PartitionedCall/GatherV2_12", "PartitionedCall/zeros_24"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_31", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_6", "PartitionedCall/Cast_26", "PartitionedCall/SelectV2_25", "PartitionedCall/zeros_25"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_32", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_6", "PartitionedCall/Cast_26", "PartitionedCall/SelectV2_26", "PartitionedCall/Const_37"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_33", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_6", "PartitionedCall/Cast_26", "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_39"], "attr": {"Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_34", "op": "SparseToDense", "input": ["PartitionedCall/Where_13", "PartitionedCall/Cast_27", "PartitionedCall/GatherV2_13", "PartitionedCall/zeros_26"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_45", "op": "SparseToDense", "input": ["PartitionedCall/Where_18", "PartitionedCall/Cast_36", "PartitionedCall/GatherV2_18", "PartitionedCall/zeros_36"], "attr": {"T": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_46", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_9", "PartitionedCall/Cast_38", "PartitionedCall/SelectV2_37", "PartitionedCall/zeros_37"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_47", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_9", "PartitionedCall/Cast_38", "PartitionedCall/SelectV2_38", "PartitionedCall/Const_55"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_48", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_9", "PartitionedCall/Cast_38", "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_57"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_49", "op": "SparseToDense", "input": ["PartitionedCall/Where_19", "PartitionedCall/Cast_39", "PartitionedCall/GatherV2_19", "PartitionedCall/zeros_38"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_65", "op": "SparseToDense", "input": ["PartitionedCall/Where_26", "PartitionedCall/Cast_52", "PartitionedCall/GatherV2_26", "PartitionedCall/zeros_52"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_66", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_13", "PartitionedCall/Cast_54", "PartitionedCall/SelectV2_53", "PartitionedCall/zeros_53"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_67", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_13", "PartitionedCall/Cast_54", "PartitionedCall/SelectV2_54", "PartitionedCall/Const_79"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_68", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_13", "PartitionedCall/Cast_54", "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_81"], "attr": {"Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_69", "op": "SparseToDense", "input": ["PartitionedCall/Where_27", "PartitionedCall/Cast_55", "PartitionedCall/GatherV2_27", "PartitionedCall/zeros_54"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_85", "op": "SparseToDense", "input": ["PartitionedCall/Where_34", "PartitionedCall/Cast_68", "PartitionedCall/GatherV2_34", "PartitionedCall/zeros_68"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_86", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_17", "PartitionedCall/Cast_70", "PartitionedCall/SelectV2_69", "PartitionedCall/zeros_69"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_87", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_17", "PartitionedCall/Cast_70", "PartitionedCall/SelectV2_70", "PartitionedCall/Const_103"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_88", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_17", "PartitionedCall/Cast_70", "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_105"], "attr": {"T": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_89", "op": "SparseToDense", "input": ["PartitionedCall/Where_35", "PartitionedCall/Cast_71", "PartitionedCall/GatherV2_35", "PartitionedCall/zeros_70"], "attr": {"Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/SparseToDense_110", "op": "SparseToDense", "input": ["PartitionedCall/Where_44", "PartitionedCall/Cast_88", "PartitionedCall/GatherV2_44", "PartitionedCall/zeros_88"], "attr": {"Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_111", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_22", "PartitionedCall/Cast_90", "PartitionedCall/SelectV2_89", "PartitionedCall/zeros_89"], "attr": {"validate_indices": {"b": true}, "Tindices": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_112", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_22", "PartitionedCall/Cast_90", "PartitionedCall/SelectV2_90", "PartitionedCall/Const_133"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_113", "op": "SparseToDense", "input": ["PartitionedCall/ExpandDims_22", "PartitionedCall/Cast_90", "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Constant_6", "PartitionedCall/Const_135"], "attr": {"validate_indices": {"b": true}, "T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SparseToDense_114", "op": "SparseToDense", "input": ["PartitionedCall/Where_45", "PartitionedCall/Cast_91", "PartitionedCall/GatherV2_45", "PartitionedCall/zeros_90"], "attr": {"T": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "validate_indices": {"b": true}}}, {"name": "PartitionedCall/add_225", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_115"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_70", "op": "Equal", "input": ["PartitionedCall/SparseToDense_117", "PartitionedCall/Const_140"], "attr": {"T": {"type": "DT_INT64"}, "incompatible_shape_error": {"b": true}}}, {"name": "PartitionedCall/add_229", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_119"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_205", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_105"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_64", "op": "Equal", "input": ["PartitionedCall/SparseToDense_107", "PartitionedCall/Const_128"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_209", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_109"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_195", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_100"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_61", "op": "Equal", "input": ["PartitionedCall/SparseToDense_102", "PartitionedCall/Const_122"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_199", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_104"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_185", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_95"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_58", "op": "Equal", "input": ["PartitionedCall/SparseToDense_97", "PartitionedCall/Const_116"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_189", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_99"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_175", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_90"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_55", "op": "Equal", "input": ["PartitionedCall/SparseToDense_92", "PartitionedCall/Const_110"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_179", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_94"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_155", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_80"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_49", "op": "Equal", "input": ["PartitionedCall/SparseToDense_82", "PartitionedCall/Const_98"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_159", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_84"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_145", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_75"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_46", "op": "Equal", "input": ["PartitionedCall/SparseToDense_77", "PartitionedCall/Const_92"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_149", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_79"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_135", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_70"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_43", "op": "Equal", "input": ["PartitionedCall/SparseToDense_72", "PartitionedCall/Const_86"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_139", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_74"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_115", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_60"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_37", "op": "Equal", "input": ["PartitionedCall/SparseToDense_62", "PartitionedCall/Const_74"], "attr": {"T": {"type": "DT_INT64"}, "incompatible_shape_error": {"b": true}}}, {"name": "PartitionedCall/add_119", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_64"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_105", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_55"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_34", "op": "Equal", "input": ["PartitionedCall/SparseToDense_57", "PartitionedCall/Const_68"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_109", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_59"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_95", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_50"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_31", "op": "Equal", "input": ["PartitionedCall/SparseToDense_52", "PartitionedCall/Const_62"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_99", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_54"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_75", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_40"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_25", "op": "Equal", "input": ["PartitionedCall/SparseToDense_42", "PartitionedCall/Const_50"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_79", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_44"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_65", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_35"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_22", "op": "Equal", "input": ["PartitionedCall/SparseToDense_37", "PartitionedCall/Const_44"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_69", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_39"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_45", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_25"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_16", "op": "Equal", "input": ["PartitionedCall/SparseToDense_27", "PartitionedCall/Const_32"], "attr": {"T": {"type": "DT_INT64"}, "incompatible_shape_error": {"b": true}}}, {"name": "PartitionedCall/add_49", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_29"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_35", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_20"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_13", "op": "Equal", "input": ["PartitionedCall/SparseToDense_22", "PartitionedCall/Const_26"], "attr": {"T": {"type": "DT_INT64"}, "incompatible_shape_error": {"b": true}}}, {"name": "PartitionedCall/add_39", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_24"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_15", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_10"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_7", "op": "Equal", "input": ["PartitionedCall/SparseToDense_12", "PartitionedCall/Const_14"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_19", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_14"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Constant_2", "PartitionedCall/SparseToDense"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_1", "op": "Equal", "input": ["PartitionedCall/SparseToDense_2", "PartitionedCall/Const_2"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_4", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Constant_7", "PartitionedCall/SparseToDense_4"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_6", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_5"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_4", "op": "Equal", "input": ["PartitionedCall/SparseToDense_7", "PartitionedCall/Const_8"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_10", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_9"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_25", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_15"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_10", "op": "Equal", "input": ["PartitionedCall/SparseToDense_17", "PartitionedCall/Const_20"], "attr": {"T": {"type": "DT_INT64"}, "incompatible_shape_error": {"b": true}}}, {"name": "PartitionedCall/add_29", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_19"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_55", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_30"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_19", "op": "Equal", "input": ["PartitionedCall/SparseToDense_32", "PartitionedCall/Const_38"], "attr": {"T": {"type": "DT_INT64"}, "incompatible_shape_error": {"b": true}}}, {"name": "PartitionedCall/add_59", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_34"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_85", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_45"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_28", "op": "Equal", "input": ["PartitionedCall/SparseToDense_47", "PartitionedCall/Const_56"], "attr": {"T": {"type": "DT_INT64"}, "incompatible_shape_error": {"b": true}}}, {"name": "PartitionedCall/add_89", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_49"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_125", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_65"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_40", "op": "Equal", "input": ["PartitionedCall/SparseToDense_67", "PartitionedCall/Const_80"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_129", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_69"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_165", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_85"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_52", "op": "Equal", "input": ["PartitionedCall/SparseToDense_87", "PartitionedCall/Const_104"], "attr": {"T": {"type": "DT_INT64"}, "incompatible_shape_error": {"b": true}}}, {"name": "PartitionedCall/add_169", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_89"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_215", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Constant_2", "PartitionedCall/SparseToDense_110"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/Equal_67", "op": "Equal", "input": ["PartitionedCall/SparseToDense_112", "PartitionedCall/Const_134"], "attr": {"incompatible_shape_error": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/add_219", "op": "AddV2", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Constant_7", "PartitionedCall/SparseToDense_114"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_225"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_95", "op": "SelectV2", "input": ["PartitionedCall/Equal_70", "PartitionedCall/Shape_227", "PartitionedCall/SparseToDense_117"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_205"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_87", "op": "SelectV2", "input": ["PartitionedCall/Equal_64", "PartitionedCall/Shape_207", "PartitionedCall/SparseToDense_107"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_195"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_83", "op": "SelectV2", "input": ["PartitionedCall/Equal_61", "PartitionedCall/Shape_197", "PartitionedCall/SparseToDense_102"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_185"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_79", "op": "SelectV2", "input": ["PartitionedCall/Equal_58", "PartitionedCall/Shape_187", "PartitionedCall/SparseToDense_97"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_175"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_75", "op": "SelectV2", "input": ["PartitionedCall/Equal_55", "PartitionedCall/Shape_177", "PartitionedCall/SparseToDense_92"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_155"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_67", "op": "SelectV2", "input": ["PartitionedCall/Equal_49", "PartitionedCall/Shape_157", "PartitionedCall/SparseToDense_82"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_145"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_63", "op": "SelectV2", "input": ["PartitionedCall/Equal_46", "PartitionedCall/Shape_147", "PartitionedCall/SparseToDense_77"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_135"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_59", "op": "SelectV2", "input": ["PartitionedCall/Equal_43", "PartitionedCall/Shape_137", "PartitionedCall/SparseToDense_72"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_115"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_51", "op": "SelectV2", "input": ["PartitionedCall/Equal_37", "PartitionedCall/Shape_117", "PartitionedCall/SparseToDense_62"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_105"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_47", "op": "SelectV2", "input": ["PartitionedCall/Equal_34", "PartitionedCall/Shape_107", "PartitionedCall/SparseToDense_57"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_95"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_43", "op": "SelectV2", "input": ["PartitionedCall/Equal_31", "PartitionedCall/Shape_97", "PartitionedCall/SparseToDense_52"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_75"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_35", "op": "SelectV2", "input": ["PartitionedCall/Equal_25", "PartitionedCall/Shape_77", "PartitionedCall/SparseToDense_42"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_65"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_31", "op": "SelectV2", "input": ["PartitionedCall/Equal_22", "PartitionedCall/Shape_67", "PartitionedCall/SparseToDense_37"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_45"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_23", "op": "SelectV2", "input": ["PartitionedCall/Equal_16", "PartitionedCall/Shape_47", "PartitionedCall/SparseToDense_27"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_35"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_19", "op": "SelectV2", "input": ["PartitionedCall/Equal_13", "PartitionedCall/Shape_37", "PartitionedCall/SparseToDense_22"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_15"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_11", "op": "SelectV2", "input": ["PartitionedCall/Equal_7", "PartitionedCall/Shape_17", "PartitionedCall/SparseToDense_12"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Concat", "PartitionedCall/add"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_3", "op": "SelectV2", "input": ["PartitionedCall/Equal_1", "PartitionedCall/Shape_2", "PartitionedCall/SparseToDense_2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_6"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_7", "op": "SelectV2", "input": ["PartitionedCall/Equal_4", "PartitionedCall/Shape_8", "PartitionedCall/SparseToDense_7"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_25"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_15", "op": "SelectV2", "input": ["PartitionedCall/Equal_10", "PartitionedCall/Shape_27", "PartitionedCall/SparseToDense_17"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_55"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_27", "op": "SelectV2", "input": ["PartitionedCall/Equal_19", "PartitionedCall/Shape_57", "PartitionedCall/SparseToDense_32"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_85"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_39", "op": "SelectV2", "input": ["PartitionedCall/Equal_28", "PartitionedCall/Shape_87", "PartitionedCall/SparseToDense_47"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_125"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_55", "op": "SelectV2", "input": ["PartitionedCall/Equal_40", "PartitionedCall/Shape_127", "PartitionedCall/SparseToDense_67"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_165"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_71", "op": "SelectV2", "input": ["PartitionedCall/Equal_52", "PartitionedCall/Shape_167", "PartitionedCall/SparseToDense_87"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Reshape", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Concat", "PartitionedCall/add_215"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/SelectV2_91", "op": "SelectV2", "input": ["PartitionedCall/Equal_67", "PartitionedCall/Shape_217", "PartitionedCall/SparseToDense_112"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_116", "PartitionedCall/SelectV2_95", "PartitionedCall/SparseToDense_118"], "attr": {"T": {"type": "DT_INT64"}, "new_axis_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "ellipsis_mask": {"i": "0"}, "end_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_106", "PartitionedCall/SelectV2_87", "PartitionedCall/SparseToDense_108"], "attr": {"shrink_axis_mask": {"i": "0"}, "end_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "new_axis_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "ellipsis_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_101", "PartitionedCall/SelectV2_83", "PartitionedCall/SparseToDense_103"], "attr": {"end_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}, "ellipsis_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "begin_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_96", "PartitionedCall/SelectV2_79", "PartitionedCall/SparseToDense_98"], "attr": {"ellipsis_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "new_axis_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}, "end_mask": {"i": "0"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_91", "PartitionedCall/SelectV2_75", "PartitionedCall/SparseToDense_93"], "attr": {"ellipsis_mask": {"i": "0"}, "end_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "begin_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_81", "PartitionedCall/SelectV2_67", "PartitionedCall/SparseToDense_83"], "attr": {"Index": {"type": "DT_INT64"}, "ellipsis_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "begin_mask": {"i": "0"}, "end_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_76", "PartitionedCall/SelectV2_63", "PartitionedCall/SparseToDense_78"], "attr": {"end_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "ellipsis_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "Index": {"type": "DT_INT64"}, "shrink_axis_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_71", "PartitionedCall/SelectV2_59", "PartitionedCall/SparseToDense_73"], "attr": {"T": {"type": "DT_INT64"}, "begin_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "end_mask": {"i": "0"}, "ellipsis_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_61", "PartitionedCall/SelectV2_51", "PartitionedCall/SparseToDense_63"], "attr": {"Index": {"type": "DT_INT64"}, "new_axis_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "end_mask": {"i": "0"}, "ellipsis_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_56", "PartitionedCall/SelectV2_47", "PartitionedCall/SparseToDense_58"], "attr": {"new_axis_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "begin_mask": {"i": "0"}, "ellipsis_mask": {"i": "0"}, "end_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "shrink_axis_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_51", "PartitionedCall/SelectV2_43", "PartitionedCall/SparseToDense_53"], "attr": {"new_axis_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "ellipsis_mask": {"i": "0"}, "end_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "Index": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_41", "PartitionedCall/SelectV2_35", "PartitionedCall/SparseToDense_43"], "attr": {"new_axis_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "ellipsis_mask": {"i": "0"}, "end_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "begin_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_36", "PartitionedCall/SelectV2_31", "PartitionedCall/SparseToDense_38"], "attr": {"T": {"type": "DT_INT64"}, "ellipsis_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "end_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_26", "PartitionedCall/SelectV2_23", "PartitionedCall/SparseToDense_28"], "attr": {"shrink_axis_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "ellipsis_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "end_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_21", "PartitionedCall/SelectV2_19", "PartitionedCall/SparseToDense_23"], "attr": {"new_axis_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "end_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "ellipsis_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_11", "PartitionedCall/SelectV2_11", "PartitionedCall/SparseToDense_13"], "attr": {"begin_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "ellipsis_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "end_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Reshape", "PartitionedCall/SparseToDense_1", "PartitionedCall/SelectV2_3", "PartitionedCall/SparseToDense_3"], "attr": {"end_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "begin_mask": {"i": "0"}, "ellipsis_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "new_axis_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_6", "PartitionedCall/SelectV2_7", "PartitionedCall/SparseToDense_8"], "attr": {"shrink_axis_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}, "end_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "ellipsis_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_16", "PartitionedCall/SelectV2_15", "PartitionedCall/SparseToDense_18"], "attr": {"Index": {"type": "DT_INT64"}, "end_mask": {"i": "0"}, "ellipsis_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "begin_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_31", "PartitionedCall/SelectV2_27", "PartitionedCall/SparseToDense_33"], "attr": {"T": {"type": "DT_INT64"}, "end_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "begin_mask": {"i": "0"}, "ellipsis_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_46", "PartitionedCall/SelectV2_39", "PartitionedCall/SparseToDense_48"], "attr": {"shrink_axis_mask": {"i": "0"}, "end_mask": {"i": "0"}, "ellipsis_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "new_axis_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "begin_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_66", "PartitionedCall/SelectV2_55", "PartitionedCall/SparseToDense_68"], "attr": {"new_axis_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "Index": {"type": "DT_INT64"}, "ellipsis_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "end_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_86", "PartitionedCall/SelectV2_71", "PartitionedCall/SparseToDense_88"], "attr": {"begin_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}, "new_axis_mask": {"i": "0"}, "end_mask": {"i": "0"}, "shrink_axis_mask": {"i": "0"}, "ellipsis_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Slice", "op": "StridedSlice", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Reshape", "PartitionedCall/SparseToDense_111", "PartitionedCall/SelectV2_91", "PartitionedCall/SparseToDense_113"], "attr": {"end_mask": {"i": "0"}, "T": {"type": "DT_INT64"}, "ellipsis_mask": {"i": "0"}, "Index": {"type": "DT_INT64"}, "shrink_axis_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Transpose", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Slice", "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_229"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_209"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_199"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_189"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_179"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_159"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_149"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_139"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_119"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_109"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_99"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_79"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_69"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_49"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_39"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_19"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Transpose", "PartitionedCall/add_4"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_10"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_29"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_59"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_89"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_129"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_169"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Reshape_1", "op": "Reshape", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Transpose", "PartitionedCall/add_219"], "attr": {"Tshape": {"type": "DT_INT64"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_23", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_95"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_21", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_87"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_20", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_83"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_19", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_79"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_18", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_75"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_16", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_67"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_15", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_63"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_14", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_59"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_12", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_51"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_11", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_47"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_10", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_43"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_8", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_35"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_7", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_31"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_5", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_23"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_4", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_19"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_2", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_11"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Reshape_1", "PartitionedCall/zeros_3"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_1", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_7"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_3", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_15"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_6", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_27"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_9", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_39"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_13", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_55"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_17", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_71"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/GreaterEqual_22", "op": "GreaterEqual", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/zeros_91"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/All_23", "op": "All", "input": ["PartitionedCall/GreaterEqual_23", "PartitionedCall/Const_143"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}}}, {"name": "PartitionedCall/All_21", "op": "All", "input": ["PartitionedCall/GreaterEqual_21", "PartitionedCall/Const_131"], "attr": {"keep_dims": {"b": false}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_20", "op": "All", "input": ["PartitionedCall/GreaterEqual_20", "PartitionedCall/Const_125"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}}}, {"name": "PartitionedCall/All_19", "op": "All", "input": ["PartitionedCall/GreaterEqual_19", "PartitionedCall/Const_119"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}}}, {"name": "PartitionedCall/All_18", "op": "All", "input": ["PartitionedCall/GreaterEqual_18", "PartitionedCall/Const_113"], "attr": {"keep_dims": {"b": false}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_16", "op": "All", "input": ["PartitionedCall/GreaterEqual_16", "PartitionedCall/Const_101"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}}}, {"name": "PartitionedCall/All_15", "op": "All", "input": ["PartitionedCall/GreaterEqual_15", "PartitionedCall/Const_95"], "attr": {"keep_dims": {"b": false}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_14", "op": "All", "input": ["PartitionedCall/GreaterEqual_14", "PartitionedCall/Const_89"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}}}, {"name": "PartitionedCall/All_12", "op": "All", "input": ["PartitionedCall/GreaterEqual_12", "PartitionedCall/Const_77"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}}}, {"name": "PartitionedCall/All_11", "op": "All", "input": ["PartitionedCall/GreaterEqual_11", "PartitionedCall/Const_71"], "attr": {"keep_dims": {"b": false}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_10", "op": "All", "input": ["PartitionedCall/GreaterEqual_10", "PartitionedCall/Const_65"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}}}, {"name": "PartitionedCall/All_8", "op": "All", "input": ["PartitionedCall/GreaterEqual_8", "PartitionedCall/Const_53"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}}}, {"name": "PartitionedCall/All_7", "op": "All", "input": ["PartitionedCall/GreaterEqual_7", "PartitionedCall/Const_47"], "attr": {"keep_dims": {"b": false}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_5", "op": "All", "input": ["PartitionedCall/GreaterEqual_5", "PartitionedCall/Const_35"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}}}, {"name": "PartitionedCall/All_4", "op": "All", "input": ["PartitionedCall/GreaterEqual_4", "PartitionedCall/Const_29"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}}}, {"name": "PartitionedCall/All_2", "op": "All", "input": ["PartitionedCall/GreaterEqual_2", "PartitionedCall/Const_17"], "attr": {"keep_dims": {"b": false}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All", "op": "All", "input": ["PartitionedCall/GreaterEqual", "PartitionedCall/Const_5"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}}}, {"name": "PartitionedCall/All_1", "op": "All", "input": ["PartitionedCall/GreaterEqual_1", "PartitionedCall/Const_11"], "attr": {"keep_dims": {"b": false}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_3", "op": "All", "input": ["PartitionedCall/GreaterEqual_3", "PartitionedCall/Const_23"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}}}, {"name": "PartitionedCall/All_6", "op": "All", "input": ["PartitionedCall/GreaterEqual_6", "PartitionedCall/Const_41"], "attr": {"keep_dims": {"b": false}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_9", "op": "All", "input": ["PartitionedCall/GreaterEqual_9", "PartitionedCall/Const_59"], "attr": {"keep_dims": {"b": false}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_13", "op": "All", "input": ["PartitionedCall/GreaterEqual_13", "PartitionedCall/Const_83"], "attr": {"keep_dims": {"b": false}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/All_17", "op": "All", "input": ["PartitionedCall/GreaterEqual_17", "PartitionedCall/Const_107"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": false}}}, {"name": "PartitionedCall/All_22", "op": "All", "input": ["PartitionedCall/GreaterEqual_22", "PartitionedCall/Const_137"], "attr": {"keep_dims": {"b": false}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_23/PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Constant_8/_471", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_23"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_23/PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Reshape_1/_469", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_23"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_23/switch_pred/_466", "op": "Switch", "input": ["PartitionedCall/All_23", "PartitionedCall/All_23"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_21/PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Constant_8/_451", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_21"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_21/PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Reshape_1/_449", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_21"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_21/switch_pred/_446", "op": "Switch", "input": ["PartitionedCall/All_21", "PartitionedCall/All_21"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_20/PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Constant_8/_441", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_20"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_20/PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Reshape_1/_439", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_20"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_20/switch_pred/_436", "op": "Switch", "input": ["PartitionedCall/All_20", "PartitionedCall/All_20"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_19/PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Constant_8/_431", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_19"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_19/PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Reshape_1/_429", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_19"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_19/switch_pred/_426", "op": "Switch", "input": ["PartitionedCall/All_19", "PartitionedCall/All_19"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_18/PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Constant_8/_421", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_18"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_18/PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Reshape_1/_419", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_18"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_18/switch_pred/_416", "op": "Switch", "input": ["PartitionedCall/All_18", "PartitionedCall/All_18"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_16/PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Constant_8/_401", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_16"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_16/PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Reshape_1/_399", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_16"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_16/switch_pred/_396", "op": "Switch", "input": ["PartitionedCall/All_16", "PartitionedCall/All_16"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_15/PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Constant_8/_391", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_15"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_15/PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Reshape_1/_389", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_15"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_15/switch_pred/_386", "op": "Switch", "input": ["PartitionedCall/All_15", "PartitionedCall/All_15"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_14/PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Constant_8/_381", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_14"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_14/PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Reshape_1/_379", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_14"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_14/switch_pred/_376", "op": "Switch", "input": ["PartitionedCall/All_14", "PartitionedCall/All_14"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_12/PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Constant_8/_361", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_12"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_12/PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Reshape_1/_359", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_12"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_12/switch_pred/_356", "op": "Switch", "input": ["PartitionedCall/All_12", "PartitionedCall/All_12"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_11/PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Constant_8/_351", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_11"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_11/PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Reshape_1/_349", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_11"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_11/switch_pred/_346", "op": "Switch", "input": ["PartitionedCall/All_11", "PartitionedCall/All_11"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_10/PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Constant_8/_341", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_10"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_10/PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Reshape_1/_339", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_10"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_10/switch_pred/_336", "op": "Switch", "input": ["PartitionedCall/All_10", "PartitionedCall/All_10"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_8/PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Constant_8/_321", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_8"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_8/PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Reshape_1/_319", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_8"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_8/switch_pred/_316", "op": "Switch", "input": ["PartitionedCall/All_8", "PartitionedCall/All_8"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_7/PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Constant_8/_311", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_7"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_7/PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Reshape_1/_309", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_7"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_7/switch_pred/_306", "op": "Switch", "input": ["PartitionedCall/All_7", "PartitionedCall/All_7"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_5/PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Constant_8/_291", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_5"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_5/PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Reshape_1/_289", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_5"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_5/switch_pred/_286", "op": "Switch", "input": ["PartitionedCall/All_5", "PartitionedCall/All_5"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_4/PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Constant_8/_281", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_4"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_4/PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Reshape_1/_279", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_4"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_4/switch_pred/_276", "op": "Switch", "input": ["PartitionedCall/All_4", "PartitionedCall/All_4"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_2/PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Constant_8/_261", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_2/PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Reshape_1/_259", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_2/switch_pred/_256", "op": "Switch", "input": ["PartitionedCall/All_2", "PartitionedCall/All_2"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond/PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Constant_8/_241", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Constant_8", "PartitionedCall/All"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond/PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Reshape_1/_239", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Reshape_1", "PartitionedCall/All"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond/switch_pred/_236", "op": "Switch", "input": ["PartitionedCall/All", "PartitionedCall/All"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond/Func/PartitionedCall/input/_0/_240", "op": "Switch", "input": ["onnx_tf__tf_pad_0_c14b57f7", "PartitionedCall/All"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_1/PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Constant_8/_251", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_1/PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Reshape_1/_249", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_1"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_1/switch_pred/_246", "op": "Switch", "input": ["PartitionedCall/All_1", "PartitionedCall/All_1"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_3/PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Constant_8/_271", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_3/PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Reshape_1/_269", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_3"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_3/switch_pred/_266", "op": "Switch", "input": ["PartitionedCall/All_3", "PartitionedCall/All_3"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_6/PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Constant_8/_301", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_6"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_6/PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Reshape_1/_299", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_6"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_6/switch_pred/_296", "op": "Switch", "input": ["PartitionedCall/All_6", "PartitionedCall/All_6"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_9/PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Constant_8/_331", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_9"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_9/PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Reshape_1/_329", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_9"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_9/switch_pred/_326", "op": "Switch", "input": ["PartitionedCall/All_9", "PartitionedCall/All_9"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_13/PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Constant_8/_371", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_13"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_13/PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Reshape_1/_369", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_13"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_13/switch_pred/_366", "op": "Switch", "input": ["PartitionedCall/All_13", "PartitionedCall/All_13"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_17/PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Constant_8/_411", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_17"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_17/PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Reshape_1/_409", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_17"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_17/switch_pred/_406", "op": "Switch", "input": ["PartitionedCall/All_17", "PartitionedCall/All_17"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_22/PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Constant_8/_461", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Constant_8", "PartitionedCall/All_22"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_22/PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Reshape_1/_459", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Reshape_1", "PartitionedCall/All_22"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_22/switch_pred/_456", "op": "Switch", "input": ["PartitionedCall/All_22", "PartitionedCall/All_22"], "attr": {"T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_23/pivot_f/_467", "op": "Identity", "input": ["PartitionedCall/cond_23/switch_pred/_466"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_23/pivot_t/_468", "op": "Identity", "input": ["PartitionedCall/cond_23/switch_pred/_466:1"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_21/pivot_f/_447", "op": "Identity", "input": ["PartitionedCall/cond_21/switch_pred/_446"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_21/pivot_t/_448", "op": "Identity", "input": ["PartitionedCall/cond_21/switch_pred/_446:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_20/pivot_f/_437", "op": "Identity", "input": ["PartitionedCall/cond_20/switch_pred/_436"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_20/pivot_t/_438", "op": "Identity", "input": ["PartitionedCall/cond_20/switch_pred/_436:1"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_19/pivot_f/_427", "op": "Identity", "input": ["PartitionedCall/cond_19/switch_pred/_426"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_19/pivot_t/_428", "op": "Identity", "input": ["PartitionedCall/cond_19/switch_pred/_426:1"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_18/pivot_f/_417", "op": "Identity", "input": ["PartitionedCall/cond_18/switch_pred/_416"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_18/pivot_t/_418", "op": "Identity", "input": ["PartitionedCall/cond_18/switch_pred/_416:1"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_16/pivot_f/_397", "op": "Identity", "input": ["PartitionedCall/cond_16/switch_pred/_396"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_16/pivot_t/_398", "op": "Identity", "input": ["PartitionedCall/cond_16/switch_pred/_396:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_15/pivot_f/_387", "op": "Identity", "input": ["PartitionedCall/cond_15/switch_pred/_386"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_15/pivot_t/_388", "op": "Identity", "input": ["PartitionedCall/cond_15/switch_pred/_386:1"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_14/pivot_f/_377", "op": "Identity", "input": ["PartitionedCall/cond_14/switch_pred/_376"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_14/pivot_t/_378", "op": "Identity", "input": ["PartitionedCall/cond_14/switch_pred/_376:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_12/pivot_f/_357", "op": "Identity", "input": ["PartitionedCall/cond_12/switch_pred/_356"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_12/pivot_t/_358", "op": "Identity", "input": ["PartitionedCall/cond_12/switch_pred/_356:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_11/pivot_f/_347", "op": "Identity", "input": ["PartitionedCall/cond_11/switch_pred/_346"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_11/pivot_t/_348", "op": "Identity", "input": ["PartitionedCall/cond_11/switch_pred/_346:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_10/pivot_f/_337", "op": "Identity", "input": ["PartitionedCall/cond_10/switch_pred/_336"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_10/pivot_t/_338", "op": "Identity", "input": ["PartitionedCall/cond_10/switch_pred/_336:1"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_8/pivot_f/_317", "op": "Identity", "input": ["PartitionedCall/cond_8/switch_pred/_316"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_8/pivot_t/_318", "op": "Identity", "input": ["PartitionedCall/cond_8/switch_pred/_316:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_7/pivot_f/_307", "op": "Identity", "input": ["PartitionedCall/cond_7/switch_pred/_306"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_7/pivot_t/_308", "op": "Identity", "input": ["PartitionedCall/cond_7/switch_pred/_306:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_5/pivot_f/_287", "op": "Identity", "input": ["PartitionedCall/cond_5/switch_pred/_286"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_5/pivot_t/_288", "op": "Identity", "input": ["PartitionedCall/cond_5/switch_pred/_286:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_4/pivot_f/_277", "op": "Identity", "input": ["PartitionedCall/cond_4/switch_pred/_276"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_4/pivot_t/_278", "op": "Identity", "input": ["PartitionedCall/cond_4/switch_pred/_276:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_2/pivot_f/_257", "op": "Identity", "input": ["PartitionedCall/cond_2/switch_pred/_256"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_2/pivot_t/_258", "op": "Identity", "input": ["PartitionedCall/cond_2/switch_pred/_256:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond/pivot_f/_237", "op": "Identity", "input": ["PartitionedCall/cond/switch_pred/_236"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond/pivot_t/_238", "op": "Identity", "input": ["PartitionedCall/cond/switch_pred/_236:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_1/pivot_f/_247", "op": "Identity", "input": ["PartitionedCall/cond_1/switch_pred/_246"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_1/pivot_t/_248", "op": "Identity", "input": ["PartitionedCall/cond_1/switch_pred/_246:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_3/pivot_f/_267", "op": "Identity", "input": ["PartitionedCall/cond_3/switch_pred/_266"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_3/pivot_t/_268", "op": "Identity", "input": ["PartitionedCall/cond_3/switch_pred/_266:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_6/pivot_f/_297", "op": "Identity", "input": ["PartitionedCall/cond_6/switch_pred/_296"], "attr": {"_has_manual_control_dependencies": {"b": true}, "T": {"type": "DT_BOOL"}}}, {"name": "PartitionedCall/cond_6/pivot_t/_298", "op": "Identity", "input": ["PartitionedCall/cond_6/switch_pred/_296:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_9/pivot_f/_327", "op": "Identity", "input": ["PartitionedCall/cond_9/switch_pred/_326"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_9/pivot_t/_328", "op": "Identity", "input": ["PartitionedCall/cond_9/switch_pred/_326:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_13/pivot_f/_367", "op": "Identity", "input": ["PartitionedCall/cond_13/switch_pred/_366"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_13/pivot_t/_368", "op": "Identity", "input": ["PartitionedCall/cond_13/switch_pred/_366:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_17/pivot_f/_407", "op": "Identity", "input": ["PartitionedCall/cond_17/switch_pred/_406"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_17/pivot_t/_408", "op": "Identity", "input": ["PartitionedCall/cond_17/switch_pred/_406:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_22/pivot_f/_457", "op": "Identity", "input": ["PartitionedCall/cond_22/switch_pred/_456"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_22/pivot_t/_458", "op": "Identity", "input": ["PartitionedCall/cond_22/switch_pred/_456:1"], "attr": {"T": {"type": "DT_BOOL"}, "_has_manual_control_dependencies": {"b": true}}}, {"name": "PartitionedCall/cond_23/else/_465/cond_23/range_1", "op": "Const", "input": ["^PartitionedCall/cond_23/pivot_f/_467"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_23/else/_465/cond_23/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_23/pivot_f/_467"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_23/else/_465/cond_23/range", "op": "Const", "input": ["^PartitionedCall/cond_23/pivot_f/_467"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_23/else/_465/cond_23/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_23/pivot_f/_467"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_23/then/_464/cond_23/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_23/pivot_t/_468"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_23/then/_464/cond_23/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_23/pivot_t/_468"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_21/else/_445/cond_21/range_1", "op": "Const", "input": ["^PartitionedCall/cond_21/pivot_f/_447"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_21/else/_445/cond_21/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_21/pivot_f/_447"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_21/else/_445/cond_21/range", "op": "Const", "input": ["^PartitionedCall/cond_21/pivot_f/_447"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_21/else/_445/cond_21/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_21/pivot_f/_447"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_21/then/_444/cond_21/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_21/pivot_t/_448"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_21/then/_444/cond_21/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_21/pivot_t/_448"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/else/_435/cond_20/range_1", "op": "Const", "input": ["^PartitionedCall/cond_20/pivot_f/_437"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_20/else/_435/cond_20/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_20/pivot_f/_437"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_20/else/_435/cond_20/range", "op": "Const", "input": ["^PartitionedCall/cond_20/pivot_f/_437"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_20/else/_435/cond_20/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_20/pivot_f/_437"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/then/_434/cond_20/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_20/pivot_t/_438"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/then/_434/cond_20/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_20/pivot_t/_438"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/else/_425/cond_19/range_1", "op": "Const", "input": ["^PartitionedCall/cond_19/pivot_f/_427"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_19/else/_425/cond_19/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_19/pivot_f/_427"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_19/else/_425/cond_19/range", "op": "Const", "input": ["^PartitionedCall/cond_19/pivot_f/_427"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_19/else/_425/cond_19/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_19/pivot_f/_427"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/then/_424/cond_19/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_19/pivot_t/_428"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/then/_424/cond_19/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_19/pivot_t/_428"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_18/else/_415/cond_18/range_1", "op": "Const", "input": ["^PartitionedCall/cond_18/pivot_f/_417"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_18/else/_415/cond_18/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_18/pivot_f/_417"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_18/else/_415/cond_18/range", "op": "Const", "input": ["^PartitionedCall/cond_18/pivot_f/_417"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_18/else/_415/cond_18/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_18/pivot_f/_417"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_18/then/_414/cond_18/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_18/pivot_t/_418"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_18/then/_414/cond_18/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_18/pivot_t/_418"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_16/else/_395/cond_16/range_1", "op": "Const", "input": ["^PartitionedCall/cond_16/pivot_f/_397"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_16/else/_395/cond_16/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_16/pivot_f/_397"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_16/else/_395/cond_16/range", "op": "Const", "input": ["^PartitionedCall/cond_16/pivot_f/_397"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_16/else/_395/cond_16/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_16/pivot_f/_397"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_16/then/_394/cond_16/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_16/pivot_t/_398"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_16/then/_394/cond_16/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_16/pivot_t/_398"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_15/else/_385/cond_15/range_1", "op": "Const", "input": ["^PartitionedCall/cond_15/pivot_f/_387"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_15/else/_385/cond_15/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_15/pivot_f/_387"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_15/else/_385/cond_15/range", "op": "Const", "input": ["^PartitionedCall/cond_15/pivot_f/_387"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_15/else/_385/cond_15/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_15/pivot_f/_387"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_15/then/_384/cond_15/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_15/pivot_t/_388"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_15/then/_384/cond_15/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_15/pivot_t/_388"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_14/else/_375/cond_14/range_1", "op": "Const", "input": ["^PartitionedCall/cond_14/pivot_f/_377"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_14/else/_375/cond_14/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_14/pivot_f/_377"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_14/else/_375/cond_14/range", "op": "Const", "input": ["^PartitionedCall/cond_14/pivot_f/_377"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_14/else/_375/cond_14/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_14/pivot_f/_377"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_14/then/_374/cond_14/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_14/pivot_t/_378"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_14/then/_374/cond_14/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_14/pivot_t/_378"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_12/else/_355/cond_12/range_1", "op": "Const", "input": ["^PartitionedCall/cond_12/pivot_f/_357"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_12/else/_355/cond_12/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_12/pivot_f/_357"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_12/else/_355/cond_12/range", "op": "Const", "input": ["^PartitionedCall/cond_12/pivot_f/_357"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_12/else/_355/cond_12/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_12/pivot_f/_357"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_12/then/_354/cond_12/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_12/pivot_t/_358"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_12/then/_354/cond_12/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_12/pivot_t/_358"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_11/else/_345/cond_11/range_1", "op": "Const", "input": ["^PartitionedCall/cond_11/pivot_f/_347"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_11/else/_345/cond_11/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_11/pivot_f/_347"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_11/else/_345/cond_11/range", "op": "Const", "input": ["^PartitionedCall/cond_11/pivot_f/_347"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_11/else/_345/cond_11/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_11/pivot_f/_347"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_11/then/_344/cond_11/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_11/pivot_t/_348"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_11/then/_344/cond_11/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_11/pivot_t/_348"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_10/else/_335/cond_10/range_1", "op": "Const", "input": ["^PartitionedCall/cond_10/pivot_f/_337"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_10/else/_335/cond_10/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_10/pivot_f/_337"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_10/else/_335/cond_10/range", "op": "Const", "input": ["^PartitionedCall/cond_10/pivot_f/_337"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_10/else/_335/cond_10/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_10/pivot_f/_337"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_10/then/_334/cond_10/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_10/pivot_t/_338"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_10/then/_334/cond_10/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_10/pivot_t/_338"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_8/else/_315/cond_8/range_1", "op": "Const", "input": ["^PartitionedCall/cond_8/pivot_f/_317"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_8/else/_315/cond_8/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_8/pivot_f/_317"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_8/else/_315/cond_8/range", "op": "Const", "input": ["^PartitionedCall/cond_8/pivot_f/_317"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_8/else/_315/cond_8/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_8/pivot_f/_317"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_8/then/_314/cond_8/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_8/pivot_t/_318"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_8/then/_314/cond_8/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_8/pivot_t/_318"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_7/else/_305/cond_7/range_1", "op": "Const", "input": ["^PartitionedCall/cond_7/pivot_f/_307"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_7/else/_305/cond_7/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_7/pivot_f/_307"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_7/else/_305/cond_7/range", "op": "Const", "input": ["^PartitionedCall/cond_7/pivot_f/_307"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_7/else/_305/cond_7/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_7/pivot_f/_307"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_7/then/_304/cond_7/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_7/pivot_t/_308"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_7/then/_304/cond_7/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_7/pivot_t/_308"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_5/else/_285/cond_5/range_1", "op": "Const", "input": ["^PartitionedCall/cond_5/pivot_f/_287"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_5/else/_285/cond_5/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_5/pivot_f/_287"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_5/else/_285/cond_5/range", "op": "Const", "input": ["^PartitionedCall/cond_5/pivot_f/_287"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_5/else/_285/cond_5/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_5/pivot_f/_287"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_5/then/_284/cond_5/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_5/pivot_t/_288"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_5/then/_284/cond_5/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_5/pivot_t/_288"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_4/else/_275/cond_4/range_1", "op": "Const", "input": ["^PartitionedCall/cond_4/pivot_f/_277"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_4/else/_275/cond_4/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_4/pivot_f/_277"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_4/else/_275/cond_4/range", "op": "Const", "input": ["^PartitionedCall/cond_4/pivot_f/_277"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_4/else/_275/cond_4/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_4/pivot_f/_277"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_4/then/_274/cond_4/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_4/pivot_t/_278"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_4/then/_274/cond_4/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_4/pivot_t/_278"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_2/else/_255/cond_2/range_1", "op": "Const", "input": ["^PartitionedCall/cond_2/pivot_f/_257"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_2/else/_255/cond_2/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_2/pivot_f/_257"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_2/else/_255/cond_2/range", "op": "Const", "input": ["^PartitionedCall/cond_2/pivot_f/_257"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_2/else/_255/cond_2/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_2/pivot_f/_257"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/then/_254/cond_2/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_2/pivot_t/_258"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_2/then/_254/cond_2/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_2/pivot_t/_258"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond/else/_235/cond/Shape", "op": "Const", "input": ["^PartitionedCall/cond/pivot_f/_237"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond/else/_235/cond/range_1", "op": "Const", "input": ["^PartitionedCall/cond/pivot_f/_237"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond/else/_235/cond/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond/pivot_f/_237"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond/else/_235/cond/range", "op": "Const", "input": ["^PartitionedCall/cond/pivot_f/_237"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond/else/_235/cond/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond/pivot_f/_237"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond/then/_234/cond/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond/pivot_t/_238"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond/then/_234/cond/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond/pivot_t/_238"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_1/else/_245/cond_1/range_1", "op": "Const", "input": ["^PartitionedCall/cond_1/pivot_f/_247"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_1/else/_245/cond_1/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_1/pivot_f/_247"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_1/else/_245/cond_1/range", "op": "Const", "input": ["^PartitionedCall/cond_1/pivot_f/_247"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_1/else/_245/cond_1/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_1/pivot_f/_247"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_1/then/_244/cond_1/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_1/pivot_t/_248"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_1/then/_244/cond_1/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_1/pivot_t/_248"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_3/else/_265/cond_3/range_1", "op": "Const", "input": ["^PartitionedCall/cond_3/pivot_f/_267"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_3/else/_265/cond_3/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_3/pivot_f/_267"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_3/else/_265/cond_3/range", "op": "Const", "input": ["^PartitionedCall/cond_3/pivot_f/_267"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_3/else/_265/cond_3/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_3/pivot_f/_267"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_3/then/_264/cond_3/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_3/pivot_t/_268"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_3/then/_264/cond_3/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_3/pivot_t/_268"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_6/else/_295/cond_6/range_1", "op": "Const", "input": ["^PartitionedCall/cond_6/pivot_f/_297"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_6/else/_295/cond_6/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_6/pivot_f/_297"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_6/else/_295/cond_6/range", "op": "Const", "input": ["^PartitionedCall/cond_6/pivot_f/_297"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_6/else/_295/cond_6/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_6/pivot_f/_297"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_6/then/_294/cond_6/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_6/pivot_t/_298"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_6/then/_294/cond_6/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_6/pivot_t/_298"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_9/else/_325/cond_9/range_1", "op": "Const", "input": ["^PartitionedCall/cond_9/pivot_f/_327"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_9/else/_325/cond_9/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_9/pivot_f/_327"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_9/else/_325/cond_9/range", "op": "Const", "input": ["^PartitionedCall/cond_9/pivot_f/_327"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_9/else/_325/cond_9/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_9/pivot_f/_327"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_9/then/_324/cond_9/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_9/pivot_t/_328"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_9/then/_324/cond_9/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_9/pivot_t/_328"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_13/else/_365/cond_13/range_1", "op": "Const", "input": ["^PartitionedCall/cond_13/pivot_f/_367"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_13/else/_365/cond_13/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_13/pivot_f/_367"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_13/else/_365/cond_13/range", "op": "Const", "input": ["^PartitionedCall/cond_13/pivot_f/_367"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_13/else/_365/cond_13/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_13/pivot_f/_367"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_13/then/_364/cond_13/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_13/pivot_t/_368"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_13/then/_364/cond_13/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_13/pivot_t/_368"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_17/else/_405/cond_17/range_1", "op": "Const", "input": ["^PartitionedCall/cond_17/pivot_f/_407"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_17/else/_405/cond_17/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_17/pivot_f/_407"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_17/else/_405/cond_17/range", "op": "Const", "input": ["^PartitionedCall/cond_17/pivot_f/_407"], "attr": {"value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}, "dtype": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_17/else/_405/cond_17/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_17/pivot_f/_407"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_17/then/_404/cond_17/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_17/pivot_t/_408"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_17/then/_404/cond_17/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_17/pivot_t/_408"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_22/else/_455/cond_22/range_1", "op": "Const", "input": ["^PartitionedCall/cond_22/pivot_f/_457"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_22/else/_455/cond_22/GatherV2_1/axis", "op": "Const", "input": ["^PartitionedCall/cond_22/pivot_f/_457"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}}}, {"name": "PartitionedCall/cond_22/else/_455/cond_22/range", "op": "Const", "input": ["^PartitionedCall/cond_22/pivot_f/_457"], "attr": {"dtype": {"type": "DT_INT64"}, "value": {"tensor": {"dtype": "DT_INT64", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "PartitionedCall/cond_22/else/_455/cond_22/GatherV2/axis", "op": "Const", "input": ["^PartitionedCall/cond_22/pivot_f/_457"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_22/then/_454/cond_22/Reshape/shape", "op": "Const", "input": ["^PartitionedCall/cond_22/pivot_t/_458"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "PartitionedCall/cond_22/then/_454/cond_22/transpose/perm", "op": "Const", "input": ["^PartitionedCall/cond_22/pivot_t/_458"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_23/else/_465/cond_23/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_23/PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Reshape_1/_469", "PartitionedCall/cond_23/else/_465/cond_23/range_1", "PartitionedCall/cond_23/else/_465/cond_23/GatherV2_1/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_23/else/_465/cond_23/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_23/PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Reshape_1/_469", "PartitionedCall/cond_23/else/_465/cond_23/range", "PartitionedCall/cond_23/else/_465/cond_23/GatherV2/axis"], "attr": {"Tparams": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_23/then/_464/cond_23/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_23/PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Reshape_1/_469:1", "PartitionedCall/cond_23/then/_464/cond_23/Reshape/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_21/else/_445/cond_21/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_21/PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Reshape_1/_449", "PartitionedCall/cond_21/else/_445/cond_21/range_1", "PartitionedCall/cond_21/else/_445/cond_21/GatherV2_1/axis"], "attr": {"Tindices": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_21/else/_445/cond_21/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_21/PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Reshape_1/_449", "PartitionedCall/cond_21/else/_445/cond_21/range", "PartitionedCall/cond_21/else/_445/cond_21/GatherV2/axis"], "attr": {"Tindices": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_21/then/_444/cond_21/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_21/PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Reshape_1/_449:1", "PartitionedCall/cond_21/then/_444/cond_21/Reshape/shape"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_20/else/_435/cond_20/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_20/PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Reshape_1/_439", "PartitionedCall/cond_20/else/_435/cond_20/range_1", "PartitionedCall/cond_20/else/_435/cond_20/GatherV2_1/axis"], "attr": {"batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_20/else/_435/cond_20/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_20/PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Reshape_1/_439", "PartitionedCall/cond_20/else/_435/cond_20/range", "PartitionedCall/cond_20/else/_435/cond_20/GatherV2/axis"], "attr": {"batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_20/then/_434/cond_20/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_20/PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Reshape_1/_439:1", "PartitionedCall/cond_20/then/_434/cond_20/Reshape/shape"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/else/_425/cond_19/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_19/PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Reshape_1/_429", "PartitionedCall/cond_19/else/_425/cond_19/range_1", "PartitionedCall/cond_19/else/_425/cond_19/GatherV2_1/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_19/else/_425/cond_19/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_19/PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Reshape_1/_429", "PartitionedCall/cond_19/else/_425/cond_19/range", "PartitionedCall/cond_19/else/_425/cond_19/GatherV2/axis"], "attr": {"batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_19/then/_424/cond_19/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_19/PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Reshape_1/_429:1", "PartitionedCall/cond_19/then/_424/cond_19/Reshape/shape"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_18/else/_415/cond_18/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_18/PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Reshape_1/_419", "PartitionedCall/cond_18/else/_415/cond_18/range_1", "PartitionedCall/cond_18/else/_415/cond_18/GatherV2_1/axis"], "attr": {"Tindices": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_18/else/_415/cond_18/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_18/PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Reshape_1/_419", "PartitionedCall/cond_18/else/_415/cond_18/range", "PartitionedCall/cond_18/else/_415/cond_18/GatherV2/axis"], "attr": {"batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_18/then/_414/cond_18/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_18/PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Reshape_1/_419:1", "PartitionedCall/cond_18/then/_414/cond_18/Reshape/shape"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_16/else/_395/cond_16/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_16/PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Reshape_1/_399", "PartitionedCall/cond_16/else/_395/cond_16/range_1", "PartitionedCall/cond_16/else/_395/cond_16/GatherV2_1/axis"], "attr": {"batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_16/else/_395/cond_16/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_16/PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Reshape_1/_399", "PartitionedCall/cond_16/else/_395/cond_16/range", "PartitionedCall/cond_16/else/_395/cond_16/GatherV2/axis"], "attr": {"Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_16/then/_394/cond_16/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_16/PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Reshape_1/_399:1", "PartitionedCall/cond_16/then/_394/cond_16/Reshape/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_15/else/_385/cond_15/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_15/PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Reshape_1/_389", "PartitionedCall/cond_15/else/_385/cond_15/range_1", "PartitionedCall/cond_15/else/_385/cond_15/GatherV2_1/axis"], "attr": {"batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_15/else/_385/cond_15/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_15/PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Reshape_1/_389", "PartitionedCall/cond_15/else/_385/cond_15/range", "PartitionedCall/cond_15/else/_385/cond_15/GatherV2/axis"], "attr": {"Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_15/then/_384/cond_15/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_15/PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Reshape_1/_389:1", "PartitionedCall/cond_15/then/_384/cond_15/Reshape/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_14/else/_375/cond_14/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_14/PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Reshape_1/_379", "PartitionedCall/cond_14/else/_375/cond_14/range_1", "PartitionedCall/cond_14/else/_375/cond_14/GatherV2_1/axis"], "attr": {"Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_14/else/_375/cond_14/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_14/PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Reshape_1/_379", "PartitionedCall/cond_14/else/_375/cond_14/range", "PartitionedCall/cond_14/else/_375/cond_14/GatherV2/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_14/then/_374/cond_14/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_14/PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Reshape_1/_379:1", "PartitionedCall/cond_14/then/_374/cond_14/Reshape/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_12/else/_355/cond_12/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_12/PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Reshape_1/_359", "PartitionedCall/cond_12/else/_355/cond_12/range_1", "PartitionedCall/cond_12/else/_355/cond_12/GatherV2_1/axis"], "attr": {"Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_12/else/_355/cond_12/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_12/PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Reshape_1/_359", "PartitionedCall/cond_12/else/_355/cond_12/range", "PartitionedCall/cond_12/else/_355/cond_12/GatherV2/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_12/then/_354/cond_12/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_12/PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Reshape_1/_359:1", "PartitionedCall/cond_12/then/_354/cond_12/Reshape/shape"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_11/else/_345/cond_11/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_11/PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Reshape_1/_349", "PartitionedCall/cond_11/else/_345/cond_11/range_1", "PartitionedCall/cond_11/else/_345/cond_11/GatherV2_1/axis"], "attr": {"Tparams": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_11/else/_345/cond_11/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_11/PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Reshape_1/_349", "PartitionedCall/cond_11/else/_345/cond_11/range", "PartitionedCall/cond_11/else/_345/cond_11/GatherV2/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_11/then/_344/cond_11/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_11/PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Reshape_1/_349:1", "PartitionedCall/cond_11/then/_344/cond_11/Reshape/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_10/else/_335/cond_10/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_10/PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Reshape_1/_339", "PartitionedCall/cond_10/else/_335/cond_10/range_1", "PartitionedCall/cond_10/else/_335/cond_10/GatherV2_1/axis"], "attr": {"batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_10/else/_335/cond_10/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_10/PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Reshape_1/_339", "PartitionedCall/cond_10/else/_335/cond_10/range", "PartitionedCall/cond_10/else/_335/cond_10/GatherV2/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_10/then/_334/cond_10/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_10/PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Reshape_1/_339:1", "PartitionedCall/cond_10/then/_334/cond_10/Reshape/shape"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_8/else/_315/cond_8/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_8/PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Reshape_1/_319", "PartitionedCall/cond_8/else/_315/cond_8/range_1", "PartitionedCall/cond_8/else/_315/cond_8/GatherV2_1/axis"], "attr": {"batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_8/else/_315/cond_8/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_8/PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Reshape_1/_319", "PartitionedCall/cond_8/else/_315/cond_8/range", "PartitionedCall/cond_8/else/_315/cond_8/GatherV2/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_8/then/_314/cond_8/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_8/PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Reshape_1/_319:1", "PartitionedCall/cond_8/then/_314/cond_8/Reshape/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_7/else/_305/cond_7/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_7/PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Reshape_1/_309", "PartitionedCall/cond_7/else/_305/cond_7/range_1", "PartitionedCall/cond_7/else/_305/cond_7/GatherV2_1/axis"], "attr": {"Tindices": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_7/else/_305/cond_7/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_7/PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Reshape_1/_309", "PartitionedCall/cond_7/else/_305/cond_7/range", "PartitionedCall/cond_7/else/_305/cond_7/GatherV2/axis"], "attr": {"Tindices": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_7/then/_304/cond_7/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_7/PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Reshape_1/_309:1", "PartitionedCall/cond_7/then/_304/cond_7/Reshape/shape"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_5/else/_285/cond_5/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_5/PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Reshape_1/_289", "PartitionedCall/cond_5/else/_285/cond_5/range_1", "PartitionedCall/cond_5/else/_285/cond_5/GatherV2_1/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_5/else/_285/cond_5/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_5/PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Reshape_1/_289", "PartitionedCall/cond_5/else/_285/cond_5/range", "PartitionedCall/cond_5/else/_285/cond_5/GatherV2/axis"], "attr": {"Tindices": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_5/then/_284/cond_5/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_5/PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Reshape_1/_289:1", "PartitionedCall/cond_5/then/_284/cond_5/Reshape/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_4/else/_275/cond_4/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_4/PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Reshape_1/_279", "PartitionedCall/cond_4/else/_275/cond_4/range_1", "PartitionedCall/cond_4/else/_275/cond_4/GatherV2_1/axis"], "attr": {"Tparams": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_4/else/_275/cond_4/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_4/PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Reshape_1/_279", "PartitionedCall/cond_4/else/_275/cond_4/range", "PartitionedCall/cond_4/else/_275/cond_4/GatherV2/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_4/then/_274/cond_4/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_4/PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Reshape_1/_279:1", "PartitionedCall/cond_4/then/_274/cond_4/Reshape/shape"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/else/_255/cond_2/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_2/PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Reshape_1/_259", "PartitionedCall/cond_2/else/_255/cond_2/range_1", "PartitionedCall/cond_2/else/_255/cond_2/GatherV2_1/axis"], "attr": {"batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_2/else/_255/cond_2/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_2/PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Reshape_1/_259", "PartitionedCall/cond_2/else/_255/cond_2/range", "PartitionedCall/cond_2/else/_255/cond_2/GatherV2/axis"], "attr": {"Tindices": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/then/_254/cond_2/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_2/PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Reshape_1/_259:1", "PartitionedCall/cond_2/then/_254/cond_2/Reshape/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond/else/_235/cond/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond/PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Reshape_1/_239", "PartitionedCall/cond/else/_235/cond/range_1", "PartitionedCall/cond/else/_235/cond/GatherV2_1/axis"], "attr": {"batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond/else/_235/cond/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond/PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Reshape_1/_239", "PartitionedCall/cond/else/_235/cond/range", "PartitionedCall/cond/else/_235/cond/GatherV2/axis"], "attr": {"batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond/then/_234/cond/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond/PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Reshape_1/_239:1", "PartitionedCall/cond/then/_234/cond/Reshape/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_1/else/_245/cond_1/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_1/PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Reshape_1/_249", "PartitionedCall/cond_1/else/_245/cond_1/range_1", "PartitionedCall/cond_1/else/_245/cond_1/GatherV2_1/axis"], "attr": {"Tparams": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_1/else/_245/cond_1/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_1/PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Reshape_1/_249", "PartitionedCall/cond_1/else/_245/cond_1/range", "PartitionedCall/cond_1/else/_245/cond_1/GatherV2/axis"], "attr": {"Tindices": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_1/then/_244/cond_1/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_1/PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Reshape_1/_249:1", "PartitionedCall/cond_1/then/_244/cond_1/Reshape/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_3/else/_265/cond_3/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_3/PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Reshape_1/_269", "PartitionedCall/cond_3/else/_265/cond_3/range_1", "PartitionedCall/cond_3/else/_265/cond_3/GatherV2_1/axis"], "attr": {"batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_3/else/_265/cond_3/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_3/PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Reshape_1/_269", "PartitionedCall/cond_3/else/_265/cond_3/range", "PartitionedCall/cond_3/else/_265/cond_3/GatherV2/axis"], "attr": {"Tparams": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_3/then/_264/cond_3/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_3/PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Reshape_1/_269:1", "PartitionedCall/cond_3/then/_264/cond_3/Reshape/shape"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_6/else/_295/cond_6/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_6/PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Reshape_1/_299", "PartitionedCall/cond_6/else/_295/cond_6/range_1", "PartitionedCall/cond_6/else/_295/cond_6/GatherV2_1/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}, "Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_6/else/_295/cond_6/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_6/PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Reshape_1/_299", "PartitionedCall/cond_6/else/_295/cond_6/range", "PartitionedCall/cond_6/else/_295/cond_6/GatherV2/axis"], "attr": {"batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_6/then/_294/cond_6/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_6/PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Reshape_1/_299:1", "PartitionedCall/cond_6/then/_294/cond_6/Reshape/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_9/else/_325/cond_9/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_9/PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Reshape_1/_329", "PartitionedCall/cond_9/else/_325/cond_9/range_1", "PartitionedCall/cond_9/else/_325/cond_9/GatherV2_1/axis"], "attr": {"Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_9/else/_325/cond_9/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_9/PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Reshape_1/_329", "PartitionedCall/cond_9/else/_325/cond_9/range", "PartitionedCall/cond_9/else/_325/cond_9/GatherV2/axis"], "attr": {"Tparams": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_9/then/_324/cond_9/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_9/PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Reshape_1/_329:1", "PartitionedCall/cond_9/then/_324/cond_9/Reshape/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_13/else/_365/cond_13/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_13/PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Reshape_1/_369", "PartitionedCall/cond_13/else/_365/cond_13/range_1", "PartitionedCall/cond_13/else/_365/cond_13/GatherV2_1/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_13/else/_365/cond_13/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_13/PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Reshape_1/_369", "PartitionedCall/cond_13/else/_365/cond_13/range", "PartitionedCall/cond_13/else/_365/cond_13/GatherV2/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tparams": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_13/then/_364/cond_13/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_13/PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Reshape_1/_369:1", "PartitionedCall/cond_13/then/_364/cond_13/Reshape/shape"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_17/else/_405/cond_17/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_17/PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Reshape_1/_409", "PartitionedCall/cond_17/else/_405/cond_17/range_1", "PartitionedCall/cond_17/else/_405/cond_17/GatherV2_1/axis"], "attr": {"Tparams": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_17/else/_405/cond_17/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_17/PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Reshape_1/_409", "PartitionedCall/cond_17/else/_405/cond_17/range", "PartitionedCall/cond_17/else/_405/cond_17/GatherV2/axis"], "attr": {"Tparams": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_17/then/_404/cond_17/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_17/PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Reshape_1/_409:1", "PartitionedCall/cond_17/then/_404/cond_17/Reshape/shape"], "attr": {"T": {"type": "DT_INT64"}, "Tshape": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_22/else/_455/cond_22/GatherV2_1", "op": "GatherV2", "input": ["PartitionedCall/cond_22/PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Reshape_1/_459", "PartitionedCall/cond_22/else/_455/cond_22/range_1", "PartitionedCall/cond_22/else/_455/cond_22/GatherV2_1/axis"], "attr": {"Taxis": {"type": "DT_INT32"}, "Tindices": {"type": "DT_INT64"}, "Tparams": {"type": "DT_INT64"}, "batch_dims": {"i": "0"}}}, {"name": "PartitionedCall/cond_22/else/_455/cond_22/GatherV2", "op": "GatherV2", "input": ["PartitionedCall/cond_22/PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Reshape_1/_459", "PartitionedCall/cond_22/else/_455/cond_22/range", "PartitionedCall/cond_22/else/_455/cond_22/GatherV2/axis"], "attr": {"batch_dims": {"i": "0"}, "Tparams": {"type": "DT_INT64"}, "Tindices": {"type": "DT_INT64"}, "Taxis": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_22/then/_454/cond_22/Reshape", "op": "Reshape", "input": ["PartitionedCall/cond_22/PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Reshape_1/_459:1", "PartitionedCall/cond_22/then/_454/cond_22/Reshape/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_23/else/_465/cond_23/Neg", "op": "Neg", "input": ["PartitionedCall/cond_23/else/_465/cond_23/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_23/then/_464/cond_23/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_23/then/_464/cond_23/Reshape", "PartitionedCall/cond_23/then/_464/cond_23/transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_21/else/_445/cond_21/Neg", "op": "Neg", "input": ["PartitionedCall/cond_21/else/_445/cond_21/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_21/then/_444/cond_21/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_21/then/_444/cond_21/Reshape", "PartitionedCall/cond_21/then/_444/cond_21/transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_20/else/_435/cond_20/Neg", "op": "Neg", "input": ["PartitionedCall/cond_20/else/_435/cond_20/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_20/then/_434/cond_20/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_20/then/_434/cond_20/Reshape", "PartitionedCall/cond_20/then/_434/cond_20/transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/else/_425/cond_19/Neg", "op": "Neg", "input": ["PartitionedCall/cond_19/else/_425/cond_19/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_19/then/_424/cond_19/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_19/then/_424/cond_19/Reshape", "PartitionedCall/cond_19/then/_424/cond_19/transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_18/else/_415/cond_18/Neg", "op": "Neg", "input": ["PartitionedCall/cond_18/else/_415/cond_18/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_18/then/_414/cond_18/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_18/then/_414/cond_18/Reshape", "PartitionedCall/cond_18/then/_414/cond_18/transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_16/else/_395/cond_16/Neg", "op": "Neg", "input": ["PartitionedCall/cond_16/else/_395/cond_16/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_16/then/_394/cond_16/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_16/then/_394/cond_16/Reshape", "PartitionedCall/cond_16/then/_394/cond_16/transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_15/else/_385/cond_15/Neg", "op": "Neg", "input": ["PartitionedCall/cond_15/else/_385/cond_15/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_15/then/_384/cond_15/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_15/then/_384/cond_15/Reshape", "PartitionedCall/cond_15/then/_384/cond_15/transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_14/else/_375/cond_14/Neg", "op": "Neg", "input": ["PartitionedCall/cond_14/else/_375/cond_14/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_14/then/_374/cond_14/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_14/then/_374/cond_14/Reshape", "PartitionedCall/cond_14/then/_374/cond_14/transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_12/else/_355/cond_12/Neg", "op": "Neg", "input": ["PartitionedCall/cond_12/else/_355/cond_12/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_12/then/_354/cond_12/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_12/then/_354/cond_12/Reshape", "PartitionedCall/cond_12/then/_354/cond_12/transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_11/else/_345/cond_11/Neg", "op": "Neg", "input": ["PartitionedCall/cond_11/else/_345/cond_11/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_11/then/_344/cond_11/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_11/then/_344/cond_11/Reshape", "PartitionedCall/cond_11/then/_344/cond_11/transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_10/else/_335/cond_10/Neg", "op": "Neg", "input": ["PartitionedCall/cond_10/else/_335/cond_10/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_10/then/_334/cond_10/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_10/then/_334/cond_10/Reshape", "PartitionedCall/cond_10/then/_334/cond_10/transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_8/else/_315/cond_8/Neg", "op": "Neg", "input": ["PartitionedCall/cond_8/else/_315/cond_8/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_8/then/_314/cond_8/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_8/then/_314/cond_8/Reshape", "PartitionedCall/cond_8/then/_314/cond_8/transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_7/else/_305/cond_7/Neg", "op": "Neg", "input": ["PartitionedCall/cond_7/else/_305/cond_7/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_7/then/_304/cond_7/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_7/then/_304/cond_7/Reshape", "PartitionedCall/cond_7/then/_304/cond_7/transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_5/else/_285/cond_5/Neg", "op": "Neg", "input": ["PartitionedCall/cond_5/else/_285/cond_5/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_5/then/_284/cond_5/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_5/then/_284/cond_5/Reshape", "PartitionedCall/cond_5/then/_284/cond_5/transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_4/else/_275/cond_4/Neg", "op": "Neg", "input": ["PartitionedCall/cond_4/else/_275/cond_4/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_4/then/_274/cond_4/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_4/then/_274/cond_4/Reshape", "PartitionedCall/cond_4/then/_274/cond_4/transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/else/_255/cond_2/Neg", "op": "Neg", "input": ["PartitionedCall/cond_2/else/_255/cond_2/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_2/then/_254/cond_2/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_2/then/_254/cond_2/Reshape", "PartitionedCall/cond_2/then/_254/cond_2/transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond/else/_235/cond/Neg", "op": "Neg", "input": ["PartitionedCall/cond/else/_235/cond/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond/else/_235/cond/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond/else/_235/cond/Shape", "PartitionedCall/cond/else/_235/cond/GatherV2_1", "PartitionedCall/cond/else/_235/cond/GatherV2"], "attr": {"N": {"i": "3"}, "T": {"type": "DT_INT64"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond/then/_234/cond/transpose", "op": "Transpose", "input": ["PartitionedCall/cond/then/_234/cond/Reshape", "PartitionedCall/cond/then/_234/cond/transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_1/else/_245/cond_1/Neg", "op": "Neg", "input": ["PartitionedCall/cond_1/else/_245/cond_1/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_1/then/_244/cond_1/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_1/then/_244/cond_1/Reshape", "PartitionedCall/cond_1/then/_244/cond_1/transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_3/else/_265/cond_3/Neg", "op": "Neg", "input": ["PartitionedCall/cond_3/else/_265/cond_3/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_3/then/_264/cond_3/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_3/then/_264/cond_3/Reshape", "PartitionedCall/cond_3/then/_264/cond_3/transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_6/else/_295/cond_6/Neg", "op": "Neg", "input": ["PartitionedCall/cond_6/else/_295/cond_6/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_6/then/_294/cond_6/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_6/then/_294/cond_6/Reshape", "PartitionedCall/cond_6/then/_294/cond_6/transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_9/else/_325/cond_9/Neg", "op": "Neg", "input": ["PartitionedCall/cond_9/else/_325/cond_9/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_9/then/_324/cond_9/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_9/then/_324/cond_9/Reshape", "PartitionedCall/cond_9/then/_324/cond_9/transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_13/else/_365/cond_13/Neg", "op": "Neg", "input": ["PartitionedCall/cond_13/else/_365/cond_13/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_13/then/_364/cond_13/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_13/then/_364/cond_13/Reshape", "PartitionedCall/cond_13/then/_364/cond_13/transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_17/else/_405/cond_17/Neg", "op": "Neg", "input": ["PartitionedCall/cond_17/else/_405/cond_17/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_17/then/_404/cond_17/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_17/then/_404/cond_17/Reshape", "PartitionedCall/cond_17/then/_404/cond_17/transpose/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_22/else/_455/cond_22/Neg", "op": "Neg", "input": ["PartitionedCall/cond_22/else/_455/cond_22/GatherV2"], "attr": {"T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_22/then/_454/cond_22/transpose", "op": "Transpose", "input": ["PartitionedCall/cond_22/then/_454/cond_22/Reshape", "PartitionedCall/cond_22/then/_454/cond_22/transpose/perm"], "attr": {"T": {"type": "DT_INT64"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_23/then/_464/cond_23/Cast", "op": "Cast", "input": ["PartitionedCall/cond_23/then/_464/cond_23/transpose"], "attr": {"Truncate": {"b": false}, "SrcT": {"type": "DT_INT64"}, "DstT": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_21/then/_444/cond_21/Cast", "op": "Cast", "input": ["PartitionedCall/cond_21/then/_444/cond_21/transpose"], "attr": {"SrcT": {"type": "DT_INT64"}, "DstT": {"type": "DT_INT32"}, "Truncate": {"b": false}}}, {"name": "PartitionedCall/cond_20/then/_434/cond_20/Cast", "op": "Cast", "input": ["PartitionedCall/cond_20/then/_434/cond_20/transpose"], "attr": {"Truncate": {"b": false}, "DstT": {"type": "DT_INT32"}, "SrcT": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_19/then/_424/cond_19/Cast", "op": "Cast", "input": ["PartitionedCall/cond_19/then/_424/cond_19/transpose"], "attr": {"SrcT": {"type": "DT_INT64"}, "DstT": {"type": "DT_INT32"}, "Truncate": {"b": false}}}, {"name": "PartitionedCall/cond_18/then/_414/cond_18/Cast", "op": "Cast", "input": ["PartitionedCall/cond_18/then/_414/cond_18/transpose"], "attr": {"Truncate": {"b": false}, "SrcT": {"type": "DT_INT64"}, "DstT": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_16/then/_394/cond_16/Cast", "op": "Cast", "input": ["PartitionedCall/cond_16/then/_394/cond_16/transpose"], "attr": {"Truncate": {"b": false}, "DstT": {"type": "DT_INT32"}, "SrcT": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_15/then/_384/cond_15/Cast", "op": "Cast", "input": ["PartitionedCall/cond_15/then/_384/cond_15/transpose"], "attr": {"Truncate": {"b": false}, "DstT": {"type": "DT_INT32"}, "SrcT": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_14/then/_374/cond_14/Cast", "op": "Cast", "input": ["PartitionedCall/cond_14/then/_374/cond_14/transpose"], "attr": {"Truncate": {"b": false}, "SrcT": {"type": "DT_INT64"}, "DstT": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_12/then/_354/cond_12/Cast", "op": "Cast", "input": ["PartitionedCall/cond_12/then/_354/cond_12/transpose"], "attr": {"SrcT": {"type": "DT_INT64"}, "Truncate": {"b": false}, "DstT": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_11/then/_344/cond_11/Cast", "op": "Cast", "input": ["PartitionedCall/cond_11/then/_344/cond_11/transpose"], "attr": {"Truncate": {"b": false}, "DstT": {"type": "DT_INT32"}, "SrcT": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_10/then/_334/cond_10/Cast", "op": "Cast", "input": ["PartitionedCall/cond_10/then/_334/cond_10/transpose"], "attr": {"Truncate": {"b": false}, "SrcT": {"type": "DT_INT64"}, "DstT": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_8/then/_314/cond_8/Cast", "op": "Cast", "input": ["PartitionedCall/cond_8/then/_314/cond_8/transpose"], "attr": {"SrcT": {"type": "DT_INT64"}, "Truncate": {"b": false}, "DstT": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_7/then/_304/cond_7/Cast", "op": "Cast", "input": ["PartitionedCall/cond_7/then/_304/cond_7/transpose"], "attr": {"SrcT": {"type": "DT_INT64"}, "Truncate": {"b": false}, "DstT": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_5/then/_284/cond_5/Cast", "op": "Cast", "input": ["PartitionedCall/cond_5/then/_284/cond_5/transpose"], "attr": {"Truncate": {"b": false}, "DstT": {"type": "DT_INT32"}, "SrcT": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_4/then/_274/cond_4/Cast", "op": "Cast", "input": ["PartitionedCall/cond_4/then/_274/cond_4/transpose"], "attr": {"SrcT": {"type": "DT_INT64"}, "Truncate": {"b": false}, "DstT": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/then/_254/cond_2/Cast", "op": "Cast", "input": ["PartitionedCall/cond_2/then/_254/cond_2/transpose"], "attr": {"DstT": {"type": "DT_INT32"}, "Truncate": {"b": false}, "SrcT": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond/else/_235/cond/Slice", "op": "Slice", "input": ["PartitionedCall/cond/Func/PartitionedCall/input/_0/_240", "PartitionedCall/cond/else/_235/cond/Neg", "PartitionedCall/cond/else/_235/cond/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond/then/_234/cond/Cast", "op": "Cast", "input": ["PartitionedCall/cond/then/_234/cond/transpose"], "attr": {"Truncate": {"b": false}, "SrcT": {"type": "DT_INT64"}, "DstT": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_1/then/_244/cond_1/Cast", "op": "Cast", "input": ["PartitionedCall/cond_1/then/_244/cond_1/transpose"], "attr": {"DstT": {"type": "DT_INT32"}, "Truncate": {"b": false}, "SrcT": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_3/then/_264/cond_3/Cast", "op": "Cast", "input": ["PartitionedCall/cond_3/then/_264/cond_3/transpose"], "attr": {"SrcT": {"type": "DT_INT64"}, "Truncate": {"b": false}, "DstT": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_6/then/_294/cond_6/Cast", "op": "Cast", "input": ["PartitionedCall/cond_6/then/_294/cond_6/transpose"], "attr": {"SrcT": {"type": "DT_INT64"}, "Truncate": {"b": false}, "DstT": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_9/then/_324/cond_9/Cast", "op": "Cast", "input": ["PartitionedCall/cond_9/then/_324/cond_9/transpose"], "attr": {"SrcT": {"type": "DT_INT64"}, "DstT": {"type": "DT_INT32"}, "Truncate": {"b": false}}}, {"name": "PartitionedCall/cond_13/then/_364/cond_13/Cast", "op": "Cast", "input": ["PartitionedCall/cond_13/then/_364/cond_13/transpose"], "attr": {"SrcT": {"type": "DT_INT64"}, "Truncate": {"b": false}, "DstT": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_17/then/_404/cond_17/Cast", "op": "Cast", "input": ["PartitionedCall/cond_17/then/_404/cond_17/transpose"], "attr": {"SrcT": {"type": "DT_INT64"}, "Truncate": {"b": false}, "DstT": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_22/then/_454/cond_22/Cast", "op": "Cast", "input": ["PartitionedCall/cond_22/then/_454/cond_22/transpose"], "attr": {"DstT": {"type": "DT_INT32"}, "Truncate": {"b": false}, "SrcT": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond/then/_234/cond/onnx_tf_prefix_/_conv_stem/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond/Func/PartitionedCall/input/_0/_240:1", "PartitionedCall/cond/then/_234/cond/Cast", "PartitionedCall/cond/PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Constant_8/_241:1"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond/output/_242", "op": "Merge", "input": ["PartitionedCall/cond/then/_234/cond/onnx_tf_prefix_/_conv_stem/static_padding/Pad", "PartitionedCall/cond/else/_235/cond/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_1", "op": "Transpose", "input": ["PartitionedCall/cond/output/_242", "PartitionedCall/transpose_1/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution", "op": "Conv2D", "input": ["PartitionedCall/transpose_1", "PartitionedCall/split"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}}}, {"name": "PartitionedCall/Add_5", "op": "AddV2", "input": ["PartitionedCall/convolution", "unknown_0"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_2", "op": "Transpose", "input": ["PartitionedCall/Add_5", "PartitionedCall/transpose_2/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_2", "PartitionedCall/onnx_tf_prefix_/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_1/PartitionedCall/onnx_tf_prefix_/_swish/Mul/_250", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_swish/Mul", "PartitionedCall/All_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_1/else/_245/cond_1/Shape", "op": "Shape", "input": ["PartitionedCall/cond_1/PartitionedCall/onnx_tf_prefix_/_swish/Mul/_250", "^PartitionedCall/cond_1/pivot_f/_247"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_1/then/_244/cond_1/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_1/PartitionedCall/onnx_tf_prefix_/_swish/Mul/_250:1", "PartitionedCall/cond_1/then/_244/cond_1/Cast", "PartitionedCall/cond_1/PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Constant_8/_251:1"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_1/else/_245/cond_1/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_1/else/_245/cond_1/Shape", "PartitionedCall/cond_1/else/_245/cond_1/GatherV2_1", "PartitionedCall/cond_1/else/_245/cond_1/GatherV2"], "attr": {"T": {"type": "DT_INT64"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_1/else/_245/cond_1/Slice", "op": "Slice", "input": ["PartitionedCall/cond_1/PartitionedCall/onnx_tf_prefix_/_swish/Mul/_250", "PartitionedCall/cond_1/else/_245/cond_1/Neg", "PartitionedCall/cond_1/else/_245/cond_1/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_1/output/_252", "op": "Merge", "input": ["PartitionedCall/cond_1/then/_244/cond_1/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_1/else/_245/cond_1/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_4", "op": "Transpose", "input": ["PartitionedCall/cond_1/output/_252", "PartitionedCall/transpose_4/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_4", "PartitionedCall/Reshape_2"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_11", "op": "AddV2", "input": ["PartitionedCall/depthwise", "unknown_2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_5", "op": "Transpose", "input": ["PartitionedCall/Add_11", "PartitionedCall/transpose_5/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_5"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_5", "PartitionedCall/onnx_tf_prefix_/_blocks.0/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.0/_swish/Mul", "ConstantFolding/PartitionedCall/split_1-folded-1"], "attr": {"T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_7", "op": "Transpose", "input": ["PartitionedCall/Mean", "PartitionedCall/transpose_7/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_1", "op": "Conv2D", "input": ["PartitionedCall/transpose_7", "PartitionedCall/split_2"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_12", "op": "AddV2", "input": ["PartitionedCall/convolution_1", "unknown_4"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_8", "op": "Transpose", "input": ["PartitionedCall/Add_12", "PartitionedCall/transpose_8/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_8"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_8", "PartitionedCall/onnx_tf_prefix_/_blocks.0/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_10", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.0/_swish_1/Mul", "PartitionedCall/transpose_10/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_2", "op": "Conv2D", "input": ["PartitionedCall/transpose_10", "PartitionedCall/split_3"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_13", "op": "AddV2", "input": ["PartitionedCall/convolution_2", "unknown_6"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_11", "op": "Transpose", "input": ["PartitionedCall/Add_13", "PartitionedCall/transpose_11/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_11"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.0/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.0/_swish/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_13", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.0/Mul", "PartitionedCall/transpose_13/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_3", "op": "Conv2D", "input": ["PartitionedCall/transpose_13", "PartitionedCall/split_4"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_14", "op": "AddV2", "input": ["PartitionedCall/convolution_3", "unknown_8"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_14", "op": "Transpose", "input": ["PartitionedCall/Add_14", "PartitionedCall/transpose_14/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/PartitionedCall/transpose_14/_260", "op": "Switch", "input": ["PartitionedCall/transpose_14", "PartitionedCall/All_2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_2/else/_255/cond_2/Shape", "op": "Shape", "input": ["PartitionedCall/cond_2/PartitionedCall/transpose_14/_260", "^PartitionedCall/cond_2/pivot_f/_257"], "attr": {"out_type": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_2/then/_254/cond_2/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_2/PartitionedCall/transpose_14/_260:1", "PartitionedCall/cond_2/then/_254/cond_2/Cast", "PartitionedCall/cond_2/PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Constant_8/_261:1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_2/else/_255/cond_2/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_2/else/_255/cond_2/Shape", "PartitionedCall/cond_2/else/_255/cond_2/GatherV2_1", "PartitionedCall/cond_2/else/_255/cond_2/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_2/else/_255/cond_2/Slice", "op": "Slice", "input": ["PartitionedCall/cond_2/PartitionedCall/transpose_14/_260", "PartitionedCall/cond_2/else/_255/cond_2/Neg", "PartitionedCall/cond_2/else/_255/cond_2/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_2/output/_262", "op": "Merge", "input": ["PartitionedCall/cond_2/then/_254/cond_2/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_2/else/_255/cond_2/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_16", "op": "Transpose", "input": ["PartitionedCall/cond_2/output/_262", "PartitionedCall/transpose_16/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_1", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_16", "PartitionedCall/Reshape_4"], "attr": {"padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_20", "op": "AddV2", "input": ["PartitionedCall/depthwise_1", "unknown_10"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_17", "op": "Transpose", "input": ["PartitionedCall/Add_20", "PartitionedCall/transpose_17/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_17"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_17", "PartitionedCall/onnx_tf_prefix_/_blocks.1/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_1", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.1/_swish/Mul", "ConstantFolding/PartitionedCall/split_5-folded-1"], "attr": {"T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_19", "op": "Transpose", "input": ["PartitionedCall/Mean_1", "PartitionedCall/transpose_19/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_4", "op": "Conv2D", "input": ["PartitionedCall/transpose_19", "PartitionedCall/split_6"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_21", "op": "AddV2", "input": ["PartitionedCall/convolution_4", "unknown_12"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_20", "op": "Transpose", "input": ["PartitionedCall/Add_21", "PartitionedCall/transpose_20/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_20"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_20", "PartitionedCall/onnx_tf_prefix_/_blocks.1/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_22", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.1/_swish_1/Mul", "PartitionedCall/transpose_22/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_5", "op": "Conv2D", "input": ["PartitionedCall/transpose_22", "PartitionedCall/split_7"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_22", "op": "AddV2", "input": ["PartitionedCall/convolution_5", "unknown_14"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_23", "op": "Transpose", "input": ["PartitionedCall/Add_22", "PartitionedCall/transpose_23/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_23"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.1/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.1/_swish/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_25", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.1/Mul", "PartitionedCall/transpose_25/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_6", "op": "Conv2D", "input": ["PartitionedCall/transpose_25", "PartitionedCall/split_8"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_23", "op": "AddV2", "input": ["PartitionedCall/convolution_6", "unknown_16"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_26", "op": "Transpose", "input": ["PartitionedCall/Add_23", "PartitionedCall/transpose_26/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_26", "PartitionedCall/transpose_14"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_28", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.1/Add", "PartitionedCall/transpose_28/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_7", "op": "Conv2D", "input": ["PartitionedCall/transpose_28", "PartitionedCall/split_9"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_24", "op": "AddV2", "input": ["PartitionedCall/convolution_7", "unknown_18"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_29", "op": "Transpose", "input": ["PartitionedCall/Add_24", "PartitionedCall/transpose_29/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_29"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_29", "PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_3/PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish/Mul/_270", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish/Mul", "PartitionedCall/All_3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_3/else/_265/cond_3/Shape", "op": "Shape", "input": ["PartitionedCall/cond_3/PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish/Mul/_270", "^PartitionedCall/cond_3/pivot_f/_267"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_3/then/_264/cond_3/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_3/PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish/Mul/_270:1", "PartitionedCall/cond_3/then/_264/cond_3/Cast", "PartitionedCall/cond_3/PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Constant_8/_271:1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_3/else/_265/cond_3/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_3/else/_265/cond_3/Shape", "PartitionedCall/cond_3/else/_265/cond_3/GatherV2_1", "PartitionedCall/cond_3/else/_265/cond_3/GatherV2"], "attr": {"N": {"i": "3"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_3/else/_265/cond_3/Slice", "op": "Slice", "input": ["PartitionedCall/cond_3/PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish/Mul/_270", "PartitionedCall/cond_3/else/_265/cond_3/Neg", "PartitionedCall/cond_3/else/_265/cond_3/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_3/output/_272", "op": "Merge", "input": ["PartitionedCall/cond_3/then/_264/cond_3/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_3/else/_265/cond_3/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_31", "op": "Transpose", "input": ["PartitionedCall/cond_3/output/_272", "PartitionedCall/transpose_31/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_2", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_31", "PartitionedCall/Reshape_6"], "attr": {"data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_30", "op": "AddV2", "input": ["PartitionedCall/depthwise_2", "unknown_20"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_32", "op": "Transpose", "input": ["PartitionedCall/Add_30", "PartitionedCall/transpose_32/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_32"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_32", "PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_2", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_10-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_34", "op": "Transpose", "input": ["PartitionedCall/Mean_2", "PartitionedCall/transpose_34/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_8", "op": "Conv2D", "input": ["PartitionedCall/transpose_34", "PartitionedCall/split_11"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_31", "op": "AddV2", "input": ["PartitionedCall/convolution_8", "unknown_22"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_35", "op": "Transpose", "input": ["PartitionedCall/Add_31", "PartitionedCall/transpose_35/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_35"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_35", "PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_37", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish_2/Mul", "PartitionedCall/transpose_37/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_9", "op": "Conv2D", "input": ["PartitionedCall/transpose_37", "PartitionedCall/split_12"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_32", "op": "AddV2", "input": ["PartitionedCall/convolution_9", "unknown_24"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_38", "op": "Transpose", "input": ["PartitionedCall/Add_32", "PartitionedCall/transpose_38/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_38"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.2/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.2/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_40", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.2/Mul", "PartitionedCall/transpose_40/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_10", "op": "Conv2D", "input": ["PartitionedCall/transpose_40", "PartitionedCall/split_13"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_33", "op": "AddV2", "input": ["PartitionedCall/convolution_10", "unknown_26"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_11", "op": "Conv2D", "input": ["PartitionedCall/Add_33", "PartitionedCall/split_14"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/transpose_41", "op": "Transpose", "input": ["PartitionedCall/Add_33", "PartitionedCall/transpose_41/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Add_34", "op": "AddV2", "input": ["PartitionedCall/convolution_11", "unknown_28"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_44", "op": "Transpose", "input": ["PartitionedCall/Add_34", "PartitionedCall/transpose_44/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_44"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_44", "PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_4/PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish/Mul/_280", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish/Mul", "PartitionedCall/All_4"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_4/else/_275/cond_4/Shape", "op": "Shape", "input": ["PartitionedCall/cond_4/PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish/Mul/_280", "^PartitionedCall/cond_4/pivot_f/_277"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_4/then/_274/cond_4/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_4/PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish/Mul/_280:1", "PartitionedCall/cond_4/then/_274/cond_4/Cast", "PartitionedCall/cond_4/PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Constant_8/_281:1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_4/else/_275/cond_4/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_4/else/_275/cond_4/Shape", "PartitionedCall/cond_4/else/_275/cond_4/GatherV2_1", "PartitionedCall/cond_4/else/_275/cond_4/GatherV2"], "attr": {"N": {"i": "3"}, "T": {"type": "DT_INT64"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond_4/else/_275/cond_4/Slice", "op": "Slice", "input": ["PartitionedCall/cond_4/PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish/Mul/_280", "PartitionedCall/cond_4/else/_275/cond_4/Neg", "PartitionedCall/cond_4/else/_275/cond_4/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_4/output/_282", "op": "Merge", "input": ["PartitionedCall/cond_4/then/_274/cond_4/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_4/else/_275/cond_4/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_46", "op": "Transpose", "input": ["PartitionedCall/cond_4/output/_282", "PartitionedCall/transpose_46/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_3", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_46", "PartitionedCall/Reshape_8"], "attr": {"padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_40", "op": "AddV2", "input": ["PartitionedCall/depthwise_3", "unknown_30"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_47", "op": "Transpose", "input": ["PartitionedCall/Add_40", "PartitionedCall/transpose_47/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_47"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_47", "PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_3", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_15-folded-1"], "attr": {"T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_49", "op": "Transpose", "input": ["PartitionedCall/Mean_3", "PartitionedCall/transpose_49/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_12", "op": "Conv2D", "input": ["PartitionedCall/transpose_49", "PartitionedCall/split_16"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_41", "op": "AddV2", "input": ["PartitionedCall/convolution_12", "unknown_32"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_50", "op": "Transpose", "input": ["PartitionedCall/Add_41", "PartitionedCall/transpose_50/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_50"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_50", "PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_52", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish_2/Mul", "PartitionedCall/transpose_52/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_13", "op": "Conv2D", "input": ["PartitionedCall/transpose_52", "PartitionedCall/split_17"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_42", "op": "AddV2", "input": ["PartitionedCall/convolution_13", "unknown_34"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_53", "op": "Transpose", "input": ["PartitionedCall/Add_42", "PartitionedCall/transpose_53/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_53"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.3/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_55", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/Mul", "PartitionedCall/transpose_55/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_14", "op": "Conv2D", "input": ["PartitionedCall/transpose_55", "PartitionedCall/split_18"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_43", "op": "AddV2", "input": ["PartitionedCall/convolution_14", "unknown_36"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_56", "op": "Transpose", "input": ["PartitionedCall/Add_43", "PartitionedCall/transpose_56/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_56", "PartitionedCall/transpose_41"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_58", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.3/Add", "PartitionedCall/transpose_58/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_15", "op": "Conv2D", "input": ["PartitionedCall/transpose_58", "PartitionedCall/split_19"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_44", "op": "AddV2", "input": ["PartitionedCall/convolution_15", "unknown_38"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_59", "op": "Transpose", "input": ["PartitionedCall/Add_44", "PartitionedCall/transpose_59/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_59"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_59", "PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_5/PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish/Mul/_290", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish/Mul", "PartitionedCall/All_5"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_5/else/_285/cond_5/Shape", "op": "Shape", "input": ["PartitionedCall/cond_5/PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish/Mul/_290", "^PartitionedCall/cond_5/pivot_f/_287"], "attr": {"out_type": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_5/then/_284/cond_5/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_5/PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish/Mul/_290:1", "PartitionedCall/cond_5/then/_284/cond_5/Cast", "PartitionedCall/cond_5/PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Constant_8/_291:1"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_5/else/_285/cond_5/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_5/else/_285/cond_5/Shape", "PartitionedCall/cond_5/else/_285/cond_5/GatherV2_1", "PartitionedCall/cond_5/else/_285/cond_5/GatherV2"], "attr": {"N": {"i": "3"}, "T": {"type": "DT_INT64"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond_5/else/_285/cond_5/Slice", "op": "Slice", "input": ["PartitionedCall/cond_5/PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish/Mul/_290", "PartitionedCall/cond_5/else/_285/cond_5/Neg", "PartitionedCall/cond_5/else/_285/cond_5/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_5/output/_292", "op": "Merge", "input": ["PartitionedCall/cond_5/then/_284/cond_5/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_5/else/_285/cond_5/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_61", "op": "Transpose", "input": ["PartitionedCall/cond_5/output/_292", "PartitionedCall/transpose_61/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_4", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_61", "PartitionedCall/Reshape_10"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_50", "op": "AddV2", "input": ["PartitionedCall/depthwise_4", "unknown_40"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_62", "op": "Transpose", "input": ["PartitionedCall/Add_50", "PartitionedCall/transpose_62/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_62"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_62", "PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_4", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_20-folded-1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}}}, {"name": "PartitionedCall/transpose_64", "op": "Transpose", "input": ["PartitionedCall/Mean_4", "PartitionedCall/transpose_64/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_16", "op": "Conv2D", "input": ["PartitionedCall/transpose_64", "PartitionedCall/split_21"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_51", "op": "AddV2", "input": ["PartitionedCall/convolution_16", "unknown_42"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_65", "op": "Transpose", "input": ["PartitionedCall/Add_51", "PartitionedCall/transpose_65/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_65"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_65", "PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_67", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish_2/Mul", "PartitionedCall/transpose_67/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_17", "op": "Conv2D", "input": ["PartitionedCall/transpose_67", "PartitionedCall/split_22"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_52", "op": "AddV2", "input": ["PartitionedCall/convolution_17", "unknown_44"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_68", "op": "Transpose", "input": ["PartitionedCall/Add_52", "PartitionedCall/transpose_68/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_68"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.4/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_70", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/Mul", "PartitionedCall/transpose_70/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_18", "op": "Conv2D", "input": ["PartitionedCall/transpose_70", "PartitionedCall/split_23"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_53", "op": "AddV2", "input": ["PartitionedCall/convolution_18", "unknown_46"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_71", "op": "Transpose", "input": ["PartitionedCall/Add_53", "PartitionedCall/transpose_71/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_71", "PartitionedCall/onnx_tf_prefix_/_blocks.3/Add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_73", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.4/Add", "PartitionedCall/transpose_73/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_19", "op": "Conv2D", "input": ["PartitionedCall/transpose_73", "PartitionedCall/split_24"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_54", "op": "AddV2", "input": ["PartitionedCall/convolution_19", "unknown_48"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_74", "op": "Transpose", "input": ["PartitionedCall/Add_54", "PartitionedCall/transpose_74/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_74"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_74", "PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_6/PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish/Mul/_300", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish/Mul", "PartitionedCall/All_6"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_6/else/_295/cond_6/Shape", "op": "Shape", "input": ["PartitionedCall/cond_6/PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish/Mul/_300", "^PartitionedCall/cond_6/pivot_f/_297"], "attr": {"out_type": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_6/then/_294/cond_6/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_6/PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish/Mul/_300:1", "PartitionedCall/cond_6/then/_294/cond_6/Cast", "PartitionedCall/cond_6/PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Constant_8/_301:1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_6/else/_295/cond_6/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_6/else/_295/cond_6/Shape", "PartitionedCall/cond_6/else/_295/cond_6/GatherV2_1", "PartitionedCall/cond_6/else/_295/cond_6/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_6/else/_295/cond_6/Slice", "op": "Slice", "input": ["PartitionedCall/cond_6/PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish/Mul/_300", "PartitionedCall/cond_6/else/_295/cond_6/Neg", "PartitionedCall/cond_6/else/_295/cond_6/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_6/output/_302", "op": "Merge", "input": ["PartitionedCall/cond_6/then/_294/cond_6/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_6/else/_295/cond_6/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_76", "op": "Transpose", "input": ["PartitionedCall/cond_6/output/_302", "PartitionedCall/transpose_76/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_5", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_76", "PartitionedCall/Reshape_12"], "attr": {"explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_60", "op": "AddV2", "input": ["PartitionedCall/depthwise_5", "unknown_50"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_77", "op": "Transpose", "input": ["PartitionedCall/Add_60", "PartitionedCall/transpose_77/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_77"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_77", "PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_5", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_25-folded-1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}}}, {"name": "PartitionedCall/transpose_79", "op": "Transpose", "input": ["PartitionedCall/Mean_5", "PartitionedCall/transpose_79/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_20", "op": "Conv2D", "input": ["PartitionedCall/transpose_79", "PartitionedCall/split_26"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_61", "op": "AddV2", "input": ["PartitionedCall/convolution_20", "unknown_52"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_80", "op": "Transpose", "input": ["PartitionedCall/Add_61", "PartitionedCall/transpose_80/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_80"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_80", "PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_82", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish_2/Mul", "PartitionedCall/transpose_82/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_21", "op": "Conv2D", "input": ["PartitionedCall/transpose_82", "PartitionedCall/split_27"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_62", "op": "AddV2", "input": ["PartitionedCall/convolution_21", "unknown_54"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_83", "op": "Transpose", "input": ["PartitionedCall/Add_62", "PartitionedCall/transpose_83/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_83"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.5/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.5/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_85", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.5/Mul", "PartitionedCall/transpose_85/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_22", "op": "Conv2D", "input": ["PartitionedCall/transpose_85", "PartitionedCall/split_28"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_63", "op": "AddV2", "input": ["PartitionedCall/convolution_22", "unknown_56"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_23", "op": "Conv2D", "input": ["PartitionedCall/Add_63", "PartitionedCall/split_29"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/transpose_86", "op": "Transpose", "input": ["PartitionedCall/Add_63", "PartitionedCall/transpose_86/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Add_64", "op": "AddV2", "input": ["PartitionedCall/convolution_23", "unknown_58"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_89", "op": "Transpose", "input": ["PartitionedCall/Add_64", "PartitionedCall/transpose_89/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_89"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_89", "PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_7/PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish/Mul/_310", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish/Mul", "PartitionedCall/All_7"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_7/else/_305/cond_7/Shape", "op": "Shape", "input": ["PartitionedCall/cond_7/PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish/Mul/_310", "^PartitionedCall/cond_7/pivot_f/_307"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_7/then/_304/cond_7/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_7/PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish/Mul/_310:1", "PartitionedCall/cond_7/then/_304/cond_7/Cast", "PartitionedCall/cond_7/PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Constant_8/_311:1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_7/else/_305/cond_7/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_7/else/_305/cond_7/Shape", "PartitionedCall/cond_7/else/_305/cond_7/GatherV2_1", "PartitionedCall/cond_7/else/_305/cond_7/GatherV2"], "attr": {"T": {"type": "DT_INT64"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_7/else/_305/cond_7/Slice", "op": "Slice", "input": ["PartitionedCall/cond_7/PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish/Mul/_310", "PartitionedCall/cond_7/else/_305/cond_7/Neg", "PartitionedCall/cond_7/else/_305/cond_7/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_7/output/_312", "op": "Merge", "input": ["PartitionedCall/cond_7/then/_304/cond_7/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_7/else/_305/cond_7/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_91", "op": "Transpose", "input": ["PartitionedCall/cond_7/output/_312", "PartitionedCall/transpose_91/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_6", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_91", "PartitionedCall/Reshape_14"], "attr": {"data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_70", "op": "AddV2", "input": ["PartitionedCall/depthwise_6", "unknown_60"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_92", "op": "Transpose", "input": ["PartitionedCall/Add_70", "PartitionedCall/transpose_92/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_92"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_92", "PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_6", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_30-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_94", "op": "Transpose", "input": ["PartitionedCall/Mean_6", "PartitionedCall/transpose_94/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_24", "op": "Conv2D", "input": ["PartitionedCall/transpose_94", "PartitionedCall/split_31"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_71", "op": "AddV2", "input": ["PartitionedCall/convolution_24", "unknown_62"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_95", "op": "Transpose", "input": ["PartitionedCall/Add_71", "PartitionedCall/transpose_95/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_95"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_95", "PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_97", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish_2/Mul", "PartitionedCall/transpose_97/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_25", "op": "Conv2D", "input": ["PartitionedCall/transpose_97", "PartitionedCall/split_32"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_72", "op": "AddV2", "input": ["PartitionedCall/convolution_25", "unknown_64"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_98", "op": "Transpose", "input": ["PartitionedCall/Add_72", "PartitionedCall/transpose_98/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_98"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.6/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_100", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/Mul", "PartitionedCall/transpose_100/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_26", "op": "Conv2D", "input": ["PartitionedCall/transpose_100", "PartitionedCall/split_33"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_73", "op": "AddV2", "input": ["PartitionedCall/convolution_26", "unknown_66"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_101", "op": "Transpose", "input": ["PartitionedCall/Add_73", "PartitionedCall/transpose_101/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_101", "PartitionedCall/transpose_86"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_103", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.6/Add", "PartitionedCall/transpose_103/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_27", "op": "Conv2D", "input": ["PartitionedCall/transpose_103", "PartitionedCall/split_34"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_74", "op": "AddV2", "input": ["PartitionedCall/convolution_27", "unknown_68"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_104", "op": "Transpose", "input": ["PartitionedCall/Add_74", "PartitionedCall/transpose_104/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_104"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_104", "PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_8/PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish/Mul/_320", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish/Mul", "PartitionedCall/All_8"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_8/else/_315/cond_8/Shape", "op": "Shape", "input": ["PartitionedCall/cond_8/PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish/Mul/_320", "^PartitionedCall/cond_8/pivot_f/_317"], "attr": {"out_type": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_8/then/_314/cond_8/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_8/PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish/Mul/_320:1", "PartitionedCall/cond_8/then/_314/cond_8/Cast", "PartitionedCall/cond_8/PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Constant_8/_321:1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_8/else/_315/cond_8/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_8/else/_315/cond_8/Shape", "PartitionedCall/cond_8/else/_315/cond_8/GatherV2_1", "PartitionedCall/cond_8/else/_315/cond_8/GatherV2"], "attr": {"T": {"type": "DT_INT64"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_8/else/_315/cond_8/Slice", "op": "Slice", "input": ["PartitionedCall/cond_8/PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish/Mul/_320", "PartitionedCall/cond_8/else/_315/cond_8/Neg", "PartitionedCall/cond_8/else/_315/cond_8/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_8/output/_322", "op": "Merge", "input": ["PartitionedCall/cond_8/then/_314/cond_8/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_8/else/_315/cond_8/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_106", "op": "Transpose", "input": ["PartitionedCall/cond_8/output/_322", "PartitionedCall/transpose_106/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_7", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_106", "PartitionedCall/Reshape_16"], "attr": {"padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_80", "op": "AddV2", "input": ["PartitionedCall/depthwise_7", "unknown_70"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_107", "op": "Transpose", "input": ["PartitionedCall/Add_80", "PartitionedCall/transpose_107/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_107"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_107", "PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_7", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_35-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}}}, {"name": "PartitionedCall/transpose_109", "op": "Transpose", "input": ["PartitionedCall/Mean_7", "PartitionedCall/transpose_109/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_28", "op": "Conv2D", "input": ["PartitionedCall/transpose_109", "PartitionedCall/split_36"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_81", "op": "AddV2", "input": ["PartitionedCall/convolution_28", "unknown_72"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_110", "op": "Transpose", "input": ["PartitionedCall/Add_81", "PartitionedCall/transpose_110/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_110"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_110", "PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_112", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish_2/Mul", "PartitionedCall/transpose_112/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_29", "op": "Conv2D", "input": ["PartitionedCall/transpose_112", "PartitionedCall/split_37"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_82", "op": "AddV2", "input": ["PartitionedCall/convolution_29", "unknown_74"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_113", "op": "Transpose", "input": ["PartitionedCall/Add_82", "PartitionedCall/transpose_113/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_113"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.7/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_115", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/Mul", "PartitionedCall/transpose_115/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_30", "op": "Conv2D", "input": ["PartitionedCall/transpose_115", "PartitionedCall/split_38"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_83", "op": "AddV2", "input": ["PartitionedCall/convolution_30", "unknown_76"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_116", "op": "Transpose", "input": ["PartitionedCall/Add_83", "PartitionedCall/transpose_116/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_116", "PartitionedCall/onnx_tf_prefix_/_blocks.6/Add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_118", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.7/Add", "PartitionedCall/transpose_118/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_31", "op": "Conv2D", "input": ["PartitionedCall/transpose_118", "PartitionedCall/split_39"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_84", "op": "AddV2", "input": ["PartitionedCall/convolution_31", "unknown_78"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_119", "op": "Transpose", "input": ["PartitionedCall/Add_84", "PartitionedCall/transpose_119/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_119"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_119", "PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_9/PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish/Mul/_330", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish/Mul", "PartitionedCall/All_9"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_9/else/_325/cond_9/Shape", "op": "Shape", "input": ["PartitionedCall/cond_9/PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish/Mul/_330", "^PartitionedCall/cond_9/pivot_f/_327"], "attr": {"out_type": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_9/then/_324/cond_9/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_9/PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish/Mul/_330:1", "PartitionedCall/cond_9/then/_324/cond_9/Cast", "PartitionedCall/cond_9/PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Constant_8/_331:1"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_9/else/_325/cond_9/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_9/else/_325/cond_9/Shape", "PartitionedCall/cond_9/else/_325/cond_9/GatherV2_1", "PartitionedCall/cond_9/else/_325/cond_9/GatherV2"], "attr": {"N": {"i": "3"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_9/else/_325/cond_9/Slice", "op": "Slice", "input": ["PartitionedCall/cond_9/PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish/Mul/_330", "PartitionedCall/cond_9/else/_325/cond_9/Neg", "PartitionedCall/cond_9/else/_325/cond_9/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_9/output/_332", "op": "Merge", "input": ["PartitionedCall/cond_9/then/_324/cond_9/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_9/else/_325/cond_9/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_121", "op": "Transpose", "input": ["PartitionedCall/cond_9/output/_332", "PartitionedCall/transpose_121/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_8", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_121", "PartitionedCall/Reshape_18"], "attr": {"data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_90", "op": "AddV2", "input": ["PartitionedCall/depthwise_8", "unknown_80"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_122", "op": "Transpose", "input": ["PartitionedCall/Add_90", "PartitionedCall/transpose_122/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_122"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_122", "PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_8", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_40-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_124", "op": "Transpose", "input": ["PartitionedCall/Mean_8", "PartitionedCall/transpose_124/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_32", "op": "Conv2D", "input": ["PartitionedCall/transpose_124", "PartitionedCall/split_41"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_91", "op": "AddV2", "input": ["PartitionedCall/convolution_32", "unknown_82"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_125", "op": "Transpose", "input": ["PartitionedCall/Add_91", "PartitionedCall/transpose_125/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_125"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_125", "PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_127", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish_2/Mul", "PartitionedCall/transpose_127/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_33", "op": "Conv2D", "input": ["PartitionedCall/transpose_127", "PartitionedCall/split_42"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_92", "op": "AddV2", "input": ["PartitionedCall/convolution_33", "unknown_84"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_128", "op": "Transpose", "input": ["PartitionedCall/Add_92", "PartitionedCall/transpose_128/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_128"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.8/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.8/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_130", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.8/Mul", "PartitionedCall/transpose_130/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_34", "op": "Conv2D", "input": ["PartitionedCall/transpose_130", "PartitionedCall/split_43"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_93", "op": "AddV2", "input": ["PartitionedCall/convolution_34", "unknown_86"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_35", "op": "Conv2D", "input": ["PartitionedCall/Add_93", "PartitionedCall/split_44"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/transpose_131", "op": "Transpose", "input": ["PartitionedCall/Add_93", "PartitionedCall/transpose_131/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Add_94", "op": "AddV2", "input": ["PartitionedCall/convolution_35", "unknown_88"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_134", "op": "Transpose", "input": ["PartitionedCall/Add_94", "PartitionedCall/transpose_134/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_134"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_134", "PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_10/PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish/Mul/_340", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish/Mul", "PartitionedCall/All_10"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_10/else/_335/cond_10/Shape", "op": "Shape", "input": ["PartitionedCall/cond_10/PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish/Mul/_340", "^PartitionedCall/cond_10/pivot_f/_337"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_10/then/_334/cond_10/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_10/PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish/Mul/_340:1", "PartitionedCall/cond_10/then/_334/cond_10/Cast", "PartitionedCall/cond_10/PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Constant_8/_341:1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_10/else/_335/cond_10/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_10/else/_335/cond_10/Shape", "PartitionedCall/cond_10/else/_335/cond_10/GatherV2_1", "PartitionedCall/cond_10/else/_335/cond_10/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_10/else/_335/cond_10/Slice", "op": "Slice", "input": ["PartitionedCall/cond_10/PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish/Mul/_340", "PartitionedCall/cond_10/else/_335/cond_10/Neg", "PartitionedCall/cond_10/else/_335/cond_10/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_10/output/_342", "op": "Merge", "input": ["PartitionedCall/cond_10/then/_334/cond_10/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_10/else/_335/cond_10/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_136", "op": "Transpose", "input": ["PartitionedCall/cond_10/output/_342", "PartitionedCall/transpose_136/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_9", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_136", "PartitionedCall/Reshape_20"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_100", "op": "AddV2", "input": ["PartitionedCall/depthwise_9", "unknown_90"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_137", "op": "Transpose", "input": ["PartitionedCall/Add_100", "PartitionedCall/transpose_137/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_137"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_137", "PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_9", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_45-folded-1"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_139", "op": "Transpose", "input": ["PartitionedCall/Mean_9", "PartitionedCall/transpose_139/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_36", "op": "Conv2D", "input": ["PartitionedCall/transpose_139", "PartitionedCall/split_46"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_101", "op": "AddV2", "input": ["PartitionedCall/convolution_36", "unknown_92"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_140", "op": "Transpose", "input": ["PartitionedCall/Add_101", "PartitionedCall/transpose_140/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_140"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_140", "PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_142", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish_2/Mul", "PartitionedCall/transpose_142/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_37", "op": "Conv2D", "input": ["PartitionedCall/transpose_142", "PartitionedCall/split_47"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_102", "op": "AddV2", "input": ["PartitionedCall/convolution_37", "unknown_94"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_143", "op": "Transpose", "input": ["PartitionedCall/Add_102", "PartitionedCall/transpose_143/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_143"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.9/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_145", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/Mul", "PartitionedCall/transpose_145/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_38", "op": "Conv2D", "input": ["PartitionedCall/transpose_145", "PartitionedCall/split_48"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_103", "op": "AddV2", "input": ["PartitionedCall/convolution_38", "unknown_96"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_146", "op": "Transpose", "input": ["PartitionedCall/Add_103", "PartitionedCall/transpose_146/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_146", "PartitionedCall/transpose_131"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_148", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.9/Add", "PartitionedCall/transpose_148/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_39", "op": "Conv2D", "input": ["PartitionedCall/transpose_148", "PartitionedCall/split_49"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_104", "op": "AddV2", "input": ["PartitionedCall/convolution_39", "unknown_98"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_149", "op": "Transpose", "input": ["PartitionedCall/Add_104", "PartitionedCall/transpose_149/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_149"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_149", "PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_11/PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish/Mul/_350", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish/Mul", "PartitionedCall/All_11"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_11/else/_345/cond_11/Shape", "op": "Shape", "input": ["PartitionedCall/cond_11/PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish/Mul/_350", "^PartitionedCall/cond_11/pivot_f/_347"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_11/then/_344/cond_11/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_11/PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish/Mul/_350:1", "PartitionedCall/cond_11/then/_344/cond_11/Cast", "PartitionedCall/cond_11/PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Constant_8/_351:1"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_11/else/_345/cond_11/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_11/else/_345/cond_11/Shape", "PartitionedCall/cond_11/else/_345/cond_11/GatherV2_1", "PartitionedCall/cond_11/else/_345/cond_11/GatherV2"], "attr": {"N": {"i": "3"}, "T": {"type": "DT_INT64"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond_11/else/_345/cond_11/Slice", "op": "Slice", "input": ["PartitionedCall/cond_11/PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish/Mul/_350", "PartitionedCall/cond_11/else/_345/cond_11/Neg", "PartitionedCall/cond_11/else/_345/cond_11/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_11/output/_352", "op": "Merge", "input": ["PartitionedCall/cond_11/then/_344/cond_11/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_11/else/_345/cond_11/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_151", "op": "Transpose", "input": ["PartitionedCall/cond_11/output/_352", "PartitionedCall/transpose_151/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_10", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_151", "PartitionedCall/Reshape_22"], "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_110", "op": "AddV2", "input": ["PartitionedCall/depthwise_10", "unknown_100"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_152", "op": "Transpose", "input": ["PartitionedCall/Add_110", "PartitionedCall/transpose_152/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_152"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_152", "PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_10", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_50-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_154", "op": "Transpose", "input": ["PartitionedCall/Mean_10", "PartitionedCall/transpose_154/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_40", "op": "Conv2D", "input": ["PartitionedCall/transpose_154", "PartitionedCall/split_51"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_111", "op": "AddV2", "input": ["PartitionedCall/convolution_40", "unknown_102"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_155", "op": "Transpose", "input": ["PartitionedCall/Add_111", "PartitionedCall/transpose_155/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_155"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_155", "PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_157", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish_2/Mul", "PartitionedCall/transpose_157/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_41", "op": "Conv2D", "input": ["PartitionedCall/transpose_157", "PartitionedCall/split_52"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_112", "op": "AddV2", "input": ["PartitionedCall/convolution_41", "unknown_104"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_158", "op": "Transpose", "input": ["PartitionedCall/Add_112", "PartitionedCall/transpose_158/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_158"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.10/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_160", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/Mul", "PartitionedCall/transpose_160/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_42", "op": "Conv2D", "input": ["PartitionedCall/transpose_160", "PartitionedCall/split_53"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_113", "op": "AddV2", "input": ["PartitionedCall/convolution_42", "unknown_106"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_161", "op": "Transpose", "input": ["PartitionedCall/Add_113", "PartitionedCall/transpose_161/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_161", "PartitionedCall/onnx_tf_prefix_/_blocks.9/Add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_163", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.10/Add", "PartitionedCall/transpose_163/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_43", "op": "Conv2D", "input": ["PartitionedCall/transpose_163", "PartitionedCall/split_54"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_114", "op": "AddV2", "input": ["PartitionedCall/convolution_43", "unknown_108"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_164", "op": "Transpose", "input": ["PartitionedCall/Add_114", "PartitionedCall/transpose_164/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_164"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_164", "PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_12/PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish/Mul/_360", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish/Mul", "PartitionedCall/All_12"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_12/else/_355/cond_12/Shape", "op": "Shape", "input": ["PartitionedCall/cond_12/PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish/Mul/_360", "^PartitionedCall/cond_12/pivot_f/_357"], "attr": {"out_type": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_12/then/_354/cond_12/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_12/PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish/Mul/_360:1", "PartitionedCall/cond_12/then/_354/cond_12/Cast", "PartitionedCall/cond_12/PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Constant_8/_361:1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_12/else/_355/cond_12/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_12/else/_355/cond_12/Shape", "PartitionedCall/cond_12/else/_355/cond_12/GatherV2_1", "PartitionedCall/cond_12/else/_355/cond_12/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT64"}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_12/else/_355/cond_12/Slice", "op": "Slice", "input": ["PartitionedCall/cond_12/PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish/Mul/_360", "PartitionedCall/cond_12/else/_355/cond_12/Neg", "PartitionedCall/cond_12/else/_355/cond_12/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_12/output/_362", "op": "Merge", "input": ["PartitionedCall/cond_12/then/_354/cond_12/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_12/else/_355/cond_12/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_166", "op": "Transpose", "input": ["PartitionedCall/cond_12/output/_362", "PartitionedCall/transpose_166/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_11", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_166", "PartitionedCall/Reshape_24"], "attr": {"T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_120", "op": "AddV2", "input": ["PartitionedCall/depthwise_11", "unknown_110"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_167", "op": "Transpose", "input": ["PartitionedCall/Add_120", "PartitionedCall/transpose_167/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_167"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_167", "PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_11", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_55-folded-1"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_169", "op": "Transpose", "input": ["PartitionedCall/Mean_11", "PartitionedCall/transpose_169/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_44", "op": "Conv2D", "input": ["PartitionedCall/transpose_169", "PartitionedCall/split_56"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_121", "op": "AddV2", "input": ["PartitionedCall/convolution_44", "unknown_112"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_170", "op": "Transpose", "input": ["PartitionedCall/Add_121", "PartitionedCall/transpose_170/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_170"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_170", "PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_172", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish_2/Mul", "PartitionedCall/transpose_172/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_45", "op": "Conv2D", "input": ["PartitionedCall/transpose_172", "PartitionedCall/split_57"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_122", "op": "AddV2", "input": ["PartitionedCall/convolution_45", "unknown_114"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_173", "op": "Transpose", "input": ["PartitionedCall/Add_122", "PartitionedCall/transpose_173/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_173"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.11/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_175", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/Mul", "PartitionedCall/transpose_175/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_46", "op": "Conv2D", "input": ["PartitionedCall/transpose_175", "PartitionedCall/split_58"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_123", "op": "AddV2", "input": ["PartitionedCall/convolution_46", "unknown_116"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_176", "op": "Transpose", "input": ["PartitionedCall/Add_123", "PartitionedCall/transpose_176/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_176", "PartitionedCall/onnx_tf_prefix_/_blocks.10/Add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_178", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.11/Add", "PartitionedCall/transpose_178/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_47", "op": "Conv2D", "input": ["PartitionedCall/transpose_178", "PartitionedCall/split_59"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_124", "op": "AddV2", "input": ["PartitionedCall/convolution_47", "unknown_118"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_179", "op": "Transpose", "input": ["PartitionedCall/Add_124", "PartitionedCall/transpose_179/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_179"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_179", "PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_13/PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish/Mul/_370", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish/Mul", "PartitionedCall/All_13"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_13/else/_365/cond_13/Shape", "op": "Shape", "input": ["PartitionedCall/cond_13/PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish/Mul/_370", "^PartitionedCall/cond_13/pivot_f/_367"], "attr": {"out_type": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_13/then/_364/cond_13/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_13/PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish/Mul/_370:1", "PartitionedCall/cond_13/then/_364/cond_13/Cast", "PartitionedCall/cond_13/PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Constant_8/_371:1"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_13/else/_365/cond_13/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_13/else/_365/cond_13/Shape", "PartitionedCall/cond_13/else/_365/cond_13/GatherV2_1", "PartitionedCall/cond_13/else/_365/cond_13/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT64"}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_13/else/_365/cond_13/Slice", "op": "Slice", "input": ["PartitionedCall/cond_13/PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish/Mul/_370", "PartitionedCall/cond_13/else/_365/cond_13/Neg", "PartitionedCall/cond_13/else/_365/cond_13/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_13/output/_372", "op": "Merge", "input": ["PartitionedCall/cond_13/then/_364/cond_13/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_13/else/_365/cond_13/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_181", "op": "Transpose", "input": ["PartitionedCall/cond_13/output/_372", "PartitionedCall/transpose_181/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_12", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_181", "PartitionedCall/Reshape_26"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_130", "op": "AddV2", "input": ["PartitionedCall/depthwise_12", "unknown_120"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_182", "op": "Transpose", "input": ["PartitionedCall/Add_130", "PartitionedCall/transpose_182/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_182"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_182", "PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_12", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_60-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_184", "op": "Transpose", "input": ["PartitionedCall/Mean_12", "PartitionedCall/transpose_184/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_48", "op": "Conv2D", "input": ["PartitionedCall/transpose_184", "PartitionedCall/split_61"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_131", "op": "AddV2", "input": ["PartitionedCall/convolution_48", "unknown_122"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_185", "op": "Transpose", "input": ["PartitionedCall/Add_131", "PartitionedCall/transpose_185/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_185"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_185", "PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_187", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish_2/Mul", "PartitionedCall/transpose_187/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_49", "op": "Conv2D", "input": ["PartitionedCall/transpose_187", "PartitionedCall/split_62"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_132", "op": "AddV2", "input": ["PartitionedCall/convolution_49", "unknown_124"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_188", "op": "Transpose", "input": ["PartitionedCall/Add_132", "PartitionedCall/transpose_188/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_188"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.12/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.12/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_190", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.12/Mul", "PartitionedCall/transpose_190/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_50", "op": "Conv2D", "input": ["PartitionedCall/transpose_190", "PartitionedCall/split_63"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_133", "op": "AddV2", "input": ["PartitionedCall/convolution_50", "unknown_126"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_51", "op": "Conv2D", "input": ["PartitionedCall/Add_133", "PartitionedCall/split_64"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/transpose_191", "op": "Transpose", "input": ["PartitionedCall/Add_133", "PartitionedCall/transpose_191/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_134", "op": "AddV2", "input": ["PartitionedCall/convolution_51", "unknown_128"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_194", "op": "Transpose", "input": ["PartitionedCall/Add_134", "PartitionedCall/transpose_194/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_194"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_194", "PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_14/PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish/Mul/_380", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish/Mul", "PartitionedCall/All_14"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_14/else/_375/cond_14/Shape", "op": "Shape", "input": ["PartitionedCall/cond_14/PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish/Mul/_380", "^PartitionedCall/cond_14/pivot_f/_377"], "attr": {"out_type": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_14/then/_374/cond_14/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_14/PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish/Mul/_380:1", "PartitionedCall/cond_14/then/_374/cond_14/Cast", "PartitionedCall/cond_14/PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Constant_8/_381:1"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_14/else/_375/cond_14/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_14/else/_375/cond_14/Shape", "PartitionedCall/cond_14/else/_375/cond_14/GatherV2_1", "PartitionedCall/cond_14/else/_375/cond_14/GatherV2"], "attr": {"N": {"i": "3"}, "T": {"type": "DT_INT64"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond_14/else/_375/cond_14/Slice", "op": "Slice", "input": ["PartitionedCall/cond_14/PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish/Mul/_380", "PartitionedCall/cond_14/else/_375/cond_14/Neg", "PartitionedCall/cond_14/else/_375/cond_14/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_14/output/_382", "op": "Merge", "input": ["PartitionedCall/cond_14/then/_374/cond_14/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_14/else/_375/cond_14/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_196", "op": "Transpose", "input": ["PartitionedCall/cond_14/output/_382", "PartitionedCall/transpose_196/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_13", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_196", "PartitionedCall/Reshape_28"], "attr": {"explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_140", "op": "AddV2", "input": ["PartitionedCall/depthwise_13", "unknown_130"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_197", "op": "Transpose", "input": ["PartitionedCall/Add_140", "PartitionedCall/transpose_197/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_197"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_197", "PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_13", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_65-folded-1"], "attr": {"keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_199", "op": "Transpose", "input": ["PartitionedCall/Mean_13", "PartitionedCall/transpose_199/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_52", "op": "Conv2D", "input": ["PartitionedCall/transpose_199", "PartitionedCall/split_66"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_141", "op": "AddV2", "input": ["PartitionedCall/convolution_52", "unknown_132"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_200", "op": "Transpose", "input": ["PartitionedCall/Add_141", "PartitionedCall/transpose_200/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_200"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_200", "PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_202", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish_2/Mul", "PartitionedCall/transpose_202/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_53", "op": "Conv2D", "input": ["PartitionedCall/transpose_202", "PartitionedCall/split_67"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_142", "op": "AddV2", "input": ["PartitionedCall/convolution_53", "unknown_134"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_203", "op": "Transpose", "input": ["PartitionedCall/Add_142", "PartitionedCall/transpose_203/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_203"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.13/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_205", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/Mul", "PartitionedCall/transpose_205/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_54", "op": "Conv2D", "input": ["PartitionedCall/transpose_205", "PartitionedCall/split_68"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_143", "op": "AddV2", "input": ["PartitionedCall/convolution_54", "unknown_136"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_206", "op": "Transpose", "input": ["PartitionedCall/Add_143", "PartitionedCall/transpose_206/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_206", "PartitionedCall/transpose_191"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_208", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.13/Add", "PartitionedCall/transpose_208/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_55", "op": "Conv2D", "input": ["PartitionedCall/transpose_208", "PartitionedCall/split_69"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_144", "op": "AddV2", "input": ["PartitionedCall/convolution_55", "unknown_138"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_209", "op": "Transpose", "input": ["PartitionedCall/Add_144", "PartitionedCall/transpose_209/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_209"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_209", "PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_15/PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish/Mul/_390", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish/Mul", "PartitionedCall/All_15"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_15/else/_385/cond_15/Shape", "op": "Shape", "input": ["PartitionedCall/cond_15/PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish/Mul/_390", "^PartitionedCall/cond_15/pivot_f/_387"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_15/then/_384/cond_15/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_15/PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish/Mul/_390:1", "PartitionedCall/cond_15/then/_384/cond_15/Cast", "PartitionedCall/cond_15/PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Constant_8/_391:1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_15/else/_385/cond_15/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_15/else/_385/cond_15/Shape", "PartitionedCall/cond_15/else/_385/cond_15/GatherV2_1", "PartitionedCall/cond_15/else/_385/cond_15/GatherV2"], "attr": {"N": {"i": "3"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_15/else/_385/cond_15/Slice", "op": "Slice", "input": ["PartitionedCall/cond_15/PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish/Mul/_390", "PartitionedCall/cond_15/else/_385/cond_15/Neg", "PartitionedCall/cond_15/else/_385/cond_15/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_15/output/_392", "op": "Merge", "input": ["PartitionedCall/cond_15/then/_384/cond_15/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_15/else/_385/cond_15/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_211", "op": "Transpose", "input": ["PartitionedCall/cond_15/output/_392", "PartitionedCall/transpose_211/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_14", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_211", "PartitionedCall/Reshape_30"], "attr": {"padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_150", "op": "AddV2", "input": ["PartitionedCall/depthwise_14", "unknown_140"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_212", "op": "Transpose", "input": ["PartitionedCall/Add_150", "PartitionedCall/transpose_212/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_212"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_212", "PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_14", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_70-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_214", "op": "Transpose", "input": ["PartitionedCall/Mean_14", "PartitionedCall/transpose_214/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_56", "op": "Conv2D", "input": ["PartitionedCall/transpose_214", "PartitionedCall/split_71"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_151", "op": "AddV2", "input": ["PartitionedCall/convolution_56", "unknown_142"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_215", "op": "Transpose", "input": ["PartitionedCall/Add_151", "PartitionedCall/transpose_215/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_215"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_215", "PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_217", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish_2/Mul", "PartitionedCall/transpose_217/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_57", "op": "Conv2D", "input": ["PartitionedCall/transpose_217", "PartitionedCall/split_72"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_152", "op": "AddV2", "input": ["PartitionedCall/convolution_57", "unknown_144"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_218", "op": "Transpose", "input": ["PartitionedCall/Add_152", "PartitionedCall/transpose_218/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_218"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.14/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_220", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/Mul", "PartitionedCall/transpose_220/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_58", "op": "Conv2D", "input": ["PartitionedCall/transpose_220", "PartitionedCall/split_73"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_153", "op": "AddV2", "input": ["PartitionedCall/convolution_58", "unknown_146"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_221", "op": "Transpose", "input": ["PartitionedCall/Add_153", "PartitionedCall/transpose_221/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_221", "PartitionedCall/onnx_tf_prefix_/_blocks.13/Add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_223", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.14/Add", "PartitionedCall/transpose_223/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_59", "op": "Conv2D", "input": ["PartitionedCall/transpose_223", "PartitionedCall/split_74"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_154", "op": "AddV2", "input": ["PartitionedCall/convolution_59", "unknown_148"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_224", "op": "Transpose", "input": ["PartitionedCall/Add_154", "PartitionedCall/transpose_224/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_224"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_224", "PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_16/PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish/Mul/_400", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish/Mul", "PartitionedCall/All_16"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_16/else/_395/cond_16/Shape", "op": "Shape", "input": ["PartitionedCall/cond_16/PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish/Mul/_400", "^PartitionedCall/cond_16/pivot_f/_397"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_16/then/_394/cond_16/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_16/PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish/Mul/_400:1", "PartitionedCall/cond_16/then/_394/cond_16/Cast", "PartitionedCall/cond_16/PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Constant_8/_401:1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_16/else/_395/cond_16/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_16/else/_395/cond_16/Shape", "PartitionedCall/cond_16/else/_395/cond_16/GatherV2_1", "PartitionedCall/cond_16/else/_395/cond_16/GatherV2"], "attr": {"N": {"i": "3"}, "T": {"type": "DT_INT64"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond_16/else/_395/cond_16/Slice", "op": "Slice", "input": ["PartitionedCall/cond_16/PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish/Mul/_400", "PartitionedCall/cond_16/else/_395/cond_16/Neg", "PartitionedCall/cond_16/else/_395/cond_16/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_16/output/_402", "op": "Merge", "input": ["PartitionedCall/cond_16/then/_394/cond_16/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_16/else/_395/cond_16/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_226", "op": "Transpose", "input": ["PartitionedCall/cond_16/output/_402", "PartitionedCall/transpose_226/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_15", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_226", "PartitionedCall/Reshape_32"], "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_160", "op": "AddV2", "input": ["PartitionedCall/depthwise_15", "unknown_150"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_227", "op": "Transpose", "input": ["PartitionedCall/Add_160", "PartitionedCall/transpose_227/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_227"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_227", "PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_15", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_75-folded-1"], "attr": {"T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_229", "op": "Transpose", "input": ["PartitionedCall/Mean_15", "PartitionedCall/transpose_229/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_60", "op": "Conv2D", "input": ["PartitionedCall/transpose_229", "PartitionedCall/split_76"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_161", "op": "AddV2", "input": ["PartitionedCall/convolution_60", "unknown_152"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_230", "op": "Transpose", "input": ["PartitionedCall/Add_161", "PartitionedCall/transpose_230/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_230"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_230", "PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_232", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish_2/Mul", "PartitionedCall/transpose_232/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_61", "op": "Conv2D", "input": ["PartitionedCall/transpose_232", "PartitionedCall/split_77"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_162", "op": "AddV2", "input": ["PartitionedCall/convolution_61", "unknown_154"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_233", "op": "Transpose", "input": ["PartitionedCall/Add_162", "PartitionedCall/transpose_233/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_233"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.15/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_235", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/Mul", "PartitionedCall/transpose_235/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_62", "op": "Conv2D", "input": ["PartitionedCall/transpose_235", "PartitionedCall/split_78"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_163", "op": "AddV2", "input": ["PartitionedCall/convolution_62", "unknown_156"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_236", "op": "Transpose", "input": ["PartitionedCall/Add_163", "PartitionedCall/transpose_236/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_236", "PartitionedCall/onnx_tf_prefix_/_blocks.14/Add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_238", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.15/Add", "PartitionedCall/transpose_238/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_63", "op": "Conv2D", "input": ["PartitionedCall/transpose_238", "PartitionedCall/split_79"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/Add_164", "op": "AddV2", "input": ["PartitionedCall/convolution_63", "unknown_158"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_239", "op": "Transpose", "input": ["PartitionedCall/Add_164", "PartitionedCall/transpose_239/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_239"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_239", "PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_17/PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish/Mul/_410", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish/Mul", "PartitionedCall/All_17"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_17/else/_405/cond_17/Shape", "op": "Shape", "input": ["PartitionedCall/cond_17/PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish/Mul/_410", "^PartitionedCall/cond_17/pivot_f/_407"], "attr": {"out_type": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_17/then/_404/cond_17/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_17/PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish/Mul/_410:1", "PartitionedCall/cond_17/then/_404/cond_17/Cast", "PartitionedCall/cond_17/PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Constant_8/_411:1"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_17/else/_405/cond_17/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_17/else/_405/cond_17/Shape", "PartitionedCall/cond_17/else/_405/cond_17/GatherV2_1", "PartitionedCall/cond_17/else/_405/cond_17/GatherV2"], "attr": {"T": {"type": "DT_INT64"}, "N": {"i": "3"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond_17/else/_405/cond_17/Slice", "op": "Slice", "input": ["PartitionedCall/cond_17/PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish/Mul/_410", "PartitionedCall/cond_17/else/_405/cond_17/Neg", "PartitionedCall/cond_17/else/_405/cond_17/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_17/output/_412", "op": "Merge", "input": ["PartitionedCall/cond_17/then/_404/cond_17/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_17/else/_405/cond_17/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_241", "op": "Transpose", "input": ["PartitionedCall/cond_17/output/_412", "PartitionedCall/transpose_241/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_16", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_241", "PartitionedCall/Reshape_34"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_170", "op": "AddV2", "input": ["PartitionedCall/depthwise_16", "unknown_160"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_242", "op": "Transpose", "input": ["PartitionedCall/Add_170", "PartitionedCall/transpose_242/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_242"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_242", "PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_16", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_80-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}}}, {"name": "PartitionedCall/transpose_244", "op": "Transpose", "input": ["PartitionedCall/Mean_16", "PartitionedCall/transpose_244/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_64", "op": "Conv2D", "input": ["PartitionedCall/transpose_244", "PartitionedCall/split_81"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_171", "op": "AddV2", "input": ["PartitionedCall/convolution_64", "unknown_162"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_245", "op": "Transpose", "input": ["PartitionedCall/Add_171", "PartitionedCall/transpose_245/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_245"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_245", "PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_247", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish_2/Mul", "PartitionedCall/transpose_247/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_65", "op": "Conv2D", "input": ["PartitionedCall/transpose_247", "PartitionedCall/split_82"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_172", "op": "AddV2", "input": ["PartitionedCall/convolution_65", "unknown_164"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_248", "op": "Transpose", "input": ["PartitionedCall/Add_172", "PartitionedCall/transpose_248/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_248"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.16/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.16/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_250", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.16/Mul", "PartitionedCall/transpose_250/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_66", "op": "Conv2D", "input": ["PartitionedCall/transpose_250", "PartitionedCall/split_83"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_173", "op": "AddV2", "input": ["PartitionedCall/convolution_66", "unknown_166"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_67", "op": "Conv2D", "input": ["PartitionedCall/Add_173", "PartitionedCall/split_84"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/transpose_251", "op": "Transpose", "input": ["PartitionedCall/Add_173", "PartitionedCall/transpose_251/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Add_174", "op": "AddV2", "input": ["PartitionedCall/convolution_67", "unknown_168"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_254", "op": "Transpose", "input": ["PartitionedCall/Add_174", "PartitionedCall/transpose_254/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_254"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_254", "PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_18/PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish/Mul/_420", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish/Mul", "PartitionedCall/All_18"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_18/else/_415/cond_18/Shape", "op": "Shape", "input": ["PartitionedCall/cond_18/PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish/Mul/_420", "^PartitionedCall/cond_18/pivot_f/_417"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_18/then/_414/cond_18/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_18/PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish/Mul/_420:1", "PartitionedCall/cond_18/then/_414/cond_18/Cast", "PartitionedCall/cond_18/PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Constant_8/_421:1"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_18/else/_415/cond_18/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_18/else/_415/cond_18/Shape", "PartitionedCall/cond_18/else/_415/cond_18/GatherV2_1", "PartitionedCall/cond_18/else/_415/cond_18/GatherV2"], "attr": {"T": {"type": "DT_INT64"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_18/else/_415/cond_18/Slice", "op": "Slice", "input": ["PartitionedCall/cond_18/PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish/Mul/_420", "PartitionedCall/cond_18/else/_415/cond_18/Neg", "PartitionedCall/cond_18/else/_415/cond_18/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_18/output/_422", "op": "Merge", "input": ["PartitionedCall/cond_18/then/_414/cond_18/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_18/else/_415/cond_18/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_256", "op": "Transpose", "input": ["PartitionedCall/cond_18/output/_422", "PartitionedCall/transpose_256/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_17", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_256", "PartitionedCall/Reshape_36"], "attr": {"T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_180", "op": "AddV2", "input": ["PartitionedCall/depthwise_17", "unknown_170"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_257", "op": "Transpose", "input": ["PartitionedCall/Add_180", "PartitionedCall/transpose_257/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_257"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_257", "PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_17", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_85-folded-1"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_259", "op": "Transpose", "input": ["PartitionedCall/Mean_17", "PartitionedCall/transpose_259/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_68", "op": "Conv2D", "input": ["PartitionedCall/transpose_259", "PartitionedCall/split_86"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_181", "op": "AddV2", "input": ["PartitionedCall/convolution_68", "unknown_172"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_260", "op": "Transpose", "input": ["PartitionedCall/Add_181", "PartitionedCall/transpose_260/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_260"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_260", "PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_262", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish_2/Mul", "PartitionedCall/transpose_262/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_69", "op": "Conv2D", "input": ["PartitionedCall/transpose_262", "PartitionedCall/split_87"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_182", "op": "AddV2", "input": ["PartitionedCall/convolution_69", "unknown_174"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_263", "op": "Transpose", "input": ["PartitionedCall/Add_182", "PartitionedCall/transpose_263/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_263"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.17/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_265", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/Mul", "PartitionedCall/transpose_265/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_70", "op": "Conv2D", "input": ["PartitionedCall/transpose_265", "PartitionedCall/split_88"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_183", "op": "AddV2", "input": ["PartitionedCall/convolution_70", "unknown_176"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_266", "op": "Transpose", "input": ["PartitionedCall/Add_183", "PartitionedCall/transpose_266/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_266", "PartitionedCall/transpose_251"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_268", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.17/Add", "PartitionedCall/transpose_268/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_71", "op": "Conv2D", "input": ["PartitionedCall/transpose_268", "PartitionedCall/split_89"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_184", "op": "AddV2", "input": ["PartitionedCall/convolution_71", "unknown_178"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_269", "op": "Transpose", "input": ["PartitionedCall/Add_184", "PartitionedCall/transpose_269/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_269"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_269", "PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_19/PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish/Mul/_430", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish/Mul", "PartitionedCall/All_19"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_19/else/_425/cond_19/Shape", "op": "Shape", "input": ["PartitionedCall/cond_19/PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish/Mul/_430", "^PartitionedCall/cond_19/pivot_f/_427"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_19/then/_424/cond_19/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_19/PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish/Mul/_430:1", "PartitionedCall/cond_19/then/_424/cond_19/Cast", "PartitionedCall/cond_19/PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Constant_8/_431:1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_19/else/_425/cond_19/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_19/else/_425/cond_19/Shape", "PartitionedCall/cond_19/else/_425/cond_19/GatherV2_1", "PartitionedCall/cond_19/else/_425/cond_19/GatherV2"], "attr": {"T": {"type": "DT_INT64"}, "N": {"i": "3"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond_19/else/_425/cond_19/Slice", "op": "Slice", "input": ["PartitionedCall/cond_19/PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish/Mul/_430", "PartitionedCall/cond_19/else/_425/cond_19/Neg", "PartitionedCall/cond_19/else/_425/cond_19/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_19/output/_432", "op": "Merge", "input": ["PartitionedCall/cond_19/then/_424/cond_19/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_19/else/_425/cond_19/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_271", "op": "Transpose", "input": ["PartitionedCall/cond_19/output/_432", "PartitionedCall/transpose_271/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_18", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_271", "PartitionedCall/Reshape_38"], "attr": {"data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_190", "op": "AddV2", "input": ["PartitionedCall/depthwise_18", "unknown_180"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_272", "op": "Transpose", "input": ["PartitionedCall/Add_190", "PartitionedCall/transpose_272/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_272"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_272", "PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_18", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_90-folded-1"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_274", "op": "Transpose", "input": ["PartitionedCall/Mean_18", "PartitionedCall/transpose_274/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_72", "op": "Conv2D", "input": ["PartitionedCall/transpose_274", "PartitionedCall/split_91"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_191", "op": "AddV2", "input": ["PartitionedCall/convolution_72", "unknown_182"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_275", "op": "Transpose", "input": ["PartitionedCall/Add_191", "PartitionedCall/transpose_275/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_275"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_275", "PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_277", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish_2/Mul", "PartitionedCall/transpose_277/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_73", "op": "Conv2D", "input": ["PartitionedCall/transpose_277", "PartitionedCall/split_92"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_192", "op": "AddV2", "input": ["PartitionedCall/convolution_73", "unknown_184"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_278", "op": "Transpose", "input": ["PartitionedCall/Add_192", "PartitionedCall/transpose_278/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_278"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.18/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_280", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/Mul", "PartitionedCall/transpose_280/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_74", "op": "Conv2D", "input": ["PartitionedCall/transpose_280", "PartitionedCall/split_93"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_193", "op": "AddV2", "input": ["PartitionedCall/convolution_74", "unknown_186"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_281", "op": "Transpose", "input": ["PartitionedCall/Add_193", "PartitionedCall/transpose_281/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_281", "PartitionedCall/onnx_tf_prefix_/_blocks.17/Add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_283", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.18/Add", "PartitionedCall/transpose_283/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_75", "op": "Conv2D", "input": ["PartitionedCall/transpose_283", "PartitionedCall/split_94"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_194", "op": "AddV2", "input": ["PartitionedCall/convolution_75", "unknown_188"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_284", "op": "Transpose", "input": ["PartitionedCall/Add_194", "PartitionedCall/transpose_284/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_284"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_284", "PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_20/PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish/Mul/_440", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish/Mul", "PartitionedCall/All_20"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_20/else/_435/cond_20/Shape", "op": "Shape", "input": ["PartitionedCall/cond_20/PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish/Mul/_440", "^PartitionedCall/cond_20/pivot_f/_437"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_20/then/_434/cond_20/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_20/PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish/Mul/_440:1", "PartitionedCall/cond_20/then/_434/cond_20/Cast", "PartitionedCall/cond_20/PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Constant_8/_441:1"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_20/else/_435/cond_20/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_20/else/_435/cond_20/Shape", "PartitionedCall/cond_20/else/_435/cond_20/GatherV2_1", "PartitionedCall/cond_20/else/_435/cond_20/GatherV2"], "attr": {"N": {"i": "3"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_20/else/_435/cond_20/Slice", "op": "Slice", "input": ["PartitionedCall/cond_20/PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish/Mul/_440", "PartitionedCall/cond_20/else/_435/cond_20/Neg", "PartitionedCall/cond_20/else/_435/cond_20/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_20/output/_442", "op": "Merge", "input": ["PartitionedCall/cond_20/then/_434/cond_20/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_20/else/_435/cond_20/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_286", "op": "Transpose", "input": ["PartitionedCall/cond_20/output/_442", "PartitionedCall/transpose_286/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_19", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_286", "PartitionedCall/Reshape_40"], "attr": {"T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_200", "op": "AddV2", "input": ["PartitionedCall/depthwise_19", "unknown_190"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_287", "op": "Transpose", "input": ["PartitionedCall/Add_200", "PartitionedCall/transpose_287/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_287"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_287", "PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_19", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_95-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_289", "op": "Transpose", "input": ["PartitionedCall/Mean_19", "PartitionedCall/transpose_289/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_76", "op": "Conv2D", "input": ["PartitionedCall/transpose_289", "PartitionedCall/split_96"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_201", "op": "AddV2", "input": ["PartitionedCall/convolution_76", "unknown_192"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_290", "op": "Transpose", "input": ["PartitionedCall/Add_201", "PartitionedCall/transpose_290/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_290"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_290", "PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_292", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish_2/Mul", "PartitionedCall/transpose_292/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_77", "op": "Conv2D", "input": ["PartitionedCall/transpose_292", "PartitionedCall/split_97"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_202", "op": "AddV2", "input": ["PartitionedCall/convolution_77", "unknown_194"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_293", "op": "Transpose", "input": ["PartitionedCall/Add_202", "PartitionedCall/transpose_293/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_293"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.19/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_295", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/Mul", "PartitionedCall/transpose_295/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_78", "op": "Conv2D", "input": ["PartitionedCall/transpose_295", "PartitionedCall/split_98"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_203", "op": "AddV2", "input": ["PartitionedCall/convolution_78", "unknown_196"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_296", "op": "Transpose", "input": ["PartitionedCall/Add_203", "PartitionedCall/transpose_296/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_296", "PartitionedCall/onnx_tf_prefix_/_blocks.18/Add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_298", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.19/Add", "PartitionedCall/transpose_298/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_79", "op": "Conv2D", "input": ["PartitionedCall/transpose_298", "PartitionedCall/split_99"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_204", "op": "AddV2", "input": ["PartitionedCall/convolution_79", "unknown_198"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_299", "op": "Transpose", "input": ["PartitionedCall/Add_204", "PartitionedCall/transpose_299/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_299"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_299", "PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_21/PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish/Mul/_450", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish/Mul", "PartitionedCall/All_21"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_21/else/_445/cond_21/Shape", "op": "Shape", "input": ["PartitionedCall/cond_21/PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish/Mul/_450", "^PartitionedCall/cond_21/pivot_f/_447"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_21/then/_444/cond_21/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_21/PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish/Mul/_450:1", "PartitionedCall/cond_21/then/_444/cond_21/Cast", "PartitionedCall/cond_21/PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Constant_8/_451:1"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_21/else/_445/cond_21/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_21/else/_445/cond_21/Shape", "PartitionedCall/cond_21/else/_445/cond_21/GatherV2_1", "PartitionedCall/cond_21/else/_445/cond_21/GatherV2"], "attr": {"T": {"type": "DT_INT64"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_21/else/_445/cond_21/Slice", "op": "Slice", "input": ["PartitionedCall/cond_21/PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish/Mul/_450", "PartitionedCall/cond_21/else/_445/cond_21/Neg", "PartitionedCall/cond_21/else/_445/cond_21/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_21/output/_452", "op": "Merge", "input": ["PartitionedCall/cond_21/then/_444/cond_21/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_21/else/_445/cond_21/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_301", "op": "Transpose", "input": ["PartitionedCall/cond_21/output/_452", "PartitionedCall/transpose_301/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/depthwise_20", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_301", "PartitionedCall/Reshape_42"], "attr": {"padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_210", "op": "AddV2", "input": ["PartitionedCall/depthwise_20", "unknown_200"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_302", "op": "Transpose", "input": ["PartitionedCall/Add_210", "PartitionedCall/transpose_302/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_302"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_302", "PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_20", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_100-folded-1"], "attr": {"T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/transpose_304", "op": "Transpose", "input": ["PartitionedCall/Mean_20", "PartitionedCall/transpose_304/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_80", "op": "Conv2D", "input": ["PartitionedCall/transpose_304", "PartitionedCall/split_101"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_211", "op": "AddV2", "input": ["PartitionedCall/convolution_80", "unknown_202"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_305", "op": "Transpose", "input": ["PartitionedCall/Add_211", "PartitionedCall/transpose_305/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_305"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_305", "PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_307", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish_2/Mul", "PartitionedCall/transpose_307/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_81", "op": "Conv2D", "input": ["PartitionedCall/transpose_307", "PartitionedCall/split_102"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_212", "op": "AddV2", "input": ["PartitionedCall/convolution_81", "unknown_204"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_308", "op": "Transpose", "input": ["PartitionedCall/Add_212", "PartitionedCall/transpose_308/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_308"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.20/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_310", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/Mul", "PartitionedCall/transpose_310/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_82", "op": "Conv2D", "input": ["PartitionedCall/transpose_310", "PartitionedCall/split_103"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_213", "op": "AddV2", "input": ["PartitionedCall/convolution_82", "unknown_206"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_311", "op": "Transpose", "input": ["PartitionedCall/Add_213", "PartitionedCall/transpose_311/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_311", "PartitionedCall/onnx_tf_prefix_/_blocks.19/Add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_313", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.20/Add", "PartitionedCall/transpose_313/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_83", "op": "Conv2D", "input": ["PartitionedCall/transpose_313", "PartitionedCall/split_104"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_214", "op": "AddV2", "input": ["PartitionedCall/convolution_83", "unknown_208"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_314", "op": "Transpose", "input": ["PartitionedCall/Add_214", "PartitionedCall/transpose_314/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_314"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_314", "PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_22/PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish/Mul/_460", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish/Mul", "PartitionedCall/All_22"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_22/else/_455/cond_22/Shape", "op": "Shape", "input": ["PartitionedCall/cond_22/PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish/Mul/_460", "^PartitionedCall/cond_22/pivot_f/_457"], "attr": {"out_type": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_22/then/_454/cond_22/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_22/PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish/Mul/_460:1", "PartitionedCall/cond_22/then/_454/cond_22/Cast", "PartitionedCall/cond_22/PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Constant_8/_461:1"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_22/else/_455/cond_22/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_22/else/_455/cond_22/Shape", "PartitionedCall/cond_22/else/_455/cond_22/GatherV2_1", "PartitionedCall/cond_22/else/_455/cond_22/GatherV2"], "attr": {"N": {"i": "3"}, "T": {"type": "DT_INT64"}, "_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}}}, {"name": "PartitionedCall/cond_22/else/_455/cond_22/Slice", "op": "Slice", "input": ["PartitionedCall/cond_22/PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish/Mul/_460", "PartitionedCall/cond_22/else/_455/cond_22/Neg", "PartitionedCall/cond_22/else/_455/cond_22/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"T": {"type": "DT_FLOAT"}, "Index": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_22/output/_462", "op": "Merge", "input": ["PartitionedCall/cond_22/then/_454/cond_22/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_22/else/_455/cond_22/Slice"], "attr": {"T": {"type": "DT_FLOAT"}, "N": {"i": "2"}}}, {"name": "PartitionedCall/transpose_316", "op": "Transpose", "input": ["PartitionedCall/cond_22/output/_462", "PartitionedCall/transpose_316/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_21", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_316", "PartitionedCall/Reshape_44"], "attr": {"data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_220", "op": "AddV2", "input": ["PartitionedCall/depthwise_21", "unknown_210"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_317", "op": "Transpose", "input": ["PartitionedCall/Add_220", "PartitionedCall/transpose_317/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_317"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_317", "PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_21", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_105-folded-1"], "attr": {"keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_319", "op": "Transpose", "input": ["PartitionedCall/Mean_21", "PartitionedCall/transpose_319/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_84", "op": "Conv2D", "input": ["PartitionedCall/transpose_319", "PartitionedCall/split_106"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "PartitionedCall/Add_221", "op": "AddV2", "input": ["PartitionedCall/convolution_84", "unknown_212"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_320", "op": "Transpose", "input": ["PartitionedCall/Add_221", "PartitionedCall/transpose_320/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_320"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_320", "PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_322", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish_2/Mul", "PartitionedCall/transpose_322/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_85", "op": "Conv2D", "input": ["PartitionedCall/transpose_322", "PartitionedCall/split_107"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_222", "op": "AddV2", "input": ["PartitionedCall/convolution_85", "unknown_214"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_323", "op": "Transpose", "input": ["PartitionedCall/Add_222", "PartitionedCall/transpose_323/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_323"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.21/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.21/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_325", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.21/Mul", "PartitionedCall/transpose_325/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/convolution_86", "op": "Conv2D", "input": ["PartitionedCall/transpose_325", "PartitionedCall/split_108"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "VkFMSUQ="}}}, {"name": "PartitionedCall/Add_223", "op": "AddV2", "input": ["PartitionedCall/convolution_86", "unknown_216"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_87", "op": "Conv2D", "input": ["PartitionedCall/Add_223", "PartitionedCall/split_109"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "PartitionedCall/transpose_326", "op": "Transpose", "input": ["PartitionedCall/Add_223", "PartitionedCall/transpose_326/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Add_224", "op": "AddV2", "input": ["PartitionedCall/convolution_87", "unknown_218"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_329", "op": "Transpose", "input": ["PartitionedCall/Add_224", "PartitionedCall/transpose_329/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_329"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_329", "PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_23/PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish/Mul/_470", "op": "Switch", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish/Mul", "PartitionedCall/All_23"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_23/else/_465/cond_23/Shape", "op": "Shape", "input": ["PartitionedCall/cond_23/PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish/Mul/_470", "^PartitionedCall/cond_23/pivot_f/_467"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT64"}}}, {"name": "PartitionedCall/cond_23/then/_464/cond_23/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Pad", "op": "PadV2", "input": ["PartitionedCall/cond_23/PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish/Mul/_470:1", "PartitionedCall/cond_23/then/_464/cond_23/Cast", "PartitionedCall/cond_23/PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Constant_8/_471:1"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/cond_23/else/_465/cond_23/ArithmeticOptimizer/AddOpsRewrite_sub", "op": "AddN", "input": ["PartitionedCall/cond_23/else/_465/cond_23/Shape", "PartitionedCall/cond_23/else/_465/cond_23/GatherV2_1", "PartitionedCall/cond_23/else/_465/cond_23/GatherV2"], "attr": {"_grappler_ArithmeticOptimizer_AddOpsRewriteStage": {"b": true}, "T": {"type": "DT_INT64"}, "N": {"i": "3"}}}, {"name": "PartitionedCall/cond_23/else/_465/cond_23/Slice", "op": "Slice", "input": ["PartitionedCall/cond_23/PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish/Mul/_470", "PartitionedCall/cond_23/else/_465/cond_23/Neg", "PartitionedCall/cond_23/else/_465/cond_23/ArithmeticOptimizer/AddOpsRewrite_sub"], "attr": {"Index": {"type": "DT_INT64"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/cond_23/output/_472", "op": "Merge", "input": ["PartitionedCall/cond_23/then/_464/cond_23/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Pad", "PartitionedCall/cond_23/else/_465/cond_23/Slice"], "attr": {"N": {"i": "2"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_331", "op": "Transpose", "input": ["PartitionedCall/cond_23/output/_472", "PartitionedCall/transpose_331/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/depthwise_22", "op": "DepthwiseConv2dNative", "input": ["PartitionedCall/transpose_331", "PartitionedCall/Reshape_46"], "attr": {"padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_230", "op": "AddV2", "input": ["PartitionedCall/depthwise_22", "unknown_220"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_332", "op": "Transpose", "input": ["PartitionedCall/Add_230", "PartitionedCall/transpose_332/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_332"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_332", "PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_22", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_110-folded-1"], "attr": {"Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}}}, {"name": "PartitionedCall/transpose_334", "op": "Transpose", "input": ["PartitionedCall/Mean_22", "PartitionedCall/transpose_334/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_88", "op": "Conv2D", "input": ["PartitionedCall/transpose_334", "PartitionedCall/split_111"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_231", "op": "AddV2", "input": ["PartitionedCall/convolution_88", "unknown_222"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_335", "op": "Transpose", "input": ["PartitionedCall/Add_231", "PartitionedCall/transpose_335/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish_2/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_335"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish_2/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_335", "PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish_2/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_337", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish_2/Mul", "PartitionedCall/transpose_337/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_89", "op": "Conv2D", "input": ["PartitionedCall/transpose_337", "PartitionedCall/split_112"], "device": "/device:CPU:0", "attr": {"padding": {"s": "VkFMSUQ="}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "PartitionedCall/Add_232", "op": "AddV2", "input": ["PartitionedCall/convolution_89", "unknown_224"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_338", "op": "Transpose", "input": ["PartitionedCall/Add_232", "PartitionedCall/transpose_338/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_338"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/Mul", "op": "Mul", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/Sigmoid", "PartitionedCall/onnx_tf_prefix_/_blocks.22/_swish_1/Mul"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_340", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/Mul", "PartitionedCall/transpose_340/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_90", "op": "Conv2D", "input": ["PartitionedCall/transpose_340", "PartitionedCall/split_113"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}}}, {"name": "PartitionedCall/Add_233", "op": "AddV2", "input": ["PartitionedCall/convolution_90", "unknown_226"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_341", "op": "Transpose", "input": ["PartitionedCall/Add_233", "PartitionedCall/transpose_341/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/Add", "op": "AddV2", "input": ["PartitionedCall/transpose_341", "PartitionedCall/transpose_326"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_343", "op": "Transpose", "input": ["PartitionedCall/onnx_tf_prefix_/_blocks.22/Add", "PartitionedCall/transpose_343/perm"], "attr": {"Tperm": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/convolution_91", "op": "Conv2D", "input": ["PartitionedCall/transpose_343", "PartitionedCall/split_114"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "padding": {"s": "VkFMSUQ="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Add_234", "op": "AddV2", "input": ["PartitionedCall/convolution_91", "unknown_228"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/transpose_344", "op": "Transpose", "input": ["PartitionedCall/Add_234", "PartitionedCall/transpose_344/perm"], "attr": {"T": {"type": "DT_FLOAT"}, "Tperm": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_swish_1/Sigmoid", "op": "Sigmoid", "input": ["PartitionedCall/transpose_344"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/onnx_tf_prefix_/_swish_1/Mul", "op": "Mul", "input": ["PartitionedCall/transpose_344", "PartitionedCall/onnx_tf_prefix_/_swish_1/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Mean_23", "op": "Mean", "input": ["PartitionedCall/onnx_tf_prefix_/_swish_1/Mul", "ConstantFolding/PartitionedCall/split_115-folded-1"], "attr": {"keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/Shape_235", "op": "Shape", "input": ["PartitionedCall/Mean_23"], "attr": {"out_type": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/strided_slice", "op": "StridedSlice", "input": ["PartitionedCall/Shape_235", "PartitionedCall/strided_slice/stack", "PartitionedCall/strided_slice/stack_1", "PartitionedCall/strided_slice/stack_2"], "attr": {"shrink_axis_mask": {"i": "0"}, "T": {"type": "DT_INT32"}, "Index": {"type": "DT_INT32"}, "begin_mask": {"i": "0"}, "ellipsis_mask": {"i": "0"}, "new_axis_mask": {"i": "0"}, "end_mask": {"i": "0"}}}, {"name": "PartitionedCall/strided_slice_1", "op": "StridedSlice", "input": ["PartitionedCall/Shape_235", "PartitionedCall/strided_slice_1/stack", "PartitionedCall/strided_slice_1/stack_1", "PartitionedCall/strided_slice_1/stack_2"], "attr": {"Index": {"type": "DT_INT32"}, "shrink_axis_mask": {"i": "0"}, "T": {"type": "DT_INT32"}, "new_axis_mask": {"i": "0"}, "end_mask": {"i": "0"}, "begin_mask": {"i": "0"}, "ellipsis_mask": {"i": "0"}}}, {"name": "PartitionedCall/Prod", "op": "Prod", "input": ["PartitionedCall/strided_slice", "PartitionedCall/Const_144"], "attr": {"T": {"type": "DT_INT32"}, "keep_dims": {"b": false}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Prod_1", "op": "Prod", "input": ["PartitionedCall/strided_slice_1", "PartitionedCall/Const_146"], "attr": {"T": {"type": "DT_INT32"}, "keep_dims": {"b": false}, "Tidx": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/Reshape_47/shape", "op": "Pack", "input": ["PartitionedCall/Prod", "PartitionedCall/Prod_1"], "attr": {"T": {"type": "DT_INT32"}, "N": {"i": "2"}, "axis": {"i": "0"}}}, {"name": "PartitionedCall/Reshape_47", "op": "Reshape", "input": ["PartitionedCall/Mean_23", "PartitionedCall/Reshape_47/shape"], "attr": {"T": {"type": "DT_FLOAT"}, "Tshape": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/flatten/Shape", "op": "Shape", "input": ["PartitionedCall/Reshape_47"], "attr": {"T": {"type": "DT_FLOAT"}, "out_type": {"type": "DT_INT32"}}}, {"name": "PartitionedCall/flatten/strided_slice", "op": "StridedSlice", "input": ["PartitionedCall/flatten/Shape", "PartitionedCall/flatten/strided_slice/stack", "PartitionedCall/flatten/strided_slice/stack_1", "PartitionedCall/flatten/strided_slice/stack_2"], "attr": {"end_mask": {"i": "0"}, "Index": {"type": "DT_INT32"}, "ellipsis_mask": {"i": "0"}, "shrink_axis_mask": {"i": "1"}, "new_axis_mask": {"i": "0"}, "T": {"type": "DT_INT32"}, "begin_mask": {"i": "0"}}}, {"name": "PartitionedCall/flatten/Reshape/shape", "op": "Pack", "input": ["PartitionedCall/flatten/strided_slice", "PartitionedCall/flatten/Reshape/shape/1"], "attr": {"T": {"type": "DT_INT32"}, "N": {"i": "2"}, "axis": {"i": "0"}}}, {"name": "PartitionedCall/flatten/Reshape", "op": "Reshape", "input": ["PartitionedCall/Reshape_47", "PartitionedCall/flatten/Reshape/shape"], "attr": {"Tshape": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "PartitionedCall/MatMul", "op": "MatMul", "input": ["PartitionedCall/flatten/Reshape", "PartitionedCall/transpose_345"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "transpose_a": {"b": false}, "transpose_b": {"b": false}}}, {"name": "PartitionedCall/add_235", "op": "AddV2", "input": ["PartitionedCall/MatMul", "PartitionedCall/mul_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "Identity", "op": "Identity", "input": ["PartitionedCall/add_235"], "attr": {"T": {"type": "DT_FLOAT"}}}], "library": {}, "versions": {"producer": 1286}}, "weightsManifest": [{"paths": ["group1-shard1of8.bin", "group1-shard2of8.bin", "group1-shard3of8.bin", "group1-shard4of8.bin", "group1-shard5of8.bin", "group1-shard6of8.bin", "group1-shard7of8.bin", "group1-shard8of8.bin"], "weights": [{"name": "PartitionedCall/strided_slice/stack", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/strided_slice/stack_1", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/strided_slice/stack_2", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_144", "shape": [1], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_110-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_334/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_111", "shape": [1, 1, 2112, 88], "dtype": "float32"}, {"name": "unknown_222", "shape": [88], "dtype": "float32"}, {"name": "PartitionedCall/transpose_335/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_337/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_112", "shape": [1, 1, 88, 2112], "dtype": "float32"}, {"name": "unknown_224", "shape": [2112], "dtype": "float32"}, {"name": "PartitionedCall/transpose_338/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/split_109", "shape": [1, 1, 352, 2112], "dtype": "float32"}, {"name": "unknown_218", "shape": [2112], "dtype": "float32"}, {"name": "PartitionedCall/transpose_329/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_46", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_92", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_46", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_92", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_93", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_93", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_140", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_227", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_94", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_139", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_23", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_94", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_141", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.22/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_47", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_95", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_47", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_94", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_95", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_143", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_331/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_46", "shape": [3, 3, 2112, 1], "dtype": "float32"}, {"name": "unknown_220", "shape": [2112], "dtype": "float32"}, {"name": "PartitionedCall/transpose_332/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_340/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_113", "shape": [1, 1, 2112, 352], "dtype": "float32"}, {"name": "unknown_226", "shape": [352], "dtype": "float32"}, {"name": "PartitionedCall/transpose_341/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_105-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_319/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_106", "shape": [1, 1, 1248, 52], "dtype": "float32"}, {"name": "unknown_212", "shape": [52], "dtype": "float32"}, {"name": "PartitionedCall/transpose_320/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_322/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_107", "shape": [1, 1, 52, 1248], "dtype": "float32"}, {"name": "unknown_214", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_323/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "ConstantFolding/PartitionedCall/split_100-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_304/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_101", "shape": [1, 1, 1248, 52], "dtype": "float32"}, {"name": "unknown_202", "shape": [52], "dtype": "float32"}, {"name": "PartitionedCall/transpose_305/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_307/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_102", "shape": [1, 1, 52, 1248], "dtype": "float32"}, {"name": "unknown_204", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_308/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/transpose_298/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_99", "shape": [1, 1, 208, 1248], "dtype": "float32"}, {"name": "unknown_198", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_299/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_42", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_84", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_42", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_84", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_85", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_85", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_128", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_207", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_86", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_127", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_21", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_86", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_129", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.20/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_43", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_87", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_43", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_86", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_87", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_131", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_301/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_42", "shape": [5, 5, 1248, 1], "dtype": "float32"}, {"name": "unknown_200", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_302/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_310/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_103", "shape": [1, 1, 1248, 208], "dtype": "float32"}, {"name": "unknown_206", "shape": [208], "dtype": "float32"}, {"name": "PartitionedCall/transpose_311/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_95-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_289/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_96", "shape": [1, 1, 1248, 52], "dtype": "float32"}, {"name": "unknown_192", "shape": [52], "dtype": "float32"}, {"name": "PartitionedCall/transpose_290/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_292/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_97", "shape": [1, 1, 52, 1248], "dtype": "float32"}, {"name": "unknown_194", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_293/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/transpose_283/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_94", "shape": [1, 1, 208, 1248], "dtype": "float32"}, {"name": "unknown_188", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_284/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_40", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_80", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_40", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_80", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_81", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_81", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_122", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_197", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_82", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_121", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_20", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_82", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_123", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.19/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_41", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_83", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_41", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_82", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_83", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_125", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_286/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_40", "shape": [5, 5, 1248, 1], "dtype": "float32"}, {"name": "unknown_190", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_287/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_295/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_98", "shape": [1, 1, 1248, 208], "dtype": "float32"}, {"name": "unknown_196", "shape": [208], "dtype": "float32"}, {"name": "PartitionedCall/transpose_296/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_90-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_274/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_91", "shape": [1, 1, 1248, 52], "dtype": "float32"}, {"name": "unknown_182", "shape": [52], "dtype": "float32"}, {"name": "PartitionedCall/transpose_275/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_277/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_92", "shape": [1, 1, 52, 1248], "dtype": "float32"}, {"name": "unknown_184", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_278/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/transpose_268/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_89", "shape": [1, 1, 208, 1248], "dtype": "float32"}, {"name": "unknown_178", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_269/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_38", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_76", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_38", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_76", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_77", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_77", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_116", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_187", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_78", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_115", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_19", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_78", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_117", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.18/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_39", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_79", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_39", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_78", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_79", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_119", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_271/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_38", "shape": [5, 5, 1248, 1], "dtype": "float32"}, {"name": "unknown_180", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_272/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_280/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_93", "shape": [1, 1, 1248, 208], "dtype": "float32"}, {"name": "unknown_186", "shape": [208], "dtype": "float32"}, {"name": "PartitionedCall/transpose_281/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_85-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_259/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_86", "shape": [1, 1, 1248, 52], "dtype": "float32"}, {"name": "unknown_172", "shape": [52], "dtype": "float32"}, {"name": "PartitionedCall/transpose_260/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_262/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_87", "shape": [1, 1, 52, 1248], "dtype": "float32"}, {"name": "unknown_174", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_263/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/split_84", "shape": [1, 1, 208, 1248], "dtype": "float32"}, {"name": "unknown_168", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_254/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_36", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_72", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_36", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_72", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_73", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_73", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_110", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_177", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_74", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_109", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_18", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_74", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_111", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.17/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_37", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_75", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_37", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_74", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_75", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_113", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_256/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_36", "shape": [5, 5, 1248, 1], "dtype": "float32"}, {"name": "unknown_170", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_257/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_265/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_88", "shape": [1, 1, 1248, 208], "dtype": "float32"}, {"name": "unknown_176", "shape": [208], "dtype": "float32"}, {"name": "PartitionedCall/transpose_266/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_80-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_244/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_81", "shape": [1, 1, 720, 30], "dtype": "float32"}, {"name": "unknown_162", "shape": [30], "dtype": "float32"}, {"name": "PartitionedCall/transpose_245/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_247/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_82", "shape": [1, 1, 30, 720], "dtype": "float32"}, {"name": "unknown_164", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_248/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "ConstantFolding/PartitionedCall/split_75-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_229/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_76", "shape": [1, 1, 720, 30], "dtype": "float32"}, {"name": "unknown_152", "shape": [30], "dtype": "float32"}, {"name": "PartitionedCall/transpose_230/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_232/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_77", "shape": [1, 1, 30, 720], "dtype": "float32"}, {"name": "unknown_154", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_233/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/transpose_223/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_74", "shape": [1, 1, 120, 720], "dtype": "float32"}, {"name": "unknown_148", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_224/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_32", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_64", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_32", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_64", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_65", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_65", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_98", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_157", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_66", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_97", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_16", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_66", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_99", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.15/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_33", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_67", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_33", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_66", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_67", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_101", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_226/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_32", "shape": [5, 5, 720, 1], "dtype": "float32"}, {"name": "unknown_150", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_227/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_235/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_78", "shape": [1, 1, 720, 120], "dtype": "float32"}, {"name": "unknown_156", "shape": [120], "dtype": "float32"}, {"name": "PartitionedCall/transpose_236/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_70-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_214/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_71", "shape": [1, 1, 720, 30], "dtype": "float32"}, {"name": "unknown_142", "shape": [30], "dtype": "float32"}, {"name": "PartitionedCall/transpose_215/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_217/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_72", "shape": [1, 1, 30, 720], "dtype": "float32"}, {"name": "unknown_144", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_218/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/transpose_208/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_69", "shape": [1, 1, 120, 720], "dtype": "float32"}, {"name": "unknown_138", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_209/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_30", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_60", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_30", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_60", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_61", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_61", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_92", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_147", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_62", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_91", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_15", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_62", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_93", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.14/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_31", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_63", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_31", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_62", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_63", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_95", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_211/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_30", "shape": [5, 5, 720, 1], "dtype": "float32"}, {"name": "unknown_140", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_212/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_220/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_73", "shape": [1, 1, 720, 120], "dtype": "float32"}, {"name": "unknown_146", "shape": [120], "dtype": "float32"}, {"name": "PartitionedCall/transpose_221/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_65-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_199/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_66", "shape": [1, 1, 720, 30], "dtype": "float32"}, {"name": "unknown_132", "shape": [30], "dtype": "float32"}, {"name": "PartitionedCall/transpose_200/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_202/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_67", "shape": [1, 1, 30, 720], "dtype": "float32"}, {"name": "unknown_134", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_203/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/split_64", "shape": [1, 1, 120, 720], "dtype": "float32"}, {"name": "unknown_128", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_194/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_28", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_56", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_28", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_56", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_57", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_57", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_86", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_137", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_58", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_85", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_14", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_58", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_87", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.13/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_29", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_59", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_29", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_58", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_59", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_89", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_196/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_28", "shape": [5, 5, 720, 1], "dtype": "float32"}, {"name": "unknown_130", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_197/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_205/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_68", "shape": [1, 1, 720, 120], "dtype": "float32"}, {"name": "unknown_136", "shape": [120], "dtype": "float32"}, {"name": "PartitionedCall/transpose_206/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_60-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_184/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_61", "shape": [1, 1, 528, 22], "dtype": "float32"}, {"name": "unknown_122", "shape": [22], "dtype": "float32"}, {"name": "PartitionedCall/transpose_185/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_187/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_62", "shape": [1, 1, 22, 528], "dtype": "float32"}, {"name": "unknown_124", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_188/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "ConstantFolding/PartitionedCall/split_55-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_169/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_56", "shape": [1, 1, 528, 22], "dtype": "float32"}, {"name": "unknown_112", "shape": [22], "dtype": "float32"}, {"name": "PartitionedCall/transpose_170/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_172/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_57", "shape": [1, 1, 22, 528], "dtype": "float32"}, {"name": "unknown_114", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_173/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/transpose_163/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_54", "shape": [1, 1, 88, 528], "dtype": "float32"}, {"name": "unknown_108", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_164/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_24", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_48", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_24", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_48", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_49", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_49", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_74", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_117", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_50", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_73", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_12", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_50", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_75", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.11/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_25", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_51", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_25", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_50", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_51", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_77", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_166/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_24", "shape": [3, 3, 528, 1], "dtype": "float32"}, {"name": "unknown_110", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_167/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_175/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_58", "shape": [1, 1, 528, 88], "dtype": "float32"}, {"name": "unknown_116", "shape": [88], "dtype": "float32"}, {"name": "PartitionedCall/transpose_176/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_50-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_154/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_51", "shape": [1, 1, 528, 22], "dtype": "float32"}, {"name": "unknown_102", "shape": [22], "dtype": "float32"}, {"name": "PartitionedCall/transpose_155/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_157/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_52", "shape": [1, 1, 22, 528], "dtype": "float32"}, {"name": "unknown_104", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_158/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/transpose_148/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_49", "shape": [1, 1, 88, 528], "dtype": "float32"}, {"name": "unknown_98", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_149/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_22", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_44", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_22", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_44", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_45", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_45", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_68", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_107", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_46", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_67", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_11", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_46", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_69", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.10/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_23", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_47", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_23", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_46", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_47", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_71", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_151/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_22", "shape": [3, 3, 528, 1], "dtype": "float32"}, {"name": "unknown_100", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_152/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_160/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_53", "shape": [1, 1, 528, 88], "dtype": "float32"}, {"name": "unknown_106", "shape": [88], "dtype": "float32"}, {"name": "PartitionedCall/transpose_161/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_45-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_139/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_46", "shape": [1, 1, 528, 22], "dtype": "float32"}, {"name": "unknown_92", "shape": [22], "dtype": "float32"}, {"name": "PartitionedCall/transpose_140/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_142/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_47", "shape": [1, 1, 22, 528], "dtype": "float32"}, {"name": "unknown_94", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_143/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/split_44", "shape": [1, 1, 88, 528], "dtype": "float32"}, {"name": "unknown_88", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_134/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_20", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_40", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_20", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_40", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_41", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_41", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_62", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_97", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_42", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_61", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_10", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_42", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_63", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.9/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_21", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_43", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_21", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_42", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_43", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_65", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_136/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_20", "shape": [3, 3, 528, 1], "dtype": "float32"}, {"name": "unknown_90", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_137/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_145/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_48", "shape": [1, 1, 528, 88], "dtype": "float32"}, {"name": "unknown_96", "shape": [88], "dtype": "float32"}, {"name": "PartitionedCall/transpose_146/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_40-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_124/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_41", "shape": [1, 1, 288, 12], "dtype": "float32"}, {"name": "unknown_82", "shape": [12], "dtype": "float32"}, {"name": "PartitionedCall/transpose_125/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_127/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_42", "shape": [1, 1, 12, 288], "dtype": "float32"}, {"name": "unknown_84", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_128/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "ConstantFolding/PartitionedCall/split_35-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_109/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_36", "shape": [1, 1, 288, 12], "dtype": "float32"}, {"name": "unknown_72", "shape": [12], "dtype": "float32"}, {"name": "PartitionedCall/transpose_110/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_112/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_37", "shape": [1, 1, 12, 288], "dtype": "float32"}, {"name": "unknown_74", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_113/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/transpose_103/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_34", "shape": [1, 1, 48, 288], "dtype": "float32"}, {"name": "unknown_68", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_104/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_16", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_32", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_16", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_32", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_33", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_33", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_50", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_77", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_34", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_49", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_8", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_34", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_51", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.7/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_17", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_35", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_17", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_34", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_35", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_53", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_106/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_16", "shape": [5, 5, 288, 1], "dtype": "float32"}, {"name": "unknown_70", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_107/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_115/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_38", "shape": [1, 1, 288, 48], "dtype": "float32"}, {"name": "unknown_76", "shape": [48], "dtype": "float32"}, {"name": "PartitionedCall/transpose_116/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_30-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_94/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_31", "shape": [1, 1, 288, 12], "dtype": "float32"}, {"name": "unknown_62", "shape": [12], "dtype": "float32"}, {"name": "PartitionedCall/transpose_95/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_97/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_32", "shape": [1, 1, 12, 288], "dtype": "float32"}, {"name": "unknown_64", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_98/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/split_29", "shape": [1, 1, 48, 288], "dtype": "float32"}, {"name": "unknown_58", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_89/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_14", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_28", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_14", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_28", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_29", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_29", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_44", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_67", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_30", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_43", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_7", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_30", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_45", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.6/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_15", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_31", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_15", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_30", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_31", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_47", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_91/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_14", "shape": [5, 5, 288, 1], "dtype": "float32"}, {"name": "unknown_60", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_92/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_100/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_33", "shape": [1, 1, 288, 48], "dtype": "float32"}, {"name": "unknown_66", "shape": [48], "dtype": "float32"}, {"name": "PartitionedCall/transpose_101/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_25-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_79/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_26", "shape": [1, 1, 144, 6], "dtype": "float32"}, {"name": "unknown_52", "shape": [6], "dtype": "float32"}, {"name": "PartitionedCall/transpose_80/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_82/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_27", "shape": [1, 1, 6, 144], "dtype": "float32"}, {"name": "unknown_54", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_83/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "ConstantFolding/PartitionedCall/split_20-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_64/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_21", "shape": [1, 1, 144, 6], "dtype": "float32"}, {"name": "unknown_42", "shape": [6], "dtype": "float32"}, {"name": "PartitionedCall/transpose_65/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_67/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_22", "shape": [1, 1, 6, 144], "dtype": "float32"}, {"name": "unknown_44", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_68/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/transpose_58/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_19", "shape": [1, 1, 24, 144], "dtype": "float32"}, {"name": "unknown_38", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_59/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_10", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_20", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_10", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_20", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_21", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_21", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_32", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_47", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_22", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_31", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_5", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_22", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_33", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.4/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_11", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_23", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_11", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_22", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_23", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_35", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_61/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_10", "shape": [3, 3, 144, 1], "dtype": "float32"}, {"name": "unknown_40", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_62/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_70/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_23", "shape": [1, 1, 144, 24], "dtype": "float32"}, {"name": "unknown_46", "shape": [24], "dtype": "float32"}, {"name": "PartitionedCall/transpose_71/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_15-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_49/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_16", "shape": [1, 1, 144, 6], "dtype": "float32"}, {"name": "unknown_32", "shape": [6], "dtype": "float32"}, {"name": "PartitionedCall/transpose_50/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_52/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_17", "shape": [1, 1, 6, 144], "dtype": "float32"}, {"name": "unknown_34", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_53/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/split_14", "shape": [1, 1, 24, 144], "dtype": "float32"}, {"name": "unknown_28", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_44/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_8", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_16", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_8", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_16", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_17", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_17", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_26", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_37", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_18", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_25", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_4", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_18", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_27", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.3/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_9", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_19", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_9", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_18", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_19", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_29", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_46/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_8", "shape": [3, 3, 144, 1], "dtype": "float32"}, {"name": "unknown_30", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_47/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_55/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_18", "shape": [1, 1, 144, 24], "dtype": "float32"}, {"name": "unknown_36", "shape": [24], "dtype": "float32"}, {"name": "PartitionedCall/transpose_56/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_10-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_34/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_11", "shape": [1, 1, 96, 4], "dtype": "float32"}, {"name": "unknown_22", "shape": [4], "dtype": "float32"}, {"name": "PartitionedCall/transpose_35/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_37/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_12", "shape": [1, 1, 4, 96], "dtype": "float32"}, {"name": "unknown_24", "shape": [96], "dtype": "float32"}, {"name": "PartitionedCall/transpose_38/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "ConstantFolding/PartitionedCall/split_5-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_19/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_6", "shape": [1, 1, 16, 4], "dtype": "float32"}, {"name": "unknown_12", "shape": [4], "dtype": "float32"}, {"name": "PartitionedCall/transpose_20/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_22/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_7", "shape": [1, 1, 4, 16], "dtype": "float32"}, {"name": "unknown_14", "shape": [16], "dtype": "float32"}, {"name": "PartitionedCall/transpose_23/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_4", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_8", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_4", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_8", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_9", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_9", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_14", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_17", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_10", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_13", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_2", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_10", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_15", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.1/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_5", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_11", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_5", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_10", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_11", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_17", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_16/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_4", "shape": [3, 3, 16, 1], "dtype": "float32"}, {"name": "unknown_10", "shape": [16], "dtype": "float32"}, {"name": "PartitionedCall/transpose_17/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_25/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_8", "shape": [1, 1, 16, 16], "dtype": "float32"}, {"name": "unknown_16", "shape": [16], "dtype": "float32"}, {"name": "PartitionedCall/transpose_26/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_1-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/transpose_7/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_2", "shape": [1, 1, 32, 8], "dtype": "float32"}, {"name": "unknown_4", "shape": [8], "dtype": "float32"}, {"name": "PartitionedCall/transpose_8/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_10/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_3", "shape": [1, 1, 8, 32], "dtype": "float32"}, {"name": "unknown_6", "shape": [32], "dtype": "float32"}, {"name": "PartitionedCall/transpose_11/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Constant_8", "shape": [], "dtype": "float32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_1", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_1", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_2", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_2", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_1", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_2", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_3", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_conv_stem/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_1", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_3", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_1", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_2", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_3", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_5", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_1/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split", "shape": [3, 3, 3, 32], "dtype": "float32"}, {"name": "unknown_0", "shape": [32], "dtype": "float32"}, {"name": "PartitionedCall/transpose_2/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_2", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_4", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_2", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_4", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_5", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_5", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_8", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_8", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_7", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_1", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_9", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.0/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_3", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_3", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_6", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_11", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_4/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_2", "shape": [3, 3, 32, 1], "dtype": "float32"}, {"name": "unknown_2", "shape": [32], "dtype": "float32"}, {"name": "PartitionedCall/transpose_5/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_13/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_4", "shape": [1, 1, 32, 16], "dtype": "float32"}, {"name": "unknown_8", "shape": [16], "dtype": "float32"}, {"name": "PartitionedCall/transpose_14/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_28/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_9", "shape": [1, 1, 16, 96], "dtype": "float32"}, {"name": "unknown_18", "shape": [96], "dtype": "float32"}, {"name": "PartitionedCall/transpose_29/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_6", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_12", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_6", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_12", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_13", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_13", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_20", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_27", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_14", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_19", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_3", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_14", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_21", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.2/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_7", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_15", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_7", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_14", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_15", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_23", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_31/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_6", "shape": [3, 3, 96, 1], "dtype": "float32"}, {"name": "unknown_20", "shape": [96], "dtype": "float32"}, {"name": "PartitionedCall/transpose_32/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_40/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_13", "shape": [1, 1, 96, 24], "dtype": "float32"}, {"name": "unknown_26", "shape": [24], "dtype": "float32"}, {"name": "PartitionedCall/transpose_41/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_73/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_24", "shape": [1, 1, 24, 144], "dtype": "float32"}, {"name": "unknown_48", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_74/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_12", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_24", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_12", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_24", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_25", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_25", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_38", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_57", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_26", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_37", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_6", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_26", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_39", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.5/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_13", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_27", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_13", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_26", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_27", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_41", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_76/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_12", "shape": [5, 5, 144, 1], "dtype": "float32"}, {"name": "unknown_50", "shape": [144], "dtype": "float32"}, {"name": "PartitionedCall/transpose_77/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_85/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_28", "shape": [1, 1, 144, 48], "dtype": "float32"}, {"name": "unknown_56", "shape": [48], "dtype": "float32"}, {"name": "PartitionedCall/transpose_86/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_118/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_39", "shape": [1, 1, 48, 288], "dtype": "float32"}, {"name": "unknown_78", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_119/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_18", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_36", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_18", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_36", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_37", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_37", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_56", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_87", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_38", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_55", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_9", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_38", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_57", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.8/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_19", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_39", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_19", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_38", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_39", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_59", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_121/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_18", "shape": [3, 3, 288, 1], "dtype": "float32"}, {"name": "unknown_80", "shape": [288], "dtype": "float32"}, {"name": "PartitionedCall/transpose_122/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_130/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_43", "shape": [1, 1, 288, 88], "dtype": "float32"}, {"name": "unknown_86", "shape": [88], "dtype": "float32"}, {"name": "PartitionedCall/transpose_131/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_178/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_59", "shape": [1, 1, 88, 528], "dtype": "float32"}, {"name": "unknown_118", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_179/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_26", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_52", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_26", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_52", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_53", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_53", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_80", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_127", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_54", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_79", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_13", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_54", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_81", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.12/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_27", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_55", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_27", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_54", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_55", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_83", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_181/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_26", "shape": [5, 5, 528, 1], "dtype": "float32"}, {"name": "unknown_120", "shape": [528], "dtype": "float32"}, {"name": "PartitionedCall/transpose_182/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_190/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_63", "shape": [1, 1, 528, 120], "dtype": "float32"}, {"name": "unknown_126", "shape": [120], "dtype": "float32"}, {"name": "PartitionedCall/transpose_191/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_238/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_79", "shape": [1, 1, 120, 720], "dtype": "float32"}, {"name": "unknown_158", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_239/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_34", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_68", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_34", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_68", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_69", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_69", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_104", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_167", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_70", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_103", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_17", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_70", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_105", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.16/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_35", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_71", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_35", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_70", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_71", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_107", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_241/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_34", "shape": [5, 5, 720, 1], "dtype": "float32"}, {"name": "unknown_160", "shape": [720], "dtype": "float32"}, {"name": "PartitionedCall/transpose_242/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_250/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_83", "shape": [1, 1, 720, 208], "dtype": "float32"}, {"name": "unknown_166", "shape": [208], "dtype": "float32"}, {"name": "PartitionedCall/transpose_251/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_313/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_104", "shape": [1, 1, 208, 1248], "dtype": "float32"}, {"name": "unknown_208", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_314/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Concat", "shape": [8], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Constant_2", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/Where_44", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_88", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_44", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_88", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_89", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/zeros_89", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Const_134", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/Shape_217", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/SelectV2_90", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_133", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/ExpandDims_22", "shape": [1, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_90", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Constant_6", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_135", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/onnx_tf_prefix_/_blocks.21/_depthwise_conv/static_padding/Constant_7", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Where_45", "shape": [0, 1], "dtype": "int32"}, {"name": "PartitionedCall/Cast_91", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/GatherV2_45", "shape": [0], "dtype": "int32"}, {"name": "PartitionedCall/zeros_90", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/zeros_91", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_137", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/transpose_316/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/Reshape_44", "shape": [3, 3, 1248, 1], "dtype": "float32"}, {"name": "unknown_210", "shape": [1248], "dtype": "float32"}, {"name": "PartitionedCall/transpose_317/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_325/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_108", "shape": [1, 1, 1248, 352], "dtype": "float32"}, {"name": "unknown_216", "shape": [352], "dtype": "float32"}, {"name": "PartitionedCall/transpose_326/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/transpose_343/perm", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/split_114", "shape": [1, 1, 352, 1408], "dtype": "float32"}, {"name": "unknown_228", "shape": [1408], "dtype": "float32"}, {"name": "PartitionedCall/transpose_344/perm", "shape": [4], "dtype": "int32"}, {"name": "ConstantFolding/PartitionedCall/split_115-folded-1", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/strided_slice_1/stack", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/strided_slice_1/stack_1", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/strided_slice_1/stack_2", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/Const_146", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/flatten/strided_slice/stack", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/flatten/strided_slice/stack_1", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/flatten/strided_slice/stack_2", "shape": [1], "dtype": "int32"}, {"name": "PartitionedCall/flatten/Reshape/shape/1", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/transpose_345", "shape": [1408, 4], "dtype": "float32"}, {"name": "PartitionedCall/mul_1", "shape": [4], "dtype": "float32"}, {"name": "PartitionedCall/cond_23/else/_465/cond_23/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_23/else/_465/cond_23/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_23/else/_465/cond_23/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_23/else/_465/cond_23/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_23/then/_464/cond_23/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_23/then/_464/cond_23/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_21/else/_445/cond_21/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_21/else/_445/cond_21/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_21/else/_445/cond_21/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_21/else/_445/cond_21/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_21/then/_444/cond_21/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_21/then/_444/cond_21/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_20/else/_435/cond_20/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_20/else/_435/cond_20/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_20/else/_435/cond_20/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_20/else/_435/cond_20/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_20/then/_434/cond_20/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_20/then/_434/cond_20/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_19/else/_425/cond_19/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_19/else/_425/cond_19/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_19/else/_425/cond_19/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_19/else/_425/cond_19/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_19/then/_424/cond_19/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_19/then/_424/cond_19/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_18/else/_415/cond_18/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_18/else/_415/cond_18/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_18/else/_415/cond_18/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_18/else/_415/cond_18/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_18/then/_414/cond_18/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_18/then/_414/cond_18/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_16/else/_395/cond_16/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_16/else/_395/cond_16/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_16/else/_395/cond_16/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_16/else/_395/cond_16/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_16/then/_394/cond_16/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_16/then/_394/cond_16/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_15/else/_385/cond_15/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_15/else/_385/cond_15/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_15/else/_385/cond_15/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_15/else/_385/cond_15/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_15/then/_384/cond_15/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_15/then/_384/cond_15/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_14/else/_375/cond_14/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_14/else/_375/cond_14/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_14/else/_375/cond_14/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_14/else/_375/cond_14/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_14/then/_374/cond_14/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_14/then/_374/cond_14/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_12/else/_355/cond_12/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_12/else/_355/cond_12/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_12/else/_355/cond_12/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_12/else/_355/cond_12/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_12/then/_354/cond_12/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_12/then/_354/cond_12/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_11/else/_345/cond_11/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_11/else/_345/cond_11/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_11/else/_345/cond_11/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_11/else/_345/cond_11/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_11/then/_344/cond_11/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_11/then/_344/cond_11/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_10/else/_335/cond_10/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_10/else/_335/cond_10/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_10/else/_335/cond_10/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_10/else/_335/cond_10/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_10/then/_334/cond_10/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_10/then/_334/cond_10/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_8/else/_315/cond_8/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_8/else/_315/cond_8/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_8/else/_315/cond_8/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_8/else/_315/cond_8/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_8/then/_314/cond_8/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_8/then/_314/cond_8/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_7/else/_305/cond_7/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_7/else/_305/cond_7/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_7/else/_305/cond_7/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_7/else/_305/cond_7/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_7/then/_304/cond_7/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_7/then/_304/cond_7/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_5/else/_285/cond_5/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_5/else/_285/cond_5/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_5/else/_285/cond_5/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_5/else/_285/cond_5/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_5/then/_284/cond_5/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_5/then/_284/cond_5/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_4/else/_275/cond_4/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_4/else/_275/cond_4/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_4/else/_275/cond_4/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_4/else/_275/cond_4/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_4/then/_274/cond_4/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_4/then/_274/cond_4/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_2/else/_255/cond_2/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_2/else/_255/cond_2/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_2/else/_255/cond_2/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_2/else/_255/cond_2/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_2/then/_254/cond_2/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_2/then/_254/cond_2/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond/else/_235/cond/Shape", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond/else/_235/cond/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond/else/_235/cond/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond/else/_235/cond/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond/else/_235/cond/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond/then/_234/cond/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond/then/_234/cond/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_1/else/_245/cond_1/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_1/else/_245/cond_1/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_1/else/_245/cond_1/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_1/else/_245/cond_1/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_1/then/_244/cond_1/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_1/then/_244/cond_1/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_3/else/_265/cond_3/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_3/else/_265/cond_3/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_3/else/_265/cond_3/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_3/else/_265/cond_3/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_3/then/_264/cond_3/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_3/then/_264/cond_3/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_6/else/_295/cond_6/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_6/else/_295/cond_6/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_6/else/_295/cond_6/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_6/else/_295/cond_6/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_6/then/_294/cond_6/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_6/then/_294/cond_6/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_9/else/_325/cond_9/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_9/else/_325/cond_9/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_9/else/_325/cond_9/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_9/else/_325/cond_9/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_9/then/_324/cond_9/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_9/then/_324/cond_9/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_13/else/_365/cond_13/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_13/else/_365/cond_13/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_13/else/_365/cond_13/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_13/else/_365/cond_13/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_13/then/_364/cond_13/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_13/then/_364/cond_13/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_17/else/_405/cond_17/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_17/else/_405/cond_17/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_17/else/_405/cond_17/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_17/else/_405/cond_17/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_17/then/_404/cond_17/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_17/then/_404/cond_17/transpose/perm", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_22/else/_455/cond_22/range_1", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_22/else/_455/cond_22/GatherV2_1/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_22/else/_455/cond_22/range", "shape": [4], "dtype": "int32"}, {"name": "PartitionedCall/cond_22/else/_455/cond_22/GatherV2/axis", "shape": [], "dtype": "int32"}, {"name": "PartitionedCall/cond_22/then/_454/cond_22/Reshape/shape", "shape": [2], "dtype": "int32"}, {"name": "PartitionedCall/cond_22/then/_454/cond_22/transpose/perm", "shape": [2], "dtype": "int32"}]}]} \ No newline at end of file diff --git a/covision-app/src/api/runClassifierAnalysis.ts b/covision-app/src/api/runClassifierAnalysis.ts index 6867b95..02acb33 100644 --- a/covision-app/src/api/runClassifierAnalysis.ts +++ b/covision-app/src/api/runClassifierAnalysis.ts @@ -46,8 +46,10 @@ const runClassifierAnalysis = async (testArea: TestArea): Promise => return normalize(inputUnnormalized, [0.485, 0.456, 0.406], [0.229, 0.224, 0.225], 1); }) + console.log('INPUT_TF', input_tf) const result_tf = (await model.executeAsync(input_tf)) as tf.Tensor1D; + console.log('AFTER EXECUTE') const argMax_tf = result_tf.argMax(1); const output = Array.from(argMax_tf.dataSync())[0];