diff --git a/auto-import.d.ts b/auto-import.d.ts index 488138a..40bb625 100644 --- a/auto-import.d.ts +++ b/auto-import.d.ts @@ -64,6 +64,7 @@ declare global { const onBeforeUpdate: typeof import('vue')['onBeforeUpdate'] const onClickOutside: typeof import('@vueuse/core')['onClickOutside'] const onDeactivated: typeof import('vue')['onDeactivated'] + const onElementRemoval: typeof import('@vueuse/core')['onElementRemoval'] const onErrorCaptured: typeof import('vue')['onErrorCaptured'] const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke'] const onLongPress: typeof import('@vueuse/core')['onLongPress'] @@ -373,6 +374,7 @@ declare module 'vue' { readonly onBeforeUpdate: UnwrapRef readonly onClickOutside: UnwrapRef readonly onDeactivated: UnwrapRef + readonly onElementRemoval: UnwrapRef readonly onErrorCaptured: UnwrapRef readonly onKeyStroke: UnwrapRef readonly onLongPress: UnwrapRef diff --git a/components.d.ts b/components.d.ts index e405dac..696f3b6 100644 --- a/components.d.ts +++ b/components.d.ts @@ -15,6 +15,7 @@ declare module 'vue' { ACheckbox: typeof import('ant-design-vue/es')['Checkbox'] AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider'] ADivider: typeof import('ant-design-vue/es')['Divider'] + ADrawer: typeof import('ant-design-vue/es')['Drawer'] ADropdown: typeof import('ant-design-vue/es')['Dropdown'] AEmpty: typeof import('ant-design-vue/es')['Empty'] AFlex: typeof import('ant-design-vue/es')['Flex'] @@ -57,6 +58,7 @@ declare module 'vue' { BackgroundAnimation: typeof import('./src/components/BackgroundAnimation/BackgroundAnimation.vue')['default'] BackTop: typeof import('./src/components/MyUI/BackTop/BackTop.vue')['default'] Badge: typeof import('./src/components/MyUI/Badge/Badge.vue')['default'] + BarsOutlined: typeof import('@ant-design/icons-vue')['BarsOutlined'] BoxDog: typeof import('./src/components/BoxDog/BoxDog.vue')['default'] Breadcrumb: typeof import('./src/components/MyUI/Breadcrumb/Breadcrumb.vue')['default'] Button: typeof import('./src/components/MyUI/Button/Button.vue')['default'] @@ -80,9 +82,11 @@ declare module 'vue' { DatePicker: typeof import('./src/components/MyUI/DatePicker/DatePicker.vue')['default'] DeleteOutlined: typeof import('@ant-design/icons-vue')['DeleteOutlined'] Descriptions: typeof import('./src/components/MyUI/Descriptions/Descriptions.vue')['default'] + Detail: typeof import('./src/views/Album/LocationAlbum/Detail.vue')['default'] Dialog: typeof import('./src/components/MyUI/Dialog/Dialog.vue')['default'] Divider: typeof import('./src/components/MyUI/Divider/Divider.vue')['default'] DownloadOutlined: typeof import('@ant-design/icons-vue')['DownloadOutlined'] + DownOutlined: typeof import('@ant-design/icons-vue')['DownOutlined'] Drawer: typeof import('./src/components/MyUI/Drawer/Drawer.vue')['default'] DynamicTitle: typeof import('./src/components/DynamicTitle/DynamicTitle.vue')['default'] Ellipsis: typeof import('./src/components/MyUI/Ellipsis/Ellipsis.vue')['default'] @@ -97,6 +101,8 @@ declare module 'vue' { Image: typeof import('./src/components/MyUI/Image/Image.vue')['default'] ImageShare: typeof import('./src/views/ImageShare/ImageShare.vue')['default'] ImageWaterfall: typeof import('./src/components/MyUI/Waterfall/ImageWaterfall.vue')['default'] + InboxOutlined: typeof import('@ant-design/icons-vue')['InboxOutlined'] + Index: typeof import('./src/views/Album/LocationAlbum/Index.vue')['default'] Input: typeof import('./src/components/MyUI/Input/Input.vue')['default'] InputSearch: typeof import('./src/components/MyUI/InputSearch/InputSearch.vue')['default'] LandingPage: typeof import('./src/views/Landing/LandingPage.vue')['default'] @@ -115,11 +121,14 @@ declare module 'vue' { NotFound: typeof import('./src/views/404/NotFound.vue')['default'] Notification: typeof import('./src/components/MyUI/Notification/Notification.vue')['default'] NumberAnimation: typeof import('./src/components/MyUI/NumberAnimation/NumberAnimation.vue')['default'] + OrderedListOutlined: typeof import('@ant-design/icons-vue')['OrderedListOutlined'] Pagination: typeof import('./src/components/MyUI/Pagination/Pagination.vue')['default'] ParameterSetting: typeof import('./src/views/Upscale/ParameterSetting.vue')['default'] PeopleAlbum: typeof import('./src/views/Album/PeopleAlbum/PeopleAlbum.vue')['default'] Phoalbum: typeof import('./src/views/Album/Phoalbum/Phoalbum.vue')['default'] PhoneUpload: typeof import('./src/views/PhoneUpload/PhoneUpload.vue')['default'] + PhotoStack: typeof import('./src/components/MyUI/PhotoStack/PhotoStack.vue')['default'] + PictureStack: typeof import('./src/views/Album/Phoalbum/PictureStack.vue')['default'] PlusOutlined: typeof import('@ant-design/icons-vue')['PlusOutlined'] PlusSquareOutlined: typeof import('@ant-design/icons-vue')['PlusSquareOutlined'] Popconfirm: typeof import('./src/components/MyUI/Popconfirm/Popconfirm.vue')['default'] @@ -141,6 +150,7 @@ declare module 'vue' { Row: typeof import('./src/components/MyUI/Grid/Row.vue')['default'] SafetyOutlined: typeof import('@ant-design/icons-vue')['SafetyOutlined'] Scrollbar: typeof import('./src/components/MyUI/Scrollbar/Scrollbar.vue')['default'] + SearchOutlined: typeof import('@ant-design/icons-vue')['SearchOutlined'] Segmented: typeof import('./src/components/MyUI/Segmented/Segmented.vue')['default'] Select: typeof import('./src/components/MyUI/Select/Select.vue')['default'] SendOutlined: typeof import('@ant-design/icons-vue')['SendOutlined'] diff --git a/package.json b/package.json index 1c17045..37ed119 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,9 @@ "@alova/adapter-axios": "^2.0.12", "@ant-design/icons-vue": "^7.0.1", "@intlify/eslint-plugin-vue-i18n": "^3.2.0", + "@tensorflow-models/coco-ssd": "^2.2.3", + "@tensorflow-models/knn-classifier": "^1.2.6", + "@tensorflow-models/mobilenet": "^2.1.1", "@tensorflow/tfjs": "^4.22.0", "@tensorflow/tfjs-backend-webgl": "^4.22.0", "@tensorflow/tfjs-backend-webgpu": "^4.22.0", @@ -20,11 +23,11 @@ "@types/animejs": "^3.1.12", "@types/crypto-js": "^4.2.2", "@types/json-stringify-safe": "^5.0.3", - "@types/node": "^22.10.2", + "@types/node": "^22.10.5", "@types/nprogress": "^0.2.3", "@vuepic/vue-datepicker": "^10.0.0", - "@vueuse/core": "^12.2.0", - "@vueuse/integrations": "^12.2.0", + "@vueuse/core": "^12.3.0", + "@vueuse/integrations": "^12.3.0", "alova": "^3.2.7", "animejs": "^3.2.2", "ant-design-vue": "^4.2.6", @@ -33,7 +36,7 @@ "browser-image-compression": "^2.0.2", "buffer": "^6.0.3", "crypto-js": "^4.2.0", - "echarts": "^5.5.1", + "echarts": "^5.6.0", "eslint": "9.17.0", "go-captcha-vue": "^2.0.5", "gsap": "^3.12.5", @@ -47,7 +50,7 @@ "pinia-plugin-persistedstate-2": "^2.0.28", "qrcode": "^1", "seedrandom": "^3.0.5", - "swiper": "^11.1.15", + "swiper": "^11.2.0", "unplugin-auto-import": "^0.19.0", "vite-plugin-compression": "^0.5.1", "vite-plugin-html": "^3.2.2", @@ -56,7 +59,7 @@ "vue-dompurify-html": "^5.2.0", "vue-i18n": "^11.0.1", "vue-router": "^4.5.0", - "vue-waterfall-plugin-next": "^2.6.4", + "vue-waterfall-plugin-next": "^2.6.5", "ws": "^8.18.0" }, "devDependencies": { @@ -64,11 +67,11 @@ "@vitejs/plugin-vue": "^5.2.1", "eslint-plugin-vue": "^9.32.0", "globals": "^15.14.0", - "sass": "^1.83.0", + "sass": "^1.83.1", "typescript": "^5.7.2", - "typescript-eslint": "^8.18.2", + "typescript-eslint": "^8.19.0", "unplugin-vue-components": "^0.28.0", - "vite": "^6.0.6", + "vite": "^6.0.7", "vite-plugin-bundle-obfuscator": "1.4.0", "vite-plugin-chunk-split": "^0.5.0", "vue-tsc": "2.2.0" diff --git a/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/group1-shard1of4.bin b/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/group1-shard1of4.bin new file mode 100644 index 0000000..ef9e357 Binary files /dev/null and b/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/group1-shard1of4.bin differ diff --git a/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/group1-shard2of4.bin b/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/group1-shard2of4.bin new file mode 100644 index 0000000..5dc1f41 Binary files /dev/null and b/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/group1-shard2of4.bin differ diff --git a/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/group1-shard3of4.bin b/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/group1-shard3of4.bin new file mode 100644 index 0000000..fa84a77 Binary files /dev/null and b/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/group1-shard3of4.bin differ diff --git a/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/group1-shard4of4.bin b/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/group1-shard4of4.bin new file mode 100644 index 0000000..520fa28 Binary files /dev/null and b/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/group1-shard4of4.bin differ diff --git a/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/model.json b/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/model.json new file mode 100644 index 0000000..827c3ea --- /dev/null +++ b/public/tfjs/mobilenet/mobilenet-v3-tfjs-large-100-224-feature-vector-v1/model.json @@ -0,0 +1 @@ +{"format": "graph-model", "generatedBy": "2.5.0", "convertedBy": "TensorFlow.js Converter v3.0.0", "signature": {"inputs": {"inputs:0": {"name": "inputs:0", "dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "-1"}, {"size": "224"}, {"size": "224"}, {"size": "3"}]}}}, "outputs": {"Identity:0": {"name": "Identity:0", "dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "-1"}, {"size": "1280"}]}}}}, "modelTopology": {"node": [{"name": "inputs", "op": "Placeholder", "attr": {"shape": {"shape": {"dim": [{"size": "-1"}, {"size": "224"}, {"size": "224"}, {"size": "3"}]}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "3"}, {"size": "16"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/depthwise/depthwise_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "16"}, {"size": "1"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/project/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/project/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/expand/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "64"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/expand/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "64"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "64"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "64"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/project/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "64"}, {"size": "24"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/project/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "24"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/expand/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "24"}, {"size": "72"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/expand/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "72"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "72"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "72"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/project/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "72"}, {"size": "24"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/project/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "960"}, {"size": "160"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/project/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "24"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/expand/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "24"}, {"size": "72"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/expand/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "72"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/project/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "160"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/depthwise/depthwise_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "72"}, {"size": "1"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "72"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "160"}, {"size": "960"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/project/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "72"}, {"size": "40"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/project/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "40"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/expand/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "40"}, {"size": "120"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "960"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/expand/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/depthwise/depthwise_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "120"}, {"size": "1"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/project/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "120"}, {"size": "40"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/project/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "40"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/expand/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "40"}, {"size": "120"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "960"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/expand/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "120"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "960"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/project/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "120"}, {"size": "40"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/project/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "40"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "40"}, {"size": "240"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "240"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "240"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "240"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/project/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "240"}, {"size": "80"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/project/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "80"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "80"}, {"size": "200"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "200"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/depthwise_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "200"}, {"size": "1"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "200"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/project/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "200"}, {"size": "80"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/project/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "80"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "80"}, {"size": "184"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "184"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/depthwise_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "184"}, {"size": "1"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "184"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/project/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "184"}, {"size": "80"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/project/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "80"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "80"}, {"size": "184"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "184"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/depthwise_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "184"}, {"size": "1"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "184"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/project/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "184"}, {"size": "80"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/project/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "80"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "80"}, {"size": "480"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "480"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "480"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "480"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/project/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "480"}, {"size": "112"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/project/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "960"}, {"size": "160"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/project/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "112"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "112"}, {"size": "672"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "672"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "672"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "672"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/project/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "160"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/project/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "672"}, {"size": "112"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "160"}, {"size": "960"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/project/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "112"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "112"}, {"size": "672"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "672"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/depthwise_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "672"}, {"size": "1"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "672"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "960"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/project/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "672"}, {"size": "160"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/project/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "160"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "160"}, {"size": "960"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "960"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "960"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "960"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv_1/mul/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Mean/reduction_indices", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_518", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "960"}, {"size": "240"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_519", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "240"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_520", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "240"}, {"size": "960"}]}}}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_521", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "960"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv_1/add/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv_1/mul/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Mean/reduction_indices", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_499", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "960"}, {"size": "240"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_500", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "240"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_501", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "240"}, {"size": "960"}]}}}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_502", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "960"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv_1/add/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv_1/mul/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Mean/reduction_indices", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_480", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "672"}, {"size": "168"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_481", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "168"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_482", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "168"}, {"size": "672"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_483", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "672"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv_1/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv_1/mul/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Mean/reduction_indices", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_461", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "672"}, {"size": "168"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_462", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "168"}]}}}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_463", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "168"}, {"size": "672"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_464", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "672"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv_1/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv_1/mul/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Mean/reduction_indices", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_442", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "480"}, {"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_443", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_444", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "120"}, {"size": "480"}]}}}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_445", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "480"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv_1/add/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv_1/mul/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Mean/reduction_indices", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_363", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "120"}, {"size": "32"}]}}}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_364", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_365", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "32"}, {"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_366", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv_1/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv_1/mul/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Mean/reduction_indices", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_344", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "120"}, {"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_345", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_346", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "32"}, {"size": "120"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_347", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "120"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv_1/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv_1/mul/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Mean/reduction_indices", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_325", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "72"}, {"size": "24"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_326", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "24"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_327", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "24"}, {"size": "72"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_328", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "72"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv_1/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/mul_1/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/hub_input/Mul/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/hub_input/Sub/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_532", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "960"}, {"size": "1280"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_533", "op": "Const", "input": ["^inputs"], "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1280"}]}}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/hard_swish/add/y", "op": "Const", "input": ["^inputs"], "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/hub_input/Mul", "op": "Mul", "input": ["inputs", "StatefulPartitionedCall/StatefulPartitionedCall/predict/hub_input/Mul/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/hub_input/Sub", "op": "Sub", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/hub_input/Mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/hub_input/Sub/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/hub_input/Sub", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "epsilon": {"f": 0.0}, "padding": {"s": "U0FNRQ=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "num_args": {"i": "1"}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/depthwise/depthwise_bn_offset"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "explicit_paddings": {"list": {}}, "num_args": {"i": "1"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "num_args": {"i": "1"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "epsilon": {"f": 0.0}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/mul_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/expand/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/add", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/expand/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "num_args": {"i": "1"}, "epsilon": {"f": 0.0}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/expand/Relu", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/depthwise/depthwise_bn_offset"], "attr": {"num_args": {"i": "1"}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "epsilon": {"f": 0.0}, "use_cudnn_on_gpu": {"b": true}, "num_args": {"i": "1"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/expand/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/expand/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "num_args": {"i": "1"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/expand/Relu", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/depthwise/depthwise_bn_offset"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "num_args": {"i": "1"}, "epsilon": {"f": 0.0}, "padding": {"s": "U0FNRQ=="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/project/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/expand/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/add", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/expand/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "padding": {"s": "U0FNRQ=="}, "num_args": {"i": "1"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/expand/Relu", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/depthwise/depthwise_bn_offset"], "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "padding": {"s": "U0FNRQ=="}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "num_args": {"i": "1"}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Mean/reduction_indices"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Mean", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_325", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_326"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "padding": {"s": "U0FNRQ=="}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "epsilon": {"f": 0.0}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv/Relu", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_327", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_328"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "num_args": {"i": "1"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv_1/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv_1/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv_1/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv_1/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv_1/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv_1/mul/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv_1/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv_1/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/depthwise/depthwise"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "epsilon": {"f": 0.0}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "num_args": {"i": "1"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/expand/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/expand/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "num_args": {"i": "1"}, "epsilon": {"f": 0.0}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/expand/Relu", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/depthwise/depthwise_bn_offset"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "data_format": {"s": "TkhXQw=="}, "num_args": {"i": "1"}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "U0FNRQ=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Mean/reduction_indices"], "attr": {"T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Mean", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_344", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_345"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "epsilon": {"f": 0.0}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv/Relu", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_346", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_347"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "num_args": {"i": "1"}, "padding": {"s": "U0FNRQ=="}, "explicit_paddings": {"list": {}}, "epsilon": {"f": 0.0}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv_1/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv_1/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv_1/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv_1/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv_1/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv_1/mul/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv_1/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv_1/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/depthwise/depthwise"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"num_args": {"i": "1"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "padding": {"s": "U0FNRQ=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/project/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/expand/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/add", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/expand/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"epsilon": {"f": 0.0}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "T": {"type": "DT_FLOAT"}, "num_args": {"i": "1"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/expand/Relu", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/depthwise/depthwise_bn_offset"], "attr": {"T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "num_args": {"i": "1"}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Mean/reduction_indices"], "attr": {"T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Mean", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_363", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_364"], "device": "/device:CPU:0", "attr": {"padding": {"s": "U0FNRQ=="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "epsilon": {"f": 0.0}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv/Relu", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_365", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_366"], "device": "/device:CPU:0", "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "epsilon": {"f": 0.0}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv_1/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv_1/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv_1/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv_1/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv_1/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv_1/mul/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv_1/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv_1/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/depthwise/depthwise"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "num_args": {"i": "1"}, "epsilon": {"f": 0.0}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/add", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "epsilon": {"f": 0.0}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "padding": {"s": "U0FNRQ=="}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/hard_swish/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/depthwise_bn_offset"], "attr": {"padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "T": {"type": "DT_FLOAT"}, "num_args": {"i": "1"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/depthwise"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/hard_swish/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "num_args": {"i": "1"}, "T": {"type": "DT_FLOAT"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "epsilon": {"f": 0.0}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "num_args": {"i": "1"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/BatchNorm/FusedBatchNormV3"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/hard_swish/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/depthwise_bn_offset"], "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "num_args": {"i": "1"}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/depthwise"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/hard_swish/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"num_args": {"i": "1"}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "epsilon": {"f": 0.0}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/project/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/add", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "epsilon": {"f": 0.0}, "padding": {"s": "U0FNRQ=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/BatchNorm/FusedBatchNormV3"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/hard_swish/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/depthwise_bn_offset"], "attr": {"num_args": {"i": "1"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/depthwise"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/hard_swish/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "epsilon": {"f": 0.0}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "num_args": {"i": "1"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/add", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "num_args": {"i": "1"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "explicit_paddings": {"list": {}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/BatchNorm/FusedBatchNormV3"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/hard_swish/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/depthwise_bn_offset"], "attr": {"padding": {"s": "U0FNRQ=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/depthwise"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/hard_swish/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"epsilon": {"f": 0.0}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "num_args": {"i": "1"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/add", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"epsilon": {"f": 0.0}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "U0FNRQ=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/hard_swish/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/depthwise_bn_offset"], "attr": {"data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "num_args": {"i": "1"}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/depthwise"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Mean/reduction_indices"], "attr": {"T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Mean", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_442", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_443"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "num_args": {"i": "1"}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "epsilon": {"f": 0.0}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv/Relu", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_444", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_445"], "device": "/device:CPU:0", "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "T": {"type": "DT_FLOAT"}, "epsilon": {"f": 0.0}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "num_args": {"i": "1"}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv_1/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv_1/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv_1/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv_1/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv_1/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv_1/mul/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv_1/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv_1/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/mul_1"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"epsilon": {"f": 0.0}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "use_cudnn_on_gpu": {"b": true}, "num_args": {"i": "1"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"padding": {"s": "U0FNRQ=="}, "use_cudnn_on_gpu": {"b": true}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "num_args": {"i": "1"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "epsilon": {"f": 0.0}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/BatchNorm/FusedBatchNormV3"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/hard_swish/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/depthwise_bn_offset"], "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/depthwise"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Mean/reduction_indices"], "attr": {"T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Mean", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_461", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_462"], "device": "/device:CPU:0", "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "epsilon": {"f": 0.0}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "padding": {"s": "U0FNRQ=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv/Relu", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_463", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_464"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "num_args": {"i": "1"}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "epsilon": {"f": 0.0}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv_1/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv_1/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv_1/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv_1/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv_1/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv_1/mul/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv_1/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv_1/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/mul_1"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "num_args": {"i": "1"}, "epsilon": {"f": 0.0}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/project/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/add", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "epsilon": {"f": 0.0}, "use_cudnn_on_gpu": {"b": true}, "num_args": {"i": "1"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/BatchNorm/FusedBatchNormV3"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/hard_swish/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/depthwise_bn_offset"], "attr": {"T": {"type": "DT_FLOAT"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "padding": {"s": "U0FNRQ=="}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/depthwise"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Mean/reduction_indices"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Mean", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_480", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_481"], "device": "/device:CPU:0", "attr": {"num_args": {"i": "1"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv/Relu", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_482", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_483"], "device": "/device:CPU:0", "attr": {"padding": {"s": "U0FNRQ=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "T": {"type": "DT_FLOAT"}, "epsilon": {"f": 0.0}, "num_args": {"i": "1"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv_1/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv_1/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv_1/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv_1/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv_1/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv_1/mul/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv_1/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv_1/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/mul_1"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"padding": {"s": "U0FNRQ=="}, "epsilon": {"f": 0.0}, "num_args": {"i": "1"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "num_args": {"i": "1"}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "explicit_paddings": {"list": {}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/BatchNorm/FusedBatchNormV3"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/hard_swish/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/depthwise_bn_offset"], "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "padding": {"s": "U0FNRQ=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "num_args": {"i": "1"}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/depthwise"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Mean/reduction_indices"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Mean", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_499", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_500"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "num_args": {"i": "1"}, "epsilon": {"f": 0.0}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv/Relu", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_501", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_502"], "device": "/device:CPU:0", "attr": {"num_args": {"i": "1"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "epsilon": {"f": 0.0}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv_1/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv_1/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv_1/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv_1/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv_1/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv_1/mul/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv_1/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv_1/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/mul_1"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "epsilon": {"f": 0.0}, "padding": {"s": "U0FNRQ=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "T": {"type": "DT_FLOAT"}, "num_args": {"i": "1"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/project/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/add", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}, "explicit_paddings": {"list": {}}, "epsilon": {"f": 0.0}, "num_args": {"i": "1"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/hard_swish/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/depthwise_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/depthwise_bn_offset"], "attr": {"num_args": {"i": "1"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "U0FNRQ=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/depthwise"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/depthwise", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/mul_1", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Mean/reduction_indices"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Mean", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_518", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_519"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "num_args": {"i": "1"}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "epsilon": {"f": 0.0}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv/Relu", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_520", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_521"], "device": "/device:CPU:0", "attr": {"padding": {"s": "U0FNRQ=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "epsilon": {"f": 0.0}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "num_args": {"i": "1"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv_1/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv_1/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv_1/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv_1/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv_1/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv_1/mul/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv_1/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv_1/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/mul_1"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/project/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "num_args": {"i": "1"}, "epsilon": {"f": 0.0}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/add", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/Conv2D_weights", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "num_args": {"i": "1"}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "epsilon": {"f": 0.0}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/hard_swish/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/AvgPool2D/AvgPool", "op": "AvgPool", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/hard_swish/mul_1"], "attr": {"ksize": {"list": {"i": ["1", "7", "7", "1"]}}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/AvgPool2D/AvgPool", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_532", "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_533"], "device": "/device:CPU:0", "attr": {"padding": {"s": "U0FNRQ=="}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "epsilon": {"f": 0.0}, "num_args": {"i": "1"}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/hard_swish/mul", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/hard_swish/mul_1/y", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/BiasAdd"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/hard_swish/add", "op": "AddV2", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/BiasAdd", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/hard_swish/add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/hard_swish/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/hard_swish/add"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/hard_swish/mul_1", "op": "Mul", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/hard_swish/mul", "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/hard_swish/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Logits/AvgPool", "op": "AvgPool", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/hard_swish/mul_1"], "attr": {"padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "ksize": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/feature_vector/SpatialSqueeze", "op": "Squeeze", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Logits/AvgPool"], "attr": {"squeeze_dims": {"list": {"i": ["1", "2"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "Identity", "op": "Identity", "input": ["StatefulPartitionedCall/StatefulPartitionedCall/predict/feature_vector/SpatialSqueeze"], "attr": {"T": {"type": "DT_FLOAT"}}}], "library": {}, "versions": {"producer": 561}}, "weightsManifest": [{"paths": ["group1-shard1of4.bin", "group1-shard2of4.bin", "group1-shard3of4.bin", "group1-shard4of4.bin"], "weights": [{"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/Conv2D_weights", "shape": [3, 3, 3, 16], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/Conv2D_bn_offset", "shape": [16], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/depthwise/depthwise_weights", "shape": [3, 3, 16, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/depthwise/depthwise_bn_offset", "shape": [16], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/project/Conv2D_weights", "shape": [1, 1, 16, 16], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv/project/Conv2D_bn_offset", "shape": [16], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/expand/Conv2D_weights", "shape": [1, 1, 16, 64], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/expand/Conv2D_bn_offset", "shape": [64], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/depthwise/depthwise_weights", "shape": [3, 3, 64, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/depthwise/depthwise_bn_offset", "shape": [64], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/project/Conv2D_weights", "shape": [1, 1, 64, 24], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_1/project/Conv2D_bn_offset", "shape": [24], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/expand/Conv2D_weights", "shape": [1, 1, 24, 72], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/expand/Conv2D_bn_offset", "shape": [72], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/depthwise/depthwise_weights", "shape": [3, 3, 72, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/depthwise/depthwise_bn_offset", "shape": [72], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/project/Conv2D_weights", "shape": [1, 1, 72, 24], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/project/Conv2D_weights", "shape": [1, 1, 960, 160], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_2/project/Conv2D_bn_offset", "shape": [24], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/expand/Conv2D_weights", "shape": [1, 1, 24, 72], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/expand/Conv2D_bn_offset", "shape": [72], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/project/Conv2D_bn_offset", "shape": [160], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/depthwise/depthwise_weights", "shape": [5, 5, 72, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/depthwise/depthwise_bn_offset", "shape": [72], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/Conv2D_weights", "shape": [1, 1, 160, 960], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/project/Conv2D_weights", "shape": [1, 1, 72, 40], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/project/Conv2D_bn_offset", "shape": [40], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/expand/Conv2D_weights", "shape": [1, 1, 40, 120], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/Conv2D_bn_offset", "shape": [960], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/expand/Conv2D_bn_offset", "shape": [120], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/depthwise/depthwise_weights", "shape": [5, 5, 120, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/depthwise/depthwise_bn_offset", "shape": [120], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/project/Conv2D_weights", "shape": [1, 1, 120, 40], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/project/Conv2D_bn_offset", "shape": [40], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/expand/Conv2D_weights", "shape": [1, 1, 40, 120], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/depthwise_weights", "shape": [5, 5, 960, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/expand/Conv2D_bn_offset", "shape": [120], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/depthwise/depthwise_weights", "shape": [5, 5, 120, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/depthwise/depthwise_bn_offset", "shape": [120], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/depthwise_bn_offset", "shape": [960], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/project/Conv2D_weights", "shape": [1, 1, 120, 40], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/project/Conv2D_bn_offset", "shape": [40], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/Conv2D_weights", "shape": [1, 1, 40, 240], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/Conv2D_bn_offset", "shape": [240], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/depthwise_weights", "shape": [3, 3, 240, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/depthwise_bn_offset", "shape": [240], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/project/Conv2D_weights", "shape": [1, 1, 240, 80], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/project/Conv2D_bn_offset", "shape": [80], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/Conv2D_weights", "shape": [1, 1, 80, 200], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/Conv2D_bn_offset", "shape": [200], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/depthwise_weights", "shape": [3, 3, 200, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/depthwise_bn_offset", "shape": [200], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/project/Conv2D_weights", "shape": [1, 1, 200, 80], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/project/Conv2D_bn_offset", "shape": [80], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/Conv2D_weights", "shape": [1, 1, 80, 184], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/Conv2D_bn_offset", "shape": [184], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/depthwise_weights", "shape": [3, 3, 184, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/depthwise_bn_offset", "shape": [184], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/project/Conv2D_weights", "shape": [1, 1, 184, 80], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/project/Conv2D_bn_offset", "shape": [80], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/Conv2D_weights", "shape": [1, 1, 80, 184], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/Conv2D_bn_offset", "shape": [184], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/depthwise_weights", "shape": [3, 3, 184, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/depthwise_bn_offset", "shape": [184], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/project/Conv2D_weights", "shape": [1, 1, 184, 80], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/project/Conv2D_bn_offset", "shape": [80], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/Conv2D_weights", "shape": [1, 1, 80, 480], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/Conv2D_bn_offset", "shape": [480], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/depthwise_weights", "shape": [3, 3, 480, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/depthwise_bn_offset", "shape": [480], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/project/Conv2D_weights", "shape": [1, 1, 480, 112], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/project/Conv2D_weights", "shape": [1, 1, 960, 160], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/project/Conv2D_bn_offset", "shape": [112], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/Conv2D_weights", "shape": [1, 1, 112, 672], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/Conv2D_bn_offset", "shape": [672], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/depthwise_weights", "shape": [3, 3, 672, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/depthwise_bn_offset", "shape": [672], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/project/Conv2D_bn_offset", "shape": [160], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/project/Conv2D_weights", "shape": [1, 1, 672, 112], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/Conv2D_weights", "shape": [1, 1, 160, 960], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/project/Conv2D_bn_offset", "shape": [112], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/Conv2D_weights", "shape": [1, 1, 112, 672], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/Conv2D_bn_offset", "shape": [672], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/depthwise_weights", "shape": [5, 5, 672, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/depthwise_bn_offset", "shape": [672], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/Conv2D_bn_offset", "shape": [960], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/project/Conv2D_weights", "shape": [1, 1, 672, 160], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/project/Conv2D_bn_offset", "shape": [160], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/Conv2D_weights", "shape": [1, 1, 160, 960], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/Conv2D_bn_offset", "shape": [960], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/depthwise_weights", "shape": [5, 5, 960, 1], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/depthwise_bn_offset", "shape": [960], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv_1/mul/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_518", "shape": [1, 1, 960, 240], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_519", "shape": [240], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_520", "shape": [1, 1, 240, 960], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_521", "shape": [960], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/squeeze_excite/Conv_1/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/expand/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_14/depthwise/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv_1/mul/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_499", "shape": [1, 1, 960, 240], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_500", "shape": [240], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_501", "shape": [1, 1, 240, 960], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_502", "shape": [960], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/squeeze_excite/Conv_1/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/expand/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_13/depthwise/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv_1/mul/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_480", "shape": [1, 1, 672, 168], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_481", "shape": [168], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_482", "shape": [1, 1, 168, 672], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_483", "shape": [672], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/squeeze_excite/Conv_1/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv_1/mul/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_461", "shape": [1, 1, 672, 168], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_462", "shape": [168], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_463", "shape": [1, 1, 168, 672], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_464", "shape": [672], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/squeeze_excite/Conv_1/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/expand/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_11/depthwise/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv_1/mul/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_442", "shape": [1, 1, 480, 120], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_443", "shape": [120], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_444", "shape": [1, 1, 120, 480], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_445", "shape": [480], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/squeeze_excite/Conv_1/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/expand/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_9/depthwise/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/expand/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_8/depthwise/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/expand/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_7/depthwise/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv_1/mul/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_363", "shape": [1, 1, 120, 32], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_364", "shape": [32], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_365", "shape": [1, 1, 32, 120], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_366", "shape": [120], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_5/squeeze_excite/Conv_1/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv_1/mul/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_344", "shape": [1, 1, 120, 32], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_345", "shape": [32], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_346", "shape": [1, 1, 32, 120], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_347", "shape": [120], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_4/squeeze_excite/Conv_1/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv_1/mul/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_325", "shape": [1, 1, 72, 24], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_326", "shape": [24], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_327", "shape": [1, 1, 24, 72], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_328", "shape": [72], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_3/squeeze_excite/Conv_1/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/mul_1/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/hub_input/Mul/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/hub_input/Sub/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/expand/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_6/depthwise/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/expand/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_10/depthwise/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/expand/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/expanded_conv_12/depthwise/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_1/hard_swish/add/y", "shape": [], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_532", "shape": [1, 1, 960, 1280], "dtype": "float32"}, {"name": "Func/StatefulPartitionedCall/StatefulPartitionedCall/input/_533", "shape": [1280], "dtype": "float32"}, {"name": "StatefulPartitionedCall/StatefulPartitionedCall/predict/MobilenetV3/Conv_2/hard_swish/add/y", "shape": [], "dtype": "float32"}]}]} \ No newline at end of file diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard10of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard10of17 new file mode 100644 index 0000000..f33b8a8 Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard10of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard11of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard11of17 new file mode 100644 index 0000000..efdac9b Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard11of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard12of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard12of17 new file mode 100644 index 0000000..4d68865 Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard12of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard13of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard13of17 new file mode 100644 index 0000000..2721d1b Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard13of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard14of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard14of17 new file mode 100644 index 0000000..0862b73 Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard14of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard15of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard15of17 new file mode 100644 index 0000000..c441018 Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard15of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard16of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard16of17 new file mode 100644 index 0000000..3cba0e5 Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard16of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard17of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard17of17 new file mode 100644 index 0000000..2d3366e Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard17of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard1of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard1of17 new file mode 100644 index 0000000..2523cbd Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard1of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard2of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard2of17 new file mode 100644 index 0000000..7eb7356 Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard2of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard3of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard3of17 new file mode 100644 index 0000000..0ce2a61 Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard3of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard4of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard4of17 new file mode 100644 index 0000000..e5d3d21 Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard4of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard5of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard5of17 new file mode 100644 index 0000000..5a2acb6 Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard5of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard6of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard6of17 new file mode 100644 index 0000000..2d386d7 Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard6of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard7of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard7of17 new file mode 100644 index 0000000..ef99d82 Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard7of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard8of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard8of17 new file mode 100644 index 0000000..ef5012b Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard8of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard9of17 b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard9of17 new file mode 100644 index 0000000..3e070bd Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/group1-shard9of17 differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/model.json b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/model.json new file mode 100644 index 0000000..63f19f0 --- /dev/null +++ b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/model.json @@ -0,0 +1,17877 @@ +{ + "modelTopology": { + "node": [ + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "ConstantFolding/Postprocessor/Decode/div_recip", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1917" + }, + { + "size": "4" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "Postprocessor/ExpandDims", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "ConstantFolding/Postprocessor/Decode/div_4_recip", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 3 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [ + { + "size": "2" + } + ] + } + } + } + }, + "name": "Postprocessor/Reshape_1/shape", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [] + } + } + } + }, + "name": "ConstantFolding/Postprocessor/Decode/div_2_recip", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "576" + }, + { + "size": "12" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_0/BoxEncodingPredictor/weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "12" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_0/BoxEncodingPredictor/biases", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "1280" + }, + { + "size": "24" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_1/BoxEncodingPredictor/weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "24" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_1/BoxEncodingPredictor/biases", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "512" + }, + { + "size": "24" + } + ] + } + } + } + }, + "name": "BoxPredictor_2/BoxEncodingPredictor/weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "24" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_2/BoxEncodingPredictor/biases", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "256" + }, + { + "size": "24" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_3/BoxEncodingPredictor/weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "24" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_3/BoxEncodingPredictor/biases", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "256" + }, + { + "size": "24" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_4/BoxEncodingPredictor/weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "24" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_4/BoxEncodingPredictor/biases", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "128" + }, + { + "size": "24" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_5/BoxEncodingPredictor/weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "24" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_5/BoxEncodingPredictor/biases", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 1917 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "MultipleGridAnchorGenerator/assert_equal/x", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 4 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "BoxPredictor_0/stack/3", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 2 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "Postprocessor/ExpandDims_1/dim", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "576" + }, + { + "size": "273" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_0/ClassPredictor/weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "273" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_0/ClassPredictor/biases", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 1083 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "BoxPredictor_0/stack/1", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "1280" + }, + { + "size": "546" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_1/ClassPredictor/weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "546" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_1/ClassPredictor/biases", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 600 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "BoxPredictor_1/stack/1", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "512" + }, + { + "size": "546" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_2/ClassPredictor/weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "546" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_2/ClassPredictor/biases", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 150 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "BoxPredictor_2/stack/1", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "256" + }, + { + "size": "546" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_3/ClassPredictor/weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "546" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_3/ClassPredictor/biases", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 54 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "BoxPredictor_3/stack/1", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "256" + }, + { + "size": "546" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_4/ClassPredictor/weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "546" + } + ] + } + } + } + }, + "name": "BoxPredictor_4/ClassPredictor/biases", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 24 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "BoxPredictor_4/stack/1", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "128" + }, + { + "size": "546" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_5/ClassPredictor/weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "546" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "BoxPredictor_5/ClassPredictor/biases", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "160" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "160" + }, + { + "size": "960" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "960" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "960" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "960" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "960" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "960" + }, + { + "size": "160" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "160" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "160" + }, + { + "size": "960" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "960" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "960" + }, + { + "size": "1" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "960" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "960" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "960" + }, + { + "size": "160" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "96" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "96" + }, + { + "size": "576" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "576" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "576" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "576" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "576" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "576" + }, + { + "size": "96" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "96" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "96" + }, + { + "size": "576" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "576" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "576" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "576" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "576" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "576" + }, + { + "size": "96" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "64" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "64" + }, + { + "size": "384" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "384" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "384" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "384" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "384" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "384" + }, + { + "size": "64" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "64" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "64" + }, + { + "size": "384" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "384" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "384" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "384" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "384" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "384" + }, + { + "size": "64" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "64" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "64" + }, + { + "size": "384" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "384" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "384" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "384" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "384" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "384" + }, + { + "size": "64" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "32" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "32" + }, + { + "size": "192" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "192" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "192" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "192" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "192" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "192" + }, + { + "size": "32" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "32" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "32" + }, + { + "size": "192" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "192" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "192" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "192" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "192" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "192" + }, + { + "size": "32" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "24" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "24" + }, + { + "size": "144" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "144" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "144" + }, + { + "size": "1" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "144" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "144" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "144" + }, + { + "size": "24" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "Preprocessor/mul/x", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 0 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "Preprocessor/map/TensorArrayStack/range/start", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "Preprocessor/sub/y", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "32" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/Conv/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "32" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/Conv/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "32" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "32" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "32" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "32" + }, + { + "size": "16" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "16" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "16" + }, + { + "size": "96" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "96" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "96" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "96" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "96" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "96" + }, + { + "size": "24" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "24" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "24" + }, + { + "size": "144" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "144" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "144" + }, + { + "size": "1" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "144" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "144" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "144" + }, + { + "size": "32" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "32" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "32" + }, + { + "size": "192" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "192" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "192" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "192" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "192" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "192" + }, + { + "size": "64" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "64" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "64" + }, + { + "size": "384" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "384" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "384" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "384" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "384" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "384" + }, + { + "size": "96" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "96" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "96" + }, + { + "size": "576" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "576" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "576" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "576" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "576" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "576" + }, + { + "size": "160" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "160" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "160" + }, + { + "size": "960" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/expand/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "960" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/expand/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "960" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "960" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "960" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "960" + }, + { + "size": "320" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/project/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "320" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/project/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "320" + }, + { + "size": "1280" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/Conv_1/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1280" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/Conv_1/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "1280" + }, + { + "size": "256" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_2_1x1_256/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "256" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_2_1x1_256/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "256" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "256" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "256" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "256" + }, + { + "size": "512" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "512" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "512" + }, + { + "size": "128" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_3_1x1_128/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "128" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_3_1x1_128/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "128" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "128" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "128" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "128" + }, + { + "size": "256" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "256" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "256" + }, + { + "size": "128" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_4_1x1_128/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "128" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_4_1x1_128/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "128" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "128" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "128" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "128" + }, + { + "size": "256" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "256" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "256" + }, + { + "size": "64" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_5_1x1_64/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "64" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_5_1x1_64/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "3" + }, + { + "size": "3" + }, + { + "size": "64" + }, + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/depthwise_weights", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "64" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/BatchNorm/batchnorm/mul", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 1 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "64" + } + ] + } + } + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "1" + }, + { + "size": "1" + }, + { + "size": "64" + }, + { + "size": "128" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/Conv2D/merged_input", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 1, + "tensorShape": { + "dim": [ + { + "size": "128" + } + ] + } + } + }, + "dtype": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/BatchNorm/batchnorm/sub", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 0 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [ + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "Postprocessor/strided_slice/stack", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 1 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [ + { + "size": "1" + } + ] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "Postprocessor/strided_slice/stack_1", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 6 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "BoxPredictor_5/stack/1", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 91 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "BoxPredictor_0/stack_1/2", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 1 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "Postprocessor/Tile/multiples/1", + "op": "Const" + }, + { + "input": [], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [ + { + "size": "3" + } + ] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "Postprocessor/Slice/begin", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 3 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [ + { + "size": "3" + } + ] + } + } + } + }, + "name": "Postprocessor/Slice/size", + "op": "Const" + }, + { + "input": [], + "attr": { + "dtype": { + "type": 4 + }, + "shape": { + "shape": { + "dim": [ + { + "size": "-1" + }, + { + "size": "-1" + }, + { + "size": "-1" + }, + { + "size": "3" + } + ] + } + } + }, + "name": "image_tensor", + "op": "Placeholder" + }, + { + "input": [ + "Preprocessor/map/TensorArrayStack/range/start" + ], + "attr": { + "frame_name": { + "s": [ + 80, + 114, + 101, + 112, + 114, + 111, + 99, + 101, + 115, + 115, + 111, + 114, + 47, + 109, + 97, + 112, + 47, + 119, + 104, + 105, + 108, + 101, + 47, + 119, + 104, + 105, + 108, + 101, + 95, + 99, + 111, + 110, + 116, + 101, + 120, + 116 + ] + }, + "T": { + "type": 3 + }, + "is_constant": { + "b": false + }, + "parallel_iterations": { + "i": "32" + } + }, + "name": "Preprocessor/map/while/Enter", + "op": "Enter" + }, + { + "input": [ + "image_tensor" + ], + "attr": { + "SrcT": { + "type": 4 + }, + "DstT": { + "type": 1 + } + }, + "name": "ToFloat", + "op": "Cast" + }, + { + "input": [ + "Preprocessor/map/while/Enter", + "Preprocessor/map/while/NextIteration" + ], + "attr": { + "T": { + "type": 3 + }, + "N": { + "i": "2" + } + }, + "name": "Preprocessor/map/while/Merge", + "op": "Merge" + }, + { + "input": [ + "ToFloat" + ], + "attr": { + "T": { + "type": 1 + }, + "out_type": { + "type": 3 + } + }, + "name": "Preprocessor/map/TensorArrayUnstack/Shape", + "op": "Shape" + }, + { + "input": [ + "Preprocessor/map/TensorArrayUnstack/Shape", + "Postprocessor/strided_slice/stack", + "Postprocessor/strided_slice/stack_1", + "Postprocessor/strided_slice/stack_1" + ], + "attr": { + "Index": { + "type": 3 + }, + "T": { + "type": 3 + }, + "shrink_axis_mask": { + "i": "1" + }, + "begin_mask": { + "i": "0" + }, + "ellipsis_mask": { + "i": "0" + }, + "new_axis_mask": { + "i": "0" + }, + "end_mask": { + "i": "0" + } + }, + "name": "Preprocessor/map/TensorArrayUnstack/strided_slice", + "op": "StridedSlice" + }, + { + "input": [ + "Preprocessor/map/TensorArrayUnstack/strided_slice" + ], + "attr": { + "tensor_array_name": { + "s": [] + }, + "dtype": { + "type": 1 + }, + "element_shape": { + "shape": { + "dim": [], + "unknownRank": true + } + }, + "dynamic_size": { + "b": false + }, + "clear_after_read": { + "b": true + }, + "identical_element_shapes": { + "b": true + } + }, + "name": "Preprocessor/map/TensorArray_1", + "op": "TensorArrayV3" + }, + { + "input": [ + "Preprocessor/map/TensorArrayStack/range/start", + "Preprocessor/map/TensorArrayUnstack/strided_slice", + "Postprocessor/Tile/multiples/1" + ], + "attr": { + "Tidx": { + "type": 3 + } + }, + "name": "Preprocessor/map/TensorArrayUnstack/range", + "op": "Range" + }, + { + "input": [ + "Preprocessor/map/TensorArrayUnstack/strided_slice" + ], + "attr": { + "dtype": { + "type": 1 + }, + "element_shape": { + "shape": { + "dim": [], + "unknownRank": true + } + }, + "clear_after_read": { + "b": true + }, + "dynamic_size": { + "b": false + }, + "identical_element_shapes": { + "b": true + }, + "tensor_array_name": { + "s": [] + } + }, + "name": "Preprocessor/map/TensorArray", + "op": "TensorArrayV3" + }, + { + "input": [ + "Preprocessor/map/TensorArrayUnstack/strided_slice" + ], + "attr": { + "T": { + "type": 3 + }, + "is_constant": { + "b": true + }, + "parallel_iterations": { + "i": "32" + }, + "frame_name": { + "s": [ + 80, + 114, + 101, + 112, + 114, + 111, + 99, + 101, + 115, + 115, + 111, + 114, + 47, + 109, + 97, + 112, + 47, + 119, + 104, + 105, + 108, + 101, + 47, + 119, + 104, + 105, + 108, + 101, + 95, + 99, + 111, + 110, + 116, + 101, + 120, + 116 + ] + } + }, + "name": "Preprocessor/map/while/Less/Enter", + "op": "Enter" + }, + { + "input": [ + "Preprocessor/map/TensorArray_1:1" + ], + "attr": { + "T": { + "type": 1 + }, + "is_constant": { + "b": false + }, + "parallel_iterations": { + "i": "32" + }, + "frame_name": { + "s": [ + 80, + 114, + 101, + 112, + 114, + 111, + 99, + 101, + 115, + 115, + 111, + 114, + 47, + 109, + 97, + 112, + 47, + 119, + 104, + 105, + 108, + 101, + 47, + 119, + 104, + 105, + 108, + 101, + 95, + 99, + 111, + 110, + 116, + 101, + 120, + 116 + ] + } + }, + "name": "Preprocessor/map/while/Enter_1", + "op": "Enter" + }, + { + "input": [ + "Preprocessor/map/TensorArray_1" + ], + "attr": { + "parallel_iterations": { + "i": "32" + }, + "frame_name": { + "s": [ + 80, + 114, + 101, + 112, + 114, + 111, + 99, + 101, + 115, + 115, + 111, + 114, + 47, + 109, + 97, + 112, + 47, + 119, + 104, + 105, + 108, + 101, + 47, + 119, + 104, + 105, + 108, + 101, + 95, + 99, + 111, + 110, + 116, + 101, + 120, + 116 + ] + }, + "T": { + "type": 20 + }, + "is_constant": { + "b": true + } + }, + "name": "Preprocessor/map/while/TensorArrayWrite/TensorArrayWriteV3/Enter", + "op": "Enter" + }, + { + "input": [ + "Preprocessor/map/TensorArray" + ], + "attr": { + "T": { + "type": 20 + }, + "is_constant": { + "b": true + }, + "parallel_iterations": { + "i": "32" + }, + "frame_name": { + "s": [ + 80, + 114, + 101, + 112, + 114, + 111, + 99, + 101, + 115, + 115, + 111, + 114, + 47, + 109, + 97, + 112, + 47, + 119, + 104, + 105, + 108, + 101, + 47, + 119, + 104, + 105, + 108, + 101, + 95, + 99, + 111, + 110, + 116, + 101, + 120, + 116 + ] + } + }, + "name": "Preprocessor/map/while/TensorArrayReadV3/Enter", + "op": "Enter" + }, + { + "input": [ + "Preprocessor/map/TensorArray", + "Preprocessor/map/TensorArrayUnstack/range", + "ToFloat", + "Preprocessor/map/TensorArray:1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Preprocessor/map/TensorArrayUnstack/TensorArrayScatter/TensorArrayScatterV3", + "op": "TensorArrayScatterV3" + }, + { + "input": [ + "Preprocessor/map/while/Merge", + "Preprocessor/map/while/Less/Enter" + ], + "attr": { + "T": { + "type": 3 + } + }, + "name": "Preprocessor/map/while/Less", + "op": "Less" + }, + { + "input": [ + "Preprocessor/map/while/Enter_1", + "Preprocessor/map/while/NextIteration_1" + ], + "attr": { + "T": { + "type": 1 + }, + "N": { + "i": "2" + } + }, + "name": "Preprocessor/map/while/Merge_1", + "op": "Merge" + }, + { + "input": [ + "Preprocessor/map/TensorArrayUnstack/TensorArrayScatter/TensorArrayScatterV3" + ], + "attr": { + "T": { + "type": 1 + }, + "is_constant": { + "b": true + }, + "parallel_iterations": { + "i": "32" + }, + "frame_name": { + "s": [ + 80, + 114, + 101, + 112, + 114, + 111, + 99, + 101, + 115, + 115, + 111, + 114, + 47, + 109, + 97, + 112, + 47, + 119, + 104, + 105, + 108, + 101, + 47, + 119, + 104, + 105, + 108, + 101, + 95, + 99, + 111, + 110, + 116, + 101, + 120, + 116 + ] + } + }, + "name": "Preprocessor/map/while/TensorArrayReadV3/Enter_1", + "op": "Enter" + }, + { + "input": [ + "Preprocessor/map/while/Less" + ], + "attr": {}, + "name": "Preprocessor/map/while/LoopCond", + "op": "LoopCond" + }, + { + "input": [ + "Preprocessor/map/while/Merge", + "Preprocessor/map/while/LoopCond" + ], + "attr": { + "T": { + "type": 3 + } + }, + "name": "Preprocessor/map/while/Switch", + "op": "Switch" + }, + { + "input": [ + "Preprocessor/map/while/Merge_1", + "Preprocessor/map/while/LoopCond" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Preprocessor/map/while/Switch_1", + "op": "Switch" + }, + { + "input": [ + "Preprocessor/map/while/Switch:1" + ], + "attr": { + "T": { + "type": 3 + } + }, + "name": "Preprocessor/map/while/Identity", + "op": "Identity" + }, + { + "input": [ + "Preprocessor/map/while/Switch_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Preprocessor/map/while/Exit_1", + "op": "Exit" + }, + { + "input": [ + "Preprocessor/map/while/TensorArrayReadV3/Enter", + "Preprocessor/map/while/Identity", + "Preprocessor/map/while/TensorArrayReadV3/Enter_1" + ], + "attr": { + "dtype": { + "type": 1 + } + }, + "name": "Preprocessor/map/while/TensorArrayReadV3", + "op": "TensorArrayReadV3" + }, + { + "input": [ + "^Preprocessor/map/while/Identity" + ], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 0 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "Preprocessor/map/while/ResizeImage/ExpandDims/dim", + "op": "Const" + }, + { + "input": [ + "^Preprocessor/map/while/Identity" + ], + "attr": { + "dtype": { + "type": 3 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [ + { + "size": "2" + } + ] + } + } + } + }, + "name": "Preprocessor/map/while/ResizeImage/stack", + "op": "Const" + }, + { + "input": [ + "^Preprocessor/map/while/Identity" + ], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [ + 1 + ], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "Preprocessor/map/while/add/y", + "op": "Const" + }, + { + "input": [ + "Preprocessor/map/TensorArray_1", + "Preprocessor/map/while/Exit_1" + ], + "attr": {}, + "name": "Preprocessor/map/TensorArrayStack/TensorArraySizeV3", + "op": "TensorArraySizeV3" + }, + { + "input": [ + "Preprocessor/map/while/TensorArrayReadV3", + "Preprocessor/map/while/ResizeImage/ExpandDims/dim" + ], + "attr": { + "Tdim": { + "type": 3 + }, + "T": { + "type": 1 + } + }, + "name": "Preprocessor/map/while/ResizeImage/ExpandDims", + "op": "ExpandDims" + }, + { + "input": [ + "Preprocessor/map/while/Identity", + "Preprocessor/map/while/add/y" + ], + "attr": { + "T": { + "type": 3 + } + }, + "name": "Preprocessor/map/while/add", + "op": "Add" + }, + { + "input": [ + "Preprocessor/map/TensorArrayStack/range/start", + "Preprocessor/map/TensorArrayStack/TensorArraySizeV3", + "Postprocessor/Tile/multiples/1" + ], + "attr": { + "Tidx": { + "type": 3 + } + }, + "name": "Preprocessor/map/TensorArrayStack/range", + "op": "Range" + }, + { + "input": [ + "Preprocessor/map/while/ResizeImage/ExpandDims", + "Preprocessor/map/while/ResizeImage/stack" + ], + "attr": { + "T": { + "type": 1 + }, + "align_corners": { + "b": false + } + }, + "name": "Preprocessor/map/while/ResizeImage/ResizeBilinear", + "op": "ResizeBilinear" + }, + { + "input": [ + "Preprocessor/map/while/add" + ], + "attr": { + "T": { + "type": 3 + } + }, + "name": "Preprocessor/map/while/NextIteration", + "op": "NextIteration" + }, + { + "input": [ + "Preprocessor/map/TensorArray_1", + "Preprocessor/map/TensorArrayStack/range", + "Preprocessor/map/while/Exit_1" + ], + "attr": { + "element_shape": { + "shape": { + "dim": [ + { + "size": "300" + }, + { + "size": "300" + }, + { + "size": "3" + } + ] + } + }, + "dtype": { + "type": 1 + } + }, + "name": "Preprocessor/map/TensorArrayStack/TensorArrayGatherV3", + "op": "TensorArrayGatherV3" + }, + { + "input": [ + "Preprocessor/map/while/ResizeImage/ResizeBilinear" + ], + "attr": { + "squeeze_dims": { + "list": { + "s": [], + "i": [ + "0" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + } + }, + "name": "Preprocessor/map/while/ResizeImage/Squeeze", + "op": "Squeeze" + }, + { + "input": [ + "Preprocessor/mul/x", + "Preprocessor/map/TensorArrayStack/TensorArrayGatherV3" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Preprocessor/mul", + "op": "Mul" + }, + { + "input": [ + "Preprocessor/map/while/TensorArrayWrite/TensorArrayWriteV3/Enter", + "Preprocessor/map/while/Identity", + "Preprocessor/map/while/ResizeImage/Squeeze", + "Preprocessor/map/while/Switch_1:1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Preprocessor/map/while/TensorArrayWrite/TensorArrayWriteV3", + "op": "TensorArrayWriteV3" + }, + { + "input": [ + "Preprocessor/mul", + "Preprocessor/sub/y" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Preprocessor/sub", + "op": "Sub" + }, + { + "input": [ + "Preprocessor/map/while/TensorArrayWrite/TensorArrayWriteV3" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Preprocessor/map/while/NextIteration_1", + "op": "NextIteration" + }, + { + "input": [ + "Preprocessor/sub", + "FeatureExtractor/MobilenetV2/Conv/Conv2D/merged_input" + ], + "attr": { + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "2", + "2", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/Conv/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/Conv/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/Conv/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/Conv/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/Conv/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/Conv/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/Conv/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/depthwise_weights" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv/project/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv/project/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv/project/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv/project/BatchNorm/batchnorm/add_1", + "FeatureExtractor/MobilenetV2/expanded_conv_1/expand/Conv2D/merged_input" + ], + "attr": { + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_1/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_1/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_1/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_1/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/depthwise_weights" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "2", + "2", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_1/project/Conv2D/merged_input" + ], + "attr": { + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_1/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_1/project/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/project/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_1/project/BatchNorm/batchnorm/add_1", + "FeatureExtractor/MobilenetV2/expanded_conv_2/expand/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_2/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_2/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_2/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_2/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/depthwise_weights" + ], + "attr": { + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_2/project/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_2/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_1/project/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + }, + "N": { + "i": "2" + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add", + "op": "AddN" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_2/project/BatchNorm/batchnorm/sub", + "FeatureExtractor/MobilenetV2/expanded_conv_2/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/ArithmeticOptimizer/AddOpsRewrite_add", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_2/ArithmeticOptimizer/AddOpsRewrite_add", + "FeatureExtractor/MobilenetV2/expanded_conv_3/expand/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_3/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_3/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_3/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_3/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/depthwise_weights" + ], + "attr": { + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "2", + "2", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_3/project/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_3/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_3/project/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/project/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_3/project/BatchNorm/batchnorm/add_1", + "FeatureExtractor/MobilenetV2/expanded_conv_4/expand/Conv2D/merged_input" + ], + "attr": { + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_4/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_4/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_4/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_4/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/depthwise_weights" + ], + "attr": { + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_4/project/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_4/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_3/project/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + }, + "N": { + "i": "2" + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add", + "op": "AddN" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_4/project/BatchNorm/batchnorm/sub", + "FeatureExtractor/MobilenetV2/expanded_conv_4/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add" + ], + "attr": { + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + }, + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/ArithmeticOptimizer/AddOpsRewrite_add", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_4/ArithmeticOptimizer/AddOpsRewrite_add", + "FeatureExtractor/MobilenetV2/expanded_conv_5/expand/Conv2D/merged_input" + ], + "attr": { + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_5/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_5/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_5/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_5/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/depthwise_weights" + ], + "attr": { + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_5/project/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_5/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_4/ArithmeticOptimizer/AddOpsRewrite_add" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + }, + "N": { + "i": "2" + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add", + "op": "AddN" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_5/project/BatchNorm/batchnorm/sub", + "FeatureExtractor/MobilenetV2/expanded_conv_5/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/ArithmeticOptimizer/AddOpsRewrite_add", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_5/ArithmeticOptimizer/AddOpsRewrite_add", + "FeatureExtractor/MobilenetV2/expanded_conv_6/expand/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_6/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_6/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_6/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_6/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/depthwise_weights" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "2", + "2", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_6/project/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_6/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_6/project/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/project/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_6/project/BatchNorm/batchnorm/add_1", + "FeatureExtractor/MobilenetV2/expanded_conv_7/expand/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_7/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_7/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_7/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_7/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/depthwise_weights" + ], + "attr": { + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_7/project/Conv2D/merged_input" + ], + "attr": { + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_7/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_6/project/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + }, + "N": { + "i": "2" + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add", + "op": "AddN" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_7/project/BatchNorm/batchnorm/sub", + "FeatureExtractor/MobilenetV2/expanded_conv_7/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/ArithmeticOptimizer/AddOpsRewrite_add", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_7/ArithmeticOptimizer/AddOpsRewrite_add", + "FeatureExtractor/MobilenetV2/expanded_conv_8/expand/Conv2D/merged_input" + ], + "attr": { + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_8/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_8/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_8/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_8/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/depthwise_weights" + ], + "attr": { + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_8/project/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_8/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_7/ArithmeticOptimizer/AddOpsRewrite_add" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + }, + "N": { + "i": "2" + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add", + "op": "AddN" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_8/project/BatchNorm/batchnorm/sub", + "FeatureExtractor/MobilenetV2/expanded_conv_8/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add" + ], + "attr": { + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + }, + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/ArithmeticOptimizer/AddOpsRewrite_add", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_8/ArithmeticOptimizer/AddOpsRewrite_add", + "FeatureExtractor/MobilenetV2/expanded_conv_9/expand/Conv2D/merged_input" + ], + "attr": { + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_9/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_9/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_9/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_9/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/depthwise_weights" + ], + "attr": { + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_9/project/Conv2D/merged_input" + ], + "attr": { + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_9/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_8/ArithmeticOptimizer/AddOpsRewrite_add" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + }, + "N": { + "i": "2" + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add", + "op": "AddN" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_9/project/BatchNorm/batchnorm/sub", + "FeatureExtractor/MobilenetV2/expanded_conv_9/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/ArithmeticOptimizer/AddOpsRewrite_add", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_9/ArithmeticOptimizer/AddOpsRewrite_add", + "FeatureExtractor/MobilenetV2/expanded_conv_10/expand/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_10/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_10/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_10/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_10/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/depthwise_weights" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_10/project/Conv2D/merged_input" + ], + "attr": { + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_10/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_10/project/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/project/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_10/project/BatchNorm/batchnorm/add_1", + "FeatureExtractor/MobilenetV2/expanded_conv_11/expand/Conv2D/merged_input" + ], + "attr": { + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_11/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_11/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_11/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_11/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/depthwise_weights" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_11/project/Conv2D/merged_input" + ], + "attr": { + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_11/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_10/project/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + }, + "N": { + "i": "2" + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add", + "op": "AddN" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_11/project/BatchNorm/batchnorm/sub", + "FeatureExtractor/MobilenetV2/expanded_conv_11/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/ArithmeticOptimizer/AddOpsRewrite_add", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_11/ArithmeticOptimizer/AddOpsRewrite_add", + "FeatureExtractor/MobilenetV2/expanded_conv_12/expand/Conv2D/merged_input" + ], + "attr": { + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_12/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_12/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_12/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_12/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/depthwise_weights" + ], + "attr": { + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_12/project/Conv2D/merged_input" + ], + "attr": { + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_12/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_11/ArithmeticOptimizer/AddOpsRewrite_add" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + }, + "N": { + "i": "2" + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add", + "op": "AddN" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_12/project/BatchNorm/batchnorm/sub", + "FeatureExtractor/MobilenetV2/expanded_conv_12/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/ArithmeticOptimizer/AddOpsRewrite_add", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_12/ArithmeticOptimizer/AddOpsRewrite_add", + "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/Conv2D/merged_input" + ], + "attr": { + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/Relu6", + "BoxPredictor_0/BoxEncodingPredictor/weights" + ], + "attr": { + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "BoxPredictor_0/BoxEncodingPredictor/Conv2D", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/Relu6", + "BoxPredictor_0/ClassPredictor/weights" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "BoxPredictor_0/ClassPredictor/Conv2D", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/Relu6" + ], + "attr": { + "T": { + "type": 1 + }, + "out_type": { + "type": 3 + } + }, + "name": "BoxPredictor_0/Shape", + "op": "Shape" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/depthwise_weights" + ], + "attr": { + "strides": { + "list": { + "s": [], + "i": [ + "1", + "2", + "2", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "BoxPredictor_0/BoxEncodingPredictor/Conv2D", + "BoxPredictor_0/BoxEncodingPredictor/biases" + ], + "attr": { + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "BoxPredictor_0/BoxEncodingPredictor/BiasAdd", + "op": "BiasAdd" + }, + { + "input": [ + "BoxPredictor_0/ClassPredictor/Conv2D", + "BoxPredictor_0/ClassPredictor/biases" + ], + "attr": { + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "BoxPredictor_0/ClassPredictor/BiasAdd", + "op": "BiasAdd" + }, + { + "input": [ + "BoxPredictor_0/Shape", + "Postprocessor/strided_slice/stack", + "Postprocessor/strided_slice/stack_1", + "Postprocessor/strided_slice/stack_1" + ], + "attr": { + "T": { + "type": 3 + }, + "Index": { + "type": 3 + }, + "shrink_axis_mask": { + "i": "1" + }, + "begin_mask": { + "i": "0" + }, + "ellipsis_mask": { + "i": "0" + }, + "new_axis_mask": { + "i": "0" + }, + "end_mask": { + "i": "0" + } + }, + "name": "BoxPredictor_0/strided_slice", + "op": "StridedSlice" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "BoxPredictor_0/strided_slice", + "BoxPredictor_0/stack/1", + "Postprocessor/Tile/multiples/1", + "BoxPredictor_0/stack/3" + ], + "attr": { + "T": { + "type": 3 + }, + "axis": { + "i": "0" + }, + "N": { + "i": "4" + } + }, + "name": "BoxPredictor_0/stack", + "op": "Pack" + }, + { + "input": [ + "BoxPredictor_0/strided_slice", + "BoxPredictor_0/stack/1", + "BoxPredictor_0/stack_1/2" + ], + "attr": { + "T": { + "type": 3 + }, + "axis": { + "i": "0" + }, + "N": { + "i": "3" + } + }, + "name": "BoxPredictor_0/stack_1", + "op": "Pack" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "BoxPredictor_0/BoxEncodingPredictor/BiasAdd", + "BoxPredictor_0/stack" + ], + "attr": { + "T": { + "type": 1 + }, + "Tshape": { + "type": 3 + } + }, + "name": "BoxPredictor_0/Reshape", + "op": "Reshape" + }, + { + "input": [ + "BoxPredictor_0/ClassPredictor/BiasAdd", + "BoxPredictor_0/stack_1" + ], + "attr": { + "T": { + "type": 1 + }, + "Tshape": { + "type": 3 + } + }, + "name": "BoxPredictor_0/Reshape_1", + "op": "Reshape" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_13/project/Conv2D/merged_input" + ], + "attr": { + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_13/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_13/project/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/project/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_13/project/BatchNorm/batchnorm/add_1", + "FeatureExtractor/MobilenetV2/expanded_conv_14/expand/Conv2D/merged_input" + ], + "attr": { + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_14/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_14/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_14/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_14/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/depthwise_weights" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_14/project/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_14/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_13/project/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + }, + "N": { + "i": "2" + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add", + "op": "AddN" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_14/project/BatchNorm/batchnorm/sub", + "FeatureExtractor/MobilenetV2/expanded_conv_14/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/ArithmeticOptimizer/AddOpsRewrite_add", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_14/ArithmeticOptimizer/AddOpsRewrite_add", + "FeatureExtractor/MobilenetV2/expanded_conv_15/expand/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_15/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_15/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_15/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_15/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/depthwise_weights" + ], + "attr": { + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_15/project/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_15/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_14/ArithmeticOptimizer/AddOpsRewrite_add" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + }, + "N": { + "i": "2" + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add", + "op": "AddN" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_15/project/BatchNorm/batchnorm/sub", + "FeatureExtractor/MobilenetV2/expanded_conv_15/ArithmeticOptimizer/AddOpsRewrite_Leaf_1_add" + ], + "attr": { + "T": { + "type": 1 + }, + "_grappler:ArithmeticOptimizer:AddOpsRewriteStage": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/ArithmeticOptimizer/AddOpsRewrite_add", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_15/ArithmeticOptimizer/AddOpsRewrite_add", + "FeatureExtractor/MobilenetV2/expanded_conv_16/expand/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/expand/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_16/expand/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_16/expand/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/expand/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_16/expand/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/expand/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_16/expand/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/depthwise_weights" + ], + "attr": { + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/depthwise", + "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/Relu6", + "FeatureExtractor/MobilenetV2/expanded_conv_16/project/Conv2D/merged_input" + ], + "attr": { + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/project/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_16/project/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/expanded_conv_16/project/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/project/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/expanded_conv_16/project/BatchNorm/batchnorm/add_1", + "FeatureExtractor/MobilenetV2/Conv_1/Conv2D/merged_input" + ], + "attr": { + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/Conv_1/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/Conv_1/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/Conv_1/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/Conv_1/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/Conv_1/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/Conv_1/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/Conv_1/Relu6", + "BoxPredictor_1/BoxEncodingPredictor/weights" + ], + "attr": { + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + } + }, + "name": "BoxPredictor_1/BoxEncodingPredictor/Conv2D", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/Conv_1/Relu6", + "BoxPredictor_1/ClassPredictor/weights" + ], + "attr": { + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "BoxPredictor_1/ClassPredictor/Conv2D", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/Conv_1/Relu6" + ], + "attr": { + "T": { + "type": 1 + }, + "out_type": { + "type": 3 + } + }, + "name": "BoxPredictor_1/Shape", + "op": "Shape" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/Conv_1/Relu6", + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_2_1x1_256/Conv2D/merged_input" + ], + "attr": { + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_2_1x1_256/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "BoxPredictor_1/BoxEncodingPredictor/Conv2D", + "BoxPredictor_1/BoxEncodingPredictor/biases" + ], + "attr": { + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "BoxPredictor_1/BoxEncodingPredictor/BiasAdd", + "op": "BiasAdd" + }, + { + "input": [ + "BoxPredictor_1/ClassPredictor/Conv2D", + "BoxPredictor_1/ClassPredictor/biases" + ], + "attr": { + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "BoxPredictor_1/ClassPredictor/BiasAdd", + "op": "BiasAdd" + }, + { + "input": [ + "BoxPredictor_1/Shape", + "Postprocessor/strided_slice/stack", + "Postprocessor/strided_slice/stack_1", + "Postprocessor/strided_slice/stack_1" + ], + "attr": { + "end_mask": { + "i": "0" + }, + "T": { + "type": 3 + }, + "Index": { + "type": 3 + }, + "shrink_axis_mask": { + "i": "1" + }, + "begin_mask": { + "i": "0" + }, + "ellipsis_mask": { + "i": "0" + }, + "new_axis_mask": { + "i": "0" + } + }, + "name": "BoxPredictor_1/strided_slice", + "op": "StridedSlice" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_2_1x1_256/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_2_1x1_256/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_2_1x1_256/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "BoxPredictor_1/strided_slice", + "BoxPredictor_1/stack/1", + "Postprocessor/Tile/multiples/1", + "BoxPredictor_0/stack/3" + ], + "attr": { + "axis": { + "i": "0" + }, + "N": { + "i": "4" + }, + "T": { + "type": 3 + } + }, + "name": "BoxPredictor_1/stack", + "op": "Pack" + }, + { + "input": [ + "BoxPredictor_1/strided_slice", + "BoxPredictor_1/stack/1", + "BoxPredictor_0/stack_1/2" + ], + "attr": { + "N": { + "i": "3" + }, + "T": { + "type": 3 + }, + "axis": { + "i": "0" + } + }, + "name": "BoxPredictor_1/stack_1", + "op": "Pack" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_2_1x1_256/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_2_1x1_256/Relu6", + "op": "Relu6" + }, + { + "input": [ + "BoxPredictor_1/BoxEncodingPredictor/BiasAdd", + "BoxPredictor_1/stack" + ], + "attr": { + "T": { + "type": 1 + }, + "Tshape": { + "type": 3 + } + }, + "name": "BoxPredictor_1/Reshape", + "op": "Reshape" + }, + { + "input": [ + "BoxPredictor_1/ClassPredictor/BiasAdd", + "BoxPredictor_1/stack_1" + ], + "attr": { + "Tshape": { + "type": 3 + }, + "T": { + "type": 1 + } + }, + "name": "BoxPredictor_1/Reshape_1", + "op": "Reshape" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_2_1x1_256/Relu6", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/depthwise_weights" + ], + "attr": { + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "2", + "2", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/depthwise", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/Relu6", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/Relu6", + "BoxPredictor_2/BoxEncodingPredictor/weights" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "BoxPredictor_2/BoxEncodingPredictor/Conv2D", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/Relu6", + "BoxPredictor_2/ClassPredictor/weights" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "BoxPredictor_2/ClassPredictor/Conv2D", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/Relu6" + ], + "attr": { + "T": { + "type": 1 + }, + "out_type": { + "type": 3 + } + }, + "name": "BoxPredictor_2/Shape", + "op": "Shape" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/Relu6", + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_3_1x1_128/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_3_1x1_128/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "BoxPredictor_2/BoxEncodingPredictor/Conv2D", + "BoxPredictor_2/BoxEncodingPredictor/biases" + ], + "attr": { + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "T": { + "type": 1 + } + }, + "name": "BoxPredictor_2/BoxEncodingPredictor/BiasAdd", + "op": "BiasAdd" + }, + { + "input": [ + "BoxPredictor_2/ClassPredictor/Conv2D", + "BoxPredictor_2/ClassPredictor/biases" + ], + "attr": { + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "T": { + "type": 1 + } + }, + "name": "BoxPredictor_2/ClassPredictor/BiasAdd", + "op": "BiasAdd" + }, + { + "input": [ + "BoxPredictor_2/Shape", + "Postprocessor/strided_slice/stack", + "Postprocessor/strided_slice/stack_1", + "Postprocessor/strided_slice/stack_1" + ], + "attr": { + "T": { + "type": 3 + }, + "Index": { + "type": 3 + }, + "shrink_axis_mask": { + "i": "1" + }, + "ellipsis_mask": { + "i": "0" + }, + "begin_mask": { + "i": "0" + }, + "new_axis_mask": { + "i": "0" + }, + "end_mask": { + "i": "0" + } + }, + "name": "BoxPredictor_2/strided_slice", + "op": "StridedSlice" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_3_1x1_128/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_3_1x1_128/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_3_1x1_128/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "BoxPredictor_2/strided_slice", + "BoxPredictor_2/stack/1", + "Postprocessor/Tile/multiples/1", + "BoxPredictor_0/stack/3" + ], + "attr": { + "T": { + "type": 3 + }, + "axis": { + "i": "0" + }, + "N": { + "i": "4" + } + }, + "name": "BoxPredictor_2/stack", + "op": "Pack" + }, + { + "input": [ + "BoxPredictor_2/strided_slice", + "BoxPredictor_2/stack/1", + "BoxPredictor_0/stack_1/2" + ], + "attr": { + "T": { + "type": 3 + }, + "axis": { + "i": "0" + }, + "N": { + "i": "3" + } + }, + "name": "BoxPredictor_2/stack_1", + "op": "Pack" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_3_1x1_128/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_3_1x1_128/Relu6", + "op": "Relu6" + }, + { + "input": [ + "BoxPredictor_2/BoxEncodingPredictor/BiasAdd", + "BoxPredictor_2/stack" + ], + "attr": { + "T": { + "type": 1 + }, + "Tshape": { + "type": 3 + } + }, + "name": "BoxPredictor_2/Reshape", + "op": "Reshape" + }, + { + "input": [ + "BoxPredictor_2/ClassPredictor/BiasAdd", + "BoxPredictor_2/stack_1" + ], + "attr": { + "T": { + "type": 1 + }, + "Tshape": { + "type": 3 + } + }, + "name": "BoxPredictor_2/Reshape_1", + "op": "Reshape" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_3_1x1_128/Relu6", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/depthwise_weights" + ], + "attr": { + "strides": { + "list": { + "s": [], + "i": [ + "1", + "2", + "2", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/depthwise", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/Relu6", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/Relu6", + "BoxPredictor_3/BoxEncodingPredictor/weights" + ], + "attr": { + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "BoxPredictor_3/BoxEncodingPredictor/Conv2D", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/Relu6", + "BoxPredictor_3/ClassPredictor/weights" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "BoxPredictor_3/ClassPredictor/Conv2D", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/Relu6" + ], + "attr": { + "T": { + "type": 1 + }, + "out_type": { + "type": 3 + } + }, + "name": "BoxPredictor_3/Shape", + "op": "Shape" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/Relu6", + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_4_1x1_128/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_4_1x1_128/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "BoxPredictor_3/BoxEncodingPredictor/Conv2D", + "BoxPredictor_3/BoxEncodingPredictor/biases" + ], + "attr": { + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "BoxPredictor_3/BoxEncodingPredictor/BiasAdd", + "op": "BiasAdd" + }, + { + "input": [ + "BoxPredictor_3/ClassPredictor/Conv2D", + "BoxPredictor_3/ClassPredictor/biases" + ], + "attr": { + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "BoxPredictor_3/ClassPredictor/BiasAdd", + "op": "BiasAdd" + }, + { + "input": [ + "BoxPredictor_3/Shape", + "Postprocessor/strided_slice/stack", + "Postprocessor/strided_slice/stack_1", + "Postprocessor/strided_slice/stack_1" + ], + "attr": { + "begin_mask": { + "i": "0" + }, + "ellipsis_mask": { + "i": "0" + }, + "new_axis_mask": { + "i": "0" + }, + "end_mask": { + "i": "0" + }, + "T": { + "type": 3 + }, + "Index": { + "type": 3 + }, + "shrink_axis_mask": { + "i": "1" + } + }, + "name": "BoxPredictor_3/strided_slice", + "op": "StridedSlice" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_4_1x1_128/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_4_1x1_128/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_4_1x1_128/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "BoxPredictor_3/strided_slice", + "BoxPredictor_3/stack/1", + "Postprocessor/Tile/multiples/1", + "BoxPredictor_0/stack/3" + ], + "attr": { + "N": { + "i": "4" + }, + "T": { + "type": 3 + }, + "axis": { + "i": "0" + } + }, + "name": "BoxPredictor_3/stack", + "op": "Pack" + }, + { + "input": [ + "BoxPredictor_3/strided_slice", + "BoxPredictor_3/stack/1", + "BoxPredictor_0/stack_1/2" + ], + "attr": { + "T": { + "type": 3 + }, + "axis": { + "i": "0" + }, + "N": { + "i": "3" + } + }, + "name": "BoxPredictor_3/stack_1", + "op": "Pack" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_4_1x1_128/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_4_1x1_128/Relu6", + "op": "Relu6" + }, + { + "input": [ + "BoxPredictor_3/BoxEncodingPredictor/BiasAdd", + "BoxPredictor_3/stack" + ], + "attr": { + "T": { + "type": 1 + }, + "Tshape": { + "type": 3 + } + }, + "name": "BoxPredictor_3/Reshape", + "op": "Reshape" + }, + { + "input": [ + "BoxPredictor_3/ClassPredictor/BiasAdd", + "BoxPredictor_3/stack_1" + ], + "attr": { + "T": { + "type": 1 + }, + "Tshape": { + "type": 3 + } + }, + "name": "BoxPredictor_3/Reshape_1", + "op": "Reshape" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_4_1x1_128/Relu6", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/depthwise_weights" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "2", + "2", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/depthwise", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/Relu6", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/Conv2D/merged_input" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/Relu6", + "BoxPredictor_4/BoxEncodingPredictor/weights" + ], + "attr": { + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "use_cudnn_on_gpu": { + "b": true + } + }, + "name": "BoxPredictor_4/BoxEncodingPredictor/Conv2D", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/Relu6", + "BoxPredictor_4/ClassPredictor/weights" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "BoxPredictor_4/ClassPredictor/Conv2D", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/Relu6" + ], + "attr": { + "T": { + "type": 1 + }, + "out_type": { + "type": 3 + } + }, + "name": "BoxPredictor_4/Shape", + "op": "Shape" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/Relu6", + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_5_1x1_64/Conv2D/merged_input" + ], + "attr": { + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_5_1x1_64/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "BoxPredictor_4/BoxEncodingPredictor/Conv2D", + "BoxPredictor_4/BoxEncodingPredictor/biases" + ], + "attr": { + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "BoxPredictor_4/BoxEncodingPredictor/BiasAdd", + "op": "BiasAdd" + }, + { + "input": [ + "BoxPredictor_4/ClassPredictor/Conv2D", + "BoxPredictor_4/ClassPredictor/biases" + ], + "attr": { + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "BoxPredictor_4/ClassPredictor/BiasAdd", + "op": "BiasAdd" + }, + { + "input": [ + "BoxPredictor_4/Shape", + "Postprocessor/strided_slice/stack", + "Postprocessor/strided_slice/stack_1", + "Postprocessor/strided_slice/stack_1" + ], + "attr": { + "shrink_axis_mask": { + "i": "1" + }, + "ellipsis_mask": { + "i": "0" + }, + "begin_mask": { + "i": "0" + }, + "new_axis_mask": { + "i": "0" + }, + "end_mask": { + "i": "0" + }, + "T": { + "type": 3 + }, + "Index": { + "type": 3 + } + }, + "name": "BoxPredictor_4/strided_slice", + "op": "StridedSlice" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_5_1x1_64/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_5_1x1_64/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_5_1x1_64/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "BoxPredictor_4/strided_slice", + "BoxPredictor_4/stack/1", + "Postprocessor/Tile/multiples/1", + "BoxPredictor_0/stack/3" + ], + "attr": { + "axis": { + "i": "0" + }, + "N": { + "i": "4" + }, + "T": { + "type": 3 + } + }, + "name": "BoxPredictor_4/stack", + "op": "Pack" + }, + { + "input": [ + "BoxPredictor_4/strided_slice", + "BoxPredictor_4/stack/1", + "BoxPredictor_0/stack_1/2" + ], + "attr": { + "T": { + "type": 3 + }, + "axis": { + "i": "0" + }, + "N": { + "i": "3" + } + }, + "name": "BoxPredictor_4/stack_1", + "op": "Pack" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_5_1x1_64/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_5_1x1_64/Relu6", + "op": "Relu6" + }, + { + "input": [ + "BoxPredictor_4/BoxEncodingPredictor/BiasAdd", + "BoxPredictor_4/stack" + ], + "attr": { + "T": { + "type": 1 + }, + "Tshape": { + "type": 3 + } + }, + "name": "BoxPredictor_4/Reshape", + "op": "Reshape" + }, + { + "input": [ + "BoxPredictor_4/ClassPredictor/BiasAdd", + "BoxPredictor_4/stack_1" + ], + "attr": { + "T": { + "type": 1 + }, + "Tshape": { + "type": 3 + } + }, + "name": "BoxPredictor_4/Reshape_1", + "op": "Reshape" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_5_1x1_64/Relu6", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/depthwise_weights" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "2", + "2", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/depthwise", + "op": "DepthwiseConv2dNative" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/depthwise", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/BatchNorm/batchnorm/mul" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/BatchNorm/batchnorm/mul_1", + "op": "Mul" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/Relu6", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/Conv2D/merged_input" + ], + "attr": { + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/BatchNorm/batchnorm/mul_1", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/BatchNorm/batchnorm/mul_1", + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/BatchNorm/batchnorm/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/BatchNorm/batchnorm/add_1", + "op": "Add" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/BatchNorm/batchnorm/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/Relu6", + "op": "Relu6" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/Relu6", + "BoxPredictor_5/BoxEncodingPredictor/weights" + ], + "attr": { + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + }, + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + } + }, + "name": "BoxPredictor_5/BoxEncodingPredictor/Conv2D", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/Relu6", + "BoxPredictor_5/ClassPredictor/weights" + ], + "attr": { + "dilations": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + }, + "strides": { + "list": { + "s": [], + "i": [ + "1", + "1", + "1", + "1" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + }, + "use_cudnn_on_gpu": { + "b": true + }, + "padding": { + "s": [ + 83, + 65, + 77, + 69 + ] + } + }, + "name": "BoxPredictor_5/ClassPredictor/Conv2D", + "op": "Conv2D" + }, + { + "input": [ + "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/Relu6" + ], + "attr": { + "T": { + "type": 1 + }, + "out_type": { + "type": 3 + } + }, + "name": "BoxPredictor_5/Shape", + "op": "Shape" + }, + { + "input": [ + "BoxPredictor_5/BoxEncodingPredictor/Conv2D", + "BoxPredictor_5/BoxEncodingPredictor/biases" + ], + "attr": { + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "BoxPredictor_5/BoxEncodingPredictor/BiasAdd", + "op": "BiasAdd" + }, + { + "input": [ + "BoxPredictor_5/ClassPredictor/Conv2D", + "BoxPredictor_5/ClassPredictor/biases" + ], + "attr": { + "T": { + "type": 1 + }, + "data_format": { + "s": [ + 78, + 72, + 87, + 67 + ] + } + }, + "name": "BoxPredictor_5/ClassPredictor/BiasAdd", + "op": "BiasAdd" + }, + { + "input": [ + "BoxPredictor_5/Shape", + "Postprocessor/strided_slice/stack", + "Postprocessor/strided_slice/stack_1", + "Postprocessor/strided_slice/stack_1" + ], + "attr": { + "ellipsis_mask": { + "i": "0" + }, + "begin_mask": { + "i": "0" + }, + "new_axis_mask": { + "i": "0" + }, + "end_mask": { + "i": "0" + }, + "T": { + "type": 3 + }, + "Index": { + "type": 3 + }, + "shrink_axis_mask": { + "i": "1" + } + }, + "name": "BoxPredictor_5/strided_slice", + "op": "StridedSlice" + }, + { + "input": [ + "BoxPredictor_5/strided_slice", + "BoxPredictor_5/stack/1", + "Postprocessor/Tile/multiples/1", + "BoxPredictor_0/stack/3" + ], + "attr": { + "axis": { + "i": "0" + }, + "N": { + "i": "4" + }, + "T": { + "type": 3 + } + }, + "name": "BoxPredictor_5/stack", + "op": "Pack" + }, + { + "input": [ + "BoxPredictor_5/strided_slice", + "BoxPredictor_5/stack/1", + "BoxPredictor_0/stack_1/2" + ], + "attr": { + "T": { + "type": 3 + }, + "axis": { + "i": "0" + }, + "N": { + "i": "3" + } + }, + "name": "BoxPredictor_5/stack_1", + "op": "Pack" + }, + { + "input": [ + "BoxPredictor_5/BoxEncodingPredictor/BiasAdd", + "BoxPredictor_5/stack" + ], + "attr": { + "T": { + "type": 1 + }, + "Tshape": { + "type": 3 + } + }, + "name": "BoxPredictor_5/Reshape", + "op": "Reshape" + }, + { + "input": [ + "BoxPredictor_5/ClassPredictor/BiasAdd", + "BoxPredictor_5/stack_1" + ], + "attr": { + "T": { + "type": 1 + }, + "Tshape": { + "type": 3 + } + }, + "name": "BoxPredictor_5/Reshape_1", + "op": "Reshape" + }, + { + "input": [ + "BoxPredictor_0/Reshape", + "BoxPredictor_1/Reshape", + "BoxPredictor_2/Reshape", + "BoxPredictor_3/Reshape", + "BoxPredictor_4/Reshape", + "BoxPredictor_5/Reshape", + "Postprocessor/Tile/multiples/1" + ], + "attr": { + "T": { + "type": 1 + }, + "N": { + "i": "6" + }, + "Tidx": { + "type": 3 + } + }, + "name": "concat", + "op": "ConcatV2" + }, + { + "input": [ + "BoxPredictor_0/Reshape_1", + "BoxPredictor_1/Reshape_1", + "BoxPredictor_2/Reshape_1", + "BoxPredictor_3/Reshape_1", + "BoxPredictor_4/Reshape_1", + "BoxPredictor_5/Reshape_1", + "Postprocessor/Tile/multiples/1" + ], + "attr": { + "T": { + "type": 1 + }, + "N": { + "i": "6" + }, + "Tidx": { + "type": 3 + } + }, + "name": "concat_1", + "op": "ConcatV2" + }, + { + "input": [ + "concat" + ], + "attr": { + "squeeze_dims": { + "list": { + "s": [], + "i": [ + "2" + ], + "f": [], + "b": [], + "type": [], + "shape": [], + "tensor": [], + "func": [] + } + }, + "T": { + "type": 1 + } + }, + "name": "Squeeze", + "op": "Squeeze" + }, + { + "input": [ + "concat_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/convert_scores", + "op": "Sigmoid" + }, + { + "input": [ + "Squeeze", + "Postprocessor/Reshape_1/shape" + ], + "attr": { + "T": { + "type": 1 + }, + "Tshape": { + "type": 3 + } + }, + "name": "Postprocessor/Reshape_1", + "op": "Reshape" + }, + { + "input": [ + "Squeeze" + ], + "attr": { + "T": { + "type": 1 + }, + "out_type": { + "type": 3 + } + }, + "name": "Postprocessor/Shape", + "op": "Shape" + }, + { + "input": [ + "Postprocessor/convert_scores", + "Postprocessor/Slice/begin", + "Postprocessor/Slice/size" + ], + "attr": { + "Index": { + "type": 3 + }, + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Slice", + "op": "Slice" + }, + { + "input": [ + "^Postprocessor/Reshape_1" + ], + "attr": { + "dtype": { + "type": 3 + }, + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [ + { + "size": "2" + } + ] + } + } + } + }, + "name": "Postprocessor/Decode/transpose/sub_1", + "op": "Const" + }, + { + "input": [ + "Postprocessor/Shape", + "Postprocessor/strided_slice/stack", + "Postprocessor/strided_slice/stack_1", + "Postprocessor/strided_slice/stack_1" + ], + "attr": { + "shrink_axis_mask": { + "i": "1" + }, + "ellipsis_mask": { + "i": "0" + }, + "begin_mask": { + "i": "0" + }, + "new_axis_mask": { + "i": "0" + }, + "end_mask": { + "i": "0" + }, + "T": { + "type": 3 + }, + "Index": { + "type": 3 + } + }, + "name": "Postprocessor/strided_slice", + "op": "StridedSlice" + }, + { + "input": [ + "Postprocessor/Reshape_1", + "Postprocessor/Decode/transpose/sub_1" + ], + "attr": { + "T": { + "type": 1 + }, + "Tperm": { + "type": 3 + } + }, + "name": "Postprocessor/Decode/transpose", + "op": "Transpose" + }, + { + "input": [ + "Postprocessor/strided_slice", + "Postprocessor/Tile/multiples/1", + "Postprocessor/Tile/multiples/1" + ], + "attr": { + "T": { + "type": 3 + }, + "axis": { + "i": "0" + }, + "N": { + "i": "3" + } + }, + "name": "Postprocessor/Tile/multiples", + "op": "Pack" + }, + { + "input": [ + "Postprocessor/strided_slice", + "MultipleGridAnchorGenerator/assert_equal/x", + "BoxPredictor_0/stack/3" + ], + "attr": { + "T": { + "type": 3 + }, + "axis": { + "i": "0" + }, + "N": { + "i": "3" + } + }, + "name": "Postprocessor/stack", + "op": "Pack" + }, + { + "input": [ + "Postprocessor/Decode/transpose" + ], + "attr": { + "T": { + "type": 1 + }, + "num": { + "i": "4" + }, + "axis": { + "i": "0" + } + }, + "name": "Postprocessor/Decode/unstack", + "op": "Unpack" + }, + { + "input": [ + "Postprocessor/ExpandDims", + "Postprocessor/Tile/multiples" + ], + "attr": { + "Tmultiples": { + "type": 3 + }, + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Tile", + "op": "Tile" + }, + { + "input": [ + "Postprocessor/Decode/unstack", + "ConstantFolding/Postprocessor/Decode/div_recip" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/div", + "op": "Mul" + }, + { + "input": [ + "Postprocessor/Decode/unstack:2", + "ConstantFolding/Postprocessor/Decode/div_2_recip" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/div_2", + "op": "Mul" + }, + { + "input": [ + "Postprocessor/Decode/unstack:1", + "ConstantFolding/Postprocessor/Decode/div_recip" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/div_1", + "op": "Mul" + }, + { + "input": [ + "Postprocessor/Decode/unstack:3", + "ConstantFolding/Postprocessor/Decode/div_2_recip" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/div_3", + "op": "Mul" + }, + { + "input": [ + "Postprocessor/Tile", + "Postprocessor/Reshape_1/shape" + ], + "attr": { + "T": { + "type": 1 + }, + "Tshape": { + "type": 3 + } + }, + "name": "Postprocessor/Reshape", + "op": "Reshape" + }, + { + "input": [ + "Postprocessor/Decode/div_2" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/Exp_1", + "op": "Exp" + }, + { + "input": [ + "Postprocessor/Decode/div_3" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/Exp", + "op": "Exp" + }, + { + "input": [ + "^Postprocessor/Reshape" + ], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [ + { + "size": "2" + } + ] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "Postprocessor/Decode/get_center_coordinates_and_sizes/transpose/sub_1", + "op": "Const" + }, + { + "input": [ + "Postprocessor/Reshape", + "Postprocessor/Decode/get_center_coordinates_and_sizes/transpose/sub_1" + ], + "attr": { + "Tperm": { + "type": 3 + }, + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/get_center_coordinates_and_sizes/transpose", + "op": "Transpose" + }, + { + "input": [ + "Postprocessor/Decode/get_center_coordinates_and_sizes/transpose" + ], + "attr": { + "T": { + "type": 1 + }, + "num": { + "i": "4" + }, + "axis": { + "i": "0" + } + }, + "name": "Postprocessor/Decode/get_center_coordinates_and_sizes/unstack", + "op": "Unpack" + }, + { + "input": [ + "Postprocessor/Decode/get_center_coordinates_and_sizes/unstack:2", + "Postprocessor/Decode/get_center_coordinates_and_sizes/unstack" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/get_center_coordinates_and_sizes/sub_1", + "op": "Sub" + }, + { + "input": [ + "Postprocessor/Decode/get_center_coordinates_and_sizes/unstack:3", + "Postprocessor/Decode/get_center_coordinates_and_sizes/unstack:1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/get_center_coordinates_and_sizes/sub", + "op": "Sub" + }, + { + "input": [ + "Postprocessor/Decode/div", + "Postprocessor/Decode/get_center_coordinates_and_sizes/sub_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/mul_2", + "op": "Mul" + }, + { + "input": [ + "Postprocessor/Decode/get_center_coordinates_and_sizes/sub_1", + "ConstantFolding/Postprocessor/Decode/div_4_recip" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/get_center_coordinates_and_sizes/div", + "op": "Mul" + }, + { + "input": [ + "Postprocessor/Decode/div_1", + "Postprocessor/Decode/get_center_coordinates_and_sizes/sub" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/mul_3", + "op": "Mul" + }, + { + "input": [ + "Postprocessor/Decode/get_center_coordinates_and_sizes/sub", + "ConstantFolding/Postprocessor/Decode/div_4_recip" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/get_center_coordinates_and_sizes/div_1", + "op": "Mul" + }, + { + "input": [ + "Postprocessor/Decode/get_center_coordinates_and_sizes/unstack", + "Postprocessor/Decode/get_center_coordinates_and_sizes/div" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/get_center_coordinates_and_sizes/add", + "op": "Add" + }, + { + "input": [ + "Postprocessor/Decode/get_center_coordinates_and_sizes/div", + "Postprocessor/Decode/Exp_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/div_4", + "op": "Mul" + }, + { + "input": [ + "Postprocessor/Decode/get_center_coordinates_and_sizes/unstack:1", + "Postprocessor/Decode/get_center_coordinates_and_sizes/div_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/get_center_coordinates_and_sizes/add_1", + "op": "Add" + }, + { + "input": [ + "Postprocessor/Decode/get_center_coordinates_and_sizes/div_1", + "Postprocessor/Decode/Exp" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/div_5", + "op": "Mul" + }, + { + "input": [ + "Postprocessor/Decode/mul_2", + "Postprocessor/Decode/get_center_coordinates_and_sizes/add" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/add", + "op": "Add" + }, + { + "input": [ + "Postprocessor/Decode/mul_3", + "Postprocessor/Decode/get_center_coordinates_and_sizes/add_1" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/add_1", + "op": "Add" + }, + { + "input": [ + "Postprocessor/Decode/add", + "Postprocessor/Decode/div_4" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/sub", + "op": "Sub" + }, + { + "input": [ + "Postprocessor/Decode/add", + "Postprocessor/Decode/div_4" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/add_2", + "op": "Add" + }, + { + "input": [ + "Postprocessor/Decode/add_1", + "Postprocessor/Decode/div_5" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/sub_1", + "op": "Sub" + }, + { + "input": [ + "Postprocessor/Decode/add_1", + "Postprocessor/Decode/div_5" + ], + "attr": { + "T": { + "type": 1 + } + }, + "name": "Postprocessor/Decode/add_3", + "op": "Add" + }, + { + "input": [ + "Postprocessor/Decode/sub", + "Postprocessor/Decode/sub_1", + "Postprocessor/Decode/add_2", + "Postprocessor/Decode/add_3" + ], + "attr": { + "T": { + "type": 1 + }, + "axis": { + "i": "0" + }, + "N": { + "i": "4" + } + }, + "name": "Postprocessor/Decode/stack", + "op": "Pack" + }, + { + "input": [ + "^Postprocessor/Decode/stack" + ], + "attr": { + "value": { + "tensor": { + "floatVal": [], + "doubleVal": [], + "intVal": [], + "stringVal": [], + "scomplexVal": [], + "int64Val": [], + "boolVal": [], + "uint32Val": [], + "uint64Val": [], + "dtype": 3, + "tensorShape": { + "dim": [ + { + "size": "2" + } + ] + } + } + }, + "dtype": { + "type": 3 + } + }, + "name": "Postprocessor/Decode/transpose_1/sub_1", + "op": "Const" + }, + { + "input": [ + "Postprocessor/Decode/stack", + "Postprocessor/Decode/transpose_1/sub_1" + ], + "attr": { + "T": { + "type": 1 + }, + "Tperm": { + "type": 3 + } + }, + "name": "Postprocessor/Decode/transpose_1", + "op": "Transpose" + }, + { + "input": [ + "Postprocessor/Decode/transpose_1", + "Postprocessor/stack" + ], + "attr": { + "T": { + "type": 1 + }, + "Tshape": { + "type": 3 + } + }, + "name": "Postprocessor/Reshape_2", + "op": "Reshape" + }, + { + "input": [ + "Postprocessor/Reshape_2", + "Postprocessor/ExpandDims_1/dim" + ], + "attr": { + "Tdim": { + "type": 3 + }, + "T": { + "type": 1 + } + }, + "name": "Postprocessor/ExpandDims_1", + "op": "ExpandDims" + } + ], + "library": { + "function": [], + "gradient": [] + }, + "versions": { + "badConsumers": [] + } + }, + "weightsManifest": [ + { + "paths": [ + "group1-shard1of17", + "group1-shard2of17", + "group1-shard3of17", + "group1-shard4of17", + "group1-shard5of17", + "group1-shard6of17", + "group1-shard7of17", + "group1-shard8of17", + "group1-shard9of17", + "group1-shard10of17", + "group1-shard11of17", + "group1-shard12of17", + "group1-shard13of17", + "group1-shard14of17", + "group1-shard15of17", + "group1-shard16of17", + "group1-shard17of17" + ], + "weights": [ + { + "name": "ConstantFolding/Postprocessor/Decode/div_recip", + "shape": [], + "dtype": "float32" + }, + { + "name": "Postprocessor/ExpandDims", + "shape": [ + 1, + 1917, + 4 + ], + "dtype": "float32" + }, + { + "name": "ConstantFolding/Postprocessor/Decode/div_4_recip", + "shape": [], + "dtype": "float32" + }, + { + "name": "Postprocessor/Reshape_1/shape", + "shape": [ + 2 + ], + "dtype": "int32" + }, + { + "name": "ConstantFolding/Postprocessor/Decode/div_2_recip", + "shape": [], + "dtype": "float32" + }, + { + "name": "BoxPredictor_0/BoxEncodingPredictor/weights", + "shape": [ + 3, + 3, + 576, + 12 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_0/BoxEncodingPredictor/biases", + "shape": [ + 12 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_1/BoxEncodingPredictor/weights", + "shape": [ + 3, + 3, + 1280, + 24 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_1/BoxEncodingPredictor/biases", + "shape": [ + 24 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_2/BoxEncodingPredictor/weights", + "shape": [ + 3, + 3, + 512, + 24 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_2/BoxEncodingPredictor/biases", + "shape": [ + 24 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_3/BoxEncodingPredictor/weights", + "shape": [ + 3, + 3, + 256, + 24 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_3/BoxEncodingPredictor/biases", + "shape": [ + 24 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_4/BoxEncodingPredictor/weights", + "shape": [ + 3, + 3, + 256, + 24 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_4/BoxEncodingPredictor/biases", + "shape": [ + 24 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_5/BoxEncodingPredictor/weights", + "shape": [ + 3, + 3, + 128, + 24 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_5/BoxEncodingPredictor/biases", + "shape": [ + 24 + ], + "dtype": "float32" + }, + { + "name": "MultipleGridAnchorGenerator/assert_equal/x", + "shape": [], + "dtype": "int32" + }, + { + "name": "BoxPredictor_0/stack/3", + "shape": [], + "dtype": "int32" + }, + { + "name": "Postprocessor/ExpandDims_1/dim", + "shape": [], + "dtype": "int32" + }, + { + "name": "BoxPredictor_0/ClassPredictor/weights", + "shape": [ + 3, + 3, + 576, + 273 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_0/ClassPredictor/biases", + "shape": [ + 273 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_0/stack/1", + "shape": [], + "dtype": "int32" + }, + { + "name": "BoxPredictor_1/ClassPredictor/weights", + "shape": [ + 3, + 3, + 1280, + 546 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_1/ClassPredictor/biases", + "shape": [ + 546 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_1/stack/1", + "shape": [], + "dtype": "int32" + }, + { + "name": "BoxPredictor_2/ClassPredictor/weights", + "shape": [ + 3, + 3, + 512, + 546 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_2/ClassPredictor/biases", + "shape": [ + 546 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_2/stack/1", + "shape": [], + "dtype": "int32" + }, + { + "name": "BoxPredictor_3/ClassPredictor/weights", + "shape": [ + 3, + 3, + 256, + 546 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_3/ClassPredictor/biases", + "shape": [ + 546 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_3/stack/1", + "shape": [], + "dtype": "int32" + }, + { + "name": "BoxPredictor_4/ClassPredictor/weights", + "shape": [ + 3, + 3, + 256, + 546 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_4/ClassPredictor/biases", + "shape": [ + 546 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_4/stack/1", + "shape": [], + "dtype": "int32" + }, + { + "name": "BoxPredictor_5/ClassPredictor/weights", + "shape": [ + 3, + 3, + 128, + 546 + ], + "dtype": "float32" + }, + { + "name": "BoxPredictor_5/ClassPredictor/biases", + "shape": [ + 546 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/project/BatchNorm/batchnorm/sub", + "shape": [ + 160 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 160, + 960 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/expand/BatchNorm/batchnorm/sub", + "shape": [ + 960 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 960, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 960 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 960 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_15/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 960, + 160 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/project/BatchNorm/batchnorm/sub", + "shape": [ + 160 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 160, + 960 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/expand/BatchNorm/batchnorm/sub", + "shape": [ + 960 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 960, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 960 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 960 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_14/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 960, + 160 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/project/BatchNorm/batchnorm/sub", + "shape": [ + 96 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 96, + 576 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/expand/BatchNorm/batchnorm/sub", + "shape": [ + 576 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 576, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 576 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 576 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_12/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 576, + 96 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/project/BatchNorm/batchnorm/sub", + "shape": [ + 96 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 96, + 576 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/expand/BatchNorm/batchnorm/sub", + "shape": [ + 576 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 576, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 576 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 576 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_11/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 576, + 96 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/project/BatchNorm/batchnorm/sub", + "shape": [ + 64 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 64, + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/expand/BatchNorm/batchnorm/sub", + "shape": [ + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 384, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_9/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 384, + 64 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/project/BatchNorm/batchnorm/sub", + "shape": [ + 64 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 64, + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/expand/BatchNorm/batchnorm/sub", + "shape": [ + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 384, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_8/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 384, + 64 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/project/BatchNorm/batchnorm/sub", + "shape": [ + 64 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 64, + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/expand/BatchNorm/batchnorm/sub", + "shape": [ + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 384, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_7/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 384, + 64 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/project/BatchNorm/batchnorm/sub", + "shape": [ + 32 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 32, + 192 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/expand/BatchNorm/batchnorm/sub", + "shape": [ + 192 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 192, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 192 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 192 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_5/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 192, + 32 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/project/BatchNorm/batchnorm/sub", + "shape": [ + 32 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 32, + 192 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/expand/BatchNorm/batchnorm/sub", + "shape": [ + 192 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 192, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 192 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 192 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_4/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 192, + 32 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/project/BatchNorm/batchnorm/sub", + "shape": [ + 24 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 24, + 144 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/expand/BatchNorm/batchnorm/sub", + "shape": [ + 144 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 144, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 144 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 144 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_2/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 144, + 24 + ], + "dtype": "float32" + }, + { + "name": "Preprocessor/mul/x", + "shape": [], + "dtype": "float32" + }, + { + "name": "Preprocessor/map/TensorArrayStack/range/start", + "shape": [], + "dtype": "int32" + }, + { + "name": "Preprocessor/sub/y", + "shape": [], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/Conv/Conv2D/merged_input", + "shape": [ + 3, + 3, + 3, + 32 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/Conv/BatchNorm/batchnorm/sub", + "shape": [ + 32 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 32, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 32 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 32 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 32, + 16 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv/project/BatchNorm/batchnorm/sub", + "shape": [ + 16 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 16, + 96 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/expand/BatchNorm/batchnorm/sub", + "shape": [ + 96 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 96, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 96 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 96 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 96, + 24 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_1/project/BatchNorm/batchnorm/sub", + "shape": [ + 24 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 24, + 144 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/expand/BatchNorm/batchnorm/sub", + "shape": [ + 144 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 144, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 144 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 144 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 144, + 32 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_3/project/BatchNorm/batchnorm/sub", + "shape": [ + 32 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 32, + 192 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/expand/BatchNorm/batchnorm/sub", + "shape": [ + 192 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 192, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 192 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 192 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 192, + 64 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_6/project/BatchNorm/batchnorm/sub", + "shape": [ + 64 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 64, + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/expand/BatchNorm/batchnorm/sub", + "shape": [ + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 384, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 384 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 384, + 96 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_10/project/BatchNorm/batchnorm/sub", + "shape": [ + 96 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 96, + 576 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/BatchNorm/batchnorm/sub", + "shape": [ + 576 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 576, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 576 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 576 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 576, + 160 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_13/project/BatchNorm/batchnorm/sub", + "shape": [ + 160 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/expand/Conv2D/merged_input", + "shape": [ + 1, + 1, + 160, + 960 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/expand/BatchNorm/batchnorm/sub", + "shape": [ + 960 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 960, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 960 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 960 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/project/Conv2D/merged_input", + "shape": [ + 1, + 1, + 960, + 320 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/expanded_conv_16/project/BatchNorm/batchnorm/sub", + "shape": [ + 320 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/Conv_1/Conv2D/merged_input", + "shape": [ + 1, + 1, + 320, + 1280 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/Conv_1/BatchNorm/batchnorm/sub", + "shape": [ + 1280 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_2_1x1_256/Conv2D/merged_input", + "shape": [ + 1, + 1, + 1280, + 256 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_2_1x1_256/BatchNorm/batchnorm/sub", + "shape": [ + 256 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 256, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 256 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 256 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/Conv2D/merged_input", + "shape": [ + 1, + 1, + 256, + 512 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/BatchNorm/batchnorm/sub", + "shape": [ + 512 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_3_1x1_128/Conv2D/merged_input", + "shape": [ + 1, + 1, + 512, + 128 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_3_1x1_128/BatchNorm/batchnorm/sub", + "shape": [ + 128 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 128, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 128 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 128 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/Conv2D/merged_input", + "shape": [ + 1, + 1, + 128, + 256 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/BatchNorm/batchnorm/sub", + "shape": [ + 256 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_4_1x1_128/Conv2D/merged_input", + "shape": [ + 1, + 1, + 256, + 128 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_4_1x1_128/BatchNorm/batchnorm/sub", + "shape": [ + 128 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 128, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 128 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 128 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/Conv2D/merged_input", + "shape": [ + 1, + 1, + 128, + 256 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/BatchNorm/batchnorm/sub", + "shape": [ + 256 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_5_1x1_64/Conv2D/merged_input", + "shape": [ + 1, + 1, + 256, + 64 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_5_1x1_64/BatchNorm/batchnorm/sub", + "shape": [ + 64 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/depthwise_weights", + "shape": [ + 3, + 3, + 64, + 1 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/BatchNorm/batchnorm/mul", + "shape": [ + 64 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/BatchNorm/batchnorm/sub", + "shape": [ + 64 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/Conv2D/merged_input", + "shape": [ + 1, + 1, + 64, + 128 + ], + "dtype": "float32" + }, + { + "name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/BatchNorm/batchnorm/sub", + "shape": [ + 128 + ], + "dtype": "float32" + }, + { + "name": "Postprocessor/strided_slice/stack", + "shape": [ + 1 + ], + "dtype": "int32" + }, + { + "name": "Postprocessor/strided_slice/stack_1", + "shape": [ + 1 + ], + "dtype": "int32" + }, + { + "name": "BoxPredictor_5/stack/1", + "shape": [], + "dtype": "int32" + }, + { + "name": "BoxPredictor_0/stack_1/2", + "shape": [], + "dtype": "int32" + }, + { + "name": "Postprocessor/Tile/multiples/1", + "shape": [], + "dtype": "int32" + }, + { + "name": "Postprocessor/Slice/begin", + "shape": [ + 3 + ], + "dtype": "int32" + }, + { + "name": "Postprocessor/Slice/size", + "shape": [ + 3 + ], + "dtype": "int32" + }, + { + "name": "Preprocessor/map/while/ResizeImage/ExpandDims/dim", + "shape": [], + "dtype": "int32" + }, + { + "name": "Preprocessor/map/while/ResizeImage/stack", + "shape": [ + 2 + ], + "dtype": "int32" + }, + { + "name": "Preprocessor/map/while/add/y", + "shape": [], + "dtype": "int32" + }, + { + "name": "Postprocessor/Decode/transpose/sub_1", + "shape": [ + 2 + ], + "dtype": "int32" + }, + { + "name": "Postprocessor/Decode/get_center_coordinates_and_sizes/transpose/sub_1", + "shape": [ + 2 + ], + "dtype": "int32" + }, + { + "name": "Postprocessor/Decode/transpose_1/sub_1", + "shape": [ + 2 + ], + "dtype": "int32" + } + ] + } + ] +} \ No newline at end of file diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/tensorflowjs_model.pb b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/tensorflowjs_model.pb new file mode 100644 index 0000000..8aa2296 Binary files /dev/null and b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/tensorflowjs_model.pb differ diff --git a/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/weights_manifest.json b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/weights_manifest.json new file mode 100644 index 0000000..0cc769e --- /dev/null +++ b/public/tfjs/mobilenet/ssd-mobilenet-v2-tfjs-default-v1/weights_manifest.json @@ -0,0 +1 @@ +[{"paths": ["group1-shard1of17", "group1-shard2of17", "group1-shard3of17", "group1-shard4of17", "group1-shard5of17", "group1-shard6of17", "group1-shard7of17", "group1-shard8of17", "group1-shard9of17", "group1-shard10of17", "group1-shard11of17", "group1-shard12of17", "group1-shard13of17", "group1-shard14of17", "group1-shard15of17", "group1-shard16of17", "group1-shard17of17"], "weights": [{"name": "ConstantFolding/Postprocessor/Decode/div_recip", "shape": [], "dtype": "float32"}, {"name": "Postprocessor/ExpandDims", "shape": [1, 1917, 4], "dtype": "float32"}, {"name": "ConstantFolding/Postprocessor/Decode/div_4_recip", "shape": [], "dtype": "float32"}, {"name": "Postprocessor/Reshape_1/shape", "shape": [2], "dtype": "int32"}, {"name": "ConstantFolding/Postprocessor/Decode/div_2_recip", "shape": [], "dtype": "float32"}, {"name": "BoxPredictor_0/BoxEncodingPredictor/weights", "shape": [3, 3, 576, 12], "dtype": "float32"}, {"name": "BoxPredictor_0/BoxEncodingPredictor/biases", "shape": [12], "dtype": "float32"}, {"name": "BoxPredictor_1/BoxEncodingPredictor/weights", "shape": [3, 3, 1280, 24], "dtype": "float32"}, {"name": "BoxPredictor_1/BoxEncodingPredictor/biases", "shape": [24], "dtype": "float32"}, {"name": "BoxPredictor_2/BoxEncodingPredictor/weights", "shape": [3, 3, 512, 24], "dtype": "float32"}, {"name": "BoxPredictor_2/BoxEncodingPredictor/biases", "shape": [24], "dtype": "float32"}, {"name": "BoxPredictor_3/BoxEncodingPredictor/weights", "shape": [3, 3, 256, 24], "dtype": "float32"}, {"name": "BoxPredictor_3/BoxEncodingPredictor/biases", "shape": [24], "dtype": "float32"}, {"name": "BoxPredictor_4/BoxEncodingPredictor/weights", "shape": [3, 3, 256, 24], "dtype": "float32"}, {"name": "BoxPredictor_4/BoxEncodingPredictor/biases", "shape": [24], "dtype": "float32"}, {"name": "BoxPredictor_5/BoxEncodingPredictor/weights", "shape": [3, 3, 128, 24], "dtype": "float32"}, {"name": "BoxPredictor_5/BoxEncodingPredictor/biases", "shape": [24], "dtype": "float32"}, {"name": "MultipleGridAnchorGenerator/assert_equal/x", "shape": [], "dtype": "int32"}, {"name": "BoxPredictor_0/stack/3", "shape": [], "dtype": "int32"}, {"name": "Postprocessor/ExpandDims_1/dim", "shape": [], "dtype": "int32"}, {"name": "BoxPredictor_0/ClassPredictor/weights", "shape": [3, 3, 576, 273], "dtype": "float32"}, {"name": "BoxPredictor_0/ClassPredictor/biases", "shape": [273], "dtype": "float32"}, {"name": "BoxPredictor_0/stack/1", "shape": [], "dtype": "int32"}, {"name": "BoxPredictor_1/ClassPredictor/weights", "shape": [3, 3, 1280, 546], "dtype": "float32"}, {"name": "BoxPredictor_1/ClassPredictor/biases", "shape": [546], "dtype": "float32"}, {"name": "BoxPredictor_1/stack/1", "shape": [], "dtype": "int32"}, {"name": "BoxPredictor_2/ClassPredictor/weights", "shape": [3, 3, 512, 546], "dtype": "float32"}, {"name": "BoxPredictor_2/ClassPredictor/biases", "shape": [546], "dtype": "float32"}, {"name": "BoxPredictor_2/stack/1", "shape": [], "dtype": "int32"}, {"name": "BoxPredictor_3/ClassPredictor/weights", "shape": [3, 3, 256, 546], "dtype": "float32"}, {"name": "BoxPredictor_3/ClassPredictor/biases", "shape": [546], "dtype": "float32"}, {"name": "BoxPredictor_3/stack/1", "shape": [], "dtype": "int32"}, {"name": "BoxPredictor_4/ClassPredictor/weights", "shape": [3, 3, 256, 546], "dtype": "float32"}, {"name": "BoxPredictor_4/ClassPredictor/biases", "shape": [546], "dtype": "float32"}, {"name": "BoxPredictor_4/stack/1", "shape": [], "dtype": "int32"}, {"name": "BoxPredictor_5/ClassPredictor/weights", "shape": [3, 3, 128, 546], "dtype": "float32"}, {"name": "BoxPredictor_5/ClassPredictor/biases", "shape": [546], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_15/project/BatchNorm/batchnorm/sub", "shape": [160], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_15/expand/Conv2D/merged_input", "shape": [1, 1, 160, 960], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_15/expand/BatchNorm/batchnorm/sub", "shape": [960], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/depthwise_weights", "shape": [3, 3, 960, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/BatchNorm/batchnorm/mul", "shape": [960], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_15/depthwise/BatchNorm/batchnorm/sub", "shape": [960], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_15/project/Conv2D/merged_input", "shape": [1, 1, 960, 160], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_14/project/BatchNorm/batchnorm/sub", "shape": [160], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_14/expand/Conv2D/merged_input", "shape": [1, 1, 160, 960], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_14/expand/BatchNorm/batchnorm/sub", "shape": [960], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/depthwise_weights", "shape": [3, 3, 960, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/BatchNorm/batchnorm/mul", "shape": [960], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_14/depthwise/BatchNorm/batchnorm/sub", "shape": [960], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_14/project/Conv2D/merged_input", "shape": [1, 1, 960, 160], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_12/project/BatchNorm/batchnorm/sub", "shape": [96], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_12/expand/Conv2D/merged_input", "shape": [1, 1, 96, 576], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_12/expand/BatchNorm/batchnorm/sub", "shape": [576], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/depthwise_weights", "shape": [3, 3, 576, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/BatchNorm/batchnorm/mul", "shape": [576], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_12/depthwise/BatchNorm/batchnorm/sub", "shape": [576], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_12/project/Conv2D/merged_input", "shape": [1, 1, 576, 96], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_11/project/BatchNorm/batchnorm/sub", "shape": [96], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_11/expand/Conv2D/merged_input", "shape": [1, 1, 96, 576], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_11/expand/BatchNorm/batchnorm/sub", "shape": [576], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/depthwise_weights", "shape": [3, 3, 576, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/BatchNorm/batchnorm/mul", "shape": [576], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_11/depthwise/BatchNorm/batchnorm/sub", "shape": [576], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_11/project/Conv2D/merged_input", "shape": [1, 1, 576, 96], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_9/project/BatchNorm/batchnorm/sub", "shape": [64], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_9/expand/Conv2D/merged_input", "shape": [1, 1, 64, 384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_9/expand/BatchNorm/batchnorm/sub", "shape": [384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/depthwise_weights", "shape": [3, 3, 384, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/BatchNorm/batchnorm/mul", "shape": [384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_9/depthwise/BatchNorm/batchnorm/sub", "shape": [384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_9/project/Conv2D/merged_input", "shape": [1, 1, 384, 64], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_8/project/BatchNorm/batchnorm/sub", "shape": [64], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_8/expand/Conv2D/merged_input", "shape": [1, 1, 64, 384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_8/expand/BatchNorm/batchnorm/sub", "shape": [384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/depthwise_weights", "shape": [3, 3, 384, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/BatchNorm/batchnorm/mul", "shape": [384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_8/depthwise/BatchNorm/batchnorm/sub", "shape": [384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_8/project/Conv2D/merged_input", "shape": [1, 1, 384, 64], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_7/project/BatchNorm/batchnorm/sub", "shape": [64], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_7/expand/Conv2D/merged_input", "shape": [1, 1, 64, 384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_7/expand/BatchNorm/batchnorm/sub", "shape": [384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/depthwise_weights", "shape": [3, 3, 384, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/BatchNorm/batchnorm/mul", "shape": [384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_7/depthwise/BatchNorm/batchnorm/sub", "shape": [384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_7/project/Conv2D/merged_input", "shape": [1, 1, 384, 64], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_5/project/BatchNorm/batchnorm/sub", "shape": [32], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_5/expand/Conv2D/merged_input", "shape": [1, 1, 32, 192], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_5/expand/BatchNorm/batchnorm/sub", "shape": [192], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/depthwise_weights", "shape": [3, 3, 192, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/BatchNorm/batchnorm/mul", "shape": [192], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_5/depthwise/BatchNorm/batchnorm/sub", "shape": [192], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_5/project/Conv2D/merged_input", "shape": [1, 1, 192, 32], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_4/project/BatchNorm/batchnorm/sub", "shape": [32], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_4/expand/Conv2D/merged_input", "shape": [1, 1, 32, 192], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_4/expand/BatchNorm/batchnorm/sub", "shape": [192], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/depthwise_weights", "shape": [3, 3, 192, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/BatchNorm/batchnorm/mul", "shape": [192], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_4/depthwise/BatchNorm/batchnorm/sub", "shape": [192], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_4/project/Conv2D/merged_input", "shape": [1, 1, 192, 32], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_2/project/BatchNorm/batchnorm/sub", "shape": [24], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_2/expand/Conv2D/merged_input", "shape": [1, 1, 24, 144], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_2/expand/BatchNorm/batchnorm/sub", "shape": [144], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/depthwise_weights", "shape": [3, 3, 144, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/BatchNorm/batchnorm/mul", "shape": [144], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_2/depthwise/BatchNorm/batchnorm/sub", "shape": [144], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_2/project/Conv2D/merged_input", "shape": [1, 1, 144, 24], "dtype": "float32"}, {"name": "Preprocessor/mul/x", "shape": [], "dtype": "float32"}, {"name": "Preprocessor/map/TensorArrayStack/range/start", "shape": [], "dtype": "int32"}, {"name": "Preprocessor/sub/y", "shape": [], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/Conv/Conv2D/merged_input", "shape": [3, 3, 3, 32], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/Conv/BatchNorm/batchnorm/sub", "shape": [32], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/depthwise_weights", "shape": [3, 3, 32, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/BatchNorm/batchnorm/mul", "shape": [32], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv/depthwise/BatchNorm/batchnorm/sub", "shape": [32], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv/project/Conv2D/merged_input", "shape": [1, 1, 32, 16], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv/project/BatchNorm/batchnorm/sub", "shape": [16], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_1/expand/Conv2D/merged_input", "shape": [1, 1, 16, 96], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_1/expand/BatchNorm/batchnorm/sub", "shape": [96], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/depthwise_weights", "shape": [3, 3, 96, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/BatchNorm/batchnorm/mul", "shape": [96], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_1/depthwise/BatchNorm/batchnorm/sub", "shape": [96], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_1/project/Conv2D/merged_input", "shape": [1, 1, 96, 24], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_1/project/BatchNorm/batchnorm/sub", "shape": [24], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_3/expand/Conv2D/merged_input", "shape": [1, 1, 24, 144], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_3/expand/BatchNorm/batchnorm/sub", "shape": [144], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/depthwise_weights", "shape": [3, 3, 144, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/BatchNorm/batchnorm/mul", "shape": [144], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_3/depthwise/BatchNorm/batchnorm/sub", "shape": [144], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_3/project/Conv2D/merged_input", "shape": [1, 1, 144, 32], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_3/project/BatchNorm/batchnorm/sub", "shape": [32], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_6/expand/Conv2D/merged_input", "shape": [1, 1, 32, 192], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_6/expand/BatchNorm/batchnorm/sub", "shape": [192], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/depthwise_weights", "shape": [3, 3, 192, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/BatchNorm/batchnorm/mul", "shape": [192], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_6/depthwise/BatchNorm/batchnorm/sub", "shape": [192], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_6/project/Conv2D/merged_input", "shape": [1, 1, 192, 64], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_6/project/BatchNorm/batchnorm/sub", "shape": [64], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_10/expand/Conv2D/merged_input", "shape": [1, 1, 64, 384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_10/expand/BatchNorm/batchnorm/sub", "shape": [384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/depthwise_weights", "shape": [3, 3, 384, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/BatchNorm/batchnorm/mul", "shape": [384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_10/depthwise/BatchNorm/batchnorm/sub", "shape": [384], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_10/project/Conv2D/merged_input", "shape": [1, 1, 384, 96], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_10/project/BatchNorm/batchnorm/sub", "shape": [96], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/Conv2D/merged_input", "shape": [1, 1, 96, 576], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_13/expand/BatchNorm/batchnorm/sub", "shape": [576], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/depthwise_weights", "shape": [3, 3, 576, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/BatchNorm/batchnorm/mul", "shape": [576], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_13/depthwise/BatchNorm/batchnorm/sub", "shape": [576], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_13/project/Conv2D/merged_input", "shape": [1, 1, 576, 160], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_13/project/BatchNorm/batchnorm/sub", "shape": [160], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_16/expand/Conv2D/merged_input", "shape": [1, 1, 160, 960], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_16/expand/BatchNorm/batchnorm/sub", "shape": [960], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/depthwise_weights", "shape": [3, 3, 960, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/BatchNorm/batchnorm/mul", "shape": [960], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_16/depthwise/BatchNorm/batchnorm/sub", "shape": [960], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_16/project/Conv2D/merged_input", "shape": [1, 1, 960, 320], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/expanded_conv_16/project/BatchNorm/batchnorm/sub", "shape": [320], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/Conv_1/Conv2D/merged_input", "shape": [1, 1, 320, 1280], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/Conv_1/BatchNorm/batchnorm/sub", "shape": [1280], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_2_1x1_256/Conv2D/merged_input", "shape": [1, 1, 1280, 256], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_2_1x1_256/BatchNorm/batchnorm/sub", "shape": [256], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/depthwise_weights", "shape": [3, 3, 256, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/BatchNorm/batchnorm/mul", "shape": [256], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512_depthwise/BatchNorm/batchnorm/sub", "shape": [256], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/Conv2D/merged_input", "shape": [1, 1, 256, 512], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_2_3x3_s2_512/BatchNorm/batchnorm/sub", "shape": [512], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_3_1x1_128/Conv2D/merged_input", "shape": [1, 1, 512, 128], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_3_1x1_128/BatchNorm/batchnorm/sub", "shape": [128], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/depthwise_weights", "shape": [3, 3, 128, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/BatchNorm/batchnorm/mul", "shape": [128], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256_depthwise/BatchNorm/batchnorm/sub", "shape": [128], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/Conv2D/merged_input", "shape": [1, 1, 128, 256], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_3_3x3_s2_256/BatchNorm/batchnorm/sub", "shape": [256], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_4_1x1_128/Conv2D/merged_input", "shape": [1, 1, 256, 128], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_4_1x1_128/BatchNorm/batchnorm/sub", "shape": [128], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/depthwise_weights", "shape": [3, 3, 128, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/BatchNorm/batchnorm/mul", "shape": [128], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256_depthwise/BatchNorm/batchnorm/sub", "shape": [128], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/Conv2D/merged_input", "shape": [1, 1, 128, 256], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_4_3x3_s2_256/BatchNorm/batchnorm/sub", "shape": [256], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_5_1x1_64/Conv2D/merged_input", "shape": [1, 1, 256, 64], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_1_Conv2d_5_1x1_64/BatchNorm/batchnorm/sub", "shape": [64], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/depthwise_weights", "shape": [3, 3, 64, 1], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/BatchNorm/batchnorm/mul", "shape": [64], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128_depthwise/BatchNorm/batchnorm/sub", "shape": [64], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/Conv2D/merged_input", "shape": [1, 1, 64, 128], "dtype": "float32"}, {"name": "FeatureExtractor/MobilenetV2/layer_19_2_Conv2d_5_3x3_s2_128/BatchNorm/batchnorm/sub", "shape": [128], "dtype": "float32"}, {"name": "Postprocessor/strided_slice/stack", "shape": [1], "dtype": "int32"}, {"name": "Postprocessor/strided_slice/stack_1", "shape": [1], "dtype": "int32"}, {"name": "BoxPredictor_5/stack/1", "shape": [], "dtype": "int32"}, {"name": "BoxPredictor_0/stack_1/2", "shape": [], "dtype": "int32"}, {"name": "Postprocessor/Tile/multiples/1", "shape": [], "dtype": "int32"}, {"name": "Postprocessor/Slice/begin", "shape": [3], "dtype": "int32"}, {"name": "Postprocessor/Slice/size", "shape": [3], "dtype": "int32"}, {"name": "Preprocessor/map/while/ResizeImage/ExpandDims/dim", "shape": [], "dtype": "int32"}, {"name": "Preprocessor/map/while/ResizeImage/stack", "shape": [2], "dtype": "int32"}, {"name": "Preprocessor/map/while/add/y", "shape": [], "dtype": "int32"}, {"name": "Postprocessor/Decode/transpose/sub_1", "shape": [2], "dtype": "int32"}, {"name": "Postprocessor/Decode/get_center_coordinates_and_sizes/transpose/sub_1", "shape": [2], "dtype": "int32"}, {"name": "Postprocessor/Decode/transpose_1/sub_1", "shape": [2], "dtype": "int32"}]}] \ No newline at end of file diff --git a/src/assets/svgs/more.svg b/src/assets/svgs/more.svg new file mode 100644 index 0000000..0f3117c --- /dev/null +++ b/src/assets/svgs/more.svg @@ -0,0 +1 @@ + diff --git a/src/components/MyUI/CheckCard/CheckCard.vue b/src/components/MyUI/CheckCard/CheckCard.vue index eab2230..5b861f5 100644 --- a/src/components/MyUI/CheckCard/CheckCard.vue +++ b/src/components/MyUI/CheckCard/CheckCard.vue @@ -1,5 +1,9 @@