@idscan/idvc2 2.4.17 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/README.md +16 -1
  2. package/dist/css/idvc.css +1 -1
  3. package/dist/idvc.js +1684 -2
  4. package/dist/index.html +3 -4
  5. package/dist/js/defaultConfig.ts +0 -8
  6. package/dist/js/environment/langs.js +1 -1
  7. package/dist/js/environment/networkNames.json +5 -16
  8. package/dist/js/environment/stepsDescription.ts +2 -23
  9. package/dist/networks/156-9239-chunk.js +1 -0
  10. package/dist/networks/190-77ed-chunk.js +1 -0
  11. package/dist/networks/77-9e2f-chunk.js +1 -0
  12. package/dist/networks/Face-e375-chunk.js +1 -0
  13. package/dist/networks/MRZ-d498-chunk.js +1 -0
  14. package/dist/networks/PDF-78d2-chunk.js +1 -0
  15. package/dist/networks/ZXing-5410-chunk.js +1 -0
  16. package/dist/networks/angle03032023.onnx +0 -0
  17. package/dist/networks/classLocal03032023.onnx +0 -0
  18. package/dist/networks/faceDetection03032023.onnx +0 -0
  19. package/dist/networks/faceLandmark03032023.onnx +0 -0
  20. package/dist/networks/mrz03032023.onnx +0 -0
  21. package/dist/networks/ort-wasm-simd-threaded.wasm +0 -0
  22. package/dist/networks/ort-wasm-simd.wasm +0 -0
  23. package/dist/networks/ort-wasm-threaded.wasm +0 -0
  24. package/dist/networks/ort-wasm.wasm +0 -0
  25. package/package.json +24 -47
  26. package/dist/idvc.js.LICENSE.txt +0 -219
  27. package/dist/js/geometry.d.ts +0 -8
  28. package/dist/js/image.d.ts +0 -5
  29. package/dist/js/index.d.ts +0 -9
  30. package/dist/js/loop.d.ts +0 -21
  31. package/dist/js/mrz.d.ts +0 -105
  32. package/dist/networks/130-3968-chunk.js +0 -1
  33. package/dist/networks/215-cb9e-chunk.js +0 -1
  34. package/dist/networks/400-3816-chunk.js +0 -1
  35. package/dist/networks/716-d3a2-chunk.js +0 -1
  36. package/dist/networks/Face-4ffb-chunk.js +0 -1
  37. package/dist/networks/MRZ-d77b-chunk.js +0 -1
  38. package/dist/networks/PDF-89f3-chunk.js +0 -1
  39. package/dist/networks/ZXing-e76f-chunk.js +0 -1
  40. package/dist/networks/angles20210831.bin +0 -0
  41. package/dist/networks/angles20210831.json +0 -1
  42. package/dist/networks/asyncLoader-4593-chunk.js +0 -1
  43. package/dist/networks/cdnLoader-bdbc-chunk.js +0 -1
  44. package/dist/networks/classLocal20220112.bin +0 -0
  45. package/dist/networks/classLocal20220112.json +0 -1
  46. package/dist/networks/detectormodel20220817.bin +0 -0
  47. package/dist/networks/detectormodel20220817.json +0 -1
  48. package/dist/networks/facemesh20210831.bin +0 -0
  49. package/dist/networks/facemesh20210831.json +0 -1
  50. package/dist/networks/landmarkmodel20220817.bin +0 -0
  51. package/dist/networks/landmarkmodel20220817.json +0 -1
  52. package/dist/networks/mrz20220531.bin +0 -0
  53. package/dist/networks/mrz20220531.json +0 -1953
  54. package/dist/types/assets/images/barcode.d.ts +0 -2
  55. package/dist/types/assets/images/face.d.ts +0 -2
  56. package/dist/types/assets/images/front.d.ts +0 -2
  57. package/dist/types/assets/images/mrz.d.ts +0 -2
  58. package/dist/types/assets/images/pdf.d.ts +0 -2
  59. package/dist/types/bl.d.ts +0 -15
  60. package/dist/types/constatnts/camera.d.ts +0 -7
  61. package/dist/types/constatnts/imageProcessing.d.ts +0 -3
  62. package/dist/types/context.d.ts +0 -119
  63. package/dist/types/controllers/LoggerController.d.ts +0 -13
  64. package/dist/types/controllers/ModuleController.d.ts +0 -57
  65. package/dist/types/core/LicenseVerificationWasmCore.d.ts +0 -2
  66. package/dist/types/core/Logger.d.ts +0 -10
  67. package/dist/types/core/blurCore.d.ts +0 -2
  68. package/dist/types/core/libheif2.d.ts +0 -2
  69. package/dist/types/core/libmrzdecode.d.ts +0 -2
  70. package/dist/types/core/libpdf417.d.ts +0 -2
  71. package/dist/types/core/wasmpico.d.ts +0 -2
  72. package/dist/types/core/zxing_reader.d.ts +0 -2
  73. package/dist/types/custom_tfjs/custom_ops_for_converter.d.ts +0 -28
  74. package/dist/types/custom_tfjs/custom_tfjs.d.ts +0 -3
  75. package/dist/types/custom_tfjs/custom_tfjs_core.d.ts +0 -1
  76. package/dist/types/defaultConfig.d.ts +0 -56
  77. package/dist/types/environment/designations.d.ts +0 -5
  78. package/dist/types/environment/documentTypes.d.ts +0 -26
  79. package/dist/types/environment/langs.d.ts +0 -88
  80. package/dist/types/environment/loopResult.d.ts +0 -8
  81. package/dist/types/environment/realFaceModes.d.ts +0 -22
  82. package/dist/types/environment/stepsDescription.d.ts +0 -71
  83. package/dist/types/environment/triangulation.d.ts +0 -18
  84. package/dist/types/helpers/canvas.d.ts +0 -22
  85. package/dist/types/helpers/color.d.ts +0 -8
  86. package/dist/types/helpers/dataManipulation.d.ts +0 -27
  87. package/dist/types/helpers/detectLanguage.d.ts +0 -3
  88. package/dist/types/helpers/eventListeners.d.ts +0 -14
  89. package/dist/types/helpers/geometry.d.ts +0 -27
  90. package/dist/types/helpers/html.d.ts +0 -26
  91. package/dist/types/helpers/image.d.ts +0 -32
  92. package/dist/types/helpers/imageprocessing.d.ts +0 -11
  93. package/dist/types/helpers/licenceKeyError.d.ts +0 -6
  94. package/dist/types/helpers/logger.d.ts +0 -8
  95. package/dist/types/helpers/manualUpload.d.ts +0 -7
  96. package/dist/types/helpers/math.d.ts +0 -37
  97. package/dist/types/helpers/mobileChecker.d.ts +0 -15
  98. package/dist/types/helpers/numbers.d.ts +0 -2
  99. package/dist/types/helpers/step-background.d.ts +0 -2
  100. package/dist/types/helpers/strings.d.ts +0 -9
  101. package/dist/types/helpers/time.d.ts +0 -11
  102. package/dist/types/helpers/ts/common.d.ts +0 -3
  103. package/dist/types/helpers/updateSelecetTypes.d.ts +0 -2
  104. package/dist/types/helpers/validators.d.ts +0 -44
  105. package/dist/types/helpers/windowTensorFlow.d.ts +0 -7
  106. package/dist/types/idvc.d.ts +0 -19
  107. package/dist/types/initialize.d.ts +0 -11
  108. package/dist/types/loader/asyncLoader.d.ts +0 -2
  109. package/dist/types/loader/cdn/cdnFace.d.ts +0 -2
  110. package/dist/types/loader/cdn/cdnMRZ.d.ts +0 -4
  111. package/dist/types/loader/cdn/cdnPDF.d.ts +0 -4
  112. package/dist/types/loader/cdnLoader.d.ts +0 -2
  113. package/dist/types/loader/loadTf.d.ts +0 -2
  114. package/dist/types/loader/loaderFace.d.ts +0 -2
  115. package/dist/types/loader/loaderMRZ.d.ts +0 -4
  116. package/dist/types/loader/loaderMeshFace.d.ts +0 -3
  117. package/dist/types/loader/loaderPDF.d.ts +0 -3
  118. package/dist/types/loader/loaderSelect.d.ts +0 -2
  119. package/dist/types/loader/loaderUploadMode.d.ts +0 -1
  120. package/dist/types/loader/loaderZXing.d.ts +0 -2
  121. package/dist/types/loader/meshfaceConfig.d.ts +0 -3
  122. package/dist/types/loader/syncLoader.d.ts +0 -63
  123. package/dist/types/loop.d.ts +0 -13
  124. package/dist/types/loopControl.d.ts +0 -10
  125. package/dist/types/modules/BarcodeModule.d.ts +0 -28
  126. package/dist/types/modules/Config.d.ts +0 -131
  127. package/dist/types/modules/Face.d.ts +0 -61
  128. package/dist/types/modules/FrontProcessing.d.ts +0 -7
  129. package/dist/types/modules/MeshFace.d.ts +0 -52
  130. package/dist/types/modules/MetaData.d.ts +0 -10
  131. package/dist/types/modules/MrzModule.d.ts +0 -114
  132. package/dist/types/modules/PdfModule.d.ts +0 -79
  133. package/dist/types/modules/SimpleFace.d.ts +0 -18
  134. package/dist/types/modules/Step.d.ts +0 -65
  135. package/dist/types/modules/blur.d.ts +0 -4
  136. package/dist/types/modules/browwserCompatibilities.d.ts +0 -6
  137. package/dist/types/modules/camera.d.ts +0 -14
  138. package/dist/types/modules/cameraManager.d.ts +0 -9
  139. package/dist/types/modules/fileType.d.ts +0 -1
  140. package/dist/types/modules/frameQuality.d.ts +0 -10
  141. package/dist/types/modules/heic.d.ts +0 -11
  142. package/dist/types/modules/image.d.ts +0 -13
  143. package/dist/types/modules/initErrorHandler.d.ts +0 -10
  144. package/dist/types/modules/licenseKeyChecker.d.ts +0 -1
  145. package/dist/types/modules/manualUpload.d.ts +0 -7
  146. package/dist/types/modules/manualUploadProcessing.d.ts +0 -30
  147. package/dist/types/modules/mediaDevices.d.ts +0 -2
  148. package/dist/types/modules/moduleInitializer.d.ts +0 -8
  149. package/dist/types/modules/step-functions/face.d.ts +0 -2
  150. package/dist/types/modules/step-result-processing/barcode.d.ts +0 -2
  151. package/dist/types/modules/step-result-processing/common.d.ts +0 -1
  152. package/dist/types/modules/step-result-processing/mrz.d.ts +0 -2
  153. package/dist/types/modules/step-result-processing/pdf.d.ts +0 -2
  154. package/dist/types/modules/step-result-processing/simpleFace.d.ts +0 -2
  155. package/dist/types/modules/step-result-processing/volumeFace.d.ts +0 -3
  156. package/dist/types/modules/stepFunctions.d.ts +0 -5
  157. package/dist/types/modules/stepResultProcessing.d.ts +0 -9
  158. package/dist/types/modules/ui/Flashlight.d.ts +0 -17
  159. package/dist/types/modules/ui/MaskCapture.d.ts +0 -52
  160. package/dist/types/modules/ui/MessageBox.d.ts +0 -19
  161. package/dist/types/modules/ui/Modal.d.ts +0 -20
  162. package/dist/types/modules/ui/SelectDocumentType.d.ts +0 -45
  163. package/dist/types/modules/ui/forceCaptruringBtn.d.ts +0 -12
  164. package/dist/types/modules/ui/hints.d.ts +0 -17
  165. package/dist/types/modules/ui/limitations.d.ts +0 -2
  166. package/dist/types/modules/ui/manualSwitchBtn.d.ts +0 -30
  167. package/dist/types/modules/ui/spinner.d.ts +0 -13
  168. package/dist/types/modules/ui/swiper.d.ts +0 -3
  169. package/dist/types/modules/uploader.d.ts +0 -59
  170. package/dist/types/modules/validation/ValidateBool.d.ts +0 -5
  171. package/dist/types/modules/validation/ValidateDocumentTypes.d.ts +0 -20
  172. package/dist/types/modules/validation/ValidateElement.d.ts +0 -5
  173. package/dist/types/modules/validation/ValidateFunction.d.ts +0 -5
  174. package/dist/types/modules/validation/ValidateNumber.d.ts +0 -5
  175. package/dist/types/modules/validation/ValidateString.d.ts +0 -5
  176. package/dist/types/modules/validation/ValidateStringInArray.d.ts +0 -12
  177. package/dist/types/modules/validation/showValidationError.d.ts +0 -2
  178. package/dist/types/modules/validation/validatorFactory.d.ts +0 -10
  179. package/dist/types/modules/validator.d.ts +0 -10
  180. package/dist/types/neural models/07072019/exits.d.ts +0 -2
  181. package/dist/types/neural models/08072019/exits.d.ts +0 -2
  182. package/dist/types/neural models/09072019/exits.d.ts +0 -2
  183. package/dist/types/neural models/10072019/exits.d.ts +0 -2
  184. package/dist/types/neural models/10072019/labels.d.ts +0 -541
  185. package/dist/types/neural models/angles/exits.d.ts +0 -2
  186. package/dist/types/neural models/classLocal/exits.d.ts +0 -2
  187. package/dist/types/neural models/classLocalModel.d.ts +0 -9
  188. package/dist/types/neural models/keras/exits.d.ts +0 -2
  189. package/dist/types/neural models/model.d.ts +0 -18
  190. package/dist/types/neural models/mrz/exits.d.ts +0 -2
  191. package/dist/types/neural models/mrzModel.d.ts +0 -10
  192. package/dist/types/neural models/neuralModel.d.ts +0 -20
  193. package/dist/types/neural models/stick/exits.d.ts +0 -2
  194. package/dist/types/stepProcessing.d.ts +0 -27
  195. package/dist/types/types/enums/realFace.d.ts +0 -5
  196. package/dist/types/types/modules/camera.enum.d.ts +0 -18
  197. package/dist/types/ui.d.ts +0 -117
  198. package/dist/types/util.d.ts +0 -34
  199. package/dist/types/workers/blurWorker.d.ts +0 -1
  200. package/dist/types/workers/bubbleWorker.d.ts +0 -1
  201. package/dist/types/workers/loadNetworksWorker.d.ts +0 -0
@@ -1 +0,0 @@
1
- {"format": "graph-model", "generatedBy": "2.7.0", "convertedBy": "TensorFlow.js Converter v3.11.0", "signature": {"inputs": {"input_2": {"name": "input_2:0", "dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "-1"}, {"size": "320"}, {"size": "320"}, {"size": "3"}]}}}, "outputs": {"class_output": {"name": "Identity_1:0", "dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "-1"}, {"size": "3"}]}}, "box_output": {"name": "Identity:0", "dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "-1"}, {"size": "4"}]}}}}, "modelTopology": {"node": [{"name": "StatefulPartitionedCall/model/box_head_1/MatMul/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1024"}, {"size": "128"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/box_head_1/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "128"}]}}}}}, {"name": "StatefulPartitionedCall/model/box_head_2/MatMul/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "128"}, {"size": "64"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/box_head_2/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "64"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/box_output/MatMul/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "64"}, {"size": "4"}]}}}}}, {"name": "StatefulPartitionedCall/model/box_output/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "4"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_27/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_26/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_25/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/AvgPool/Mean/reduction_indices", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Conv/Conv2D/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "192"}, {"size": "48"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "48"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "48"}, {"size": "192"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "192"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_25/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_24/Mul/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_23/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_22/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/AvgPool/Mean/reduction_indices", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Conv/Conv2D/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "192"}, {"size": "48"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "48"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "48"}, {"size": "192"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "192"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_22/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_21/Mul/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_20/Mul/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_19/Mul/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/AvgPool/Mean/reduction_indices", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Conv/Conv2D/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "96"}, {"size": "24"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "24"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "24"}, {"size": "96"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_19/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_18/Mul/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_17/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_16/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/AvgPool/Mean/reduction_indices", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Conv/Conv2D/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "48"}, {"size": "16"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "48"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "48"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_16/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_15/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_14/Mul/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_13/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/AvgPool/Mean/reduction_indices", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Conv/Conv2D/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "48"}, {"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "48"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "48"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_13/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_12/Mul/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_11/Mul/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_10/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/AvgPool/Mean/reduction_indices", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Conv/Conv2D/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "96"}, {"size": "24"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "24"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "24"}, {"size": "96"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_10/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_9/Mul/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_8/Mul/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_7/Mul/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/AvgPool/Mean/reduction_indices", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Conv/Conv2D/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "96"}, {"size": "24"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "24"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "24"}, {"size": "96"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_7/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_6/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_5/Mul/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_4/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/AvgPool/Mean/reduction_indices", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Conv/Conv2D/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "32"}, {"size": "8"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "8"}, {"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_4/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_3/Mul/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_2/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_1/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/AvgPool/Mean/reduction_indices", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Conv/Conv2D/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "8"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "8"}, {"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_1/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply/Mul/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/depthwise/pad/Pad/paddings", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/depthwise/pad/Pad/paddings", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_2/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/depthwise/pad/Pad/paddings", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_3/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_5/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_6/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_8/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_9/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_11/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_12/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_14/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_15/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_17/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/depthwise/pad/Pad/paddings", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "4"}, {"size": "2"}]}}}, "dtype": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_18/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_20/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_21/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_23/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_24/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_26/y", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/global_average_pooling2d/Mean/reduction_indices", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv_2/Conv2D/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "192"}, {"size": "1024"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv_2/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1024"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_27/y", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/avg_pool/Mean/reduction_indices", "op": "Const", "attr": {"dtype": {"type": "DT_INT32"}, "value": {"tensor": {"dtype": "DT_INT32", "tensorShape": {"dim": [{"size": "2"}]}}}}}, {"name": "StatefulPartitionedCall/model/class_head_1/MatMul/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1024"}, {"size": "128"}]}}}}}, {"name": "StatefulPartitionedCall/model/class_head_1/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "128"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/class_head_2/MatMul/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "128"}, {"size": "64"}]}}}}}, {"name": "StatefulPartitionedCall/model/class_head_2/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "64"}]}}}}}, {"name": "StatefulPartitionedCall/model/class_output/MatMul/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "64"}, {"size": "3"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/class_output/BiasAdd/ReadVariableOp", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "input_2", "op": "Placeholder", "attr": {"shape": {"shape": {"dim": [{"size": "-1"}, {"size": "320"}, {"size": "320"}, {"size": "3"}]}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "3"}, {"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/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/model/MobilenetV3small/expanded_conv/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/project/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "8"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "192"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/project/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "8"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/expand/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "8"}, {"size": "40"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/expand/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "40"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "192"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/depthwise/depthwise_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "40"}, {"size": "1"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "40"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/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": "40"}, {"size": "8"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/project/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/expand/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "8"}, {"size": "32"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/expand/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "32"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/project/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "32"}, {"size": "8"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/project/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "8"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/expand/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "8"}, {"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/expand/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/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": "32"}, {"size": "1"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/project/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "32"}, {"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/project/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/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": "16"}, {"size": "96"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/expand/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "96"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/project/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "96"}, {"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/project/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/expand/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "96"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/expand/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/depthwise/depthwise_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "96"}, {"size": "1"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/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": "192"}, {"size": "32"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/project/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/project/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "96"}, {"size": "16"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/project/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/expand/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "48"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/expand/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "48"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "48"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "48"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv_1/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "32"}, {"size": "192"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv_1/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "192"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/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": "48"}, {"size": "16"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/project/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/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": "16"}, {"size": "48"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/expand/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "48"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "48"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "48"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/project/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "48"}, {"size": "16"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/project/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/expand/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "96"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/expand/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "96"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "96"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/project/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "96"}, {"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/project/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/expand/Conv2D_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "32"}, {"size": "192"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/expand/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "192"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/depthwise/depthwise_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "5"}, {"size": "5"}, {"size": "192"}, {"size": "1"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/depthwise/depthwise_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "192"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/project/Conv2D_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "192"}, {"size": "32"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/project/Conv2D_bn_offset", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/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": "32"}, {"size": "192"}]}}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/expand/Conv2D_bn_offset", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "192"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["input_2", "StatefulPartitionedCall/model/MobilenetV3small/Conv/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/Conv/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"padding": {"s": "U0FNRQ=="}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "num_args": {"i": "1"}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "epsilon": {"f": 0.0}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/Conv/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/Conv/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/depthwise/pad/Pad", "op": "Pad", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/depthwise/pad/Pad/paddings"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/depthwise/pad/Pad", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/depthwise/depthwise_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/depthwise/depthwise_bn_offset"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "num_args": {"i": "1"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/AvgPool/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/depthwise/depthwise", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/AvgPool/Mean/reduction_indices"], "attr": {"Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Relu/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/AvgPool/Mean", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Conv/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Conv/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "num_args": {"i": "1"}, "padding": {"s": "U0FNRQ=="}, "explicit_paddings": {"list": {}}, "epsilon": {"f": 0.0}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Relu/Relu", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "explicit_paddings": {"list": {}}, "num_args": {"i": "1"}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "epsilon": {"f": 0.0}, "padding": {"s": "U0FNRQ=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_1/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_1/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_2/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_1/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_1/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_1/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_2/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Mul/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_1/Mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/depthwise/depthwise"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Mul/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/project/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "num_args": {"i": "1"}, "data_format": {"s": "TkhXQw=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_3/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/expand/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "epsilon": {"f": 0.0}, "use_cudnn_on_gpu": {"b": true}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "num_args": {"i": "1"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/depthwise/pad/Pad", "op": "Pad", "input": ["StatefulPartitionedCall/model/MobilenetV3small/re_lu_3/Relu", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/depthwise/pad/Pad/paddings"], "attr": {"Tpaddings": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/depthwise/pad/Pad", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/depthwise/depthwise_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/depthwise/depthwise_bn_offset"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "num_args": {"i": "1"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/depthwise/depthwise", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/project/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "padding": {"s": "U0FNRQ=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_5/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/expand/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "padding": {"s": "U0FNRQ=="}, "epsilon": {"f": 0.0}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/model/MobilenetV3small/re_lu_5/Relu", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/depthwise/depthwise_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/depthwise/depthwise_bn_offset"], "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "num_args": {"i": "1"}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/depthwise/depthwise", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/project/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"num_args": {"i": "1"}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/Add/add", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/project/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/Add/add", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/expand/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "num_args": {"i": "1"}, "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=="]}}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_2/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_2/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/expand/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_2/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_2/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_7/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_2/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_1/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_2/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_7/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/depthwise/pad/Pad", "op": "Pad", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_1/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/depthwise/pad/Pad/paddings"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/depthwise/pad/Pad", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/depthwise/depthwise_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/depthwise/depthwise_bn_offset"], "attr": {"strides": {"list": {"i": ["1", "2", "2", "1"]}}, "padding": {"s": "VkFMSUQ="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "num_args": {"i": "1"}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_3/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_3/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/depthwise/depthwise"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_3/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/depthwise/depthwise", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_3/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_8/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_3/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_2/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_3/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_8/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/AvgPool/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_2/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/AvgPool/Mean/reduction_indices"], "attr": {"Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Relu/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/AvgPool/Mean", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Conv/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Conv/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"padding": {"s": "U0FNRQ=="}, "num_args": {"i": "1"}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Relu/Relu", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "T": {"type": "DT_FLOAT"}, "num_args": {"i": "1"}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "epsilon": {"f": 0.0}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_4/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_4/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_9/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_4/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_4/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_4/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_9/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Mul/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_4/Mul", "StatefulPartitionedCall/model/MobilenetV3small/multiply_2/mul"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Mul/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/project/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "num_args": {"i": "1"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "epsilon": {"f": 0.0}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/expand/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"num_args": {"i": "1"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "epsilon": {"f": 0.0}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_5/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_5/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/expand/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_5/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_5/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_10/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_5/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_3/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_5/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_10/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_3/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/depthwise/depthwise_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/depthwise/depthwise_bn_offset"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "T": {"type": "DT_FLOAT"}, "num_args": {"i": "1"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_6/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_6/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/depthwise/depthwise"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_6/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/depthwise/depthwise", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_6/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_11/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_6/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_4/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_6/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_11/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/AvgPool/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_4/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/AvgPool/Mean/reduction_indices"], "attr": {"Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Relu/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/AvgPool/Mean", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Conv/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Conv/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"padding": {"s": "U0FNRQ=="}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "epsilon": {"f": 0.0}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Relu/Relu", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"num_args": {"i": "1"}, "data_format": {"s": "TkhXQw=="}, "epsilon": {"f": 0.0}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_7/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_7/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_12/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_7/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_7/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_7/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_12/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Mul/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_7/Mul", "StatefulPartitionedCall/model/MobilenetV3small/multiply_4/mul"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Mul/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/project/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "num_args": {"i": "1"}, "epsilon": {"f": 0.0}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/Add/add", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/project/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/Add/add", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/expand/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "epsilon": {"f": 0.0}, "num_args": {"i": "1"}, "padding": {"s": "U0FNRQ=="}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_8/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_8/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/expand/BatchNorm/FusedBatchNormV3"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_8/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_8/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_13/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_8/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_5/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_8/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_13/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_5/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/depthwise/depthwise_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/depthwise/depthwise_bn_offset"], "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_9/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_9/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/depthwise/depthwise"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_9/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/depthwise/depthwise", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_9/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_14/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_9/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_6/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_9/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_14/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/AvgPool/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_6/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/AvgPool/Mean/reduction_indices"], "attr": {"T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Relu/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/AvgPool/Mean", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Conv/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Conv/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "epsilon": {"f": 0.0}, "padding": {"s": "U0FNRQ=="}, "num_args": {"i": "1"}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Relu/Relu", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"epsilon": {"f": 0.0}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}, "num_args": {"i": "1"}, "explicit_paddings": {"list": {}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_10/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_10/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_15/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_10/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_10/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_10/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_15/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Mul/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_10/Mul", "StatefulPartitionedCall/model/MobilenetV3small/multiply_6/mul"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Mul/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/project/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"num_args": {"i": "1"}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "epsilon": {"f": 0.0}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/Add/add", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/Add/add", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/project/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/Add/add", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/expand/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "num_args": {"i": "1"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "U0FNRQ=="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_11/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_11/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/expand/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_11/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_11/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_16/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_11/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_7/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_11/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_16/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_7/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/depthwise/depthwise_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/depthwise/depthwise_bn_offset"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "padding": {"s": "U0FNRQ=="}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_12/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_12/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/depthwise/depthwise"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_12/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/depthwise/depthwise", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_12/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_17/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_12/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_8/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_12/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_17/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/AvgPool/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_8/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/AvgPool/Mean/reduction_indices"], "attr": {"T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Relu/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/AvgPool/Mean", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Conv/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Conv/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "num_args": {"i": "1"}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "epsilon": {"f": 0.0}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Relu/Relu", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "num_args": {"i": "1"}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "epsilon": {"f": 0.0}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_13/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_13/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_18/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_13/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_13/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_13/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_18/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Mul/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_13/Mul", "StatefulPartitionedCall/model/MobilenetV3small/multiply_8/mul"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Mul/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/project/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}, "num_args": {"i": "1"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/Add/add", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/Add/add", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/project/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/Add/add", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/expand/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"epsilon": {"f": 0.0}, "use_cudnn_on_gpu": {"b": true}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_14/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_14/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/expand/BatchNorm/FusedBatchNormV3"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_14/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_14/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_19/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_14/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_9/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_14/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_19/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_9/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/depthwise/depthwise_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/depthwise/depthwise_bn_offset"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "num_args": {"i": "1"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_15/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_15/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/depthwise/depthwise"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_15/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/depthwise/depthwise", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_15/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_20/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_15/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_10/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_15/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_20/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/AvgPool/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_10/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/AvgPool/Mean/reduction_indices"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Relu/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/AvgPool/Mean", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Conv/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Conv/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"padding": {"s": "U0FNRQ=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "epsilon": {"f": 0.0}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Relu/Relu", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "num_args": {"i": "1"}, "T": {"type": "DT_FLOAT"}, "padding": {"s": "U0FNRQ=="}, "explicit_paddings": {"list": {}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_16/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_16/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_21/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_16/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_16/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_16/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_21/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Mul/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_16/Mul", "StatefulPartitionedCall/model/MobilenetV3small/multiply_10/mul"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Mul/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/project/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "epsilon": {"f": 0.0}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/Add/add", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/Add/add", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/project/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/Add/add", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/expand/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "num_args": {"i": "1"}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_17/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_17/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/expand/BatchNorm/FusedBatchNormV3"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_17/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_17/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_22/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_17/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_11/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_17/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_22/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/depthwise/pad/Pad", "op": "Pad", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_11/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/depthwise/pad/Pad/paddings"], "attr": {"T": {"type": "DT_FLOAT"}, "Tpaddings": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/depthwise/pad/Pad", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/depthwise/depthwise_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/depthwise/depthwise_bn_offset"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "num_args": {"i": "1"}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "VkFMSUQ="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_18/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_18/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/depthwise/depthwise"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_18/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/depthwise/depthwise", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_18/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_23/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_18/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_12/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_18/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_23/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/AvgPool/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_12/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/AvgPool/Mean/reduction_indices"], "attr": {"keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}, "Tidx": {"type": "DT_INT32"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Relu/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/AvgPool/Mean", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Conv/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Conv/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"epsilon": {"f": 0.0}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "padding": {"s": "U0FNRQ=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Relu/Relu", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "num_args": {"i": "1"}, "padding": {"s": "U0FNRQ=="}, "epsilon": {"f": 0.0}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_19/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_19/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_24/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_19/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_19/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_19/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_24/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Mul/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_19/Mul", "StatefulPartitionedCall/model/MobilenetV3small/multiply_12/mul"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Mul/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/project/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "epsilon": {"f": 0.0}, "data_format": {"s": "TkhXQw=="}, "num_args": {"i": "1"}, "padding": {"s": "U0FNRQ=="}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/expand/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "T": {"type": "DT_FLOAT"}, "epsilon": {"f": 0.0}, "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=="}, "num_args": {"i": "1"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_20/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_20/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/expand/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_20/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_20/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_25/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_20/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_13/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_20/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_25/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_13/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/depthwise/depthwise_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/depthwise/depthwise_bn_offset"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "padding": {"s": "U0FNRQ=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "explicit_paddings": {"list": {}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_21/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_21/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/depthwise/depthwise"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_21/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/depthwise/depthwise", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_21/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_26/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_21/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_14/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_21/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_26/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/AvgPool/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_14/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/AvgPool/Mean/reduction_indices"], "attr": {"Tidx": {"type": "DT_INT32"}, "keep_dims": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Relu/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/AvgPool/Mean", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Conv/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Conv/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"num_args": {"i": "1"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Relu/Relu", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "T": {"type": "DT_FLOAT"}, "explicit_paddings": {"list": {}}, "num_args": {"i": "1"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "epsilon": {"f": 0.0}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_22/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_22/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_27/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_22/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_22/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_22/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_27/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Mul/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_22/Mul", "StatefulPartitionedCall/model/MobilenetV3small/multiply_14/mul"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Mul/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/project/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"epsilon": {"f": 0.0}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}, "data_format": {"s": "TkhXQw=="}, "num_args": {"i": "1"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/Add/add", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/project/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/project/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/expand/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/Add/add", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/expand/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/expand/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "num_args": {"i": "1"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "explicit_paddings": {"list": {}}, "epsilon": {"f": 0.0}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_23/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_23/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/expand/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_23/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/expand/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_23/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_28/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_23/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_15/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_23/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_28/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/depthwise/depthwise", "op": "FusedDepthwiseConv2dNative", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_15/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/depthwise/depthwise_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/depthwise/depthwise_bn_offset"], "attr": {"strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "num_args": {"i": "1"}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "explicit_paddings": {"list": {}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_24/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_24/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/depthwise/depthwise"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_24/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/depthwise/depthwise", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_24/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_29/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_24/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_16/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_24/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_29/Relu6"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/AvgPool/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_16/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/AvgPool/Mean/reduction_indices"], "attr": {"Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}, "keep_dims": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Relu/Relu", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/AvgPool/Mean", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Conv/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Conv/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "num_args": {"i": "1"}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Conv_1/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Relu/Relu", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "epsilon": {"f": 0.0}, "num_args": {"i": "1"}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_25/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Conv_1/BiasAdd", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_25/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_30/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_25/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_25/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_25/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_30/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Mul/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_25/Mul", "StatefulPartitionedCall/model/MobilenetV3small/multiply_16/mul"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/project/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Mul/mul", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/project/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/project/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "num_args": {"i": "1"}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "epsilon": {"f": 0.0}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/Add/add", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/Add/add", "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/project/BatchNorm/FusedBatchNormV3"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv_1/BatchNorm/FusedBatchNormV3", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/Add/add", "StatefulPartitionedCall/model/MobilenetV3small/Conv_1/Conv2D_weights", "StatefulPartitionedCall/model/MobilenetV3small/Conv_1/Conv2D_bn_offset"], "device": "/device:CPU:0", "attr": {"num_args": {"i": "1"}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "epsilon": {"f": 0.0}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_26/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_26/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/Conv_1/BatchNorm/FusedBatchNormV3"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_26/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/Conv_1/BatchNorm/FusedBatchNormV3", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_26/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_31/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_26/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_17/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_26/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_31/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/global_average_pooling2d/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_17/mul", "StatefulPartitionedCall/model/MobilenetV3small/global_average_pooling2d/Mean/reduction_indices"], "attr": {"keep_dims": {"b": true}, "Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv_2/BiasAdd", "op": "_FusedConv2D", "input": ["StatefulPartitionedCall/model/MobilenetV3small/global_average_pooling2d/Mean", "StatefulPartitionedCall/model/MobilenetV3small/Conv_2/Conv2D/ReadVariableOp", "StatefulPartitionedCall/model/MobilenetV3small/Conv_2/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"padding": {"s": "U0FNRQ=="}, "num_args": {"i": "1"}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "epsilon": {"f": 0.0}, "explicit_paddings": {"list": {}}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_27/Mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_27/Mul/y", "StatefulPartitionedCall/model/MobilenetV3small/Conv_2/BiasAdd"], "attr": {"T": {"type": "DT_FLOAT"}, "_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_27/AddV2", "op": "AddV2", "input": ["StatefulPartitionedCall/model/MobilenetV3small/Conv_2/BiasAdd", "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_27/y"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/re_lu_32/Relu6", "op": "Relu6", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_27/AddV2"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/multiply_18/mul", "op": "Mul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_27/Mul", "StatefulPartitionedCall/model/MobilenetV3small/re_lu_32/Relu6"], "attr": {"_grappler_ArithmeticOptimizer_MinimizeBroadcasts": {"b": true}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/avg_pool/Mean", "op": "Mean", "input": ["StatefulPartitionedCall/model/MobilenetV3small/multiply_18/mul", "StatefulPartitionedCall/model/MobilenetV3small/avg_pool/Mean/reduction_indices"], "attr": {"keep_dims": {"b": false}, "Tidx": {"type": "DT_INT32"}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/box_head_1/Relu", "op": "_FusedMatMul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/avg_pool/Mean", "StatefulPartitionedCall/model/box_head_1/MatMul/ReadVariableOp", "StatefulPartitionedCall/model/box_head_1/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"transpose_b": {"b": false}, "num_args": {"i": "1"}, "epsilon": {"f": 0.0}, "transpose_a": {"b": false}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/class_head_1/Relu", "op": "_FusedMatMul", "input": ["StatefulPartitionedCall/model/MobilenetV3small/avg_pool/Mean", "StatefulPartitionedCall/model/class_head_1/MatMul/ReadVariableOp", "StatefulPartitionedCall/model/class_head_1/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"epsilon": {"f": 0.0}, "transpose_a": {"b": false}, "num_args": {"i": "1"}, "transpose_b": {"b": false}, "T": {"type": "DT_FLOAT"}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}}}, {"name": "StatefulPartitionedCall/model/box_head_2/Relu", "op": "_FusedMatMul", "input": ["StatefulPartitionedCall/model/box_head_1/Relu", "StatefulPartitionedCall/model/box_head_2/MatMul/ReadVariableOp", "StatefulPartitionedCall/model/box_head_2/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "num_args": {"i": "1"}, "transpose_a": {"b": false}, "epsilon": {"f": 0.0}, "transpose_b": {"b": false}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/class_head_2/Relu", "op": "_FusedMatMul", "input": ["StatefulPartitionedCall/model/class_head_1/Relu", "StatefulPartitionedCall/model/class_head_2/MatMul/ReadVariableOp", "StatefulPartitionedCall/model/class_head_2/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"transpose_b": {"b": false}, "transpose_a": {"b": false}, "epsilon": {"f": 0.0}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA==", "UmVsdQ=="]}}, "num_args": {"i": "1"}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/box_output/BiasAdd", "op": "_FusedMatMul", "input": ["StatefulPartitionedCall/model/box_head_2/Relu", "StatefulPartitionedCall/model/box_output/MatMul/ReadVariableOp", "StatefulPartitionedCall/model/box_output/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "transpose_a": {"b": false}, "transpose_b": {"b": false}, "num_args": {"i": "1"}, "epsilon": {"f": 0.0}, "T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/class_output/BiasAdd", "op": "_FusedMatMul", "input": ["StatefulPartitionedCall/model/class_head_2/Relu", "StatefulPartitionedCall/model/class_output/MatMul/ReadVariableOp", "StatefulPartitionedCall/model/class_output/BiasAdd/ReadVariableOp"], "device": "/device:CPU:0", "attr": {"transpose_b": {"b": false}, "epsilon": {"f": 0.0}, "fused_ops": {"list": {"s": ["Qmlhc0FkZA=="]}}, "T": {"type": "DT_FLOAT"}, "num_args": {"i": "1"}, "transpose_a": {"b": false}}}, {"name": "StatefulPartitionedCall/model/box_output/Sigmoid", "op": "Sigmoid", "input": ["StatefulPartitionedCall/model/box_output/BiasAdd"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "StatefulPartitionedCall/model/class_output/Softmax", "op": "Softmax", "input": ["StatefulPartitionedCall/model/class_output/BiasAdd"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "Identity", "op": "Identity", "input": ["StatefulPartitionedCall/model/box_output/Sigmoid"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "Identity_1", "op": "Identity", "input": ["StatefulPartitionedCall/model/class_output/Softmax"], "attr": {"T": {"type": "DT_FLOAT"}}}], "library": {}, "versions": {"producer": 898}}, "weightsManifest": [{"paths": ["classLocal20220112.bin"], "weights": [{"name": "StatefulPartitionedCall/model/box_head_1/MatMul/ReadVariableOp", "shape": [1024, 128], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.0685784480151008, "scale": 0.009133149128334196, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/box_head_1/BiasAdd/ReadVariableOp", "shape": [128], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.39178702761145195, "scale": 0.0031342962208916157, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/box_head_2/MatMul/ReadVariableOp", "shape": [128, 64], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.914518451690674, "scale": 0.01139594316482544, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/box_head_2/BiasAdd/ReadVariableOp", "shape": [64], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.4959721809508754, "scale": 0.00378604718283111, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/box_output/MatMul/ReadVariableOp", "shape": [64, 4], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -2.125304278205423, "scale": 0.033207879346959734, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/box_output/BiasAdd/ReadVariableOp", "shape": [4], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.3601697323369045, "scale": 0.002687833823409735, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_27/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_26/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_25/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/AvgPool/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Conv/Conv2D/ReadVariableOp", "shape": [1, 1, 192, 48], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8340619327975255, "scale": 0.006271142351861094, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "shape": [48], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.450066891429471, "scale": 0.002486557411212547, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "shape": [1, 1, 48, 192], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.9895517625060737, "scale": 0.010874195192374436, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "shape": [192], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.763462342117347, "scale": 0.004571630791121838, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_25/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_24/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_23/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_22/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/AvgPool/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Conv/Conv2D/ReadVariableOp", "shape": [1, 1, 192, 48], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.9152779378143011, "scale": 0.00626902697133083, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "shape": [48], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.2919628248495214, "scale": 0.0023171652765835034, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "shape": [1, 1, 48, 192], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.014726513039832, "scale": 0.007145961359435436, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "shape": [192], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.5022095722310683, "scale": 0.004083004652285108, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_22/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_21/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_20/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_19/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/AvgPool/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Conv/Conv2D/ReadVariableOp", "shape": [1, 1, 96, 24], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.9756570208306407, "scale": 0.00744776351779115, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "shape": [24], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.17088494300842283, "scale": 0.0016753425785139494, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "shape": [1, 1, 24, 96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.875801139719346, "scale": 0.007178697866552016, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "shape": [96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.3006274630041683, "scale": 0.002918713233050178, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_19/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_18/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_17/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_16/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/AvgPool/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Conv/Conv2D/ReadVariableOp", "shape": [1, 1, 48, 16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8815652258255903, "scale": 0.006678524438072654, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "shape": [16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.07140407036332523, "scale": 0.001231104661436642, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "shape": [1, 1, 16, 48], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.7590133127044228, "scale": 0.007228698216232599, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "shape": [48], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.32466781326368743, "scale": 0.0026612115841285855, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_16/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_15/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_14/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_13/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/AvgPool/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Conv/Conv2D/ReadVariableOp", "shape": [1, 1, 48, 16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.0982981499503641, "scale": 0.00732198766633576, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "shape": [16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.11904165513959586, "scale": 0.001253070054101009, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "shape": [1, 1, 16, 48], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8793189773372575, "scale": 0.00671235860562792, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "shape": [48], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.2627326067756204, "scale": 0.0020525984904345342, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_13/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_12/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_11/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_10/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/AvgPool/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Conv/Conv2D/ReadVariableOp", "shape": [1, 1, 96, 24], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.0446888855859346, "scale": 0.007305516682419123, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "shape": [24], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.11147724319906796, "scale": 0.0013271100380841424, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "shape": [1, 1, 24, 96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.088052895489861, "scale": 0.00824282496583228, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "shape": [96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.4082836945851644, "scale": 0.003002085989596797, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_10/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_9/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_8/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_7/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/AvgPool/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Conv/Conv2D/ReadVariableOp", "shape": [1, 1, 96, 24], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.25961896461599, "scale": 0.008341847447788014, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "shape": [24], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.13941337361055262, "scale": 0.0014522226417765897, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "shape": [1, 1, 24, 96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8853945732116699, "scale": 0.0065102542147916906, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "shape": [96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.3010354481491388, "scale": 0.002922674253875134, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_7/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_6/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_5/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_4/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/AvgPool/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Conv/Conv2D/ReadVariableOp", "shape": [1, 1, 32, 8], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.7913226520313936, "scale": 0.006594355433594947, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "shape": [8], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.14902719241731308, "scale": 0.0011922175393385046, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "shape": [1, 1, 8, 32], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.9171942795024198, "scale": 0.006646335358713187, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "shape": [32], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.29220562296755176, "scale": 0.002414922503864064, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_4/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_3/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_2/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply_1/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/AvgPool/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Conv/Conv2D/ReadVariableOp", "shape": [1, 1, 16, 8], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.263292280365439, "scale": 0.01027066894606048, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Conv/BiasAdd/ReadVariableOp", "shape": [8], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.10290906870482015, "scale": 0.0015832164416126177, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Conv_1/Conv2D/ReadVariableOp", "shape": [1, 1, 8, 16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.9017230239568972, "scale": 0.006883381862266391, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/squeeze_excite/Conv_1/BiasAdd/ReadVariableOp", "shape": [16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.29943680108762255, "scale": 0.002339350008497051, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_1/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.math.multiply/Mul/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 0.1666666716337204, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/depthwise/pad/Pad/paddings", "shape": [4, 2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/depthwise/pad/Pad/paddings", "shape": [4, 2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_2/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/depthwise/pad/Pad/paddings", "shape": [4, 2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_3/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_5/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_6/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_8/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_9/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_11/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_12/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_14/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_15/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_17/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/depthwise/pad/Pad/paddings", "shape": [4, 2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_18/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_20/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_21/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_23/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_24/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_26/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/global_average_pooling2d/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv_2/Conv2D/ReadVariableOp", "shape": [1, 1, 192, 1024], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.7537235806970035, "scale": 0.010255693454368442, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv_2/BiasAdd/ReadVariableOp", "shape": [1024], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8206335797029384, "scale": 0.004662690793766695, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/tf.__operators__.add_27/y", "shape": [], "dtype": "float32", "quantization": {"dtype": "uint8", "min": 3.0, "scale": 1.0, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/avg_pool/Mean/reduction_indices", "shape": [2], "dtype": "int32"}, {"name": "StatefulPartitionedCall/model/class_head_1/MatMul/ReadVariableOp", "shape": [1024, 128], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.1211350282033286, "scale": 0.009421302758011164, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/class_head_1/BiasAdd/ReadVariableOp", "shape": [128], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.35402190685272217, "scale": 0.0023138686722400143, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/class_head_2/MatMul/ReadVariableOp", "shape": [128, 64], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.7425075418808882, "scale": 0.007425075418808881, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/class_head_2/BiasAdd/ReadVariableOp", "shape": [64], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.42105657610238767, "scale": 0.002681889019760431, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/class_output/MatMul/ReadVariableOp", "shape": [64, 3], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.5530282403908524, "scale": 0.003215280467388677, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/class_output/BiasAdd/ReadVariableOp", "shape": [3], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.2867891146856196, "scale": 0.002331618818582273, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv/Conv2D_weights", "shape": [3, 3, 3, 16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -3.4445947534897745, "scale": 0.03189439586564606, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv/Conv2D_bn_offset", "shape": [16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -3.068836181304034, "scale": 0.020876436607510436, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/depthwise/depthwise_weights", "shape": [3, 3, 16, 1], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -3.7011806207544664, "scale": 0.03246649667328479, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/depthwise/depthwise_bn_offset", "shape": [16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.39691704219462826, "scale": 0.006106416033763512, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/project/Conv2D_weights", "shape": [1, 1, 16, 8], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.747133248460059, "scale": 0.013336895026412665, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/depthwise/depthwise_weights", "shape": [5, 5, 192, 1], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.5569748560587566, "scale": 0.011448344529843798, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv/project/Conv2D_bn_offset", "shape": [8], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8147888501485189, "scale": 0.007024041811625163, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/expand/Conv2D_weights", "shape": [1, 1, 8, 40], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.680763578414917, "scale": 0.005490028858184814, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/expand/Conv2D_bn_offset", "shape": [40], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.45927770523463973, "scale": 0.0041376369840958535, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/depthwise/depthwise_bn_offset", "shape": [192], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.200844192504883, "scale": 0.008701769510904948, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/depthwise/depthwise_weights", "shape": [3, 3, 40, 1], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.7700268988515817, "scale": 0.015803811596889122, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/depthwise/depthwise_bn_offset", "shape": [40], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8980001515033199, "scale": 0.007421488855399338, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/project/Conv2D_weights", "shape": [1, 1, 40, 8], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.5360563222099752, "scale": 0.003970787571925743, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_1/project/Conv2D_bn_offset", "shape": [8], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.6999838020287308, "scale": 0.005223759716632319, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/expand/Conv2D_weights", "shape": [1, 1, 8, 32], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.042684574688182, "scale": 0.007555685323827407, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/expand/Conv2D_bn_offset", "shape": [32], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.3656659462872674, "scale": 0.0039746298509485585, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/depthwise/depthwise_weights", "shape": [3, 3, 32, 1], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -2.9787432614494773, "scale": 0.02158509609745998, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/depthwise/depthwise_bn_offset", "shape": [32], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.6710861009709976, "scale": 0.007989120249654733, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/project/Conv2D_weights", "shape": [1, 1, 32, 8], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8466875924783595, "scale": 0.005325079197977103, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_2/project/Conv2D_bn_offset", "shape": [8], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.12508788845118354, "scale": 0.0037905420742782893, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/expand/Conv2D_weights", "shape": [1, 1, 8, 32], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8996105137993308, "scale": 0.007139765982534371, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/expand/Conv2D_bn_offset", "shape": [32], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.1706027001142502, "scale": 0.0033451509826323564, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/depthwise/depthwise_weights", "shape": [5, 5, 32, 1], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.7827101455015295, "scale": 0.01291818946015601, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/depthwise/depthwise_bn_offset", "shape": [32], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.5447457035382589, "scale": 0.006408772982803046, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/project/Conv2D_weights", "shape": [1, 1, 32, 16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.331553663926966, "scale": 0.011380800546384325, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_3/project/Conv2D_bn_offset", "shape": [16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8455737328996846, "scale": 0.009832252708135867, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/expand/Conv2D_weights", "shape": [1, 1, 16, 96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.918896476427714, "scale": 0.007721819129644656, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/expand/Conv2D_bn_offset", "shape": [96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8709557762332991, "scale": 0.007138981772404091, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/depthwise/depthwise_weights", "shape": [5, 5, 96, 1], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.903964706028209, "scale": 0.016273202615625718, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/depthwise/depthwise_bn_offset", "shape": [96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.7053386725631414, "scale": 0.013978185840681487, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/project/Conv2D_weights", "shape": [1, 1, 96, 16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.6165000038988451, "scale": 0.004779069797665465, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_4/project/Conv2D_bn_offset", "shape": [16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.36580058336257937, "scale": 0.0035862802290448957, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/expand/Conv2D_weights", "shape": [1, 1, 16, 96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.691297495131399, "scale": 0.005443287363239363, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/expand/Conv2D_bn_offset", "shape": [96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.7063577119041892, "scale": 0.005118534144233255, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/depthwise/depthwise_weights", "shape": [5, 5, 96, 1], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.3405161100275378, "scale": 0.011758913245855594, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/depthwise/depthwise_bn_offset", "shape": [96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8234916317696664, "scale": 0.008760549274145388, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/project/Conv2D_weights", "shape": [1, 1, 192, 32], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.7411370943574345, "scale": 0.006025504832174264, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/project/Conv2D_bn_offset", "shape": [32], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.25701875265906843, "scale": 0.0022156789022333484, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/project/Conv2D_weights", "shape": [1, 1, 96, 16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.7849934535868028, "scale": 0.006230106774498435, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_5/project/Conv2D_bn_offset", "shape": [16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.47901558455298926, "scale": 0.003656607515671674, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/expand/Conv2D_weights", "shape": [1, 1, 16, 48], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.5021880355535769, "scale": 0.00392334402776232, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/expand/Conv2D_bn_offset", "shape": [48], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.5758992269927381, "scale": 0.004964648508558087, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/depthwise/depthwise_weights", "shape": [5, 5, 48, 1], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -2.211454086677701, "scale": 0.015573620328716203, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/depthwise/depthwise_bn_offset", "shape": [48], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.7608667612075806, "scale": 0.006674269835154216, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv_1/Conv2D_weights", "shape": [1, 1, 32, 192], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.351073874094907, "scale": 0.002167122679598191, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/Conv_1/Conv2D_bn_offset", "shape": [192], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.2880713677581619, "scale": 0.0013783319031491, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/project/Conv2D_weights", "shape": [1, 1, 48, 16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.295991361842436, "scale": 0.011368345279319613, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_6/project/Conv2D_bn_offset", "shape": [16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.6658281999475816, "scale": 0.003329140999737908, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/expand/Conv2D_weights", "shape": [1, 1, 16, 48], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.31981752433028876, "scale": 0.002830243578144148, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/expand/Conv2D_bn_offset", "shape": [48], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.6810931710635915, "scale": 0.007094720531912411, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/depthwise/depthwise_weights", "shape": [5, 5, 48, 1], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.4383915564593146, "scale": 0.010896905730752384, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/depthwise/depthwise_bn_offset", "shape": [48], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8445553966597015, "scale": 0.00870675666659486, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/project/Conv2D_weights", "shape": [1, 1, 48, 16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.2062189242419075, "scale": 0.009887040362638586, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_7/project/Conv2D_bn_offset", "shape": [16], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.2528300965533537, "scale": 0.0027783527093775133, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/expand/Conv2D_weights", "shape": [1, 1, 16, 96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.38084120995858134, "scale": 0.0029522574415393904, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/expand/Conv2D_bn_offset", "shape": [96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.6943123847830529, "scale": 0.006488900792364981, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/depthwise/depthwise_weights", "shape": [5, 5, 96, 1], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.4471854831658157, "scale": 0.010120178203956753, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/depthwise/depthwise_bn_offset", "shape": [96], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8146424415064794, "scale": 0.0074737838670319206, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/project/Conv2D_weights", "shape": [1, 1, 96, 32], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.6048743678074258, "scale": 0.004652879752364813, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_8/project/Conv2D_bn_offset", "shape": [32], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.34673383563172583, "scale": 0.003271073921054017, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/expand/Conv2D_weights", "shape": [1, 1, 32, 192], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -1.0743745378419465, "scale": 0.007409479571323769, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/expand/Conv2D_bn_offset", "shape": [192], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.9552424222815271, "scale": 0.008306455845926323, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/depthwise/depthwise_weights", "shape": [5, 5, 192, 1], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -3.377534796209896, "scale": 0.03216699805914187, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/depthwise/depthwise_bn_offset", "shape": [192], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -2.5865312407998475, "scale": 0.02052802572063371, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/project/Conv2D_weights", "shape": [1, 1, 192, 32], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.5410160737879136, "scale": 0.004226688076468075, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_9/project/Conv2D_bn_offset", "shape": [32], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.6519721124686446, "scale": 0.0053440337087593826, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/expand/Conv2D_weights", "shape": [1, 1, 32, 192], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.7836151200182297, "scale": 0.006170197795419132, "original_dtype": "float32"}}, {"name": "StatefulPartitionedCall/model/MobilenetV3small/expanded_conv_10/expand/Conv2D_bn_offset", "shape": [192], "dtype": "float32", "quantization": {"dtype": "uint8", "min": -0.8834654106813319, "scale": 0.00730136703042423, "original_dtype": "float32"}}]}]}