@cuemath/leap 4.1.1-gg4 → 4.1.1-j2

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 (2300) hide show
  1. package/dist/_virtual/___vite-browser-external.js +7 -0
  2. package/dist/_virtual/___vite-browser-external.js.map +1 -0
  3. package/dist/_virtual/__vite-browser-external.js +5 -0
  4. package/dist/_virtual/__vite-browser-external.js.map +1 -0
  5. package/dist/_virtual/_commonjsHelpers.js +24 -4
  6. package/dist/_virtual/_commonjsHelpers.js.map +1 -1
  7. package/dist/_virtual/alea.js +5 -0
  8. package/dist/_virtual/alea.js.map +1 -0
  9. package/dist/_virtual/seedrandom.js +5 -0
  10. package/dist/_virtual/seedrandom.js.map +1 -0
  11. package/dist/_virtual/tychei.js +5 -0
  12. package/dist/_virtual/tychei.js.map +1 -0
  13. package/dist/_virtual/xor128.js +5 -0
  14. package/dist/_virtual/xor128.js.map +1 -0
  15. package/dist/_virtual/xor4096.js +5 -0
  16. package/dist/_virtual/xor4096.js.map +1 -0
  17. package/dist/_virtual/xorshift7.js +5 -0
  18. package/dist/_virtual/xorshift7.js.map +1 -0
  19. package/dist/_virtual/xorwow.js +5 -0
  20. package/dist/_virtual/xorwow.js.map +1 -0
  21. package/dist/features/av/av-preview/av-preview.js +144 -108
  22. package/dist/features/av/av-preview/av-preview.js.map +1 -1
  23. package/dist/features/av/video-analysis/hooks/use-video-analysis.js +143 -0
  24. package/dist/features/av/video-analysis/hooks/use-video-analysis.js.map +1 -0
  25. package/dist/features/av/video-analysis/mediapipe/mediapipe-constants.js +89 -0
  26. package/dist/features/av/video-analysis/mediapipe/mediapipe-constants.js.map +1 -0
  27. package/dist/features/av/video-analysis/mediapipe/mediapipe-face-detector.js +126 -0
  28. package/dist/features/av/video-analysis/mediapipe/mediapipe-face-detector.js.map +1 -0
  29. package/dist/features/av/video-analysis/mediapipe/mediapipe-helpers.js +86 -0
  30. package/dist/features/av/video-analysis/mediapipe/mediapipe-helpers.js.map +1 -0
  31. package/dist/features/av/video-analysis/tensorflow/emotion-model.js +404 -0
  32. package/dist/features/av/video-analysis/tensorflow/emotion-model.js.map +1 -0
  33. package/dist/features/av/video-analysis/tensorflow/emotion-types.js +20 -0
  34. package/dist/features/av/video-analysis/tensorflow/emotion-types.js.map +1 -0
  35. package/dist/features/av/video-analysis/video-analysis-helpers.js +40 -0
  36. package/dist/features/av/video-analysis/video-analysis-helpers.js.map +1 -0
  37. package/dist/features/av/video-analysis/video-analysis-overlay/video-analysis-overlay-helpers.js +64 -0
  38. package/dist/features/av/video-analysis/video-analysis-overlay/video-analysis-overlay-helpers.js.map +1 -0
  39. package/dist/features/av/video-analysis/video-analysis-overlay/video-analysis-overlay-styled.js +73 -0
  40. package/dist/features/av/video-analysis/video-analysis-overlay/video-analysis-overlay-styled.js.map +1 -0
  41. package/dist/features/av/video-analysis/video-analysis-overlay/video-analysis-overlay.js +78 -0
  42. package/dist/features/av/video-analysis/video-analysis-overlay/video-analysis-overlay.js.map +1 -0
  43. package/dist/features/av/video-analysis/video-analysis-styled.js +40 -0
  44. package/dist/features/av/video-analysis/video-analysis-styled.js.map +1 -0
  45. package/dist/features/av/video-analysis/video-analysis.js +316 -0
  46. package/dist/features/av/video-analysis/video-analysis.js.map +1 -0
  47. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js +27 -25
  48. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js.map +1 -1
  49. package/dist/features/chapters/chapters-list/chapters-list.js +53 -43
  50. package/dist/features/chapters/chapters-list/chapters-list.js.map +1 -1
  51. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js +17 -15
  52. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js.map +1 -1
  53. package/dist/features/chapters-v2/chapter-details/chapter-details.js +66 -62
  54. package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -1
  55. package/dist/features/journey/hooks/use-learning-plan-journey/use-chapter-details-journey.js +97 -0
  56. package/dist/features/journey/hooks/use-learning-plan-journey/use-chapter-details-journey.js.map +1 -0
  57. package/dist/features/journey/hooks/use-learning-plan-journey/use-learning-plan-journey.js +105 -0
  58. package/dist/features/journey/hooks/use-learning-plan-journey/use-learning-plan-journey.js.map +1 -0
  59. package/dist/features/journey/hooks/use-learning-plan-journey/use-resource-assignment-journey.js +64 -0
  60. package/dist/features/journey/hooks/use-learning-plan-journey/use-resource-assignment-journey.js.map +1 -0
  61. package/dist/features/journey/hooks/use-learning-plan-journey/use-test-creation-journey.js +64 -0
  62. package/dist/features/journey/hooks/use-learning-plan-journey/use-test-creation-journey.js.map +1 -0
  63. package/dist/features/journey/hooks/use-learning-plan-journey/use-worksheet-preview-journey.js +65 -0
  64. package/dist/features/journey/hooks/use-learning-plan-journey/use-worksheet-preview-journey.js.map +1 -0
  65. package/dist/features/journey/journey-id/journey-id-teacher.js +1 -1
  66. package/dist/features/journey/journey-id/journey-id-teacher.js.map +1 -1
  67. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js +105 -93
  68. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js.map +1 -1
  69. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js +42 -40
  70. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js.map +1 -1
  71. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js +36 -34
  72. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js.map +1 -1
  73. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js +126 -107
  74. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js.map +1 -1
  75. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js +107 -95
  76. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js.map +1 -1
  77. package/dist/features/milestone/milestone-list-container/milestone-list-container.js +116 -104
  78. package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
  79. package/dist/features/milestone/milestone-resources/resources-list/resources-list.js +99 -91
  80. package/dist/features/milestone/milestone-resources/resources-list/resources-list.js.map +1 -1
  81. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js +89 -83
  82. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js.map +1 -1
  83. package/dist/features/trial-session/comps/learning-plan/goal-edit-sync.js +40 -0
  84. package/dist/features/trial-session/comps/learning-plan/goal-edit-sync.js.map +1 -0
  85. package/dist/features/trial-session/comps/learning-plan/learning-assign-resource-sync.js +55 -0
  86. package/dist/features/trial-session/comps/learning-plan/learning-assign-resource-sync.js.map +1 -0
  87. package/dist/features/trial-session/comps/learning-plan/learning-chapter-details.js +48 -0
  88. package/dist/features/trial-session/comps/learning-plan/learning-chapter-details.js.map +1 -0
  89. package/dist/features/trial-session/comps/learning-plan/learning-milestone-sync.js +145 -0
  90. package/dist/features/trial-session/comps/learning-plan/learning-milestone-sync.js.map +1 -0
  91. package/dist/features/trial-session/comps/learning-plan/learning-plan-helpers.js +30 -0
  92. package/dist/features/trial-session/comps/learning-plan/learning-plan-helpers.js.map +1 -0
  93. package/dist/features/trial-session/comps/learning-plan/learning-plan-view.js +17 -0
  94. package/dist/features/trial-session/comps/learning-plan/learning-plan-view.js.map +1 -0
  95. package/dist/features/trial-session/comps/learning-plan/learning-plan.js +93 -0
  96. package/dist/features/trial-session/comps/learning-plan/learning-plan.js.map +1 -0
  97. package/dist/features/trial-session/comps/learning-plan/learning-preview-worksheet.js +81 -0
  98. package/dist/features/trial-session/comps/learning-plan/learning-preview-worksheet.js.map +1 -0
  99. package/dist/features/trial-session/comps/learning-plan/learning-test-creation-sync.js +41 -0
  100. package/dist/features/trial-session/comps/learning-plan/learning-test-creation-sync.js.map +1 -0
  101. package/dist/features/trial-session/comps/worksheet/worksheet.js +41 -34
  102. package/dist/features/trial-session/comps/worksheet/worksheet.js.map +1 -1
  103. package/dist/features/trial-session/right-panel/index.js +26 -26
  104. package/dist/features/trial-session/right-panel/index.js.map +1 -1
  105. package/dist/features/trial-session/right-panel/right-panel-styled.js +27 -31
  106. package/dist/features/trial-session/right-panel/right-panel-styled.js.map +1 -1
  107. package/dist/features/trial-session/right-panel/slide-components-map.js +1 -1
  108. package/dist/features/trial-session/right-panel/slide-components-map.js.map +1 -1
  109. package/dist/features/trial-session/trial-session-types.js.map +1 -1
  110. package/dist/features/ui/buttons/button/button.js +51 -50
  111. package/dist/features/ui/buttons/button/button.js.map +1 -1
  112. package/dist/features/ui/buttons/icon-button/icon-button.js +21 -20
  113. package/dist/features/ui/buttons/icon-button/icon-button.js.map +1 -1
  114. package/dist/features/worksheet/worksheet/worksheet-behavior-helper.js +76 -66
  115. package/dist/features/worksheet/worksheet/worksheet-behavior-helper.js.map +1 -1
  116. package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-navigation.js +44 -48
  117. package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-navigation.js.map +1 -1
  118. package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-section-navigation/worksheet-section-navigation.js +72 -73
  119. package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-section-navigation/worksheet-section-navigation.js.map +1 -1
  120. package/dist/features/worksheet/worksheet/worksheet-questions/worksheet-questions.js +31 -33
  121. package/dist/features/worksheet/worksheet/worksheet-questions/worksheet-questions.js.map +1 -1
  122. package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
  123. package/dist/features/worksheet/worksheet/worksheet-view.js +39 -39
  124. package/dist/features/worksheet/worksheet/worksheet-view.js.map +1 -1
  125. package/dist/features/worksheet/worksheet/worksheet.js +51 -41
  126. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  127. package/dist/features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js +47 -34
  128. package/dist/features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js.map +1 -1
  129. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js +27 -24
  130. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
  131. package/dist/features/worksheet/worksheet-preview/worksheet-preview-view.js +47 -41
  132. package/dist/features/worksheet/worksheet-preview/worksheet-preview-view.js.map +1 -1
  133. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js +28 -26
  134. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js.map +1 -1
  135. package/dist/index.d.ts +161 -4
  136. package/dist/index.js +452 -446
  137. package/dist/index.js.map +1 -1
  138. package/dist/node_modules/@mediapipe/tasks-vision/vision_bundle.js +3713 -0
  139. package/dist/node_modules/@mediapipe/tasks-vision/vision_bundle.js.map +1 -0
  140. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/backend_cpu.js +155 -0
  141. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/backend_cpu.js.map +1 -0
  142. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/base.js +29 -0
  143. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/base.js.map +1 -0
  144. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/cpu_util.js +27 -0
  145. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/cpu_util.js.map +1 -0
  146. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Abs.js +43 -0
  147. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Abs.js.map +1 -0
  148. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Acos.js +29 -0
  149. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Acos.js.map +1 -0
  150. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Acosh.js +29 -0
  151. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Acosh.js.map +1 -0
  152. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Add.js +32 -0
  153. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Add.js.map +1 -0
  154. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/AddN.js +41 -0
  155. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/AddN.js.map +1 -0
  156. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/All.js +59 -0
  157. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/All.js.map +1 -0
  158. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Any.js +59 -0
  159. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Any.js.map +1 -0
  160. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ArgMax.js +52 -0
  161. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ArgMax.js.map +1 -0
  162. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ArgMin.js +52 -0
  163. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ArgMin.js.map +1 -0
  164. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Asin.js +29 -0
  165. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Asin.js.map +1 -0
  166. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Asinh.js +29 -0
  167. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Asinh.js.map +1 -0
  168. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Atan.js +29 -0
  169. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Atan.js.map +1 -0
  170. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Atan2.js +31 -0
  171. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Atan2.js.map +1 -0
  172. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Atanh.js +29 -0
  173. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Atanh.js.map +1 -0
  174. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/AvgPool.js +48 -0
  175. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/AvgPool.js.map +1 -0
  176. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/AvgPool3D.js +38 -0
  177. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/AvgPool3D.js.map +1 -0
  178. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/AvgPool3DGrad.js +61 -0
  179. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/AvgPool3DGrad.js.map +1 -0
  180. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/AvgPoolGrad.js +56 -0
  181. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/AvgPoolGrad.js.map +1 -0
  182. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/BatchMatMul.js +68 -0
  183. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/BatchMatMul.js.map +1 -0
  184. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/BatchNorm.js +41 -0
  185. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/BatchNorm.js.map +1 -0
  186. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/BatchToSpaceND.js +43 -0
  187. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/BatchToSpaceND.js.map +1 -0
  188. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Bincount.js +33 -0
  189. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Bincount.js.map +1 -0
  190. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Bincount_impl.js +45 -0
  191. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Bincount_impl.js.map +1 -0
  192. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/BitwiseAnd.js +31 -0
  193. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/BitwiseAnd.js.map +1 -0
  194. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/BroadcastArgs.js +33 -0
  195. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/BroadcastArgs.js.map +1 -0
  196. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Cast.js +66 -0
  197. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Cast.js.map +1 -0
  198. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Ceil.js +31 -0
  199. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Ceil.js.map +1 -0
  200. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ClipByValue.js +32 -0
  201. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ClipByValue.js.map +1 -0
  202. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Complex.js +35 -0
  203. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Complex.js.map +1 -0
  204. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ComplexAbs.js +36 -0
  205. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ComplexAbs.js.map +1 -0
  206. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Concat.js +61 -0
  207. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Concat.js.map +1 -0
  208. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Concat_impl.js +46 -0
  209. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Concat_impl.js.map +1 -0
  210. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Conv2D.js +66 -0
  211. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Conv2D.js.map +1 -0
  212. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Conv2DBackpropFilter.js +56 -0
  213. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Conv2DBackpropFilter.js.map +1 -0
  214. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Conv2DBackpropInput.js +63 -0
  215. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Conv2DBackpropInput.js.map +1 -0
  216. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Conv3D.js +75 -0
  217. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Conv3D.js.map +1 -0
  218. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Conv3DBackpropFilterV2.js +67 -0
  219. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Conv3DBackpropFilterV2.js.map +1 -0
  220. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Conv3DBackpropInputV2.js +64 -0
  221. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Conv3DBackpropInputV2.js.map +1 -0
  222. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Cos.js +29 -0
  223. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Cos.js.map +1 -0
  224. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Cosh.js +29 -0
  225. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Cosh.js.map +1 -0
  226. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/CropAndResize.js +91 -0
  227. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/CropAndResize.js.map +1 -0
  228. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Cumprod.js +60 -0
  229. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Cumprod.js.map +1 -0
  230. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Cumsum.js +60 -0
  231. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Cumsum.js.map +1 -0
  232. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/DenseBincount.js +40 -0
  233. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/DenseBincount.js.map +1 -0
  234. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/DepthToSpace.js +47 -0
  235. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/DepthToSpace.js.map +1 -0
  236. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/DepthwiseConv2dNative.js +78 -0
  237. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/DepthwiseConv2dNative.js.map +1 -0
  238. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/DepthwiseConv2dNativeBackpropFilter.js +65 -0
  239. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/DepthwiseConv2dNativeBackpropFilter.js.map +1 -0
  240. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/DepthwiseConv2dNativeBackpropInput.js +67 -0
  241. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/DepthwiseConv2dNativeBackpropInput.js.map +1 -0
  242. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Diag.js +37 -0
  243. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Diag.js.map +1 -0
  244. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Dilation2D.js +56 -0
  245. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Dilation2D.js.map +1 -0
  246. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Dilation2DBackpropFilter.js +57 -0
  247. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Dilation2DBackpropFilter.js.map +1 -0
  248. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Dilation2DBackpropInput.js +57 -0
  249. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Dilation2DBackpropInput.js.map +1 -0
  250. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Draw.js +54 -0
  251. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Draw.js.map +1 -0
  252. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Einsum.js +63 -0
  253. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Einsum.js.map +1 -0
  254. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Elu.js +29 -0
  255. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Elu.js.map +1 -0
  256. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/EluGrad.js +40 -0
  257. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/EluGrad.js.map +1 -0
  258. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Equal.js +31 -0
  259. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Equal.js.map +1 -0
  260. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Erf.js +33 -0
  261. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Erf.js.map +1 -0
  262. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Exp.js +31 -0
  263. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Exp.js.map +1 -0
  264. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ExpandDims.js +35 -0
  265. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ExpandDims.js.map +1 -0
  266. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Expm1.js +31 -0
  267. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Expm1.js.map +1 -0
  268. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/FFT.js +39 -0
  269. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/FFT.js.map +1 -0
  270. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Fill.js +36 -0
  271. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Fill.js.map +1 -0
  272. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/FlipLeftRight.js +49 -0
  273. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/FlipLeftRight.js.map +1 -0
  274. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Floor.js +31 -0
  275. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Floor.js.map +1 -0
  276. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/FloorDiv.js +31 -0
  277. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/FloorDiv.js.map +1 -0
  278. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/FusedConv2D.js +63 -0
  279. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/FusedConv2D.js.map +1 -0
  280. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/FusedDepthwiseConv2D.js +48 -0
  281. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/FusedDepthwiseConv2D.js.map +1 -0
  282. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/GatherNd.js +38 -0
  283. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/GatherNd.js.map +1 -0
  284. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/GatherNd_Impl.js +38 -0
  285. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/GatherNd_Impl.js.map +1 -0
  286. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/GatherV2.js +66 -0
  287. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/GatherV2.js.map +1 -0
  288. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/GatherV2_impl.js +32 -0
  289. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/GatherV2_impl.js.map +1 -0
  290. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Greater.js +31 -0
  291. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Greater.js.map +1 -0
  292. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/GreaterEqual.js +31 -0
  293. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/GreaterEqual.js.map +1 -0
  294. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/IFFT.js +39 -0
  295. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/IFFT.js.map +1 -0
  296. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Identity.js +32 -0
  297. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Identity.js.map +1 -0
  298. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Imag.js +32 -0
  299. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Imag.js.map +1 -0
  300. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/IsFinite.js +29 -0
  301. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/IsFinite.js.map +1 -0
  302. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/IsInf.js +29 -0
  303. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/IsInf.js.map +1 -0
  304. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/IsNaN.js +29 -0
  305. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/IsNaN.js.map +1 -0
  306. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LRN.js +51 -0
  307. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LRN.js.map +1 -0
  308. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LRNGrad.js +47 -0
  309. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LRNGrad.js.map +1 -0
  310. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LeakyRelu.js +38 -0
  311. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LeakyRelu.js.map +1 -0
  312. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Less.js +31 -0
  313. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Less.js.map +1 -0
  314. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LessEqual.js +31 -0
  315. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LessEqual.js.map +1 -0
  316. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LinSpace.js +33 -0
  317. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LinSpace.js.map +1 -0
  318. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LinSpace_impl.js +29 -0
  319. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LinSpace_impl.js.map +1 -0
  320. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Log.js +31 -0
  321. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Log.js.map +1 -0
  322. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Log1p.js +29 -0
  323. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Log1p.js.map +1 -0
  324. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LogicalAnd.js +31 -0
  325. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LogicalAnd.js.map +1 -0
  326. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LogicalNot.js +29 -0
  327. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LogicalNot.js.map +1 -0
  328. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LogicalOr.js +31 -0
  329. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/LogicalOr.js.map +1 -0
  330. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Max.js +51 -0
  331. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Max.js.map +1 -0
  332. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/MaxPool.js +48 -0
  333. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/MaxPool.js.map +1 -0
  334. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/MaxPool3D.js +38 -0
  335. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/MaxPool3D.js.map +1 -0
  336. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/MaxPool3DGrad.js +65 -0
  337. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/MaxPool3DGrad.js.map +1 -0
  338. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/MaxPoolGrad.js +60 -0
  339. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/MaxPoolGrad.js.map +1 -0
  340. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/MaxPoolWithArgmax.js +38 -0
  341. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/MaxPoolWithArgmax.js.map +1 -0
  342. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/MaxPoolWithArgmax_impl.js +27 -0
  343. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/MaxPoolWithArgmax_impl.js.map +1 -0
  344. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Max_impl.js +35 -0
  345. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Max_impl.js.map +1 -0
  346. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Maximum.js +31 -0
  347. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Maximum.js.map +1 -0
  348. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Mean.js +43 -0
  349. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Mean.js.map +1 -0
  350. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Min.js +59 -0
  351. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Min.js.map +1 -0
  352. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Minimum.js +31 -0
  353. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Minimum.js.map +1 -0
  354. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/MirrorPad.js +47 -0
  355. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/MirrorPad.js.map +1 -0
  356. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Mod.js +34 -0
  357. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Mod.js.map +1 -0
  358. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Multinomial.js +54 -0
  359. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Multinomial.js.map +1 -0
  360. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Multiply.js +35 -0
  361. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Multiply.js.map +1 -0
  362. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Neg.js +42 -0
  363. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Neg.js.map +1 -0
  364. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/NonMaxSuppressionV3.js +37 -0
  365. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/NonMaxSuppressionV3.js.map +1 -0
  366. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/NonMaxSuppressionV4.js +40 -0
  367. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/NonMaxSuppressionV4.js.map +1 -0
  368. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/NonMaxSuppressionV5.js +40 -0
  369. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/NonMaxSuppressionV5.js.map +1 -0
  370. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/NotEqual.js +31 -0
  371. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/NotEqual.js.map +1 -0
  372. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/OneHot.js +40 -0
  373. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/OneHot.js.map +1 -0
  374. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/OnesLike.js +43 -0
  375. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/OnesLike.js.map +1 -0
  376. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Pack.js +45 -0
  377. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Pack.js.map +1 -0
  378. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/PadV2.js +44 -0
  379. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/PadV2.js.map +1 -0
  380. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Pow.js +31 -0
  381. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Pow.js.map +1 -0
  382. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Prelu.js +37 -0
  383. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Prelu.js.map +1 -0
  384. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Prod.js +56 -0
  385. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Prod.js.map +1 -0
  386. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RaggedGather.js +33 -0
  387. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RaggedGather.js.map +1 -0
  388. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RaggedGather_impl.js +114 -0
  389. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RaggedGather_impl.js.map +1 -0
  390. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RaggedRange.js +33 -0
  391. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RaggedRange.js.map +1 -0
  392. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RaggedRange_impl.js +59 -0
  393. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RaggedRange_impl.js.map +1 -0
  394. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RaggedTensorToTensor.js +33 -0
  395. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RaggedTensorToTensor.js.map +1 -0
  396. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RaggedTensorToTensor_impl.js +275 -0
  397. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RaggedTensorToTensor_impl.js.map +1 -0
  398. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Range.js +33 -0
  399. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Range.js.map +1 -0
  400. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Range_impl.js +32 -0
  401. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Range_impl.js.map +1 -0
  402. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Real.js +32 -0
  403. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Real.js.map +1 -0
  404. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RealDiv.js +31 -0
  405. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RealDiv.js.map +1 -0
  406. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Reciprocal.js +29 -0
  407. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Reciprocal.js.map +1 -0
  408. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Relu.js +29 -0
  409. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Relu.js.map +1 -0
  410. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Relu6.js +29 -0
  411. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Relu6.js.map +1 -0
  412. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Reshape.js +39 -0
  413. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Reshape.js.map +1 -0
  414. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ResizeBilinear.js +59 -0
  415. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ResizeBilinear.js.map +1 -0
  416. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ResizeBilinearGrad.js +56 -0
  417. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ResizeBilinearGrad.js.map +1 -0
  418. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ResizeNearestNeighbor.js +62 -0
  419. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ResizeNearestNeighbor.js.map +1 -0
  420. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ResizeNearestNeighborGrad.js +69 -0
  421. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ResizeNearestNeighborGrad.js.map +1 -0
  422. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Reverse.js +45 -0
  423. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Reverse.js.map +1 -0
  424. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RotateWithOffset.js +53 -0
  425. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/RotateWithOffset.js.map +1 -0
  426. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Round.js +32 -0
  427. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Round.js.map +1 -0
  428. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Rsqrt.js +31 -0
  429. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Rsqrt.js.map +1 -0
  430. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ScatterNd.js +34 -0
  431. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ScatterNd.js.map +1 -0
  432. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Scatter_impl.js +43 -0
  433. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Scatter_impl.js.map +1 -0
  434. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SearchSorted.js +33 -0
  435. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SearchSorted.js.map +1 -0
  436. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SearchSorted_impl.js +43 -0
  437. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SearchSorted_impl.js.map +1 -0
  438. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Select.js +42 -0
  439. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Select.js.map +1 -0
  440. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Selu.js +30 -0
  441. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Selu.js.map +1 -0
  442. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Sigmoid.js +31 -0
  443. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Sigmoid.js.map +1 -0
  444. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Sign.js +29 -0
  445. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Sign.js.map +1 -0
  446. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Sin.js +29 -0
  447. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Sin.js.map +1 -0
  448. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Sinh.js +29 -0
  449. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Sinh.js.map +1 -0
  450. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Slice.js +55 -0
  451. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Slice.js.map +1 -0
  452. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Softmax.js +48 -0
  453. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Softmax.js.map +1 -0
  454. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Softplus.js +33 -0
  455. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Softplus.js.map +1 -0
  456. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SpaceToBatchND.js +48 -0
  457. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SpaceToBatchND.js.map +1 -0
  458. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseFillEmptyRows.js +51 -0
  459. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseFillEmptyRows.js.map +1 -0
  460. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseFillEmptyRows_impl.js +89 -0
  461. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseFillEmptyRows_impl.js.map +1 -0
  462. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseReshape.js +45 -0
  463. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseReshape.js.map +1 -0
  464. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseReshape_impl.js +70 -0
  465. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseReshape_impl.js.map +1 -0
  466. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseSegmentMean.js +44 -0
  467. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseSegmentMean.js.map +1 -0
  468. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseSegmentReduction_impl.js +63 -0
  469. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseSegmentReduction_impl.js.map +1 -0
  470. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseSegmentSum.js +44 -0
  471. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseSegmentSum.js.map +1 -0
  472. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseToDense.js +60 -0
  473. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SparseToDense.js.map +1 -0
  474. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SplitV.js +40 -0
  475. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SplitV.js.map +1 -0
  476. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Sqrt.js +31 -0
  477. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Sqrt.js.map +1 -0
  478. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Square.js +37 -0
  479. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Square.js.map +1 -0
  480. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SquaredDifference.js +34 -0
  481. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/SquaredDifference.js.map +1 -0
  482. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StaticRegexReplace.js +33 -0
  483. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StaticRegexReplace.js.map +1 -0
  484. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Step.js +32 -0
  485. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Step.js.map +1 -0
  486. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StridedSlice.js +51 -0
  487. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StridedSlice.js.map +1 -0
  488. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StridedSlice_impl.js +32 -0
  489. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StridedSlice_impl.js.map +1 -0
  490. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StringNGrams.js +36 -0
  491. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StringNGrams.js.map +1 -0
  492. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StringNGrams_impl.js +116 -0
  493. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StringNGrams_impl.js.map +1 -0
  494. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StringSplit.js +44 -0
  495. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StringSplit.js.map +1 -0
  496. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StringSplit_impl.js +64 -0
  497. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StringSplit_impl.js.map +1 -0
  498. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StringToHashBucketFast.js +38 -0
  499. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StringToHashBucketFast.js.map +1 -0
  500. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StringToHashBucketFast_impl.js +29 -0
  501. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/StringToHashBucketFast_impl.js.map +1 -0
  502. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Sub.js +32 -0
  503. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Sub.js.map +1 -0
  504. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Sum.js +61 -0
  505. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Sum.js.map +1 -0
  506. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Tan.js +29 -0
  507. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Tan.js.map +1 -0
  508. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Tanh.js +29 -0
  509. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Tanh.js.map +1 -0
  510. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/TensorScatterUpdate.js +34 -0
  511. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/TensorScatterUpdate.js.map +1 -0
  512. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Tile.js +36 -0
  513. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Tile.js.map +1 -0
  514. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Tile_impl.js +36 -0
  515. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Tile_impl.js.map +1 -0
  516. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/TopK.js +39 -0
  517. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/TopK.js.map +1 -0
  518. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/TopK_impl.js +60 -0
  519. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/TopK_impl.js.map +1 -0
  520. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Transform.js +127 -0
  521. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Transform.js.map +1 -0
  522. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Transpose.js +39 -0
  523. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Transpose.js.map +1 -0
  524. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Transpose_impl.js +33 -0
  525. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Transpose_impl.js.map +1 -0
  526. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Unique.js +39 -0
  527. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Unique.js.map +1 -0
  528. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Unique_impl.js +65 -0
  529. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Unique_impl.js.map +1 -0
  530. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Unpack.js +48 -0
  531. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/Unpack.js.map +1 -0
  532. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/UnsortedSegmentSum.js +52 -0
  533. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/UnsortedSegmentSum.js.map +1 -0
  534. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ZerosLike.js +42 -0
  535. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/ZerosLike.js.map +1 -0
  536. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/_FusedMatMul.js +40 -0
  537. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/kernels/_FusedMatMul.js.map +1 -0
  538. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/register_all_kernels.js +367 -0
  539. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/register_all_kernels.js.map +1 -0
  540. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/shared.js +120 -0
  541. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/shared.js.map +1 -0
  542. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/binary_impl.js +41 -0
  543. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/binary_impl.js.map +1 -0
  544. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/binary_utils.js +72 -0
  545. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/binary_utils.js.map +1 -0
  546. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/fft_utils.js +108 -0
  547. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/fft_utils.js.map +1 -0
  548. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/fused_utils.js +44 -0
  549. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/fused_utils.js.map +1 -0
  550. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/pool_utils.js +166 -0
  551. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/pool_utils.js.map +1 -0
  552. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/unary_impl.js +30 -0
  553. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/unary_impl.js.map +1 -0
  554. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/unary_utils.js +45 -0
  555. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/unary_utils.js.map +1 -0
  556. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/zeros_impl.js +31 -0
  557. package/dist/node_modules/@tensorflow/tfjs-backend-cpu/dist/utils/zeros_impl.js.map +1 -0
  558. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/addn_gpu.js +39 -0
  559. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/addn_gpu.js.map +1 -0
  560. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/addn_packed_gpu.js +39 -0
  561. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/addn_packed_gpu.js.map +1 -0
  562. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/argminmax_gpu.js +49 -0
  563. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/argminmax_gpu.js.map +1 -0
  564. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/argminmax_packed_gpu.js +103 -0
  565. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/argminmax_packed_gpu.js.map +1 -0
  566. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/avg_pool_backprop_gpu.js +133 -0
  567. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/avg_pool_backprop_gpu.js.map +1 -0
  568. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/backend_webgl.js +583 -0
  569. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/backend_webgl.js.map +1 -0
  570. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/base.js +30 -0
  571. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/base.js.map +1 -0
  572. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/batchnorm_gpu.js +41 -0
  573. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/batchnorm_gpu.js.map +1 -0
  574. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/batchnorm_packed_gpu.js +44 -0
  575. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/batchnorm_packed_gpu.js.map +1 -0
  576. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/binaryop_complex_gpu.js +45 -0
  577. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/binaryop_complex_gpu.js.map +1 -0
  578. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/binaryop_gpu.js +43 -0
  579. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/binaryop_gpu.js.map +1 -0
  580. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/binaryop_packed_gpu.js +95 -0
  581. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/binaryop_packed_gpu.js.map +1 -0
  582. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/canvas_util.js +64 -0
  583. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/canvas_util.js.map +1 -0
  584. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/clip_gpu.js +39 -0
  585. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/clip_gpu.js.map +1 -0
  586. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/clip_packed_gpu.js +39 -0
  587. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/clip_packed_gpu.js.map +1 -0
  588. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/complex_abs_gpu.js +38 -0
  589. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/complex_abs_gpu.js.map +1 -0
  590. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/concat_gpu.js +52 -0
  591. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/concat_gpu.js.map +1 -0
  592. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/concat_packed_gpu.js +84 -0
  593. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/concat_packed_gpu.js.map +1 -0
  594. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/conv_backprop_gpu.js +240 -0
  595. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/conv_backprop_gpu.js.map +1 -0
  596. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/conv_backprop_gpu_depthwise.js +115 -0
  597. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/conv_backprop_gpu_depthwise.js.map +1 -0
  598. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/conv_backprop_packed_gpu.js +104 -0
  599. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/conv_backprop_packed_gpu.js.map +1 -0
  600. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/conv_gpu.js +260 -0
  601. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/conv_gpu.js.map +1 -0
  602. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/conv_gpu_depthwise.js +89 -0
  603. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/conv_gpu_depthwise.js.map +1 -0
  604. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/conv_packed_gpu.js +253 -0
  605. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/conv_packed_gpu.js.map +1 -0
  606. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/conv_packed_gpu_depthwise.js +246 -0
  607. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/conv_packed_gpu_depthwise.js.map +1 -0
  608. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/crop_and_resize_gpu.js +106 -0
  609. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/crop_and_resize_gpu.js.map +1 -0
  610. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/cum_gpu.js +53 -0
  611. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/cum_gpu.js.map +1 -0
  612. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/decode_matrix_gpu.js +51 -0
  613. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/decode_matrix_gpu.js.map +1 -0
  614. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/decode_matrix_packed_gpu.js +51 -0
  615. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/decode_matrix_packed_gpu.js.map +1 -0
  616. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/depth_to_space_gpu.js +59 -0
  617. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/depth_to_space_gpu.js.map +1 -0
  618. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/diag_gpu.js +31 -0
  619. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/diag_gpu.js.map +1 -0
  620. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/dilation_gpu.js +65 -0
  621. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/dilation_gpu.js.map +1 -0
  622. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/encode_float_gpu.js +37 -0
  623. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/encode_float_gpu.js.map +1 -0
  624. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/encode_float_packed_gpu.js +38 -0
  625. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/encode_float_packed_gpu.js.map +1 -0
  626. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/encode_matrix_gpu.js +67 -0
  627. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/encode_matrix_gpu.js.map +1 -0
  628. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/encode_matrix_packed_gpu.js +82 -0
  629. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/encode_matrix_packed_gpu.js.map +1 -0
  630. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/fft_gpu.js +69 -0
  631. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/fft_gpu.js.map +1 -0
  632. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/fill_gpu.js +30 -0
  633. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/fill_gpu.js.map +1 -0
  634. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/flags_webgl.js +74 -0
  635. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/flags_webgl.js.map +1 -0
  636. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/flip_left_right_gpu.js +41 -0
  637. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/flip_left_right_gpu.js.map +1 -0
  638. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/gather_gpu.js +41 -0
  639. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/gather_gpu.js.map +1 -0
  640. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/gather_nd_gpu.js +30 -0
  641. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/gather_nd_gpu.js.map +1 -0
  642. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/glsl_version.js +83 -0
  643. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/glsl_version.js.map +1 -0
  644. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/gpgpu_context.js +295 -0
  645. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/gpgpu_context.js.map +1 -0
  646. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/gpgpu_math.js +230 -0
  647. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/gpgpu_math.js.map +1 -0
  648. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/gpgpu_util.js +139 -0
  649. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/gpgpu_util.js.map +1 -0
  650. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/im2col_packed_gpu.js +88 -0
  651. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/im2col_packed_gpu.js.map +1 -0
  652. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernel_utils/arg_min_max.js +62 -0
  653. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernel_utils/arg_min_max.js.map +1 -0
  654. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernel_utils/int.js +26 -0
  655. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernel_utils/int.js.map +1 -0
  656. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernel_utils/kernel_funcs_utils.js +101 -0
  657. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernel_utils/kernel_funcs_utils.js.map +1 -0
  658. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernel_utils/reduce.js +46 -0
  659. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernel_utils/reduce.js.map +1 -0
  660. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernel_utils/reshape.js +36 -0
  661. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernel_utils/reshape.js.map +1 -0
  662. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernel_utils/shared.js +70 -0
  663. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernel_utils/shared.js.map +1 -0
  664. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Abs.js +42 -0
  665. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Abs.js.map +1 -0
  666. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Acos.js +35 -0
  667. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Acos.js.map +1 -0
  668. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Acosh.js +32 -0
  669. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Acosh.js.map +1 -0
  670. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Add.js +35 -0
  671. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Add.js.map +1 -0
  672. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/AddN.js +44 -0
  673. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/AddN.js.map +1 -0
  674. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/All.js +48 -0
  675. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/All.js.map +1 -0
  676. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Any.js +48 -0
  677. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Any.js.map +1 -0
  678. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ArgMax.js +42 -0
  679. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ArgMax.js.map +1 -0
  680. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ArgMin.js +42 -0
  681. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ArgMin.js.map +1 -0
  682. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Asin.js +35 -0
  683. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Asin.js.map +1 -0
  684. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Asinh.js +30 -0
  685. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Asinh.js.map +1 -0
  686. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Atan.js +32 -0
  687. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Atan.js.map +1 -0
  688. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Atan2.js +40 -0
  689. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Atan2.js.map +1 -0
  690. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Atanh.js +32 -0
  691. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Atanh.js.map +1 -0
  692. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/AvgPool.js +44 -0
  693. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/AvgPool.js.map +1 -0
  694. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/AvgPool3D.js +34 -0
  695. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/AvgPool3D.js.map +1 -0
  696. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/AvgPool3DGrad.js +34 -0
  697. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/AvgPool3DGrad.js.map +1 -0
  698. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/AvgPoolGrad.js +37 -0
  699. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/AvgPoolGrad.js.map +1 -0
  700. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/BatchMatMul.js +33 -0
  701. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/BatchMatMul.js.map +1 -0
  702. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/BatchMatMul_impl.js +71 -0
  703. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/BatchMatMul_impl.js.map +1 -0
  704. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/BatchNorm.js +44 -0
  705. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/BatchNorm.js.map +1 -0
  706. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/BatchToSpaceND.js +46 -0
  707. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/BatchToSpaceND.js.map +1 -0
  708. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Bincount.js +33 -0
  709. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Bincount.js.map +1 -0
  710. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/BitwiseAnd.js +52 -0
  711. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/BitwiseAnd.js.map +1 -0
  712. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/BroadcastArgs.js +33 -0
  713. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/BroadcastArgs.js.map +1 -0
  714. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Cast.js +64 -0
  715. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Cast.js.map +1 -0
  716. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Ceil.js +30 -0
  717. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Ceil.js.map +1 -0
  718. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ClipByValue.js +38 -0
  719. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ClipByValue.js.map +1 -0
  720. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Complex.js +33 -0
  721. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Complex.js.map +1 -0
  722. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ComplexAbs.js +43 -0
  723. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ComplexAbs.js.map +1 -0
  724. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Concat.js +41 -0
  725. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Concat.js.map +1 -0
  726. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Concat_impl.js +85 -0
  727. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Concat_impl.js.map +1 -0
  728. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Conv2D.js +56 -0
  729. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Conv2D.js.map +1 -0
  730. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Conv2DBackpropFilter.js +34 -0
  731. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Conv2DBackpropFilter.js.map +1 -0
  732. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Conv2DBackpropInput.js +44 -0
  733. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Conv2DBackpropInput.js.map +1 -0
  734. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Conv2D_impl.js +155 -0
  735. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Conv2D_impl.js.map +1 -0
  736. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Conv3D.js +34 -0
  737. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Conv3D.js.map +1 -0
  738. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Conv3DBackpropFilterV2.js +34 -0
  739. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Conv3DBackpropFilterV2.js.map +1 -0
  740. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Conv3DBackpropInputV2.js +34 -0
  741. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Conv3DBackpropInputV2.js.map +1 -0
  742. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Cos.js +37 -0
  743. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Cos.js.map +1 -0
  744. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Cosh.js +32 -0
  745. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Cosh.js.map +1 -0
  746. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/CropAndResize.js +32 -0
  747. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/CropAndResize.js.map +1 -0
  748. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Cum_impl.js +48 -0
  749. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Cum_impl.js.map +1 -0
  750. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Cumprod.js +34 -0
  751. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Cumprod.js.map +1 -0
  752. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Cumsum.js +34 -0
  753. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Cumsum.js.map +1 -0
  754. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/DenseBincount.js +40 -0
  755. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/DenseBincount.js.map +1 -0
  756. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/DepthToSpace.js +33 -0
  757. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/DepthToSpace.js.map +1 -0
  758. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/DepthwiseConv2dNative.js +57 -0
  759. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/DepthwiseConv2dNative.js.map +1 -0
  760. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/DepthwiseConv2dNativeBackpropFilter.js +43 -0
  761. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/DepthwiseConv2dNativeBackpropFilter.js.map +1 -0
  762. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/DepthwiseConv2dNativeBackpropInput.js +43 -0
  763. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/DepthwiseConv2dNativeBackpropInput.js.map +1 -0
  764. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Diag.js +35 -0
  765. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Diag.js.map +1 -0
  766. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Dilation2D.js +39 -0
  767. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Dilation2D.js.map +1 -0
  768. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Einsum.js +63 -0
  769. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Einsum.js.map +1 -0
  770. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Elu.js +37 -0
  771. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Elu.js.map +1 -0
  772. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/EluGrad.js +37 -0
  773. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/EluGrad.js.map +1 -0
  774. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Equal.js +37 -0
  775. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Equal.js.map +1 -0
  776. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Erf.js +45 -0
  777. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Erf.js.map +1 -0
  778. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Exp.js +47 -0
  779. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Exp.js.map +1 -0
  780. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ExpandDims.js +35 -0
  781. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ExpandDims.js.map +1 -0
  782. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Expm1.js +30 -0
  783. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Expm1.js.map +1 -0
  784. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FFT.js +33 -0
  785. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FFT.js.map +1 -0
  786. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FFT_impl.js +42 -0
  787. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FFT_impl.js.map +1 -0
  788. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Fill.js +41 -0
  789. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Fill.js.map +1 -0
  790. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FlipLeftRight.js +31 -0
  791. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FlipLeftRight.js.map +1 -0
  792. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Floor.js +30 -0
  793. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Floor.js.map +1 -0
  794. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FloorDiv.js +60 -0
  795. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FloorDiv.js.map +1 -0
  796. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FromPixels.js +48 -0
  797. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FromPixels.js.map +1 -0
  798. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FromPixels_utils/from_pixels_gpu.js +50 -0
  799. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FromPixels_utils/from_pixels_gpu.js.map +1 -0
  800. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FromPixels_utils/from_pixels_packed_gpu.js +62 -0
  801. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FromPixels_utils/from_pixels_packed_gpu.js.map +1 -0
  802. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FusedConv2D.js +94 -0
  803. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FusedConv2D.js.map +1 -0
  804. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FusedDepthwiseConv2D.js +63 -0
  805. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/FusedDepthwiseConv2D.js.map +1 -0
  806. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/GatherNd.js +46 -0
  807. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/GatherNd.js.map +1 -0
  808. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/GatherV2.js +75 -0
  809. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/GatherV2.js.map +1 -0
  810. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Greater.js +37 -0
  811. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Greater.js.map +1 -0
  812. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/GreaterEqual.js +37 -0
  813. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/GreaterEqual.js.map +1 -0
  814. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/IFFT.js +33 -0
  815. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/IFFT.js.map +1 -0
  816. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Identity.js +32 -0
  817. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Identity.js.map +1 -0
  818. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Imag.js +33 -0
  819. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Imag.js.map +1 -0
  820. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/IsFinite.js +29 -0
  821. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/IsFinite.js.map +1 -0
  822. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/IsInf.js +29 -0
  823. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/IsInf.js.map +1 -0
  824. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/IsNaN.js +29 -0
  825. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/IsNaN.js.map +1 -0
  826. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LRN.js +34 -0
  827. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LRN.js.map +1 -0
  828. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LRNGrad.js +32 -0
  829. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LRNGrad.js.map +1 -0
  830. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LeakyRelu.js +42 -0
  831. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LeakyRelu.js.map +1 -0
  832. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Less.js +37 -0
  833. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Less.js.map +1 -0
  834. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LessEqual.js +39 -0
  835. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LessEqual.js.map +1 -0
  836. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LinSpace.js +33 -0
  837. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LinSpace.js.map +1 -0
  838. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Log.js +40 -0
  839. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Log.js.map +1 -0
  840. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Log1p.js +31 -0
  841. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Log1p.js.map +1 -0
  842. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LogicalAnd.js +37 -0
  843. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LogicalAnd.js.map +1 -0
  844. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LogicalNot.js +29 -0
  845. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LogicalNot.js.map +1 -0
  846. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LogicalOr.js +34 -0
  847. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/LogicalOr.js.map +1 -0
  848. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Max.js +65 -0
  849. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Max.js.map +1 -0
  850. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/MaxPool.js +44 -0
  851. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/MaxPool.js.map +1 -0
  852. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/MaxPool3D.js +34 -0
  853. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/MaxPool3D.js.map +1 -0
  854. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/MaxPool3DGrad.js +40 -0
  855. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/MaxPool3DGrad.js.map +1 -0
  856. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/MaxPoolGrad.js +38 -0
  857. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/MaxPoolGrad.js.map +1 -0
  858. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/MaxPoolWithArgmax.js +37 -0
  859. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/MaxPoolWithArgmax.js.map +1 -0
  860. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/MaxPoolWithArgmax_impl.js +28 -0
  861. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/MaxPoolWithArgmax_impl.js.map +1 -0
  862. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Max_impl.js +28 -0
  863. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Max_impl.js.map +1 -0
  864. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Maximum.js +45 -0
  865. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Maximum.js.map +1 -0
  866. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Mean.js +58 -0
  867. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Mean.js.map +1 -0
  868. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Mean_impl.js +28 -0
  869. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Mean_impl.js.map +1 -0
  870. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Min.js +48 -0
  871. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Min.js.map +1 -0
  872. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Minimum.js +45 -0
  873. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Minimum.js.map +1 -0
  874. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/MirrorPad.js +34 -0
  875. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/MirrorPad.js.map +1 -0
  876. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Mod.js +39 -0
  877. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Mod.js.map +1 -0
  878. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Multinomial.js +34 -0
  879. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Multinomial.js.map +1 -0
  880. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Multiply.js +70 -0
  881. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Multiply.js.map +1 -0
  882. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Neg.js +54 -0
  883. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Neg.js.map +1 -0
  884. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/NonMaxSuppressionV3.js +36 -0
  885. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/NonMaxSuppressionV3.js.map +1 -0
  886. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/NonMaxSuppressionV4.js +39 -0
  887. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/NonMaxSuppressionV4.js.map +1 -0
  888. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/NonMaxSuppressionV5.js +39 -0
  889. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/NonMaxSuppressionV5.js.map +1 -0
  890. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/NotEqual.js +30 -0
  891. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/NotEqual.js.map +1 -0
  892. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/OneHot.js +36 -0
  893. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/OneHot.js.map +1 -0
  894. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/OnesLike.js +43 -0
  895. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/OnesLike.js.map +1 -0
  896. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Pack.js +45 -0
  897. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Pack.js.map +1 -0
  898. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/PadV2.js +47 -0
  899. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/PadV2.js.map +1 -0
  900. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Pow.js +57 -0
  901. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Pow.js.map +1 -0
  902. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Prelu.js +41 -0
  903. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Prelu.js.map +1 -0
  904. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Prod.js +56 -0
  905. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Prod.js.map +1 -0
  906. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/RaggedGather.js +33 -0
  907. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/RaggedGather.js.map +1 -0
  908. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/RaggedRange.js +33 -0
  909. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/RaggedRange.js.map +1 -0
  910. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/RaggedTensorToTensor.js +33 -0
  911. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/RaggedTensorToTensor.js.map +1 -0
  912. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Range.js +32 -0
  913. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Range.js.map +1 -0
  914. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Real.js +33 -0
  915. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Real.js.map +1 -0
  916. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/RealDiv.js +51 -0
  917. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/RealDiv.js.map +1 -0
  918. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Reciprocal.js +29 -0
  919. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Reciprocal.js.map +1 -0
  920. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Relu.js +42 -0
  921. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Relu.js.map +1 -0
  922. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Relu6.js +42 -0
  923. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Relu6.js.map +1 -0
  924. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Reshape.js +37 -0
  925. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Reshape.js.map +1 -0
  926. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ResizeBilinear.js +35 -0
  927. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ResizeBilinear.js.map +1 -0
  928. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ResizeBilinearGrad.js +33 -0
  929. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ResizeBilinearGrad.js.map +1 -0
  930. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ResizeNearestNeighbor.js +35 -0
  931. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ResizeNearestNeighbor.js.map +1 -0
  932. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ResizeNearestNeighborGrad.js +33 -0
  933. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ResizeNearestNeighborGrad.js.map +1 -0
  934. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Reverse.js +40 -0
  935. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Reverse.js.map +1 -0
  936. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/RotateWithOffset.js +32 -0
  937. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/RotateWithOffset.js.map +1 -0
  938. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Round.js +44 -0
  939. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Round.js.map +1 -0
  940. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Rsqrt.js +30 -0
  941. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Rsqrt.js.map +1 -0
  942. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ScatterNd.js +43 -0
  943. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ScatterNd.js.map +1 -0
  944. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SearchSorted.js +33 -0
  945. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SearchSorted.js.map +1 -0
  946. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Select.js +34 -0
  947. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Select.js.map +1 -0
  948. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Selu.js +36 -0
  949. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Selu.js.map +1 -0
  950. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sigmoid.js +46 -0
  951. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sigmoid.js.map +1 -0
  952. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sign.js +32 -0
  953. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sign.js.map +1 -0
  954. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sin.js +37 -0
  955. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sin.js.map +1 -0
  956. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sinh.js +32 -0
  957. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sinh.js.map +1 -0
  958. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Slice.js +61 -0
  959. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Slice.js.map +1 -0
  960. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Softmax.js +44 -0
  961. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Softmax.js.map +1 -0
  962. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Softplus.js +49 -0
  963. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Softplus.js.map +1 -0
  964. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SpaceToBatchND.js +50 -0
  965. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SpaceToBatchND.js.map +1 -0
  966. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SparseFillEmptyRows.js +51 -0
  967. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SparseFillEmptyRows.js.map +1 -0
  968. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SparseReshape.js +43 -0
  969. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SparseReshape.js.map +1 -0
  970. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SparseSegmentMean.js +42 -0
  971. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SparseSegmentMean.js.map +1 -0
  972. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SparseSegmentSum.js +42 -0
  973. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SparseSegmentSum.js.map +1 -0
  974. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SparseToDense.js +42 -0
  975. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SparseToDense.js.map +1 -0
  976. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SplitV.js +40 -0
  977. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SplitV.js.map +1 -0
  978. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sqrt.js +30 -0
  979. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sqrt.js.map +1 -0
  980. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Square.js +29 -0
  981. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Square.js.map +1 -0
  982. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SquaredDifference.js +29 -0
  983. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/SquaredDifference.js.map +1 -0
  984. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/StaticRegexReplace.js +37 -0
  985. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/StaticRegexReplace.js.map +1 -0
  986. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Step.js +35 -0
  987. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Step.js.map +1 -0
  988. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/StridedSlice.js +54 -0
  989. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/StridedSlice.js.map +1 -0
  990. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/StringNGrams.js +36 -0
  991. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/StringNGrams.js.map +1 -0
  992. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/StringSplit.js +44 -0
  993. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/StringSplit.js.map +1 -0
  994. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/StringToHashBucketFast.js +38 -0
  995. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/StringToHashBucketFast.js.map +1 -0
  996. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sub.js +35 -0
  997. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sub.js.map +1 -0
  998. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sum.js +33 -0
  999. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sum.js.map +1 -0
  1000. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sum_impl.js +39 -0
  1001. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Sum_impl.js.map +1 -0
  1002. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Tan.js +29 -0
  1003. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Tan.js.map +1 -0
  1004. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Tanh.js +32 -0
  1005. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Tanh.js.map +1 -0
  1006. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/TensorScatterUpdate.js +38 -0
  1007. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/TensorScatterUpdate.js.map +1 -0
  1008. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Tile.js +41 -0
  1009. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Tile.js.map +1 -0
  1010. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/TopK.js +93 -0
  1011. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/TopK.js.map +1 -0
  1012. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Transform.js +38 -0
  1013. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Transform.js.map +1 -0
  1014. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Transpose.js +44 -0
  1015. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Transpose.js.map +1 -0
  1016. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Transpose_impl.js +28 -0
  1017. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Transpose_impl.js.map +1 -0
  1018. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Unique.js +39 -0
  1019. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Unique.js.map +1 -0
  1020. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Unpack.js +48 -0
  1021. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/Unpack.js.map +1 -0
  1022. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/UnsortedSegmentSum.js +67 -0
  1023. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/UnsortedSegmentSum.js.map +1 -0
  1024. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ZerosLike.js +47 -0
  1025. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/ZerosLike.js.map +1 -0
  1026. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/_FusedMatMul.js +43 -0
  1027. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/kernels/_FusedMatMul.js.map +1 -0
  1028. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/lrn_gpu.js +49 -0
  1029. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/lrn_gpu.js.map +1 -0
  1030. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/lrn_grad_gpu.js +80 -0
  1031. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/lrn_grad_gpu.js.map +1 -0
  1032. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/lrn_packed_gpu.js +92 -0
  1033. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/lrn_packed_gpu.js.map +1 -0
  1034. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/max_pool_backprop_gpu.js +145 -0
  1035. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/max_pool_backprop_gpu.js.map +1 -0
  1036. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/mean_gpu.js +90 -0
  1037. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/mean_gpu.js.map +1 -0
  1038. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/mirror_pad_gpu.js +64 -0
  1039. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/mirror_pad_gpu.js.map +1 -0
  1040. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/mirror_pad_packed_gpu.js +96 -0
  1041. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/mirror_pad_packed_gpu.js.map +1 -0
  1042. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/mulmat_packed_gpu.js +72 -0
  1043. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/mulmat_packed_gpu.js.map +1 -0
  1044. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/multinomial_gpu.js +45 -0
  1045. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/multinomial_gpu.js.map +1 -0
  1046. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/onehot_gpu.js +32 -0
  1047. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/onehot_gpu.js.map +1 -0
  1048. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/pack_gpu.js +89 -0
  1049. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/pack_gpu.js.map +1 -0
  1050. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/packing_util.js +36 -0
  1051. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/packing_util.js.map +1 -0
  1052. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/pad_gpu.js +60 -0
  1053. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/pad_gpu.js.map +1 -0
  1054. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/pad_packed_gpu.js +64 -0
  1055. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/pad_packed_gpu.js.map +1 -0
  1056. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/pool_gpu.js +365 -0
  1057. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/pool_gpu.js.map +1 -0
  1058. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/reduce_gpu.js +128 -0
  1059. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/reduce_gpu.js.map +1 -0
  1060. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/register_all_kernels.js +363 -0
  1061. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/register_all_kernels.js.map +1 -0
  1062. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/reshape_packed_gpu.js +69 -0
  1063. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/reshape_packed_gpu.js.map +1 -0
  1064. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/resize_bilinear_backprop_gpu.js +114 -0
  1065. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/resize_bilinear_backprop_gpu.js.map +1 -0
  1066. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/resize_bilinear_gpu.js +69 -0
  1067. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/resize_bilinear_gpu.js.map +1 -0
  1068. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/resize_bilinear_packed_gpu.js +113 -0
  1069. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/resize_bilinear_packed_gpu.js.map +1 -0
  1070. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/resize_nearest_neighbor_backprop_gpu.js +103 -0
  1071. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/resize_nearest_neighbor_backprop_gpu.js.map +1 -0
  1072. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/resize_nearest_neighbor_gpu.js +58 -0
  1073. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/resize_nearest_neighbor_gpu.js.map +1 -0
  1074. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/resize_nearest_neighbor_packed_gpu.js +77 -0
  1075. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/resize_nearest_neighbor_packed_gpu.js.map +1 -0
  1076. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/reverse_gpu.js +45 -0
  1077. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/reverse_gpu.js.map +1 -0
  1078. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/reverse_packed_gpu.js +80 -0
  1079. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/reverse_packed_gpu.js.map +1 -0
  1080. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/rotate_gpu.js +48 -0
  1081. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/rotate_gpu.js.map +1 -0
  1082. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/scatter_gpu.js +57 -0
  1083. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/scatter_gpu.js.map +1 -0
  1084. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/scatter_packed_gpu.js +74 -0
  1085. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/scatter_packed_gpu.js.map +1 -0
  1086. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/search_sorted_gpu.js +54 -0
  1087. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/search_sorted_gpu.js.map +1 -0
  1088. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/segment_gpu.js +138 -0
  1089. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/segment_gpu.js.map +1 -0
  1090. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/select_gpu.js +49 -0
  1091. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/select_gpu.js.map +1 -0
  1092. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/shader_compiler.js +1266 -0
  1093. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/shader_compiler.js.map +1 -0
  1094. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/shader_compiler_util.js +110 -0
  1095. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/shader_compiler_util.js.map +1 -0
  1096. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/slice_gpu.js +50 -0
  1097. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/slice_gpu.js.map +1 -0
  1098. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/slice_packed_gpu.js +58 -0
  1099. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/slice_packed_gpu.js.map +1 -0
  1100. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/strided_slice_gpu.js +43 -0
  1101. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/strided_slice_gpu.js.map +1 -0
  1102. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/tex_util.js +79 -0
  1103. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/tex_util.js.map +1 -0
  1104. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/texture_manager.js +147 -0
  1105. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/texture_manager.js.map +1 -0
  1106. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/tile_gpu.js +48 -0
  1107. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/tile_gpu.js.map +1 -0
  1108. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/top_k_gpu.js +106 -0
  1109. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/top_k_gpu.js.map +1 -0
  1110. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/transform_gpu.js +157 -0
  1111. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/transform_gpu.js.map +1 -0
  1112. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/transpose_gpu.js +46 -0
  1113. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/transpose_gpu.js.map +1 -0
  1114. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/transpose_packed_gpu.js +54 -0
  1115. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/transpose_packed_gpu.js.map +1 -0
  1116. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/unaryop_gpu.js +50 -0
  1117. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/unaryop_gpu.js.map +1 -0
  1118. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/unaryop_packed_gpu.js +72 -0
  1119. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/unaryop_packed_gpu.js.map +1 -0
  1120. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/unpack_gpu.js +37 -0
  1121. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/unpack_gpu.js.map +1 -0
  1122. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/webgl_util.js +351 -0
  1123. package/dist/node_modules/@tensorflow/tfjs-backend-webgl/dist/webgl_util.js.map +1 -0
  1124. package/dist/node_modules/@tensorflow/tfjs-converter/dist/data/compiled_api.js +32 -0
  1125. package/dist/node_modules/@tensorflow/tfjs-converter/dist/data/compiled_api.js.map +1 -0
  1126. package/dist/node_modules/@tensorflow/tfjs-converter/dist/flags.js +23 -0
  1127. package/dist/node_modules/@tensorflow/tfjs-converter/dist/flags.js.map +1 -0
  1128. package/dist/node_modules/@tensorflow/tfjs-core/dist/backends/backend.js +99 -0
  1129. package/dist/node_modules/@tensorflow/tfjs-core/dist/backends/backend.js.map +1 -0
  1130. package/dist/node_modules/@tensorflow/tfjs-core/dist/backends/backend_util.js +139 -0
  1131. package/dist/node_modules/@tensorflow/tfjs-core/dist/backends/backend_util.js.map +1 -0
  1132. package/dist/node_modules/@tensorflow/tfjs-core/dist/backends/complex_util.js +72 -0
  1133. package/dist/node_modules/@tensorflow/tfjs-core/dist/backends/complex_util.js.map +1 -0
  1134. package/dist/node_modules/@tensorflow/tfjs-core/dist/backends/einsum_util.js +105 -0
  1135. package/dist/node_modules/@tensorflow/tfjs-core/dist/backends/einsum_util.js.map +1 -0
  1136. package/dist/node_modules/@tensorflow/tfjs-core/dist/backends/non_max_suppression_impl.js +101 -0
  1137. package/dist/node_modules/@tensorflow/tfjs-core/dist/backends/non_max_suppression_impl.js.map +1 -0
  1138. package/dist/node_modules/@tensorflow/tfjs-core/dist/backends/non_max_suppression_util.js +40 -0
  1139. package/dist/node_modules/@tensorflow/tfjs-core/dist/backends/non_max_suppression_util.js.map +1 -0
  1140. package/dist/node_modules/@tensorflow/tfjs-core/dist/backends/where_impl.js +32 -0
  1141. package/dist/node_modules/@tensorflow/tfjs-core/dist/backends/where_impl.js.map +1 -0
  1142. package/dist/node_modules/@tensorflow/tfjs-core/dist/base_side_effects.js +34 -0
  1143. package/dist/node_modules/@tensorflow/tfjs-core/dist/base_side_effects.js.map +1 -0
  1144. package/dist/node_modules/@tensorflow/tfjs-core/dist/browser_util.js +24 -0
  1145. package/dist/node_modules/@tensorflow/tfjs-core/dist/browser_util.js.map +1 -0
  1146. package/dist/node_modules/@tensorflow/tfjs-core/dist/device_util.js +43 -0
  1147. package/dist/node_modules/@tensorflow/tfjs-core/dist/device_util.js.map +1 -0
  1148. package/dist/node_modules/@tensorflow/tfjs-core/dist/engine.js +595 -0
  1149. package/dist/node_modules/@tensorflow/tfjs-core/dist/engine.js.map +1 -0
  1150. package/dist/node_modules/@tensorflow/tfjs-core/dist/environment.js +111 -0
  1151. package/dist/node_modules/@tensorflow/tfjs-core/dist/environment.js.map +1 -0
  1152. package/dist/node_modules/@tensorflow/tfjs-core/dist/flags.js +36 -0
  1153. package/dist/node_modules/@tensorflow/tfjs-core/dist/flags.js.map +1 -0
  1154. package/dist/node_modules/@tensorflow/tfjs-core/dist/global_util.js +52 -0
  1155. package/dist/node_modules/@tensorflow/tfjs-core/dist/global_util.js.map +1 -0
  1156. package/dist/node_modules/@tensorflow/tfjs-core/dist/globals.js +62 -0
  1157. package/dist/node_modules/@tensorflow/tfjs-core/dist/globals.js.map +1 -0
  1158. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Abs_grad.js +32 -0
  1159. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Abs_grad.js.map +1 -0
  1160. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Acos_grad.js +41 -0
  1161. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Acos_grad.js.map +1 -0
  1162. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Acosh_grad.js +39 -0
  1163. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Acosh_grad.js.map +1 -0
  1164. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/AddN_grad.js +31 -0
  1165. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/AddN_grad.js.map +1 -0
  1166. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Add_grad.js +40 -0
  1167. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Add_grad.js.map +1 -0
  1168. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ArgMax_grad.js +30 -0
  1169. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ArgMax_grad.js.map +1 -0
  1170. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ArgMin_grad.js +30 -0
  1171. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ArgMin_grad.js.map +1 -0
  1172. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Asin_grad.js +35 -0
  1173. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Asin_grad.js.map +1 -0
  1174. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Asinh_grad.js +40 -0
  1175. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Asinh_grad.js.map +1 -0
  1176. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Atan2_grad.js +47 -0
  1177. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Atan2_grad.js.map +1 -0
  1178. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Atan_grad.js +33 -0
  1179. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Atan_grad.js.map +1 -0
  1180. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Atanh_grad.js +34 -0
  1181. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Atanh_grad.js.map +1 -0
  1182. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/AvgPool3D_grad.js +32 -0
  1183. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/AvgPool3D_grad.js.map +1 -0
  1184. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/AvgPool_grad.js +30 -0
  1185. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/AvgPool_grad.js.map +1 -0
  1186. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/BatchMatMul_grad.js +42 -0
  1187. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/BatchMatMul_grad.js.map +1 -0
  1188. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/BatchToSpaceND_grad.js +29 -0
  1189. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/BatchToSpaceND_grad.js.map +1 -0
  1190. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/BroadcastTo_grad.js +42 -0
  1191. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/BroadcastTo_grad.js.map +1 -0
  1192. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Cast_grad.js +25 -0
  1193. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Cast_grad.js.map +1 -0
  1194. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Ceil_grad.js +26 -0
  1195. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Ceil_grad.js.map +1 -0
  1196. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ClipByValue_grad.js +36 -0
  1197. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ClipByValue_grad.js.map +1 -0
  1198. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ComplexAbs_grad.js +27 -0
  1199. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ComplexAbs_grad.js.map +1 -0
  1200. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Concat_grad.js +31 -0
  1201. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Concat_grad.js.map +1 -0
  1202. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Conv2DBackpropInput_grad.js +34 -0
  1203. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Conv2DBackpropInput_grad.js.map +1 -0
  1204. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Conv2D_grad.js +36 -0
  1205. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Conv2D_grad.js.map +1 -0
  1206. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Conv3D_grad.js +38 -0
  1207. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Conv3D_grad.js.map +1 -0
  1208. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Cos_grad.js +33 -0
  1209. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Cos_grad.js.map +1 -0
  1210. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Cosh_grad.js +32 -0
  1211. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Cosh_grad.js.map +1 -0
  1212. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Cumsum_grad.js +38 -0
  1213. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Cumsum_grad.js.map +1 -0
  1214. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/DepthwiseConv2dNative_grad.js +38 -0
  1215. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/DepthwiseConv2dNative_grad.js.map +1 -0
  1216. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Dilation2D_grad.js +33 -0
  1217. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Dilation2D_grad.js.map +1 -0
  1218. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Elu_grad.js +30 -0
  1219. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Elu_grad.js.map +1 -0
  1220. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Erf_grad.js +33 -0
  1221. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Erf_grad.js.map +1 -0
  1222. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Exp_grad.js +30 -0
  1223. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Exp_grad.js.map +1 -0
  1224. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ExpandDims_grad.js +30 -0
  1225. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ExpandDims_grad.js.map +1 -0
  1226. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Expm1_grad.js +31 -0
  1227. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Expm1_grad.js.map +1 -0
  1228. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/FloorDiv_grad.js +46 -0
  1229. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/FloorDiv_grad.js.map +1 -0
  1230. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Floor_grad.js +26 -0
  1231. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Floor_grad.js.map +1 -0
  1232. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/FusedBatchNorm_grad.js +63 -0
  1233. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/FusedBatchNorm_grad.js.map +1 -0
  1234. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/GatherV2_grad.js +61 -0
  1235. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/GatherV2_grad.js.map +1 -0
  1236. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/GreaterEqual_grad.js +30 -0
  1237. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/GreaterEqual_grad.js.map +1 -0
  1238. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Identity_grad.js +26 -0
  1239. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Identity_grad.js.map +1 -0
  1240. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/IsFinite_grad.js +26 -0
  1241. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/IsFinite_grad.js.map +1 -0
  1242. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/IsInf_grad.js +26 -0
  1243. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/IsInf_grad.js.map +1 -0
  1244. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/IsNan_grad.js +26 -0
  1245. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/IsNan_grad.js.map +1 -0
  1246. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/LRN_grad.js +33 -0
  1247. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/LRN_grad.js.map +1 -0
  1248. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/LeakyRelu_grad.js +32 -0
  1249. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/LeakyRelu_grad.js.map +1 -0
  1250. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Log1p_grad.js +31 -0
  1251. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Log1p_grad.js.map +1 -0
  1252. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/LogSoftmax_grad.js +39 -0
  1253. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/LogSoftmax_grad.js.map +1 -0
  1254. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Log_grad.js +31 -0
  1255. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Log_grad.js.map +1 -0
  1256. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/MaxPool3D_grad.js +33 -0
  1257. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/MaxPool3D_grad.js.map +1 -0
  1258. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/MaxPool_grad.js +33 -0
  1259. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/MaxPool_grad.js.map +1 -0
  1260. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Max_grad.js +34 -0
  1261. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Max_grad.js.map +1 -0
  1262. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Maximum_grad.js +33 -0
  1263. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Maximum_grad.js.map +1 -0
  1264. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Mean_grad.js +42 -0
  1265. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Mean_grad.js.map +1 -0
  1266. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Min_grad.js +34 -0
  1267. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Min_grad.js.map +1 -0
  1268. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Minimum_grad.js +33 -0
  1269. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Minimum_grad.js.map +1 -0
  1270. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/MirrorPad_grad.js +30 -0
  1271. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/MirrorPad_grad.js.map +1 -0
  1272. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Mod_grad.js +42 -0
  1273. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Mod_grad.js.map +1 -0
  1274. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Multiply_grad.js +40 -0
  1275. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Multiply_grad.js.map +1 -0
  1276. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Neg_grad.js +26 -0
  1277. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Neg_grad.js.map +1 -0
  1278. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/OneHot_grad.js +30 -0
  1279. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/OneHot_grad.js.map +1 -0
  1280. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/OnesLike_grad.js +26 -0
  1281. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/OnesLike_grad.js.map +1 -0
  1282. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Pack_grad.js +30 -0
  1283. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Pack_grad.js.map +1 -0
  1284. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/PadV2_grad.js +30 -0
  1285. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/PadV2_grad.js.map +1 -0
  1286. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Pow_grad.js +52 -0
  1287. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Pow_grad.js.map +1 -0
  1288. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Prelu_grad.js +43 -0
  1289. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Prelu_grad.js.map +1 -0
  1290. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Prod_grad.js +55 -0
  1291. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Prod_grad.js.map +1 -0
  1292. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/RealDiv_grad.js +46 -0
  1293. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/RealDiv_grad.js.map +1 -0
  1294. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Reciprocal_grad.js +32 -0
  1295. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Reciprocal_grad.js.map +1 -0
  1296. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Relu6_grad.js +33 -0
  1297. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Relu6_grad.js.map +1 -0
  1298. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Relu_grad.js +32 -0
  1299. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Relu_grad.js.map +1 -0
  1300. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Reshape_grad.js +30 -0
  1301. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Reshape_grad.js.map +1 -0
  1302. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ResizeBilinear_grad.js +33 -0
  1303. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ResizeBilinear_grad.js.map +1 -0
  1304. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ResizeNearestNeighbor_grad.js +33 -0
  1305. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ResizeNearestNeighbor_grad.js.map +1 -0
  1306. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Reverse_grad.js +30 -0
  1307. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Reverse_grad.js.map +1 -0
  1308. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Round_grad.js +26 -0
  1309. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Round_grad.js.map +1 -0
  1310. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Rsqrt_grad.js +33 -0
  1311. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Rsqrt_grad.js.map +1 -0
  1312. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Select_grad.js +39 -0
  1313. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Select_grad.js.map +1 -0
  1314. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Selu_grad.js +41 -0
  1315. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Selu_grad.js.map +1 -0
  1316. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Sigmoid_grad.js +32 -0
  1317. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Sigmoid_grad.js.map +1 -0
  1318. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Sign_grad.js +26 -0
  1319. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Sign_grad.js.map +1 -0
  1320. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Sin_grad.js +32 -0
  1321. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Sin_grad.js.map +1 -0
  1322. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Sinh_grad.js +32 -0
  1323. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Sinh_grad.js.map +1 -0
  1324. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Slice_grad.js +33 -0
  1325. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Slice_grad.js.map +1 -0
  1326. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Softmax_grad.js +34 -0
  1327. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Softmax_grad.js.map +1 -0
  1328. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Softplus_grad.js +31 -0
  1329. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Softplus_grad.js.map +1 -0
  1330. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/SpaceToBatchND_grad.js +29 -0
  1331. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/SpaceToBatchND_grad.js.map +1 -0
  1332. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/SplitV_grad.js +29 -0
  1333. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/SplitV_grad.js.map +1 -0
  1334. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Sqrt_grad.js +33 -0
  1335. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Sqrt_grad.js.map +1 -0
  1336. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Square_grad.js +31 -0
  1337. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Square_grad.js.map +1 -0
  1338. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/SquaredDifference_grad.js +32 -0
  1339. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/SquaredDifference_grad.js.map +1 -0
  1340. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Step_grad.js +26 -0
  1341. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Step_grad.js.map +1 -0
  1342. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Sub_grad.js +41 -0
  1343. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Sub_grad.js.map +1 -0
  1344. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Sum_grad.js +37 -0
  1345. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Sum_grad.js.map +1 -0
  1346. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Tan_grad.js +32 -0
  1347. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Tan_grad.js.map +1 -0
  1348. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Tanh_grad.js +33 -0
  1349. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Tanh_grad.js.map +1 -0
  1350. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Tile_grad.js +63 -0
  1351. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Tile_grad.js.map +1 -0
  1352. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Transpose_grad.js +30 -0
  1353. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Transpose_grad.js.map +1 -0
  1354. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Unpack_grad.js +29 -0
  1355. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/Unpack_grad.js.map +1 -0
  1356. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/UnsortedSegmentSum_grad.js +48 -0
  1357. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/UnsortedSegmentSum_grad.js.map +1 -0
  1358. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ZerosLike_grad.js +26 -0
  1359. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/ZerosLike_grad.js.map +1 -0
  1360. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/min_max_grad_util.js +30 -0
  1361. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients/min_max_grad_util.js.map +1 -0
  1362. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients.js +44 -0
  1363. package/dist/node_modules/@tensorflow/tfjs-core/dist/gradients.js.map +1 -0
  1364. package/dist/node_modules/@tensorflow/tfjs-core/dist/hash_util.js +100 -0
  1365. package/dist/node_modules/@tensorflow/tfjs-core/dist/hash_util.js.map +1 -0
  1366. package/dist/node_modules/@tensorflow/tfjs-core/dist/index.js +20 -0
  1367. package/dist/node_modules/@tensorflow/tfjs-core/dist/index.js.map +1 -0
  1368. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/composite_array_buffer.js +74 -0
  1369. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/composite_array_buffer.js.map +1 -0
  1370. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/http.js +131 -0
  1371. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/http.js.map +1 -0
  1372. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/indexed_db.js +169 -0
  1373. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/indexed_db.js.map +1 -0
  1374. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/io_utils.js +281 -0
  1375. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/io_utils.js.map +1 -0
  1376. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/local_storage.js +156 -0
  1377. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/local_storage.js.map +1 -0
  1378. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/model_management.js +50 -0
  1379. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/model_management.js.map +1 -0
  1380. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/progress.js +36 -0
  1381. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/progress.js.map +1 -0
  1382. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/router_registry.js +78 -0
  1383. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/router_registry.js.map +1 -0
  1384. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/types.js +29 -0
  1385. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/types.js.map +1 -0
  1386. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/weights_loader.js +48 -0
  1387. package/dist/node_modules/@tensorflow/tfjs-core/dist/io/weights_loader.js.map +1 -0
  1388. package/dist/node_modules/@tensorflow/tfjs-core/dist/kernel_names.js +179 -0
  1389. package/dist/node_modules/@tensorflow/tfjs-core/dist/kernel_names.js.map +1 -0
  1390. package/dist/node_modules/@tensorflow/tfjs-core/dist/kernel_registry.js +57 -0
  1391. package/dist/node_modules/@tensorflow/tfjs-core/dist/kernel_registry.js.map +1 -0
  1392. package/dist/node_modules/@tensorflow/tfjs-core/dist/log.js +28 -0
  1393. package/dist/node_modules/@tensorflow/tfjs-core/dist/log.js.map +1 -0
  1394. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/abs.js +35 -0
  1395. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/abs.js.map +1 -0
  1396. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/acos.js +29 -0
  1397. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/acos.js.map +1 -0
  1398. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/acosh.js +29 -0
  1399. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/acosh.js.map +1 -0
  1400. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/add.js +32 -0
  1401. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/add.js.map +1 -0
  1402. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/all.js +29 -0
  1403. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/all.js.map +1 -0
  1404. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/any.js +29 -0
  1405. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/any.js.map +1 -0
  1406. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/arg_max.js +29 -0
  1407. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/arg_max.js.map +1 -0
  1408. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/arg_min.js +29 -0
  1409. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/arg_min.js.map +1 -0
  1410. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/array_ops_util.js +70 -0
  1411. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/array_ops_util.js.map +1 -0
  1412. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/asin.js +29 -0
  1413. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/asin.js.map +1 -0
  1414. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/asinh.js +29 -0
  1415. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/asinh.js.map +1 -0
  1416. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/atan.js +29 -0
  1417. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/atan.js.map +1 -0
  1418. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/atan2.js +32 -0
  1419. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/atan2.js.map +1 -0
  1420. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/atanh.js +29 -0
  1421. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/atanh.js.map +1 -0
  1422. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/avg_pool.js +38 -0
  1423. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/avg_pool.js.map +1 -0
  1424. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/avg_pool_3d.js +37 -0
  1425. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/avg_pool_3d.js.map +1 -0
  1426. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/avg_pool_3d_grad.js +41 -0
  1427. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/avg_pool_3d_grad.js.map +1 -0
  1428. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/avg_pool_grad.js +35 -0
  1429. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/avg_pool_grad.js.map +1 -0
  1430. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/axis_util.js +72 -0
  1431. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/axis_util.js.map +1 -0
  1432. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/batch_to_space_nd.js +32 -0
  1433. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/batch_to_space_nd.js.map +1 -0
  1434. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/batchnorm.js +44 -0
  1435. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/batchnorm.js.map +1 -0
  1436. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/batchnorm2d.js +16 -0
  1437. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/batchnorm2d.js.map +1 -0
  1438. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/batchnorm3d.js +16 -0
  1439. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/batchnorm3d.js.map +1 -0
  1440. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/batchnorm4d.js +16 -0
  1441. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/batchnorm4d.js.map +1 -0
  1442. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/batchnorm_util.js +9 -0
  1443. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/batchnorm_util.js.map +1 -0
  1444. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/bincount.js +32 -0
  1445. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/bincount.js.map +1 -0
  1446. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/broadcast_to.js +50 -0
  1447. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/broadcast_to.js.map +1 -0
  1448. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/broadcast_util.js +56 -0
  1449. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/broadcast_util.js.map +1 -0
  1450. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/buffer.js +25 -0
  1451. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/buffer.js.map +1 -0
  1452. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/cast.js +35 -0
  1453. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/cast.js.map +1 -0
  1454. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/ceil.js +29 -0
  1455. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/ceil.js.map +1 -0
  1456. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/clip_by_value.js +34 -0
  1457. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/clip_by_value.js.map +1 -0
  1458. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/clone.js +29 -0
  1459. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/clone.js.map +1 -0
  1460. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/complex.js +32 -0
  1461. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/complex.js.map +1 -0
  1462. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/concat.js +39 -0
  1463. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/concat.js.map +1 -0
  1464. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/concat_1d.js +14 -0
  1465. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/concat_1d.js.map +1 -0
  1466. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/concat_2d.js +10 -0
  1467. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/concat_2d.js.map +1 -0
  1468. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/concat_3d.js +10 -0
  1469. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/concat_3d.js.map +1 -0
  1470. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/concat_4d.js +10 -0
  1471. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/concat_4d.js.map +1 -0
  1472. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/concat_util.js +39 -0
  1473. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/concat_util.js.map +1 -0
  1474. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv1d.js +18 -0
  1475. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv1d.js.map +1 -0
  1476. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv2d.js +37 -0
  1477. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv2d.js.map +1 -0
  1478. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv2d_backprop_filter.js +37 -0
  1479. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv2d_backprop_filter.js.map +1 -0
  1480. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv2d_backprop_input.js +36 -0
  1481. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv2d_backprop_input.js.map +1 -0
  1482. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv2d_transpose.js +12 -0
  1483. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv2d_transpose.js.map +1 -0
  1484. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv3d.js +35 -0
  1485. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv3d.js.map +1 -0
  1486. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv3d_backprop_filter.js +34 -0
  1487. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv3d_backprop_filter.js.map +1 -0
  1488. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv3d_backprop_input.js +35 -0
  1489. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv3d_backprop_input.js.map +1 -0
  1490. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv3d_transpose.js +12 -0
  1491. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv3d_transpose.js.map +1 -0
  1492. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv_util.js +242 -0
  1493. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/conv_util.js.map +1 -0
  1494. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/cos.js +29 -0
  1495. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/cos.js.map +1 -0
  1496. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/cosh.js +29 -0
  1497. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/cosh.js.map +1 -0
  1498. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/cumprod.js +29 -0
  1499. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/cumprod.js.map +1 -0
  1500. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/cumsum.js +29 -0
  1501. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/cumsum.js.map +1 -0
  1502. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/dense_bincount.js +32 -0
  1503. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/dense_bincount.js.map +1 -0
  1504. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/depth_to_space.js +36 -0
  1505. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/depth_to_space.js.map +1 -0
  1506. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/depthwise_conv2d.js +37 -0
  1507. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/depthwise_conv2d.js.map +1 -0
  1508. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/depthwise_conv2d_native_backprop_filter.js +33 -0
  1509. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/depthwise_conv2d_native_backprop_filter.js.map +1 -0
  1510. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/depthwise_conv2d_native_backprop_input.js +34 -0
  1511. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/depthwise_conv2d_native_backprop_input.js.map +1 -0
  1512. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/dilation2d.js +35 -0
  1513. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/dilation2d.js.map +1 -0
  1514. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/div.js +34 -0
  1515. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/div.js.map +1 -0
  1516. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/div_no_nan.js +34 -0
  1517. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/div_no_nan.js.map +1 -0
  1518. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/dot.js +44 -0
  1519. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/dot.js.map +1 -0
  1520. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/dropout.js +38 -0
  1521. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/dropout.js.map +1 -0
  1522. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/dropout_util.js +34 -0
  1523. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/dropout_util.js.map +1 -0
  1524. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/einsum.js +30 -0
  1525. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/einsum.js.map +1 -0
  1526. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/elu.js +29 -0
  1527. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/elu.js.map +1 -0
  1528. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/equal.js +33 -0
  1529. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/equal.js.map +1 -0
  1530. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/erf.js +33 -0
  1531. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/erf.js.map +1 -0
  1532. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/erf_util.js +26 -0
  1533. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/erf_util.js.map +1 -0
  1534. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/euclidean_norm.js +26 -0
  1535. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/euclidean_norm.js.map +1 -0
  1536. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/exp.js +29 -0
  1537. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/exp.js.map +1 -0
  1538. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/expand_dims.js +32 -0
  1539. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/expand_dims.js.map +1 -0
  1540. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/expm1.js +29 -0
  1541. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/expm1.js.map +1 -0
  1542. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/eye.js +48 -0
  1543. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/eye.js.map +1 -0
  1544. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/fill.js +28 -0
  1545. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/fill.js.map +1 -0
  1546. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/floor.js +29 -0
  1547. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/floor.js.map +1 -0
  1548. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/floorDiv.js +32 -0
  1549. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/floorDiv.js.map +1 -0
  1550. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/fused/conv2d.js +99 -0
  1551. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/fused/conv2d.js.map +1 -0
  1552. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/fused/mat_mul.js +75 -0
  1553. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/fused/mat_mul.js.map +1 -0
  1554. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/fused_util.js +64 -0
  1555. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/fused_util.js.map +1 -0
  1556. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/gather.js +29 -0
  1557. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/gather.js.map +1 -0
  1558. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/gather_nd_util.js +32 -0
  1559. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/gather_nd_util.js.map +1 -0
  1560. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/greater.js +33 -0
  1561. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/greater.js.map +1 -0
  1562. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/greater_equal.js +33 -0
  1563. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/greater_equal.js.map +1 -0
  1564. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/imag.js +29 -0
  1565. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/imag.js.map +1 -0
  1566. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/crop_and_resize.js +32 -0
  1567. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/crop_and_resize.js.map +1 -0
  1568. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/flip_left_right.js +32 -0
  1569. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/flip_left_right.js.map +1 -0
  1570. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/grayscale_to_rgb.js +31 -0
  1571. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/grayscale_to_rgb.js.map +1 -0
  1572. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/non_max_suppression.js +32 -0
  1573. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/non_max_suppression.js.map +1 -0
  1574. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/non_max_suppression_async.js +31 -0
  1575. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/non_max_suppression_async.js.map +1 -0
  1576. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/non_max_suppression_padded.js +43 -0
  1577. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/non_max_suppression_padded.js.map +1 -0
  1578. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/non_max_suppression_padded_async.js +41 -0
  1579. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/non_max_suppression_padded_async.js.map +1 -0
  1580. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/non_max_suppression_with_score.js +32 -0
  1581. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/non_max_suppression_with_score.js.map +1 -0
  1582. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/non_max_suppression_with_score_async.js +34 -0
  1583. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/non_max_suppression_with_score_async.js.map +1 -0
  1584. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/resize_bilinear.js +35 -0
  1585. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/resize_bilinear.js.map +1 -0
  1586. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/resize_nearest_neighbor.js +35 -0
  1587. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/resize_nearest_neighbor.js.map +1 -0
  1588. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/rgb_to_grayscale.js +54 -0
  1589. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/rgb_to_grayscale.js.map +1 -0
  1590. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/rotate_with_offset.js +32 -0
  1591. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/rotate_with_offset.js.map +1 -0
  1592. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/threshold.js +72 -0
  1593. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/threshold.js.map +1 -0
  1594. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/transform.js +32 -0
  1595. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/image/transform.js.map +1 -0
  1596. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/is_finite.js +29 -0
  1597. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/is_finite.js.map +1 -0
  1598. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/is_inf.js +29 -0
  1599. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/is_inf.js.map +1 -0
  1600. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/is_nan.js +29 -0
  1601. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/is_nan.js.map +1 -0
  1602. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/leaky_relu.js +29 -0
  1603. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/leaky_relu.js.map +1 -0
  1604. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/less.js +33 -0
  1605. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/less.js.map +1 -0
  1606. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/less_equal.js +33 -0
  1607. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/less_equal.js.map +1 -0
  1608. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/linalg/band_part.js +46 -0
  1609. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/linalg/band_part.js.map +1 -0
  1610. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/linalg/gram_schmidt.js +55 -0
  1611. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/linalg/gram_schmidt.js.map +1 -0
  1612. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/linalg/qr.js +95 -0
  1613. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/linalg/qr.js.map +1 -0
  1614. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/local_response_normalization.js +36 -0
  1615. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/local_response_normalization.js.map +1 -0
  1616. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/local_response_normalization_backprop.js +28 -0
  1617. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/local_response_normalization_backprop.js.map +1 -0
  1618. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/log.js +29 -0
  1619. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/log.js.map +1 -0
  1620. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/log1p.js +29 -0
  1621. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/log1p.js.map +1 -0
  1622. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/log_sigmoid.js +32 -0
  1623. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/log_sigmoid.js.map +1 -0
  1624. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/log_softmax.js +43 -0
  1625. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/log_softmax.js.map +1 -0
  1626. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/log_sum_exp.js +45 -0
  1627. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/log_sum_exp.js.map +1 -0
  1628. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/logical_and.js +32 -0
  1629. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/logical_and.js.map +1 -0
  1630. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/logical_not.js +29 -0
  1631. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/logical_not.js.map +1 -0
  1632. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/logical_or.js +32 -0
  1633. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/logical_or.js.map +1 -0
  1634. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/logical_xor.js +31 -0
  1635. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/logical_xor.js.map +1 -0
  1636. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/mat_mul.js +32 -0
  1637. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/mat_mul.js.map +1 -0
  1638. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/max.js +29 -0
  1639. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/max.js.map +1 -0
  1640. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/max_pool.js +35 -0
  1641. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/max_pool.js.map +1 -0
  1642. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/max_pool_3d.js +35 -0
  1643. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/max_pool_3d.js.map +1 -0
  1644. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/max_pool_3d_grad.js +47 -0
  1645. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/max_pool_3d_grad.js.map +1 -0
  1646. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/max_pool_grad.js +33 -0
  1647. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/max_pool_grad.js.map +1 -0
  1648. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/maximum.js +34 -0
  1649. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/maximum.js.map +1 -0
  1650. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/mean.js +29 -0
  1651. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/mean.js.map +1 -0
  1652. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/min.js +29 -0
  1653. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/min.js.map +1 -0
  1654. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/minimum.js +34 -0
  1655. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/minimum.js.map +1 -0
  1656. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/mirror_pad.js +38 -0
  1657. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/mirror_pad.js.map +1 -0
  1658. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/mod.js +32 -0
  1659. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/mod.js.map +1 -0
  1660. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/moments.js +38 -0
  1661. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/moments.js.map +1 -0
  1662. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/mul.js +32 -0
  1663. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/mul.js.map +1 -0
  1664. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/neg.js +29 -0
  1665. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/neg.js.map +1 -0
  1666. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/nonmax_util.js +26 -0
  1667. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/nonmax_util.js.map +1 -0
  1668. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/norm.js +73 -0
  1669. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/norm.js.map +1 -0
  1670. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/not_equal.js +33 -0
  1671. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/not_equal.js.map +1 -0
  1672. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/one_hot.js +31 -0
  1673. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/one_hot.js.map +1 -0
  1674. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/ones.js +32 -0
  1675. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/ones.js.map +1 -0
  1676. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/ones_like.js +29 -0
  1677. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/ones_like.js.map +1 -0
  1678. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/operation.js +42 -0
  1679. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/operation.js.map +1 -0
  1680. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/ops.js +60 -0
  1681. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/ops.js.map +1 -0
  1682. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/pad.js +32 -0
  1683. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/pad.js.map +1 -0
  1684. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/pool.js +49 -0
  1685. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/pool.js.map +1 -0
  1686. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/pow.js +32 -0
  1687. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/pow.js.map +1 -0
  1688. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/prelu.js +29 -0
  1689. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/prelu.js.map +1 -0
  1690. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/print.js +23 -0
  1691. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/print.js.map +1 -0
  1692. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/prod.js +32 -0
  1693. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/prod.js.map +1 -0
  1694. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/ragged_to_dense_util.js +83 -0
  1695. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/ragged_to_dense_util.js.map +1 -0
  1696. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/rand_util.js +67 -0
  1697. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/rand_util.js.map +1 -0
  1698. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/random_normal.js +33 -0
  1699. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/random_normal.js.map +1 -0
  1700. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/random_uniform.js +32 -0
  1701. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/random_uniform.js.map +1 -0
  1702. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/range.js +28 -0
  1703. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/range.js.map +1 -0
  1704. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/real.js +29 -0
  1705. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/real.js.map +1 -0
  1706. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/reciprocal.js +29 -0
  1707. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/reciprocal.js.map +1 -0
  1708. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/reduce_util.js +26 -0
  1709. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/reduce_util.js.map +1 -0
  1710. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/relu.js +29 -0
  1711. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/relu.js.map +1 -0
  1712. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/relu6.js +29 -0
  1713. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/relu6.js.map +1 -0
  1714. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/reshape.js +29 -0
  1715. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/reshape.js.map +1 -0
  1716. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/reverse.js +29 -0
  1717. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/reverse.js.map +1 -0
  1718. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/rotate_util.js +24 -0
  1719. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/rotate_util.js.map +1 -0
  1720. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/round.js +29 -0
  1721. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/round.js.map +1 -0
  1722. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/rsqrt.js +29 -0
  1723. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/rsqrt.js.map +1 -0
  1724. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/scalar.js +29 -0
  1725. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/scalar.js.map +1 -0
  1726. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/scatter_nd_util.js +47 -0
  1727. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/scatter_nd_util.js.map +1 -0
  1728. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/segment_util.js +60 -0
  1729. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/segment_util.js.map +1 -0
  1730. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/selu.js +29 -0
  1731. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/selu.js.map +1 -0
  1732. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/selu_util.js +22 -0
  1733. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/selu_util.js.map +1 -0
  1734. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/separable_conv2d.js +22 -0
  1735. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/separable_conv2d.js.map +1 -0
  1736. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sigmoid.js +29 -0
  1737. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sigmoid.js.map +1 -0
  1738. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sign.js +29 -0
  1739. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sign.js.map +1 -0
  1740. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sin.js +29 -0
  1741. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sin.js.map +1 -0
  1742. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sinh.js +29 -0
  1743. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sinh.js.map +1 -0
  1744. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/slice.js +32 -0
  1745. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/slice.js.map +1 -0
  1746. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/slice1d.js +29 -0
  1747. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/slice1d.js.map +1 -0
  1748. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/slice2d.js +29 -0
  1749. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/slice2d.js.map +1 -0
  1750. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/slice3d.js +29 -0
  1751. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/slice3d.js.map +1 -0
  1752. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/slice4d.js +29 -0
  1753. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/slice4d.js.map +1 -0
  1754. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/slice_util.js +268 -0
  1755. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/slice_util.js.map +1 -0
  1756. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/softmax.js +32 -0
  1757. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/softmax.js.map +1 -0
  1758. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/softplus.js +29 -0
  1759. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/softplus.js.map +1 -0
  1760. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/space_to_batch_nd.js +32 -0
  1761. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/space_to_batch_nd.js.map +1 -0
  1762. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sparse/sparse_fill_empty_rows_util.js +32 -0
  1763. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sparse/sparse_fill_empty_rows_util.js.map +1 -0
  1764. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sparse/sparse_reshape_util.js +43 -0
  1765. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sparse/sparse_reshape_util.js.map +1 -0
  1766. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sparse/sparse_segment_reduction_util.js +35 -0
  1767. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sparse/sparse_segment_reduction_util.js.map +1 -0
  1768. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/spectral/fft.js +30 -0
  1769. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/spectral/fft.js.map +1 -0
  1770. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/spectral/ifft.js +30 -0
  1771. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/spectral/ifft.js.map +1 -0
  1772. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/spectral/irfft.js +48 -0
  1773. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/spectral/irfft.js.map +1 -0
  1774. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/spectral/rfft.js +49 -0
  1775. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/spectral/rfft.js.map +1 -0
  1776. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/split.js +29 -0
  1777. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/split.js.map +1 -0
  1778. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/split_util.js +21 -0
  1779. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/split_util.js.map +1 -0
  1780. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sqrt.js +29 -0
  1781. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sqrt.js.map +1 -0
  1782. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/square.js +28 -0
  1783. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/square.js.map +1 -0
  1784. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/squared_difference.js +33 -0
  1785. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/squared_difference.js.map +1 -0
  1786. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/squeeze.js +29 -0
  1787. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/squeeze.js.map +1 -0
  1788. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/stack.js +32 -0
  1789. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/stack.js.map +1 -0
  1790. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/step.js +29 -0
  1791. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/step.js.map +1 -0
  1792. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/strided_slice.js +38 -0
  1793. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/strided_slice.js.map +1 -0
  1794. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sub.js +32 -0
  1795. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sub.js.map +1 -0
  1796. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sum.js +32 -0
  1797. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/sum.js.map +1 -0
  1798. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/tan.js +29 -0
  1799. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/tan.js.map +1 -0
  1800. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/tanh.js +29 -0
  1801. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/tanh.js.map +1 -0
  1802. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/tensor.js +26 -0
  1803. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/tensor.js.map +1 -0
  1804. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/tensor1d.js +30 -0
  1805. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/tensor1d.js.map +1 -0
  1806. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/tensor2d.js +33 -0
  1807. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/tensor2d.js.map +1 -0
  1808. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/tensor_ops_util.js +47 -0
  1809. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/tensor_ops_util.js.map +1 -0
  1810. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/tile.js +32 -0
  1811. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/tile.js.map +1 -0
  1812. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/topk.js +37 -0
  1813. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/topk.js.map +1 -0
  1814. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/transpose.js +43 -0
  1815. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/transpose.js.map +1 -0
  1816. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/truncated_normal.js +33 -0
  1817. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/truncated_normal.js.map +1 -0
  1818. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/unique.js +32 -0
  1819. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/unique.js.map +1 -0
  1820. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/unsorted_segment_sum.js +32 -0
  1821. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/unsorted_segment_sum.js.map +1 -0
  1822. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/unstack.js +32 -0
  1823. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/unstack.js.map +1 -0
  1824. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/variable.js +24 -0
  1825. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/variable.js.map +1 -0
  1826. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/where.js +35 -0
  1827. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/where.js.map +1 -0
  1828. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/zeros.js +31 -0
  1829. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/zeros.js.map +1 -0
  1830. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/zeros_like.js +29 -0
  1831. package/dist/node_modules/@tensorflow/tfjs-core/dist/ops/zeros_like.js.map +1 -0
  1832. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/adadelta_optimizer.js +89 -0
  1833. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/adadelta_optimizer.js.map +1 -0
  1834. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/adagrad_optimizer.js +78 -0
  1835. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/adagrad_optimizer.js.map +1 -0
  1836. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/adam_optimizer.js +98 -0
  1837. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/adam_optimizer.js.map +1 -0
  1838. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/adamax_optimizer.js +87 -0
  1839. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/adamax_optimizer.js.map +1 -0
  1840. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/momentum_optimizer.js +82 -0
  1841. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/momentum_optimizer.js.map +1 -0
  1842. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/optimizer.js +106 -0
  1843. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/optimizer.js.map +1 -0
  1844. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/optimizer_constructors.js +175 -0
  1845. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/optimizer_constructors.js.map +1 -0
  1846. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/register_optimizers.js +41 -0
  1847. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/register_optimizers.js.map +1 -0
  1848. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/rmsprop_optimizer.js +107 -0
  1849. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/rmsprop_optimizer.js.map +1 -0
  1850. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/sgd_optimizer.js +70 -0
  1851. package/dist/node_modules/@tensorflow/tfjs-core/dist/optimizers/sgd_optimizer.js.map +1 -0
  1852. package/dist/node_modules/@tensorflow/tfjs-core/dist/platforms/is_typed_array_browser.js +23 -0
  1853. package/dist/node_modules/@tensorflow/tfjs-core/dist/platforms/is_typed_array_browser.js.map +1 -0
  1854. package/dist/node_modules/@tensorflow/tfjs-core/dist/platforms/platform_browser.js +78 -0
  1855. package/dist/node_modules/@tensorflow/tfjs-core/dist/platforms/platform_browser.js.map +1 -0
  1856. package/dist/node_modules/@tensorflow/tfjs-core/dist/platforms/platform_node.js +51 -0
  1857. package/dist/node_modules/@tensorflow/tfjs-core/dist/platforms/platform_node.js.map +1 -0
  1858. package/dist/node_modules/@tensorflow/tfjs-core/dist/profiler.js +92 -0
  1859. package/dist/node_modules/@tensorflow/tfjs-core/dist/profiler.js.map +1 -0
  1860. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/abs.js +22 -0
  1861. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/abs.js.map +1 -0
  1862. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/acos.js +22 -0
  1863. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/acos.js.map +1 -0
  1864. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/acosh.js +22 -0
  1865. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/acosh.js.map +1 -0
  1866. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/add.js +22 -0
  1867. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/add.js.map +1 -0
  1868. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/all.js +22 -0
  1869. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/all.js.map +1 -0
  1870. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/any.js +22 -0
  1871. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/any.js.map +1 -0
  1872. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/arg_max.js +22 -0
  1873. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/arg_max.js.map +1 -0
  1874. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/arg_min.js +22 -0
  1875. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/arg_min.js.map +1 -0
  1876. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/as1d.js +22 -0
  1877. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/as1d.js.map +1 -0
  1878. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/as2d.js +22 -0
  1879. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/as2d.js.map +1 -0
  1880. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/as3d.js +22 -0
  1881. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/as3d.js.map +1 -0
  1882. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/as4d.js +22 -0
  1883. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/as4d.js.map +1 -0
  1884. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/as5d.js +22 -0
  1885. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/as5d.js.map +1 -0
  1886. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/as_scalar.js +23 -0
  1887. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/as_scalar.js.map +1 -0
  1888. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/as_type.js +22 -0
  1889. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/as_type.js.map +1 -0
  1890. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/asin.js +22 -0
  1891. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/asin.js.map +1 -0
  1892. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/asinh.js +22 -0
  1893. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/asinh.js.map +1 -0
  1894. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/atan.js +22 -0
  1895. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/atan.js.map +1 -0
  1896. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/atan2.js +22 -0
  1897. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/atan2.js.map +1 -0
  1898. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/atanh.js +22 -0
  1899. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/atanh.js.map +1 -0
  1900. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/avg_pool.js +6 -0
  1901. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/avg_pool.js.map +1 -0
  1902. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/batch_to_space_nd.js +22 -0
  1903. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/batch_to_space_nd.js.map +1 -0
  1904. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/batchnorm.js +22 -0
  1905. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/batchnorm.js.map +1 -0
  1906. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/broadcast_to.js +22 -0
  1907. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/broadcast_to.js.map +1 -0
  1908. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/cast.js +22 -0
  1909. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/cast.js.map +1 -0
  1910. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/ceil.js +22 -0
  1911. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/ceil.js.map +1 -0
  1912. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/clip_by_value.js +22 -0
  1913. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/clip_by_value.js.map +1 -0
  1914. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/concat.js +22 -0
  1915. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/concat.js.map +1 -0
  1916. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/conv1d.js +22 -0
  1917. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/conv1d.js.map +1 -0
  1918. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/conv2d.js +22 -0
  1919. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/conv2d.js.map +1 -0
  1920. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/conv2d_transpose.js +22 -0
  1921. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/conv2d_transpose.js.map +1 -0
  1922. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/cos.js +22 -0
  1923. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/cos.js.map +1 -0
  1924. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/cosh.js +22 -0
  1925. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/cosh.js.map +1 -0
  1926. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/cumprod.js +22 -0
  1927. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/cumprod.js.map +1 -0
  1928. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/cumsum.js +22 -0
  1929. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/cumsum.js.map +1 -0
  1930. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/depth_to_space.js +22 -0
  1931. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/depth_to_space.js.map +1 -0
  1932. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/depthwise_conv2d.js +22 -0
  1933. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/depthwise_conv2d.js.map +1 -0
  1934. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/dilation2d.js +22 -0
  1935. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/dilation2d.js.map +1 -0
  1936. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/div.js +22 -0
  1937. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/div.js.map +1 -0
  1938. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/div_no_nan.js +22 -0
  1939. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/div_no_nan.js.map +1 -0
  1940. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/dot.js +22 -0
  1941. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/dot.js.map +1 -0
  1942. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/elu.js +22 -0
  1943. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/elu.js.map +1 -0
  1944. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/equal.js +22 -0
  1945. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/equal.js.map +1 -0
  1946. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/erf.js +22 -0
  1947. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/erf.js.map +1 -0
  1948. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/euclidean_norm.js +22 -0
  1949. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/euclidean_norm.js.map +1 -0
  1950. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/exp.js +22 -0
  1951. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/exp.js.map +1 -0
  1952. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/expand_dims.js +22 -0
  1953. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/expand_dims.js.map +1 -0
  1954. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/expm1.js +22 -0
  1955. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/expm1.js.map +1 -0
  1956. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/fft.js +22 -0
  1957. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/fft.js.map +1 -0
  1958. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/flatten.js +22 -0
  1959. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/flatten.js.map +1 -0
  1960. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/floor.js +22 -0
  1961. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/floor.js.map +1 -0
  1962. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/floorDiv.js +22 -0
  1963. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/floorDiv.js.map +1 -0
  1964. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/gather.js +22 -0
  1965. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/gather.js.map +1 -0
  1966. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/greater.js +22 -0
  1967. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/greater.js.map +1 -0
  1968. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/greater_equal.js +22 -0
  1969. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/greater_equal.js.map +1 -0
  1970. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/ifft.js +22 -0
  1971. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/ifft.js.map +1 -0
  1972. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/irfft.js +22 -0
  1973. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/irfft.js.map +1 -0
  1974. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/is_finite.js +22 -0
  1975. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/is_finite.js.map +1 -0
  1976. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/is_inf.js +22 -0
  1977. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/is_inf.js.map +1 -0
  1978. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/is_nan.js +22 -0
  1979. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/is_nan.js.map +1 -0
  1980. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/leaky_relu.js +22 -0
  1981. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/leaky_relu.js.map +1 -0
  1982. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/less.js +22 -0
  1983. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/less.js.map +1 -0
  1984. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/less_equal.js +22 -0
  1985. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/less_equal.js.map +1 -0
  1986. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/local_response_normalization.js +22 -0
  1987. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/local_response_normalization.js.map +1 -0
  1988. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/log.js +22 -0
  1989. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/log.js.map +1 -0
  1990. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/log1p.js +22 -0
  1991. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/log1p.js.map +1 -0
  1992. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/log_sigmoid.js +22 -0
  1993. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/log_sigmoid.js.map +1 -0
  1994. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/log_softmax.js +22 -0
  1995. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/log_softmax.js.map +1 -0
  1996. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/log_sum_exp.js +22 -0
  1997. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/log_sum_exp.js.map +1 -0
  1998. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/logical_and.js +22 -0
  1999. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/logical_and.js.map +1 -0
  2000. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/logical_not.js +22 -0
  2001. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/logical_not.js.map +1 -0
  2002. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/logical_or.js +22 -0
  2003. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/logical_or.js.map +1 -0
  2004. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/logical_xor.js +22 -0
  2005. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/logical_xor.js.map +1 -0
  2006. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/mat_mul.js +22 -0
  2007. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/mat_mul.js.map +1 -0
  2008. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/max.js +22 -0
  2009. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/max.js.map +1 -0
  2010. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/max_pool.js +6 -0
  2011. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/max_pool.js.map +1 -0
  2012. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/maximum.js +22 -0
  2013. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/maximum.js.map +1 -0
  2014. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/mean.js +22 -0
  2015. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/mean.js.map +1 -0
  2016. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/min.js +22 -0
  2017. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/min.js.map +1 -0
  2018. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/minimum.js +22 -0
  2019. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/minimum.js.map +1 -0
  2020. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/mirror_pad.js +22 -0
  2021. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/mirror_pad.js.map +1 -0
  2022. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/mod.js +22 -0
  2023. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/mod.js.map +1 -0
  2024. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/mul.js +22 -0
  2025. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/mul.js.map +1 -0
  2026. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/neg.js +22 -0
  2027. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/neg.js.map +1 -0
  2028. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/norm.js +22 -0
  2029. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/norm.js.map +1 -0
  2030. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/not_equal.js +22 -0
  2031. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/not_equal.js.map +1 -0
  2032. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/one_hot.js +22 -0
  2033. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/one_hot.js.map +1 -0
  2034. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/ones_like.js +22 -0
  2035. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/ones_like.js.map +1 -0
  2036. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/pad.js +22 -0
  2037. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/pad.js.map +1 -0
  2038. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/pool.js +6 -0
  2039. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/pool.js.map +1 -0
  2040. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/pow.js +22 -0
  2041. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/pow.js.map +1 -0
  2042. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/prelu.js +22 -0
  2043. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/prelu.js.map +1 -0
  2044. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/prod.js +22 -0
  2045. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/prod.js.map +1 -0
  2046. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/reciprocal.js +22 -0
  2047. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/reciprocal.js.map +1 -0
  2048. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/relu.js +22 -0
  2049. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/relu.js.map +1 -0
  2050. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/relu6.js +22 -0
  2051. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/relu6.js.map +1 -0
  2052. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/reshape.js +22 -0
  2053. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/reshape.js.map +1 -0
  2054. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/reshape_as.js +22 -0
  2055. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/reshape_as.js.map +1 -0
  2056. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/resize_bilinear.js +22 -0
  2057. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/resize_bilinear.js.map +1 -0
  2058. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/resize_nearest_neighbor.js +22 -0
  2059. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/resize_nearest_neighbor.js.map +1 -0
  2060. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/reverse.js +22 -0
  2061. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/reverse.js.map +1 -0
  2062. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/rfft.js +22 -0
  2063. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/rfft.js.map +1 -0
  2064. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/round.js +22 -0
  2065. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/round.js.map +1 -0
  2066. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/rsqrt.js +22 -0
  2067. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/rsqrt.js.map +1 -0
  2068. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/selu.js +22 -0
  2069. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/selu.js.map +1 -0
  2070. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/separable_conv2d.js +22 -0
  2071. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/separable_conv2d.js.map +1 -0
  2072. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/sigmoid.js +22 -0
  2073. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/sigmoid.js.map +1 -0
  2074. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/sign.js +22 -0
  2075. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/sign.js.map +1 -0
  2076. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/sin.js +22 -0
  2077. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/sin.js.map +1 -0
  2078. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/sinh.js +22 -0
  2079. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/sinh.js.map +1 -0
  2080. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/slice.js +22 -0
  2081. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/slice.js.map +1 -0
  2082. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/softmax.js +22 -0
  2083. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/softmax.js.map +1 -0
  2084. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/softplus.js +22 -0
  2085. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/softplus.js.map +1 -0
  2086. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/space_to_batch_nd.js +22 -0
  2087. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/space_to_batch_nd.js.map +1 -0
  2088. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/split.js +22 -0
  2089. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/split.js.map +1 -0
  2090. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/sqrt.js +22 -0
  2091. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/sqrt.js.map +1 -0
  2092. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/square.js +22 -0
  2093. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/square.js.map +1 -0
  2094. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/squared_difference.js +22 -0
  2095. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/squared_difference.js.map +1 -0
  2096. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/squeeze.js +22 -0
  2097. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/squeeze.js.map +1 -0
  2098. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/stack.js +24 -0
  2099. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/stack.js.map +1 -0
  2100. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/step.js +22 -0
  2101. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/step.js.map +1 -0
  2102. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/strided_slice.js +22 -0
  2103. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/strided_slice.js.map +1 -0
  2104. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/sub.js +22 -0
  2105. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/sub.js.map +1 -0
  2106. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/sum.js +22 -0
  2107. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/sum.js.map +1 -0
  2108. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/tan.js +22 -0
  2109. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/tan.js.map +1 -0
  2110. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/tanh.js +22 -0
  2111. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/tanh.js.map +1 -0
  2112. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/tile.js +22 -0
  2113. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/tile.js.map +1 -0
  2114. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/to_bool.js +22 -0
  2115. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/to_bool.js.map +1 -0
  2116. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/to_float.js +22 -0
  2117. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/to_float.js.map +1 -0
  2118. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/to_int.js +22 -0
  2119. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/to_int.js.map +1 -0
  2120. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/topk.js +22 -0
  2121. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/topk.js.map +1 -0
  2122. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/transpose.js +22 -0
  2123. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/transpose.js.map +1 -0
  2124. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/unique.js +22 -0
  2125. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/unique.js.map +1 -0
  2126. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/unsorted_segment_sum.js +22 -0
  2127. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/unsorted_segment_sum.js.map +1 -0
  2128. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/unstack.js +22 -0
  2129. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/unstack.js.map +1 -0
  2130. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/where.js +22 -0
  2131. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/where.js.map +1 -0
  2132. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/zeros_like.js +22 -0
  2133. package/dist/node_modules/@tensorflow/tfjs-core/dist/public/chained_ops/zeros_like.js.map +1 -0
  2134. package/dist/node_modules/@tensorflow/tfjs-core/dist/register_all_gradients.js +228 -0
  2135. package/dist/node_modules/@tensorflow/tfjs-core/dist/register_all_gradients.js.map +1 -0
  2136. package/dist/node_modules/@tensorflow/tfjs-core/dist/serialization.js +74 -0
  2137. package/dist/node_modules/@tensorflow/tfjs-core/dist/serialization.js.map +1 -0
  2138. package/dist/node_modules/@tensorflow/tfjs-core/dist/tape.js +94 -0
  2139. package/dist/node_modules/@tensorflow/tfjs-core/dist/tape.js.map +1 -0
  2140. package/dist/node_modules/@tensorflow/tfjs-core/dist/tensor.js +320 -0
  2141. package/dist/node_modules/@tensorflow/tfjs-core/dist/tensor.js.map +1 -0
  2142. package/dist/node_modules/@tensorflow/tfjs-core/dist/tensor_format.js +123 -0
  2143. package/dist/node_modules/@tensorflow/tfjs-core/dist/tensor_format.js.map +1 -0
  2144. package/dist/node_modules/@tensorflow/tfjs-core/dist/tensor_util.js +51 -0
  2145. package/dist/node_modules/@tensorflow/tfjs-core/dist/tensor_util.js.map +1 -0
  2146. package/dist/node_modules/@tensorflow/tfjs-core/dist/tensor_util_env.js +80 -0
  2147. package/dist/node_modules/@tensorflow/tfjs-core/dist/tensor_util_env.js.map +1 -0
  2148. package/dist/node_modules/@tensorflow/tfjs-core/dist/train.js +22 -0
  2149. package/dist/node_modules/@tensorflow/tfjs-core/dist/train.js.map +1 -0
  2150. package/dist/node_modules/@tensorflow/tfjs-core/dist/types.js +67 -0
  2151. package/dist/node_modules/@tensorflow/tfjs-core/dist/types.js.map +1 -0
  2152. package/dist/node_modules/@tensorflow/tfjs-core/dist/util.js +120 -0
  2153. package/dist/node_modules/@tensorflow/tfjs-core/dist/util.js.map +1 -0
  2154. package/dist/node_modules/@tensorflow/tfjs-core/dist/util_base.js +340 -0
  2155. package/dist/node_modules/@tensorflow/tfjs-core/dist/util_base.js.map +1 -0
  2156. package/dist/node_modules/@tensorflow/tfjs-data/dist/iterators/lazy_iterator.js +27 -0
  2157. package/dist/node_modules/@tensorflow/tfjs-data/dist/iterators/lazy_iterator.js.map +1 -0
  2158. package/dist/node_modules/@tensorflow/tfjs-layers/dist/activations.js +244 -0
  2159. package/dist/node_modules/@tensorflow/tfjs-layers/dist/activations.js.map +1 -0
  2160. package/dist/node_modules/@tensorflow/tfjs-layers/dist/backend/common.js +23 -0
  2161. package/dist/node_modules/@tensorflow/tfjs-layers/dist/backend/common.js.map +1 -0
  2162. package/dist/node_modules/@tensorflow/tfjs-layers/dist/backend/random_seed.js +23 -0
  2163. package/dist/node_modules/@tensorflow/tfjs-layers/dist/backend/random_seed.js.map +1 -0
  2164. package/dist/node_modules/@tensorflow/tfjs-layers/dist/backend/state.js +22 -0
  2165. package/dist/node_modules/@tensorflow/tfjs-layers/dist/backend/state.js.map +1 -0
  2166. package/dist/node_modules/@tensorflow/tfjs-layers/dist/backend/tfjs_backend.js +292 -0
  2167. package/dist/node_modules/@tensorflow/tfjs-layers/dist/backend/tfjs_backend.js.map +1 -0
  2168. package/dist/node_modules/@tensorflow/tfjs-layers/dist/base_callbacks.js +314 -0
  2169. package/dist/node_modules/@tensorflow/tfjs-layers/dist/base_callbacks.js.map +1 -0
  2170. package/dist/node_modules/@tensorflow/tfjs-layers/dist/common.js +68 -0
  2171. package/dist/node_modules/@tensorflow/tfjs-layers/dist/common.js.map +1 -0
  2172. package/dist/node_modules/@tensorflow/tfjs-layers/dist/constraints.js +118 -0
  2173. package/dist/node_modules/@tensorflow/tfjs-layers/dist/constraints.js.map +1 -0
  2174. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/base_random_layer.js +27 -0
  2175. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/base_random_layer.js.map +1 -0
  2176. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/container.js +640 -0
  2177. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/container.js.map +1 -0
  2178. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/executor.js +239 -0
  2179. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/executor.js.map +1 -0
  2180. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/input_layer.js +81 -0
  2181. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/input_layer.js.map +1 -0
  2182. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/topology.js +780 -0
  2183. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/topology.js.map +1 -0
  2184. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/training.js +1184 -0
  2185. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/training.js.map +1 -0
  2186. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/training_dataset.js +192 -0
  2187. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/training_dataset.js.map +1 -0
  2188. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/training_tensors.js +84 -0
  2189. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/training_tensors.js.map +1 -0
  2190. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/training_utils.js +70 -0
  2191. package/dist/node_modules/@tensorflow/tfjs-layers/dist/engine/training_utils.js.map +1 -0
  2192. package/dist/node_modules/@tensorflow/tfjs-layers/dist/errors.js +42 -0
  2193. package/dist/node_modules/@tensorflow/tfjs-layers/dist/errors.js.map +1 -0
  2194. package/dist/node_modules/@tensorflow/tfjs-layers/dist/exports.js +22 -0
  2195. package/dist/node_modules/@tensorflow/tfjs-layers/dist/exports.js.map +1 -0
  2196. package/dist/node_modules/@tensorflow/tfjs-layers/dist/exports_layers.js +62 -0
  2197. package/dist/node_modules/@tensorflow/tfjs-layers/dist/exports_layers.js.map +1 -0
  2198. package/dist/node_modules/@tensorflow/tfjs-layers/dist/flags_layers.js +25 -0
  2199. package/dist/node_modules/@tensorflow/tfjs-layers/dist/flags_layers.js.map +1 -0
  2200. package/dist/node_modules/@tensorflow/tfjs-layers/dist/initializers.js +386 -0
  2201. package/dist/node_modules/@tensorflow/tfjs-layers/dist/initializers.js.map +1 -0
  2202. package/dist/node_modules/@tensorflow/tfjs-layers/dist/keras_format/common.js +18 -0
  2203. package/dist/node_modules/@tensorflow/tfjs-layers/dist/keras_format/common.js.map +1 -0
  2204. package/dist/node_modules/@tensorflow/tfjs-layers/dist/keras_format/initializer_config.js +15 -0
  2205. package/dist/node_modules/@tensorflow/tfjs-layers/dist/keras_format/initializer_config.js.map +1 -0
  2206. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/advanced_activations.js +184 -0
  2207. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/advanced_activations.js.map +1 -0
  2208. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/convolutional.js +452 -0
  2209. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/convolutional.js.map +1 -0
  2210. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/convolutional_depthwise.js +77 -0
  2211. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/convolutional_depthwise.js.map +1 -0
  2212. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/convolutional_recurrent.js +197 -0
  2213. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/convolutional_recurrent.js.map +1 -0
  2214. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/core.js +328 -0
  2215. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/core.js.map +1 -0
  2216. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/embeddings.js +87 -0
  2217. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/embeddings.js.map +1 -0
  2218. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/merge.js +439 -0
  2219. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/merge.js.map +1 -0
  2220. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/noise.js +102 -0
  2221. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/noise.js.map +1 -0
  2222. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/normalization.js +186 -0
  2223. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/normalization.js.map +1 -0
  2224. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/padding.js +75 -0
  2225. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/padding.js.map +1 -0
  2226. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/pooling.js +308 -0
  2227. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/pooling.js.map +1 -0
  2228. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/preprocessing/category_encoding.js +58 -0
  2229. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/preprocessing/category_encoding.js.map +1 -0
  2230. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/preprocessing/center_crop.js +70 -0
  2231. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/preprocessing/center_crop.js.map +1 -0
  2232. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/preprocessing/image_preprocessing.js +38 -0
  2233. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/preprocessing/image_preprocessing.js.map +1 -0
  2234. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/preprocessing/image_resizing.js +59 -0
  2235. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/preprocessing/image_resizing.js.map +1 -0
  2236. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/preprocessing/preprocessing_utils.js +35 -0
  2237. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/preprocessing/preprocessing_utils.js.map +1 -0
  2238. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/preprocessing/random_width.js +81 -0
  2239. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/preprocessing/random_width.js.map +1 -0
  2240. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/recurrent.js +682 -0
  2241. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/recurrent.js.map +1 -0
  2242. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/serialization.js +19 -0
  2243. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/serialization.js.map +1 -0
  2244. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/wrappers.js +243 -0
  2245. package/dist/node_modules/@tensorflow/tfjs-layers/dist/layers/wrappers.js.map +1 -0
  2246. package/dist/node_modules/@tensorflow/tfjs-layers/dist/logs.js +41 -0
  2247. package/dist/node_modules/@tensorflow/tfjs-layers/dist/logs.js.map +1 -0
  2248. package/dist/node_modules/@tensorflow/tfjs-layers/dist/losses.js +184 -0
  2249. package/dist/node_modules/@tensorflow/tfjs-layers/dist/losses.js.map +1 -0
  2250. package/dist/node_modules/@tensorflow/tfjs-layers/dist/metrics.js +116 -0
  2251. package/dist/node_modules/@tensorflow/tfjs-layers/dist/metrics.js.map +1 -0
  2252. package/dist/node_modules/@tensorflow/tfjs-layers/dist/models.js +558 -0
  2253. package/dist/node_modules/@tensorflow/tfjs-layers/dist/models.js.map +1 -0
  2254. package/dist/node_modules/@tensorflow/tfjs-layers/dist/optimizers.js +30 -0
  2255. package/dist/node_modules/@tensorflow/tfjs-layers/dist/optimizers.js.map +1 -0
  2256. package/dist/node_modules/@tensorflow/tfjs-layers/dist/regularizers.js +76 -0
  2257. package/dist/node_modules/@tensorflow/tfjs-layers/dist/regularizers.js.map +1 -0
  2258. package/dist/node_modules/@tensorflow/tfjs-layers/dist/user_defined_metadata.js +46 -0
  2259. package/dist/node_modules/@tensorflow/tfjs-layers/dist/user_defined_metadata.js.map +1 -0
  2260. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/conv_utils.js +48 -0
  2261. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/conv_utils.js.map +1 -0
  2262. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/executor_utils.js +58 -0
  2263. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/executor_utils.js.map +1 -0
  2264. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/generic_utils.js +180 -0
  2265. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/generic_utils.js.map +1 -0
  2266. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/layer_utils.js +118 -0
  2267. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/layer_utils.js.map +1 -0
  2268. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/math_utils.js +56 -0
  2269. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/math_utils.js.map +1 -0
  2270. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/serialization_utils.js +69 -0
  2271. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/serialization_utils.js.map +1 -0
  2272. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/types_utils.js +41 -0
  2273. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/types_utils.js.map +1 -0
  2274. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/variable_utils.js +19 -0
  2275. package/dist/node_modules/@tensorflow/tfjs-layers/dist/utils/variable_utils.js.map +1 -0
  2276. package/dist/node_modules/@tensorflow/tfjs-layers/dist/variables.js +87 -0
  2277. package/dist/node_modules/@tensorflow/tfjs-layers/dist/variables.js.map +1 -0
  2278. package/dist/node_modules/@tensorflow/tfjs-layers/dist/version.js +6 -0
  2279. package/dist/node_modules/@tensorflow/tfjs-layers/dist/version.js.map +1 -0
  2280. package/dist/node_modules/long/src/long.js +675 -0
  2281. package/dist/node_modules/long/src/long.js.map +1 -0
  2282. package/dist/node_modules/seedrandom/index.js +19 -0
  2283. package/dist/node_modules/seedrandom/index.js.map +1 -0
  2284. package/dist/node_modules/seedrandom/lib/alea.js +48 -0
  2285. package/dist/node_modules/seedrandom/lib/alea.js.map +1 -0
  2286. package/dist/node_modules/seedrandom/lib/tychei.js +41 -0
  2287. package/dist/node_modules/seedrandom/lib/tychei.js.map +1 -0
  2288. package/dist/node_modules/seedrandom/lib/xor128.js +41 -0
  2289. package/dist/node_modules/seedrandom/lib/xor128.js.map +1 -0
  2290. package/dist/node_modules/seedrandom/lib/xor4096.js +50 -0
  2291. package/dist/node_modules/seedrandom/lib/xor4096.js.map +1 -0
  2292. package/dist/node_modules/seedrandom/lib/xorshift7.js +53 -0
  2293. package/dist/node_modules/seedrandom/lib/xorshift7.js.map +1 -0
  2294. package/dist/node_modules/seedrandom/lib/xorwow.js +41 -0
  2295. package/dist/node_modules/seedrandom/lib/xorwow.js.map +1 -0
  2296. package/dist/node_modules/seedrandom/seedrandom.js +99 -0
  2297. package/dist/node_modules/seedrandom/seedrandom.js.map +1 -0
  2298. package/package.json +4 -1
  2299. package/dist/features/trial-session/comps/learning-plan/index.js +0 -353
  2300. package/dist/features/trial-session/comps/learning-plan/index.js.map +0 -1
@@ -0,0 +1,3713 @@
1
+ var de = typeof self < "u" ? self : {};
2
+ function qt() {
3
+ throw Error("Invalid UTF8");
4
+ }
5
+ function ks(t, e) {
6
+ return e = String.fromCharCode.apply(null, e), t == null ? e : t + e;
7
+ }
8
+ let $e, jn;
9
+ const Ma = typeof TextDecoder < "u";
10
+ let Pa;
11
+ const Ia = typeof TextEncoder < "u";
12
+ function xi(t) {
13
+ if (Ia) t = (Pa || (Pa = new TextEncoder())).encode(t);
14
+ else {
15
+ let n = 0;
16
+ const r = new Uint8Array(3 * t.length);
17
+ for (let s = 0; s < t.length; s++) {
18
+ var e = t.charCodeAt(s);
19
+ if (e < 128) r[n++] = e;
20
+ else {
21
+ if (e < 2048) r[n++] = e >> 6 | 192;
22
+ else {
23
+ if (e >= 55296 && e <= 57343) {
24
+ if (e <= 56319 && s < t.length) {
25
+ const i = t.charCodeAt(++s);
26
+ if (i >= 56320 && i <= 57343) {
27
+ e = 1024 * (e - 55296) + i - 56320 + 65536, r[n++] = e >> 18 | 240, r[n++] = e >> 12 & 63 | 128, r[n++] = e >> 6 & 63 | 128, r[n++] = 63 & e | 128;
28
+ continue;
29
+ }
30
+ s--;
31
+ }
32
+ e = 65533;
33
+ }
34
+ r[n++] = e >> 12 | 224, r[n++] = e >> 6 & 63 | 128;
35
+ }
36
+ r[n++] = 63 & e | 128;
37
+ }
38
+ }
39
+ t = n === r.length ? r : r.subarray(0, n);
40
+ }
41
+ return t;
42
+ }
43
+ var Ar, on;
44
+ t: {
45
+ for (var Ts = ["CLOSURE_FLAGS"], Hn = de, zn = 0; zn < Ts.length; zn++) if ((Hn = Hn[Ts[zn]]) == null) {
46
+ on = null;
47
+ break t;
48
+ }
49
+ on = Hn;
50
+ }
51
+ var Ge, Ss = on && on[610401301];
52
+ Ar = Ss != null && Ss;
53
+ const Ls = de.navigator;
54
+ function er(t) {
55
+ return !!Ar && !!Ge && Ge.brands.some(({ brand: e }) => e && e.indexOf(t) != -1);
56
+ }
57
+ function lt(t) {
58
+ var e;
59
+ return (e = de.navigator) && (e = e.userAgent) || (e = ""), e.indexOf(t) != -1;
60
+ }
61
+ function Bt() {
62
+ return !!Ar && !!Ge && Ge.brands.length > 0;
63
+ }
64
+ function Wn() {
65
+ return Bt() ? er("Chromium") : (lt("Chrome") || lt("CriOS")) && !(!Bt() && lt("Edge")) || lt("Silk");
66
+ }
67
+ function fn(t) {
68
+ return fn[" "](t), t;
69
+ }
70
+ Ge = Ls && Ls.userAgentData || null, fn[" "] = function() {
71
+ };
72
+ var Oa = !Bt() && (lt("Trident") || lt("MSIE"));
73
+ !lt("Android") || Wn(), Wn(), lt("Safari") && (Wn() || !Bt() && lt("Coast") || !Bt() && lt("Opera") || !Bt() && lt("Edge") || (Bt() ? er("Microsoft Edge") : lt("Edg/")) || Bt() && er("Opera"));
74
+ var Ri = {}, Ce = null;
75
+ function xa(t) {
76
+ const e = t.length;
77
+ let n = 3 * e / 4;
78
+ n % 3 ? n = Math.floor(n) : "=.".indexOf(t[e - 1]) != -1 && (n = "=.".indexOf(t[e - 2]) != -1 ? n - 2 : n - 1);
79
+ const r = new Uint8Array(n);
80
+ let s = 0;
81
+ return function(i, o) {
82
+ function a(h) {
83
+ for (; c < i.length; ) {
84
+ const u = i.charAt(c++), y = Ce[u];
85
+ if (y != null) return y;
86
+ if (!/^[\s\xa0]*$/.test(u)) throw Error("Unknown base64 encoding at char: " + u);
87
+ }
88
+ return h;
89
+ }
90
+ Ci();
91
+ let c = 0;
92
+ for (; ; ) {
93
+ const h = a(-1), u = a(0), y = a(64), T = a(64);
94
+ if (T === 64 && h === -1) break;
95
+ o(h << 2 | u >> 4), y != 64 && (o(u << 4 & 240 | y >> 2), T != 64 && o(y << 6 & 192 | T));
96
+ }
97
+ }(t, function(i) {
98
+ r[s++] = i;
99
+ }), s !== n ? r.subarray(0, s) : r;
100
+ }
101
+ function Ci() {
102
+ if (!Ce) {
103
+ Ce = {};
104
+ var t = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""), e = ["+/=", "+/", "-_=", "-_.", "-_"];
105
+ for (let n = 0; n < 5; n++) {
106
+ const r = t.concat(e[n].split(""));
107
+ Ri[n] = r;
108
+ for (let s = 0; s < r.length; s++) {
109
+ const i = r[s];
110
+ Ce[i] === void 0 && (Ce[i] = s);
111
+ }
112
+ }
113
+ }
114
+ }
115
+ var Ni = typeof Uint8Array < "u", Di = !Oa && typeof btoa == "function";
116
+ function Fs(t) {
117
+ if (!Di) {
118
+ var e;
119
+ e === void 0 && (e = 0), Ci(), e = Ri[e];
120
+ var n = Array(Math.floor(t.length / 3)), r = e[64] || "";
121
+ let c = 0, h = 0;
122
+ for (; c < t.length - 2; c += 3) {
123
+ var s = t[c], i = t[c + 1], o = t[c + 2], a = e[s >> 2];
124
+ s = e[(3 & s) << 4 | i >> 4], i = e[(15 & i) << 2 | o >> 6], o = e[63 & o], n[h++] = a + s + i + o;
125
+ }
126
+ switch (a = 0, o = r, t.length - c) {
127
+ case 2:
128
+ o = e[(15 & (a = t[c + 1])) << 2] || r;
129
+ case 1:
130
+ t = t[c], n[h] = e[t >> 2] + e[(3 & t) << 4 | a >> 4] + o + r;
131
+ }
132
+ return n.join("");
133
+ }
134
+ for (e = "", n = 0, r = t.length - 10240; n < r; ) e += String.fromCharCode.apply(null, t.subarray(n, n += 10240));
135
+ return e += String.fromCharCode.apply(null, n ? t.subarray(n) : t), btoa(e);
136
+ }
137
+ const Ms = /[-_.]/g, Ra = { "-": "+", _: "/", ".": "=" };
138
+ function Ca(t) {
139
+ return Ra[t] || "";
140
+ }
141
+ function Bi(t) {
142
+ if (!Di) return xa(t);
143
+ Ms.test(t) && (t = t.replace(Ms, Ca)), t = atob(t);
144
+ const e = new Uint8Array(t.length);
145
+ for (let n = 0; n < t.length; n++) e[n] = t.charCodeAt(n);
146
+ return e;
147
+ }
148
+ function te(t) {
149
+ return Ni && t != null && t instanceof Uint8Array;
150
+ }
151
+ var pe = {};
152
+ function ee() {
153
+ return Na || (Na = new It(null, pe));
154
+ }
155
+ function Er(t) {
156
+ Ui(pe);
157
+ var e = t.g;
158
+ return (e = e == null || te(e) ? e : typeof e == "string" ? Bi(e) : null) == null ? e : t.g = e;
159
+ }
160
+ var It = class {
161
+ h() {
162
+ return new Uint8Array(Er(this) || 0);
163
+ }
164
+ constructor(t, e) {
165
+ if (Ui(e), this.g = t, t != null && t.length === 0) throw Error("ByteString should be constructed with non-empty values");
166
+ }
167
+ };
168
+ let Na, Da;
169
+ function Ui(t) {
170
+ if (t !== pe) throw Error("illegal external caller");
171
+ }
172
+ function Gi(t, e) {
173
+ t.__closure__error__context__984382 || (t.__closure__error__context__984382 = {}), t.__closure__error__context__984382.severity = e;
174
+ }
175
+ function nr(t) {
176
+ return Gi(t = Error(t), "warning"), t;
177
+ }
178
+ function kr(t) {
179
+ if (t != null) {
180
+ var e = Da ?? (Da = {}), n = e[t] || 0;
181
+ n >= 5 || (e[t] = n + 1, Gi(t = Error(), "incident"), function(r) {
182
+ de.setTimeout(() => {
183
+ throw r;
184
+ }, 0);
185
+ }(t));
186
+ }
187
+ }
188
+ var dn = typeof Symbol == "function" && typeof Symbol() == "symbol";
189
+ function ke(t, e, n = !1) {
190
+ return typeof Symbol == "function" && typeof Symbol() == "symbol" ? n && Symbol.for && t ? Symbol.for(t) : t != null ? Symbol(t) : Symbol() : e;
191
+ }
192
+ var Ba = ke("jas", void 0, !0), Ps = ke(void 0, "0di"), xe = ke(void 0, "1oa"), ge = ke(void 0, Symbol()), Ua = ke(void 0, "0actk"), Vi = ke(void 0, "8utk");
193
+ const g = dn ? Ba : "Ea", ji = { Ea: { value: 0, configurable: !0, writable: !0, enumerable: !1 } }, Hi = Object.defineProperties;
194
+ function pn(t, e) {
195
+ dn || g in t || Hi(t, ji), t[g] |= e;
196
+ }
197
+ function B(t, e) {
198
+ dn || g in t || Hi(t, ji), t[g] = e;
199
+ }
200
+ function Te(t) {
201
+ return pn(t, 34), t;
202
+ }
203
+ function Ga(t, e) {
204
+ B(e, -15615 & (0 | t));
205
+ }
206
+ function rr(t, e) {
207
+ B(e, -15581 & (34 | t));
208
+ }
209
+ function gn() {
210
+ return typeof BigInt == "function";
211
+ }
212
+ function $(t) {
213
+ return Array.prototype.slice.call(t);
214
+ }
215
+ var Tr, Ke = {};
216
+ function mn(t) {
217
+ return t !== null && typeof t == "object" && !Array.isArray(t) && t.constructor === Object;
218
+ }
219
+ function Sr(t, e) {
220
+ if (t != null) {
221
+ if (typeof t == "string") t = t ? new It(t, pe) : ee();
222
+ else if (t.constructor !== It) if (te(t)) t = t.length ? new It(new Uint8Array(t), pe) : ee();
223
+ else {
224
+ if (!e) throw Error();
225
+ t = void 0;
226
+ }
227
+ }
228
+ return t;
229
+ }
230
+ const Is = [];
231
+ function Kt(t) {
232
+ if (2 & t) throw Error();
233
+ }
234
+ B(Is, 55), Tr = Object.freeze(Is);
235
+ class Os {
236
+ constructor(e, n, r) {
237
+ this.g = e, this.h = n, this.l = r;
238
+ }
239
+ next() {
240
+ const e = this.g.next();
241
+ return e.done || (e.value = this.h.call(this.l, e.value)), e;
242
+ }
243
+ [Symbol.iterator]() {
244
+ return this;
245
+ }
246
+ }
247
+ function Lr(t) {
248
+ return ge ? t[ge] : void 0;
249
+ }
250
+ var Va = Object.freeze({});
251
+ function yn(t) {
252
+ return t.Na = !0, t;
253
+ }
254
+ var ja = yn((t) => typeof t == "number"), xs = yn((t) => typeof t == "string"), Ha = yn((t) => typeof t == "boolean"), _n = typeof de.BigInt == "function" && typeof de.BigInt(0) == "bigint";
255
+ function Gt(t) {
256
+ var e = t;
257
+ if (xs(e)) {
258
+ if (!/^\s*(?:-?[1-9]\d*|0)?\s*$/.test(e)) throw Error(String(e));
259
+ } else if (ja(e) && !Number.isSafeInteger(e)) throw Error(String(e));
260
+ return _n ? BigInt(t) : t = Ha(t) ? t ? "1" : "0" : xs(t) ? t.trim() || "0" : String(t);
261
+ }
262
+ var sr = yn((t) => _n ? t >= Wa && t <= Xa : t[0] === "-" ? Rs(t, za) : Rs(t, Ka));
263
+ const za = Number.MIN_SAFE_INTEGER.toString(), Wa = _n ? BigInt(Number.MIN_SAFE_INTEGER) : void 0, Ka = Number.MAX_SAFE_INTEGER.toString(), Xa = _n ? BigInt(Number.MAX_SAFE_INTEGER) : void 0;
264
+ function Rs(t, e) {
265
+ if (t.length > e.length) return !1;
266
+ if (t.length < e.length || t === e) return !0;
267
+ for (let n = 0; n < t.length; n++) {
268
+ const r = t[n], s = e[n];
269
+ if (r > s) return !1;
270
+ if (r < s) return !0;
271
+ }
272
+ }
273
+ const Ya = typeof Uint8Array.prototype.slice == "function";
274
+ let zi, k = 0, R = 0;
275
+ function Cs(t) {
276
+ const e = t >>> 0;
277
+ k = e, R = (t - e) / 4294967296 >>> 0;
278
+ }
279
+ function ne(t) {
280
+ if (t < 0) {
281
+ Cs(-t);
282
+ const [e, n] = Ir(k, R);
283
+ k = e >>> 0, R = n >>> 0;
284
+ } else Cs(t);
285
+ }
286
+ function Fr(t) {
287
+ const e = zi || (zi = new DataView(new ArrayBuffer(8)));
288
+ e.setFloat32(0, +t, !0), R = 0, k = e.getUint32(0, !0);
289
+ }
290
+ function Mr(t, e) {
291
+ const n = 4294967296 * e + (t >>> 0);
292
+ return Number.isSafeInteger(n) ? n : Ve(t, e);
293
+ }
294
+ function Pr(t, e) {
295
+ const n = 2147483648 & e;
296
+ return n && (e = ~e >>> 0, (t = 1 + ~t >>> 0) == 0 && (e = e + 1 >>> 0)), typeof (t = Mr(t, e)) == "number" ? n ? -t : t : n ? "-" + t : t;
297
+ }
298
+ function Ve(t, e) {
299
+ if (t >>>= 0, (e >>>= 0) <= 2097151) var n = "" + (4294967296 * e + t);
300
+ else gn() ? n = "" + (BigInt(e) << BigInt(32) | BigInt(t)) : (t = (16777215 & t) + 6777216 * (n = 16777215 & (t >>> 24 | e << 8)) + 6710656 * (e = e >> 16 & 65535), n += 8147497 * e, e *= 2, t >= 1e7 && (n += t / 1e7 >>> 0, t %= 1e7), n >= 1e7 && (e += n / 1e7 >>> 0, n %= 1e7), n = e + Ns(n) + Ns(t));
301
+ return n;
302
+ }
303
+ function Ns(t) {
304
+ return t = String(t), "0000000".slice(t.length) + t;
305
+ }
306
+ function Wi() {
307
+ var t = k, e = R;
308
+ if (2147483648 & e) if (gn()) t = "" + (BigInt(0 | e) << BigInt(32) | BigInt(t >>> 0));
309
+ else {
310
+ const [n, r] = Ir(t, e);
311
+ t = "-" + Ve(n, r);
312
+ }
313
+ else t = Ve(t, e);
314
+ return t;
315
+ }
316
+ function vn(t) {
317
+ if (t.length < 16) ne(Number(t));
318
+ else if (gn()) t = BigInt(t), k = Number(t & BigInt(4294967295)) >>> 0, R = Number(t >> BigInt(32) & BigInt(4294967295));
319
+ else {
320
+ const e = +(t[0] === "-");
321
+ R = k = 0;
322
+ const n = t.length;
323
+ for (let r = e, s = (n - e) % 6 + e; s <= n; r = s, s += 6) {
324
+ const i = Number(t.slice(r, s));
325
+ R *= 1e6, k = 1e6 * k + i, k >= 4294967296 && (R += Math.trunc(k / 4294967296), R >>>= 0, k >>>= 0);
326
+ }
327
+ if (e) {
328
+ const [r, s] = Ir(k, R);
329
+ k = r, R = s;
330
+ }
331
+ }
332
+ }
333
+ function Ir(t, e) {
334
+ return e = ~e, t ? t = 1 + ~t : e += 1, [t, e];
335
+ }
336
+ const je = typeof BigInt == "function" ? BigInt.asIntN : void 0, $a = typeof BigInt == "function" ? BigInt.asUintN : void 0, Vt = Number.isSafeInteger, wn = Number.isFinite, me = Math.trunc, qa = Gt(0);
337
+ function Xt(t) {
338
+ return t == null || typeof t == "number" ? t : t === "NaN" || t === "Infinity" || t === "-Infinity" ? Number(t) : void 0;
339
+ }
340
+ function Ki(t) {
341
+ return t == null || typeof t == "boolean" ? t : typeof t == "number" ? !!t : void 0;
342
+ }
343
+ const Ja = /^-?([1-9][0-9]*|0)(\.[0-9]+)?$/;
344
+ function He(t) {
345
+ switch (typeof t) {
346
+ case "bigint":
347
+ return !0;
348
+ case "number":
349
+ return wn(t);
350
+ case "string":
351
+ return Ja.test(t);
352
+ default:
353
+ return !1;
354
+ }
355
+ }
356
+ function Se(t) {
357
+ if (t == null) return t;
358
+ if (typeof t == "string" && t) t = +t;
359
+ else if (typeof t != "number") return;
360
+ return wn(t) ? 0 | t : void 0;
361
+ }
362
+ function Xi(t) {
363
+ if (t == null) return t;
364
+ if (typeof t == "string" && t) t = +t;
365
+ else if (typeof t != "number") return;
366
+ return wn(t) ? t >>> 0 : void 0;
367
+ }
368
+ function Ds(t) {
369
+ if (t[0] === "-") return !1;
370
+ const e = t.length;
371
+ return e < 20 || e === 20 && Number(t.substring(0, 6)) < 184467;
372
+ }
373
+ function Yi(t) {
374
+ const e = t.length;
375
+ return t[0] === "-" ? e < 20 || e === 20 && Number(t.substring(0, 7)) > -922337 : e < 19 || e === 19 && Number(t.substring(0, 6)) < 922337;
376
+ }
377
+ function $i(t) {
378
+ return Yi(t) ? t : (vn(t), Wi());
379
+ }
380
+ function Or(t) {
381
+ return t = me(t), Vt(t) || (ne(t), t = Pr(k, R)), t;
382
+ }
383
+ function qi(t) {
384
+ var e = me(Number(t));
385
+ return Vt(e) ? String(e) : ((e = t.indexOf(".")) !== -1 && (t = t.substring(0, e)), $i(t));
386
+ }
387
+ function Bs(t) {
388
+ var e = me(Number(t));
389
+ return Vt(e) ? Gt(e) : ((e = t.indexOf(".")) !== -1 && (t = t.substring(0, e)), gn() ? Gt(je(64, BigInt(t))) : Gt($i(t)));
390
+ }
391
+ function Us(t) {
392
+ if (Vt(t)) t = Gt(Or(t));
393
+ else {
394
+ if (t = me(t), Vt(t)) t = String(t);
395
+ else {
396
+ const e = String(t);
397
+ Yi(e) ? t = e : (ne(t), t = Wi());
398
+ }
399
+ t = Gt(t);
400
+ }
401
+ return t;
402
+ }
403
+ function ir(t) {
404
+ return t == null ? t : typeof t == "bigint" ? (sr(t) ? t = Number(t) : (t = je(64, t), t = sr(t) ? Number(t) : String(t)), t) : He(t) ? typeof t == "number" ? Or(t) : qi(t) : void 0;
405
+ }
406
+ function Za(t) {
407
+ if (t == null) return t;
408
+ var e = typeof t;
409
+ if (e === "bigint") return String($a(64, t));
410
+ if (He(t)) {
411
+ if (e === "string") return e = me(Number(t)), Vt(e) && e >= 0 ? t = String(e) : ((e = t.indexOf(".")) !== -1 && (t = t.substring(0, e)), Ds(t) || (vn(t), t = Ve(k, R))), t;
412
+ if (e === "number") return (t = me(t)) >= 0 && Vt(t) ? t : function(n) {
413
+ if (n < 0) {
414
+ ne(n);
415
+ var r = Ve(k, R);
416
+ return n = Number(r), Vt(n) ? n : r;
417
+ }
418
+ return Ds(r = String(n)) ? r : (ne(n), Mr(k, R));
419
+ }(t);
420
+ }
421
+ }
422
+ function Ji(t) {
423
+ if (typeof t != "string") throw Error();
424
+ return t;
425
+ }
426
+ function Le(t) {
427
+ if (t != null && typeof t != "string") throw Error();
428
+ return t;
429
+ }
430
+ function ye(t) {
431
+ return t == null || typeof t == "string" ? t : void 0;
432
+ }
433
+ function xr(t, e, n, r) {
434
+ if (t != null && typeof t == "object" && t.W === Ke) return t;
435
+ if (!Array.isArray(t)) return n ? 2 & r ? ((t = e[Ps]) || (Te((t = new e()).u), t = e[Ps] = t), e = t) : e = new e() : e = void 0, e;
436
+ let s = n = 0 | t[g];
437
+ return s === 0 && (s |= 32 & r), s |= 2 & r, s !== n && B(t, s), new e(t);
438
+ }
439
+ function Qa(t, e, n) {
440
+ if (e) t: {
441
+ if (!He(e = t)) throw nr("int64");
442
+ switch (typeof e) {
443
+ case "string":
444
+ e = Bs(e);
445
+ break t;
446
+ case "bigint":
447
+ e = Gt(je(64, e));
448
+ break t;
449
+ default:
450
+ e = Us(e);
451
+ }
452
+ }
453
+ else t = typeof (e = t), e = e == null ? e : t === "bigint" ? Gt(je(64, e)) : He(e) ? t === "string" ? Bs(e) : Us(e) : void 0;
454
+ return (t = e) == null ? n ? qa : void 0 : t;
455
+ }
456
+ function t1(t) {
457
+ return t;
458
+ }
459
+ const e1 = {};
460
+ let n1 = function() {
461
+ try {
462
+ return fn(new class extends Map {
463
+ constructor() {
464
+ super();
465
+ }
466
+ }()), !1;
467
+ } catch {
468
+ return !0;
469
+ }
470
+ }();
471
+ class Kn {
472
+ constructor() {
473
+ this.g = /* @__PURE__ */ new Map();
474
+ }
475
+ get(e) {
476
+ return this.g.get(e);
477
+ }
478
+ set(e, n) {
479
+ return this.g.set(e, n), this.size = this.g.size, this;
480
+ }
481
+ delete(e) {
482
+ return e = this.g.delete(e), this.size = this.g.size, e;
483
+ }
484
+ clear() {
485
+ this.g.clear(), this.size = this.g.size;
486
+ }
487
+ has(e) {
488
+ return this.g.has(e);
489
+ }
490
+ entries() {
491
+ return this.g.entries();
492
+ }
493
+ keys() {
494
+ return this.g.keys();
495
+ }
496
+ values() {
497
+ return this.g.values();
498
+ }
499
+ forEach(e, n) {
500
+ return this.g.forEach(e, n);
501
+ }
502
+ [Symbol.iterator]() {
503
+ return this.entries();
504
+ }
505
+ }
506
+ const r1 = n1 ? (Object.setPrototypeOf(Kn.prototype, Map.prototype), Object.defineProperties(Kn.prototype, { size: { value: 0, configurable: !0, enumerable: !0, writable: !0 } }), Kn) : class extends Map {
507
+ constructor() {
508
+ super();
509
+ }
510
+ };
511
+ function Gs(t) {
512
+ return t;
513
+ }
514
+ function Xn(t) {
515
+ if (2 & t.M) throw Error("Cannot mutate an immutable Map");
516
+ }
517
+ var Tt = class extends r1 {
518
+ constructor(t, e, n = Gs, r = Gs) {
519
+ super();
520
+ let s = 0 | t[g];
521
+ s |= 64, B(t, s), this.M = s, this.I = e, this.S = n, this.X = this.I ? s1 : r;
522
+ for (let i = 0; i < t.length; i++) {
523
+ const o = t[i], a = n(o[0], !1, !0);
524
+ let c = o[1];
525
+ e ? c === void 0 && (c = null) : c = r(o[1], !1, !0, void 0, void 0, s), super.set(a, c);
526
+ }
527
+ }
528
+ La() {
529
+ var t = h1;
530
+ if (this.size !== 0) return Array.from(super.entries(), (e) => (e[0] = t(e[0]), e[1] = t(e[1]), e));
531
+ }
532
+ da(t = i1) {
533
+ const e = [], n = super.entries();
534
+ for (var r; !(r = n.next()).done; ) (r = r.value)[0] = t(r[0]), r[1] = t(r[1]), e.push(r);
535
+ return e;
536
+ }
537
+ clear() {
538
+ Xn(this), super.clear();
539
+ }
540
+ delete(t) {
541
+ return Xn(this), super.delete(this.S(t, !0, !1));
542
+ }
543
+ entries() {
544
+ if (this.I) {
545
+ var t = super.keys();
546
+ t = new Os(t, o1, this);
547
+ } else t = super.entries();
548
+ return t;
549
+ }
550
+ values() {
551
+ if (this.I) {
552
+ var t = super.keys();
553
+ t = new Os(t, Tt.prototype.get, this);
554
+ } else t = super.values();
555
+ return t;
556
+ }
557
+ forEach(t, e) {
558
+ this.I ? super.forEach((n, r, s) => {
559
+ t.call(e, s.get(r), r, s);
560
+ }) : super.forEach(t, e);
561
+ }
562
+ set(t, e) {
563
+ return Xn(this), (t = this.S(t, !0, !1)) == null ? this : e == null ? (super.delete(t), this) : super.set(t, this.X(e, !0, !0, this.I, !1, this.M));
564
+ }
565
+ Ja(t) {
566
+ const e = this.S(t[0], !1, !0);
567
+ t = t[1], t = this.I ? t === void 0 ? null : t : this.X(t, !1, !0, void 0, !1, this.M), super.set(e, t);
568
+ }
569
+ has(t) {
570
+ return super.has(this.S(t, !1, !1));
571
+ }
572
+ get(t) {
573
+ t = this.S(t, !1, !1);
574
+ const e = super.get(t);
575
+ if (e !== void 0) {
576
+ var n = this.I;
577
+ return n ? ((n = this.X(e, !1, !0, n, this.pa, this.M)) !== e && super.set(t, n), n) : e;
578
+ }
579
+ }
580
+ [Symbol.iterator]() {
581
+ return this.entries();
582
+ }
583
+ };
584
+ function s1(t, e, n, r, s, i) {
585
+ return t = xr(t, r, n, i), s && (t = En(t)), t;
586
+ }
587
+ function i1(t) {
588
+ return t;
589
+ }
590
+ function o1(t) {
591
+ return [t, this.get(t)];
592
+ }
593
+ let a1, Zi, Qi, c1;
594
+ function Vs() {
595
+ return a1 || (a1 = new Tt(Te([]), void 0, void 0, void 0, e1));
596
+ }
597
+ function or(t, e, n, r, s) {
598
+ if (t != null) {
599
+ if (Array.isArray(t)) {
600
+ const i = 0 | t[g];
601
+ return t.length === 0 && 1 & i ? void 0 : s && 2 & i ? t : bn(t, e, n, r !== void 0, s);
602
+ }
603
+ return e(t, r);
604
+ }
605
+ }
606
+ function bn(t, e, n, r, s) {
607
+ const i = r || n ? 0 | t[g] : 0, o = r ? !!(32 & i) : void 0;
608
+ let a = 0;
609
+ const c = (r = $(t)).length;
610
+ for (let at = 0; at < c; at++) {
611
+ var h = r[at];
612
+ if (at === c - 1 && mn(h)) {
613
+ var u = e, y = n, T = o, mt = s;
614
+ let $t;
615
+ for (let se in h) {
616
+ const ie = or(h[se], u, y, T, mt);
617
+ ie != null && (($t ?? ($t = {}))[se] = ie);
618
+ }
619
+ h = $t;
620
+ } else h = or(r[at], e, n, o, s);
621
+ r[at] = h, h != null && (a = at + 1);
622
+ }
623
+ return a < c && (r.length = a), n && ((t = Lr(t)) && (r[ge] = $(t)), n(i, r)), r;
624
+ }
625
+ function h1(t) {
626
+ return or(t, Rr, void 0, void 0, !1);
627
+ }
628
+ function Rr(t) {
629
+ switch (typeof t) {
630
+ case "number":
631
+ return Number.isFinite(t) ? t : "" + t;
632
+ case "bigint":
633
+ return sr(t) ? Number(t) : "" + t;
634
+ case "boolean":
635
+ return t ? 1 : 0;
636
+ case "object":
637
+ if (te(t)) return te(t) && kr(Vi), Fs(t);
638
+ if (t.W === Ke) return to(t);
639
+ if (t instanceof It) {
640
+ const e = t.g;
641
+ return e == null ? "" : typeof e == "string" ? e : t.g = Fs(e);
642
+ }
643
+ return t instanceof Tt ? t.La() : void 0;
644
+ }
645
+ return t;
646
+ }
647
+ function to(t) {
648
+ var e = t.u;
649
+ t = bn(e, Rr, void 0, void 0, !1);
650
+ var n = 0 | e[g];
651
+ if ((e = t.length) && !(512 & n)) {
652
+ var r = t[e - 1], s = !1;
653
+ mn(r) ? (e--, s = !0) : r = void 0;
654
+ var i = e - (n = 512 & n ? 0 : -1), o = (Zi ?? t1)(i, n, t, r);
655
+ if (r && (t[e] = void 0), i < o && r) {
656
+ for (var a in i = !0, r) {
657
+ const c = +a;
658
+ c <= o ? (t[s = c + n] = r[a], e = Math.max(s + 1, e), s = !1, delete r[a]) : i = !1;
659
+ }
660
+ i && (r = void 0);
661
+ }
662
+ for (i = e - 1; e > 0; i = e - 1) if ((a = t[i]) == null) e--, s = !0;
663
+ else {
664
+ if (!((i -= n) >= o)) break;
665
+ (r ?? (r = {}))[i] = a, e--, s = !0;
666
+ }
667
+ s && (t.length = e), r && t.push(r);
668
+ }
669
+ return t;
670
+ }
671
+ function jt(t, e, n) {
672
+ return t = eo(t, e[0], e[1], n ? 1 : 2), e !== Qi && n && pn(t, 8192), t;
673
+ }
674
+ function eo(t, e, n, r) {
675
+ if (t == null) {
676
+ var s = 96;
677
+ n ? (t = [n], s |= 512) : t = [], e && (s = -16760833 & s | (1023 & e) << 14);
678
+ } else {
679
+ if (!Array.isArray(t)) throw Error("narr");
680
+ if (8192 & (s = 0 | t[g]) || !(64 & s) || 2 & s || kr(Ua), 1024 & s) throw Error("farr");
681
+ if (64 & s) return t;
682
+ if (r === 1 || r === 2 || (s |= 64), n && (s |= 512, n !== t[0])) throw Error("mid");
683
+ t: {
684
+ var i = (n = t).length;
685
+ if (i) {
686
+ var o = i - 1;
687
+ if (mn(r = n[o])) {
688
+ if ((o -= e = 512 & (s |= 256) ? 0 : -1) >= 1024) throw Error("pvtlmt");
689
+ for (var a in r) (i = +a) < o && (n[i + e] = r[a], delete r[a]);
690
+ s = -16760833 & s | (1023 & o) << 14;
691
+ break t;
692
+ }
693
+ }
694
+ if (e) {
695
+ if ((a = Math.max(e, i - (512 & s ? 0 : -1))) > 1024) throw Error("spvt");
696
+ s = -16760833 & s | (1023 & a) << 14;
697
+ }
698
+ }
699
+ }
700
+ return B(t, s), t;
701
+ }
702
+ function ar(t, e, n = rr) {
703
+ if (t != null) {
704
+ if (Ni && t instanceof Uint8Array) return e ? t : new Uint8Array(t);
705
+ if (Array.isArray(t)) {
706
+ var r = 0 | t[g];
707
+ return 2 & r ? t : (e && (e = r === 0 || !!(32 & r) && !(64 & r || !(16 & r))), e ? (B(t, 34 | r), 4 & r && Object.freeze(t), t) : bn(t, ar, 4 & r ? rr : n, !0, !0));
708
+ }
709
+ return t.W === Ke ? t = 2 & (r = 0 | (n = t.u)[g]) ? t : new t.constructor(An(n, r, !0)) : t instanceof Tt && !(2 & t.M) && (n = Te(t.da(ar)), t = new Tt(n, t.I, t.S, t.X)), t;
710
+ }
711
+ }
712
+ function An(t, e, n) {
713
+ const r = n || 2 & e ? rr : Ga, s = !!(32 & e);
714
+ return t = function(i, o, a) {
715
+ const c = $(i);
716
+ var h = c.length;
717
+ const u = 256 & o ? c[h - 1] : void 0;
718
+ for (h += u ? -1 : 0, o = 512 & o ? 1 : 0; o < h; o++) c[o] = a(c[o]);
719
+ if (u) {
720
+ o = c[o] = {};
721
+ for (const y in u) o[y] = a(u[y]);
722
+ }
723
+ return (i = Lr(i)) && (c[ge] = $(i)), c;
724
+ }(t, e, (i) => ar(i, s, r)), pn(t, 32 | (n ? 2 : 0)), t;
725
+ }
726
+ function En(t) {
727
+ const e = t.u, n = 0 | e[g];
728
+ return 2 & n ? new t.constructor(An(e, n, !1)) : t;
729
+ }
730
+ function _e(t, e) {
731
+ return Nt(t = t.u, 0 | t[g], e);
732
+ }
733
+ function Nt(t, e, n) {
734
+ if (n === -1) return null;
735
+ const r = n + (512 & e ? 0 : -1), s = t.length - 1;
736
+ return r >= s && 256 & e ? t[s][n] : r <= s ? t[r] : void 0;
737
+ }
738
+ function S(t, e, n) {
739
+ const r = t.u;
740
+ let s = 0 | r[g];
741
+ return Kt(s), O(r, s, e, n), t;
742
+ }
743
+ function O(t, e, n, r) {
744
+ const s = 512 & e ? 0 : -1, i = n + s;
745
+ var o = t.length - 1;
746
+ return i >= o && 256 & e ? (t[o][n] = r, e) : i <= o ? (t[i] = r, e) : (r !== void 0 && (n >= (o = e >> 14 & 1023 || 536870912) ? r != null && (t[o + s] = { [n]: r }, B(t, e |= 256)) : t[i] = r), e);
747
+ }
748
+ function tn(t, e) {
749
+ let n = 0 | (t = t.u)[g];
750
+ const r = Nt(t, n, e), s = Xt(r);
751
+ return s != null && s !== r && O(t, n, e, s), s;
752
+ }
753
+ function no(t) {
754
+ let e = 0 | (t = t.u)[g];
755
+ const n = Nt(t, e, 1), r = Sr(n, !0);
756
+ return r != null && r !== n && O(t, e, 1, r), r;
757
+ }
758
+ function Jt() {
759
+ return Va === void 0 ? 2 : 4;
760
+ }
761
+ function Zt(t, e, n, r, s) {
762
+ const i = t.u, o = 2 & (t = 0 | i[g]) ? 1 : r;
763
+ s = !!s;
764
+ let a = 0 | (r = Cr(i, t, e))[g];
765
+ if (!(4 & a)) {
766
+ 4 & a && (r = $(r), a = Ot(a, t), t = O(i, t, e, r));
767
+ let c = 0, h = 0;
768
+ for (; c < r.length; c++) {
769
+ const u = n(r[c]);
770
+ u != null && (r[h++] = u);
771
+ }
772
+ h < c && (r.length = h), a = Nr(a, t), n = -2049 & (20 | a), a = n &= -4097, B(r, a), 2 & a && Object.freeze(r);
773
+ }
774
+ return o === 1 || o === 4 && 32 & a ? Pt(a) || (s = a, a |= 2, a !== s && B(r, a), Object.freeze(r)) : (o === 2 && Pt(a) && (r = $(r), a = Ot(a, t), a = Ht(a, t, s), B(r, a), t = O(i, t, e, r)), Pt(a) || (e = a, a = Ht(a, t, s), a !== e && B(r, a))), r;
775
+ }
776
+ function Cr(t, e, n) {
777
+ return t = Nt(t, e, n), Array.isArray(t) ? t : Tr;
778
+ }
779
+ function Nr(t, e) {
780
+ return t === 0 && (t = Ot(t, e)), 1 | t;
781
+ }
782
+ function Pt(t) {
783
+ return !!(2 & t) && !!(4 & t) || !!(1024 & t);
784
+ }
785
+ function ro(t) {
786
+ t = $(t);
787
+ for (let e = 0; e < t.length; e++) {
788
+ const n = t[e] = $(t[e]);
789
+ Array.isArray(n[1]) && (n[1] = Te(n[1]));
790
+ }
791
+ return t;
792
+ }
793
+ function cr(t, e, n, r) {
794
+ let s = 0 | (t = t.u)[g];
795
+ Kt(s), O(t, s, e, (r === "0" ? Number(n) === 0 : n === r) ? void 0 : n);
796
+ }
797
+ function Fe(t, e, n, r) {
798
+ Kt(e);
799
+ let s = Cr(t, e, n);
800
+ const i = s !== Tr;
801
+ if (64 & e || !(8192 & e) || !i) {
802
+ const o = i ? 0 | s[g] : 0;
803
+ let a = o;
804
+ (!i || 2 & a || Pt(a) || 4 & a && !(32 & a)) && (s = $(s), a = Ot(a, e), e = O(t, e, n, s)), a = -13 & Nr(a, e), a = Ht(r ? -17 & a : 16 | a, e, !0), a !== o && B(s, a);
805
+ }
806
+ return s;
807
+ }
808
+ function Yn(t, e) {
809
+ var n = Ko;
810
+ return Br(Dr(t = t.u), t, 0 | t[g], n) === e ? e : -1;
811
+ }
812
+ function Dr(t) {
813
+ if (dn) return t[xe] ?? (t[xe] = /* @__PURE__ */ new Map());
814
+ if (xe in t) return t[xe];
815
+ const e = /* @__PURE__ */ new Map();
816
+ return Object.defineProperty(t, xe, { value: e }), e;
817
+ }
818
+ function so(t, e, n, r) {
819
+ const s = Dr(t), i = Br(s, t, e, n);
820
+ return i !== r && (i && (e = O(t, e, i)), s.set(n, r)), e;
821
+ }
822
+ function Br(t, e, n, r) {
823
+ let s = t.get(r);
824
+ if (s != null) return s;
825
+ s = 0;
826
+ for (let i = 0; i < r.length; i++) {
827
+ const o = r[i];
828
+ Nt(e, n, o) != null && (s !== 0 && (n = O(e, n, s)), s = o);
829
+ }
830
+ return t.set(r, s), s;
831
+ }
832
+ function Ur(t, e, n) {
833
+ let r = 0 | t[g];
834
+ const s = Nt(t, r, n);
835
+ let i;
836
+ if (s != null && s.W === Ke) return (e = En(s)) !== s && O(t, r, n, e), e.u;
837
+ if (Array.isArray(s)) {
838
+ const o = 0 | s[g];
839
+ i = 2 & o ? jt(An(s, o, !1), e, !0) : 64 & o ? s : jt(i, e, !0);
840
+ } else i = jt(void 0, e, !0);
841
+ return i !== s && O(t, r, n, i), i;
842
+ }
843
+ function io(t, e, n) {
844
+ let r = 0 | (t = t.u)[g];
845
+ const s = Nt(t, r, n);
846
+ return (e = xr(s, e, !1, r)) !== s && e != null && O(t, r, n, e), e;
847
+ }
848
+ function w(t, e, n) {
849
+ if ((e = io(t, e, n)) == null) return e;
850
+ let r = 0 | (t = t.u)[g];
851
+ if (!(2 & r)) {
852
+ const s = En(e);
853
+ s !== e && O(t, r, n, e = s);
854
+ }
855
+ return e;
856
+ }
857
+ function oo(t, e, n, r, s, i, o) {
858
+ t = t.u;
859
+ var a = !!(2 & e);
860
+ const c = a ? 1 : s;
861
+ i = !!i, o && (o = !a);
862
+ var h = 0 | (s = Cr(t, e, r))[g];
863
+ if (!(a = !!(4 & h))) {
864
+ var u = s, y = e;
865
+ const T = !!(2 & (h = Nr(h, e)));
866
+ T && (y |= 2);
867
+ let mt = !T, at = !0, $t = 0, se = 0;
868
+ for (; $t < u.length; $t++) {
869
+ const ie = xr(u[$t], n, !1, y);
870
+ if (ie instanceof n) {
871
+ if (!T) {
872
+ const Es = !!(2 & (0 | ie.u[g]));
873
+ mt && (mt = !Es), at && (at = Es);
874
+ }
875
+ u[se++] = ie;
876
+ }
877
+ }
878
+ se < $t && (u.length = se), h |= 4, h = at ? 16 | h : -17 & h, B(u, h = mt ? 8 | h : -9 & h), T && Object.freeze(u);
879
+ }
880
+ if (o && !(8 & h || !s.length && (c === 1 || c === 4 && 32 & h))) {
881
+ for (Pt(h) && (s = $(s), h = Ot(h, e), e = O(t, e, r, s)), n = s, o = h, u = 0; u < n.length; u++) (h = n[u]) !== (y = En(h)) && (n[u] = y);
882
+ o |= 8, B(n, o = n.length ? -17 & o : 16 | o), h = o;
883
+ }
884
+ return c === 1 || c === 4 && 32 & h ? Pt(h) || (e = h, (h |= !s.length || 16 & h && (!a || 32 & h) ? 2 : 1024) !== e && B(s, h), Object.freeze(s)) : (c === 2 && Pt(h) && (B(s = $(s), h = Ht(h = Ot(h, e), e, i)), e = O(t, e, r, s)), Pt(h) || (r = h, (h = Ht(h, e, i)) !== r && B(s, h))), s;
885
+ }
886
+ function Rt(t, e, n) {
887
+ const r = 0 | t.u[g];
888
+ return oo(t, r, e, n, Jt(), !1, !(2 & r));
889
+ }
890
+ function m(t, e, n, r) {
891
+ return r == null && (r = void 0), S(t, n, r);
892
+ }
893
+ function De(t, e, n, r) {
894
+ r == null && (r = void 0);
895
+ t: {
896
+ let s = 0 | (t = t.u)[g];
897
+ if (Kt(s), r == null) {
898
+ const i = Dr(t);
899
+ if (Br(i, t, s, n) !== e) break t;
900
+ i.set(n, 0);
901
+ } else s = so(t, s, n, e);
902
+ O(t, s, e, r);
903
+ }
904
+ }
905
+ function Ot(t, e) {
906
+ return -1025 & (t = 32 | (2 & e ? 2 | t : -3 & t));
907
+ }
908
+ function Ht(t, e, n) {
909
+ return 32 & e && n || (t &= -33), t;
910
+ }
911
+ function kn(t, e, n) {
912
+ Kt(0 | t.u[g]), Zt(t, e, ye, 2, !0).push(Ji(n));
913
+ }
914
+ function an(t, e, n, r) {
915
+ const s = 0 | t.u[g];
916
+ Kt(s), t = oo(t, s, n, e, 2, !0), r = r ?? new n(), t.push(r), t[g] = 2 & (0 | r.u[g]) ? -9 & t[g] : -17 & t[g];
917
+ }
918
+ function ft(t, e) {
919
+ return Se(_e(t, e));
920
+ }
921
+ function dt(t, e) {
922
+ return ye(_e(t, e));
923
+ }
924
+ function N(t, e) {
925
+ return tn(t, e) ?? 0;
926
+ }
927
+ function ze(t, e, n) {
928
+ if (n != null && typeof n != "boolean") throw t = typeof n, Error(`Expected boolean but got ${t != "object" ? t : n ? Array.isArray(n) ? "array" : t : "null"}: ${n}`);
929
+ S(t, e, n);
930
+ }
931
+ function St(t, e, n) {
932
+ if (n != null) {
933
+ if (typeof n != "number" || !wn(n)) throw nr("int32");
934
+ n |= 0;
935
+ }
936
+ S(t, e, n);
937
+ }
938
+ function d(t, e, n) {
939
+ if (n != null && typeof n != "number") throw Error(`Value of float/double field must be a number, found ${typeof n}: ${n}`);
940
+ S(t, e, n);
941
+ }
942
+ function cn(t, e, n) {
943
+ {
944
+ const o = t.u;
945
+ let a = 0 | o[g];
946
+ if (Kt(a), n == null) O(o, a, e);
947
+ else {
948
+ var r = t = 0 | n[g], s = Pt(t), i = s || Object.isFrozen(n);
949
+ for (s || (t = 0), i || (n = $(n), r = 0, t = Ht(t = Ot(t, a), a, !0), i = !1), t |= 21, s = 0; s < n.length; s++) {
950
+ const c = n[s], h = Ji(c);
951
+ Object.is(c, h) || (i && (n = $(n), r = 0, t = Ht(t = Ot(t, a), a, !0), i = !1), n[s] = h);
952
+ }
953
+ t !== r && (i && (n = $(n), t = Ht(t = Ot(t, a), a, !0)), B(n, t)), O(o, a, e, n);
954
+ }
955
+ }
956
+ }
957
+ function ao(t, e) {
958
+ return Error(`Invalid wire type: ${t} (at position ${e})`);
959
+ }
960
+ function Gr() {
961
+ return Error("Failed to read varint, encoding is invalid.");
962
+ }
963
+ function co(t, e) {
964
+ return Error(`Tried to read past the end of the data ${e} > ${t}`);
965
+ }
966
+ function Vr(t) {
967
+ if (typeof t == "string") return { buffer: Bi(t), O: !1 };
968
+ if (Array.isArray(t)) return { buffer: new Uint8Array(t), O: !1 };
969
+ if (t.constructor === Uint8Array) return { buffer: t, O: !1 };
970
+ if (t.constructor === ArrayBuffer) return { buffer: new Uint8Array(t), O: !1 };
971
+ if (t.constructor === It) return { buffer: Er(t) || new Uint8Array(0), O: !0 };
972
+ if (t instanceof Uint8Array) return { buffer: new Uint8Array(t.buffer, t.byteOffset, t.byteLength), O: !1 };
973
+ throw Error("Type not convertible to a Uint8Array, expected a Uint8Array, an ArrayBuffer, a base64 encoded string, a ByteString or an Array of numbers");
974
+ }
975
+ function jr(t, e) {
976
+ let n, r = 0, s = 0, i = 0;
977
+ const o = t.h;
978
+ let a = t.g;
979
+ do
980
+ n = o[a++], r |= (127 & n) << i, i += 7;
981
+ while (i < 32 && 128 & n);
982
+ for (i > 32 && (s |= (127 & n) >> 4), i = 3; i < 32 && 128 & n; i += 7) n = o[a++], s |= (127 & n) << i;
983
+ if (Qt(t, a), n < 128) return e(r >>> 0, s >>> 0);
984
+ throw Gr();
985
+ }
986
+ function Hr(t) {
987
+ let e = 0, n = t.g;
988
+ const r = n + 10, s = t.h;
989
+ for (; n < r; ) {
990
+ const i = s[n++];
991
+ if (e |= i, (128 & i) == 0) return Qt(t, n), !!(127 & e);
992
+ }
993
+ throw Gr();
994
+ }
995
+ function zt(t) {
996
+ const e = t.h;
997
+ let n = t.g, r = e[n++], s = 127 & r;
998
+ if (128 & r && (r = e[n++], s |= (127 & r) << 7, 128 & r && (r = e[n++], s |= (127 & r) << 14, 128 & r && (r = e[n++], s |= (127 & r) << 21, 128 & r && (r = e[n++], s |= r << 28, 128 & r && 128 & e[n++] && 128 & e[n++] && 128 & e[n++] && 128 & e[n++] && 128 & e[n++]))))) throw Gr();
999
+ return Qt(t, n), s;
1000
+ }
1001
+ function Ct(t) {
1002
+ return zt(t) >>> 0;
1003
+ }
1004
+ function hr(t) {
1005
+ var e = t.h;
1006
+ const n = t.g, r = e[n], s = e[n + 1], i = e[n + 2];
1007
+ return e = e[n + 3], Qt(t, t.g + 4), (r << 0 | s << 8 | i << 16 | e << 24) >>> 0;
1008
+ }
1009
+ function ur(t) {
1010
+ var e = hr(t);
1011
+ t = 2 * (e >> 31) + 1;
1012
+ const n = e >>> 23 & 255;
1013
+ return e &= 8388607, n == 255 ? e ? NaN : t * (1 / 0) : n == 0 ? 1401298464324817e-60 * t * e : t * Math.pow(2, n - 150) * (e + 8388608);
1014
+ }
1015
+ function u1(t) {
1016
+ return zt(t);
1017
+ }
1018
+ function $n(t, e, { aa: n = !1 } = {}) {
1019
+ t.aa = n, e && (e = Vr(e), t.h = e.buffer, t.m = e.O, t.j = 0, t.l = t.h.length, t.g = t.j);
1020
+ }
1021
+ function Qt(t, e) {
1022
+ if (t.g = e, e > t.l) throw co(t.l, e);
1023
+ }
1024
+ function ho(t, e) {
1025
+ if (e < 0) throw Error(`Tried to read a negative byte length: ${e}`);
1026
+ const n = t.g, r = n + e;
1027
+ if (r > t.l) throw co(e, t.l - n);
1028
+ return t.g = r, n;
1029
+ }
1030
+ function uo(t, e) {
1031
+ if (e == 0) return ee();
1032
+ var n = ho(t, e);
1033
+ return t.aa && t.m ? n = t.h.subarray(n, n + e) : (t = t.h, n = n === (e = n + e) ? new Uint8Array(0) : Ya ? t.slice(n, e) : new Uint8Array(t.subarray(n, e))), n.length == 0 ? ee() : new It(n, pe);
1034
+ }
1035
+ Tt.prototype.toJSON = void 0;
1036
+ var js = [];
1037
+ function lo(t) {
1038
+ var e = t.g;
1039
+ if (e.g == e.l) return !1;
1040
+ t.l = t.g.g;
1041
+ var n = Ct(t.g);
1042
+ if (e = n >>> 3, !((n &= 7) >= 0 && n <= 5)) throw ao(n, t.l);
1043
+ if (e < 1) throw Error(`Invalid field number: ${e} (at position ${t.l})`);
1044
+ return t.m = e, t.h = n, !0;
1045
+ }
1046
+ function en(t) {
1047
+ switch (t.h) {
1048
+ case 0:
1049
+ t.h != 0 ? en(t) : Hr(t.g);
1050
+ break;
1051
+ case 1:
1052
+ Qt(t = t.g, t.g + 8);
1053
+ break;
1054
+ case 2:
1055
+ if (t.h != 2) en(t);
1056
+ else {
1057
+ var e = Ct(t.g);
1058
+ Qt(t = t.g, t.g + e);
1059
+ }
1060
+ break;
1061
+ case 5:
1062
+ Qt(t = t.g, t.g + 4);
1063
+ break;
1064
+ case 3:
1065
+ for (e = t.m; ; ) {
1066
+ if (!lo(t)) throw Error("Unmatched start-group tag: stream EOF");
1067
+ if (t.h == 4) {
1068
+ if (t.m != e) throw Error("Unmatched end-group tag");
1069
+ break;
1070
+ }
1071
+ en(t);
1072
+ }
1073
+ break;
1074
+ default:
1075
+ throw ao(t.h, t.l);
1076
+ }
1077
+ }
1078
+ function Xe(t, e, n) {
1079
+ const r = t.g.l, s = Ct(t.g), i = t.g.g + s;
1080
+ let o = i - r;
1081
+ if (o <= 0 && (t.g.l = i, n(e, t, void 0, void 0, void 0), o = i - t.g.g), o) throw Error(`Message parsing ended unexpectedly. Expected to read ${s} bytes, instead read ${s - o} bytes, either the data ended unexpectedly or the message misreported its own length`);
1082
+ return t.g.g = i, t.g.l = r, e;
1083
+ }
1084
+ function zr(t) {
1085
+ var e = Ct(t.g), n = ho(t = t.g, e);
1086
+ if (t = t.h, Ma) {
1087
+ var r, s = t;
1088
+ (r = jn) || (r = jn = new TextDecoder("utf-8", { fatal: !0 })), e = n + e, s = n === 0 && e === s.length ? s : s.subarray(n, e);
1089
+ try {
1090
+ var i = r.decode(s);
1091
+ } catch (a) {
1092
+ if ($e === void 0) {
1093
+ try {
1094
+ r.decode(new Uint8Array([128]));
1095
+ } catch {
1096
+ }
1097
+ try {
1098
+ r.decode(new Uint8Array([97])), $e = !0;
1099
+ } catch {
1100
+ $e = !1;
1101
+ }
1102
+ }
1103
+ throw !$e && (jn = void 0), a;
1104
+ }
1105
+ } else {
1106
+ e = (i = n) + e, n = [];
1107
+ let a, c = null;
1108
+ for (; i < e; ) {
1109
+ var o = t[i++];
1110
+ o < 128 ? n.push(o) : o < 224 ? i >= e ? qt() : (a = t[i++], o < 194 || (192 & a) != 128 ? (i--, qt()) : n.push((31 & o) << 6 | 63 & a)) : o < 240 ? i >= e - 1 ? qt() : (a = t[i++], (192 & a) != 128 || o === 224 && a < 160 || o === 237 && a >= 160 || (192 & (r = t[i++])) != 128 ? (i--, qt()) : n.push((15 & o) << 12 | (63 & a) << 6 | 63 & r)) : o <= 244 ? i >= e - 2 ? qt() : (a = t[i++], (192 & a) != 128 || a - 144 + (o << 28) >> 30 || (192 & (r = t[i++])) != 128 || (192 & (s = t[i++])) != 128 ? (i--, qt()) : (o = (7 & o) << 18 | (63 & a) << 12 | (63 & r) << 6 | 63 & s, o -= 65536, n.push(55296 + (o >> 10 & 1023), 56320 + (1023 & o)))) : qt(), n.length >= 8192 && (c = ks(c, n), n.length = 0);
1111
+ }
1112
+ i = ks(c, n);
1113
+ }
1114
+ return i;
1115
+ }
1116
+ function fo(t) {
1117
+ const e = Ct(t.g);
1118
+ return uo(t.g, e);
1119
+ }
1120
+ function Tn(t, e, n) {
1121
+ var r = Ct(t.g);
1122
+ for (r = t.g.g + r; t.g.g < r; ) n.push(e(t.g));
1123
+ }
1124
+ var qe = [];
1125
+ function yt(t, e, n) {
1126
+ e.g ? e.m(t, e.g, e.h, n) : e.m(t, e.h, n);
1127
+ }
1128
+ var f = class {
1129
+ constructor(t, e) {
1130
+ this.u = eo(t, e);
1131
+ }
1132
+ toJSON() {
1133
+ try {
1134
+ var t = to(this);
1135
+ } finally {
1136
+ Zi = void 0;
1137
+ }
1138
+ return t;
1139
+ }
1140
+ l() {
1141
+ var t = K1;
1142
+ return t.g ? t.l(this, t.g, t.h) : t.l(this, t.h, t.defaultValue);
1143
+ }
1144
+ clone() {
1145
+ const t = this.u;
1146
+ return new this.constructor(An(t, 0 | t[g], !1));
1147
+ }
1148
+ O() {
1149
+ return !!(2 & (0 | this.u[g]));
1150
+ }
1151
+ };
1152
+ function Hs(t) {
1153
+ return t ? /^\d+$/.test(t) ? (vn(t), new lr(k, R)) : null : l1 || (l1 = new lr(0, 0));
1154
+ }
1155
+ f.prototype.W = Ke, f.prototype.toString = function() {
1156
+ return this.u.toString();
1157
+ };
1158
+ var lr = class {
1159
+ constructor(t, e) {
1160
+ this.h = t >>> 0, this.g = e >>> 0;
1161
+ }
1162
+ };
1163
+ let l1;
1164
+ function zs(t) {
1165
+ return t ? /^-?\d+$/.test(t) ? (vn(t), new fr(k, R)) : null : f1 || (f1 = new fr(0, 0));
1166
+ }
1167
+ var fr = class {
1168
+ constructor(t, e) {
1169
+ this.h = t >>> 0, this.g = e >>> 0;
1170
+ }
1171
+ };
1172
+ let f1;
1173
+ function ue(t, e, n) {
1174
+ for (; n > 0 || e > 127; ) t.g.push(127 & e | 128), e = (e >>> 7 | n << 25) >>> 0, n >>>= 7;
1175
+ t.g.push(e);
1176
+ }
1177
+ function Me(t, e) {
1178
+ for (; e > 127; ) t.g.push(127 & e | 128), e >>>= 7;
1179
+ t.g.push(e);
1180
+ }
1181
+ function Sn(t, e) {
1182
+ if (e >= 0) Me(t, e);
1183
+ else {
1184
+ for (let n = 0; n < 9; n++) t.g.push(127 & e | 128), e >>= 7;
1185
+ t.g.push(1);
1186
+ }
1187
+ }
1188
+ function We(t, e) {
1189
+ t.g.push(e >>> 0 & 255), t.g.push(e >>> 8 & 255), t.g.push(e >>> 16 & 255), t.g.push(e >>> 24 & 255);
1190
+ }
1191
+ function ve(t, e) {
1192
+ e.length !== 0 && (t.l.push(e), t.h += e.length);
1193
+ }
1194
+ function st(t, e, n) {
1195
+ Me(t.g, 8 * e + n);
1196
+ }
1197
+ function Wr(t, e) {
1198
+ return st(t, e, 2), e = t.g.end(), ve(t, e), e.push(t.h), e;
1199
+ }
1200
+ function Kr(t, e) {
1201
+ var n = e.pop();
1202
+ for (n = t.h + t.g.length() - n; n > 127; ) e.push(127 & n | 128), n >>>= 7, t.h++;
1203
+ e.push(n), t.h++;
1204
+ }
1205
+ function Ln(t, e, n) {
1206
+ st(t, e, 2), Me(t.g, n.length), ve(t, t.g.end()), ve(t, n);
1207
+ }
1208
+ function hn(t, e, n, r) {
1209
+ n != null && (e = Wr(t, e), r(n, t), Kr(t, e));
1210
+ }
1211
+ function _t() {
1212
+ const t = class {
1213
+ constructor() {
1214
+ throw Error();
1215
+ }
1216
+ };
1217
+ return Object.setPrototypeOf(t, t.prototype), t;
1218
+ }
1219
+ var Xr = _t(), po = _t(), Yr = _t(), $r = _t(), go = _t(), mo = _t(), qr = _t(), yo = _t(), _o = _t(), Pe = class {
1220
+ constructor(t, e, n) {
1221
+ this.g = t, this.h = e, t = Xr, this.l = !!t && n === t || !1;
1222
+ }
1223
+ };
1224
+ function Fn(t, e) {
1225
+ return new Pe(t, e, Xr);
1226
+ }
1227
+ function vo(t, e, n, r, s) {
1228
+ hn(t, n, Eo(e, r), s);
1229
+ }
1230
+ const d1 = Fn(function(t, e, n, r, s) {
1231
+ return t.h === 2 && (Xe(t, Ur(e, r, n), s), !0);
1232
+ }, vo), p1 = Fn(function(t, e, n, r, s) {
1233
+ return t.h === 2 && (Xe(t, Ur(e, r, n), s), !0);
1234
+ }, vo);
1235
+ var Mn = Symbol(), Jr = Symbol(), Ws = Symbol(), Ks = Symbol();
1236
+ let wo, bo;
1237
+ function re(t, e, n, r) {
1238
+ var s = r[t];
1239
+ if (s) return s;
1240
+ (s = {}).Ma = r, s.T = function(y) {
1241
+ switch (typeof y) {
1242
+ case "boolean":
1243
+ return Qi || (Qi = [0, void 0, !0]);
1244
+ case "number":
1245
+ return y > 0 ? void 0 : y === 0 ? c1 || (c1 = [0, void 0]) : [-y, void 0];
1246
+ case "string":
1247
+ return [0, y];
1248
+ case "object":
1249
+ return y;
1250
+ }
1251
+ }(r[0]);
1252
+ var i = r[1];
1253
+ let o = 1;
1254
+ i && i.constructor === Object && (s.ga = i, typeof (i = r[++o]) == "function" && (s.la = !0, wo ?? (wo = i), bo ?? (bo = r[o + 1]), i = r[o += 2]));
1255
+ const a = {};
1256
+ for (; i && Array.isArray(i) && i.length && typeof i[0] == "number" && i[0] > 0; ) {
1257
+ for (var c = 0; c < i.length; c++) a[i[c]] = i;
1258
+ i = r[++o];
1259
+ }
1260
+ for (c = 1; i !== void 0; ) {
1261
+ let y;
1262
+ typeof i == "number" && (c += i, i = r[++o]);
1263
+ var h = void 0;
1264
+ if (i instanceof Pe ? y = i : (y = d1, o--), y == null ? void 0 : y.l) {
1265
+ i = r[++o], h = r;
1266
+ var u = o;
1267
+ typeof i == "function" && (i = i(), h[u] = i), h = i;
1268
+ }
1269
+ for (u = c + 1, typeof (i = r[++o]) == "number" && i < 0 && (u -= i, i = r[++o]); c < u; c++) {
1270
+ const T = a[c];
1271
+ h ? n(s, c, y, h, T) : e(s, c, y, T);
1272
+ }
1273
+ }
1274
+ return r[t] = s;
1275
+ }
1276
+ function Ao(t) {
1277
+ return Array.isArray(t) ? t[0] instanceof Pe ? t : [p1, t] : [t, void 0];
1278
+ }
1279
+ function Eo(t, e) {
1280
+ return t instanceof f ? t.u : Array.isArray(t) ? jt(t, e, !1) : void 0;
1281
+ }
1282
+ function Zr(t, e, n, r) {
1283
+ const s = n.g;
1284
+ t[e] = r ? (i, o, a) => s(i, o, a, r) : s;
1285
+ }
1286
+ function Qr(t, e, n, r, s) {
1287
+ const i = n.g;
1288
+ let o, a;
1289
+ t[e] = (c, h, u) => i(c, h, u, a || (a = re(Jr, Zr, Qr, r).T), o || (o = ts(r)), s);
1290
+ }
1291
+ function ts(t) {
1292
+ let e = t[Ws];
1293
+ if (e != null) return e;
1294
+ const n = re(Jr, Zr, Qr, t);
1295
+ return e = n.la ? (r, s) => wo(r, s, n) : (r, s) => {
1296
+ const i = 0 | r[g];
1297
+ for (; lo(s) && s.h != 4; ) {
1298
+ var o = s.m, a = n[o];
1299
+ if (a == null) {
1300
+ var c = n.ga;
1301
+ c && (c = c[o]) && (c = g1(c)) != null && (a = n[o] = c);
1302
+ }
1303
+ a != null && a(s, r, o) || (o = (a = s).l, en(a), a.fa ? a = void 0 : (c = a.g.g - o, a.g.g = o, a = uo(a.g, c)), o = r, a && ((c = o[ge]) ? c.push(a) : o[ge] = [a]));
1304
+ }
1305
+ return 8192 & i && Te(r), !0;
1306
+ }, t[Ws] = e;
1307
+ }
1308
+ function g1(t) {
1309
+ const e = (t = Ao(t))[0].g;
1310
+ if (t = t[1]) {
1311
+ const n = ts(t), r = re(Jr, Zr, Qr, t).T;
1312
+ return (s, i, o) => e(s, i, o, r, n);
1313
+ }
1314
+ return e;
1315
+ }
1316
+ function Pn(t, e, n) {
1317
+ t[e] = n.h;
1318
+ }
1319
+ function In(t, e, n, r) {
1320
+ let s, i;
1321
+ const o = n.h;
1322
+ t[e] = (a, c, h) => o(a, c, h, i || (i = re(Mn, Pn, In, r).T), s || (s = ko(r)));
1323
+ }
1324
+ function ko(t) {
1325
+ let e = t[Ks];
1326
+ if (!e) {
1327
+ const n = re(Mn, Pn, In, t);
1328
+ e = (r, s) => To(r, s, n), t[Ks] = e;
1329
+ }
1330
+ return e;
1331
+ }
1332
+ function To(t, e, n) {
1333
+ (function(r, s, i) {
1334
+ const o = 512 & s ? 0 : -1, a = r.length, c = a + ((s = 64 & s ? 256 & s : !!a && mn(r[a - 1])) ? -1 : 0);
1335
+ for (let h = 0; h < c; h++) i(h - o, r[h]);
1336
+ if (s) {
1337
+ r = r[a - 1];
1338
+ for (const h in r) !isNaN(h) && i(+h, r[h]);
1339
+ }
1340
+ })(t, 0 | t[g] | (n.T[1] ? 512 : 0), (r, s) => {
1341
+ if (s != null) {
1342
+ var i = function(o, a) {
1343
+ var c = o[a];
1344
+ if (c) return c;
1345
+ if ((c = o.ga) && (c = c[a])) {
1346
+ var h = (c = Ao(c))[0].h;
1347
+ if (c = c[1]) {
1348
+ const u = ko(c), y = re(Mn, Pn, In, c).T;
1349
+ c = o.la ? bo(y, u) : (T, mt, at) => h(T, mt, at, y, u);
1350
+ } else c = h;
1351
+ return o[a] = c;
1352
+ }
1353
+ }(n, r);
1354
+ i && i(e, s, r);
1355
+ }
1356
+ }), (t = Lr(t)) && function(r, s) {
1357
+ ve(r, r.g.end());
1358
+ for (let i = 0; i < s.length; i++) ve(r, Er(s[i]) || new Uint8Array(0));
1359
+ }(e, t);
1360
+ }
1361
+ function Ie(t, e) {
1362
+ if (Array.isArray(e)) {
1363
+ var n = 0 | e[g];
1364
+ if (4 & n) return e;
1365
+ for (var r = 0, s = 0; r < e.length; r++) {
1366
+ const i = t(e[r]);
1367
+ i != null && (e[s++] = i);
1368
+ }
1369
+ return s < r && (e.length = s), B(e, -6145 & (5 | n)), 2 & n && Object.freeze(e), e;
1370
+ }
1371
+ }
1372
+ function K(t, e, n) {
1373
+ return new Pe(t, e, n);
1374
+ }
1375
+ function Oe(t, e, n) {
1376
+ return new Pe(t, e, n);
1377
+ }
1378
+ function X(t, e, n) {
1379
+ O(t, 0 | t[g], e, n);
1380
+ }
1381
+ var m1 = Fn(function(t, e, n, r, s) {
1382
+ return t.h === 2 && (t = Xe(t, jt([void 0, void 0], r, !0), s), Kt(r = 0 | e[g]), (s = Nt(e, r, n)) instanceof Tt ? 2 & s.M ? ((s = s.da()).push(t), O(e, r, n, s)) : s.Ja(t) : Array.isArray(s) ? (2 & (0 | s[g]) && O(e, r, n, s = ro(s)), s.push(t)) : O(e, r, n, [t]), !0);
1383
+ }, function(t, e, n, r, s) {
1384
+ if (e instanceof Tt) e.forEach((i, o) => {
1385
+ hn(t, n, jt([o, i], r, !1), s);
1386
+ });
1387
+ else if (Array.isArray(e)) for (let i = 0; i < e.length; i++) {
1388
+ const o = e[i];
1389
+ Array.isArray(o) && hn(t, n, jt(o, r, !1), s);
1390
+ }
1391
+ });
1392
+ function So(t, e, n) {
1393
+ if (e = function(r) {
1394
+ if (r == null) return r;
1395
+ const s = typeof r;
1396
+ if (s === "bigint") return String(je(64, r));
1397
+ if (He(r)) {
1398
+ if (s === "string") return qi(r);
1399
+ if (s === "number") return Or(r);
1400
+ }
1401
+ }(e), e != null && (typeof e == "string" && zs(e), e != null))
1402
+ switch (st(t, n, 0), typeof e) {
1403
+ case "number":
1404
+ t = t.g, ne(e), ue(t, k, R);
1405
+ break;
1406
+ case "bigint":
1407
+ n = BigInt.asUintN(64, e), n = new fr(Number(n & BigInt(4294967295)), Number(n >> BigInt(32))), ue(t.g, n.h, n.g);
1408
+ break;
1409
+ default:
1410
+ n = zs(e), ue(t.g, n.h, n.g);
1411
+ }
1412
+ }
1413
+ function Lo(t, e, n) {
1414
+ (e = Se(e)) != null && e != null && (st(t, n, 0), Sn(t.g, e));
1415
+ }
1416
+ function Fo(t, e, n) {
1417
+ (e = Ki(e)) != null && (st(t, n, 0), t.g.g.push(e ? 1 : 0));
1418
+ }
1419
+ function Mo(t, e, n) {
1420
+ (e = ye(e)) != null && Ln(t, n, xi(e));
1421
+ }
1422
+ function Po(t, e, n, r, s) {
1423
+ hn(t, n, Eo(e, r), s);
1424
+ }
1425
+ function Io(t, e, n) {
1426
+ e == null || typeof e == "string" || e instanceof It || (te(e) ? te(e) && kr(Vi) : e = void 0), e != null && Ln(t, n, Vr(e).buffer);
1427
+ }
1428
+ function Oo(t, e, n) {
1429
+ return (t.h === 5 || t.h === 2) && (e = Fe(e, 0 | e[g], n, !1), t.h == 2 ? Tn(t, ur, e) : e.push(ur(t.g)), !0);
1430
+ }
1431
+ var Ft = K(function(t, e, n) {
1432
+ if (t.h !== 1) return !1;
1433
+ var r = t.g;
1434
+ t = hr(r);
1435
+ const s = hr(r);
1436
+ r = 2 * (s >> 31) + 1;
1437
+ const i = s >>> 20 & 2047;
1438
+ return t = 4294967296 * (1048575 & s) + t, X(e, n, i == 2047 ? t ? NaN : r * (1 / 0) : i == 0 ? 5e-324 * r * t : r * Math.pow(2, i - 1075) * (t + 4503599627370496)), !0;
1439
+ }, function(t, e, n) {
1440
+ (e = Xt(e)) != null && (st(t, n, 1), t = t.g, (n = zi || (zi = new DataView(new ArrayBuffer(8)))).setFloat64(0, +e, !0), k = n.getUint32(0, !0), R = n.getUint32(4, !0), We(t, k), We(t, R));
1441
+ }, _t()), U = K(function(t, e, n) {
1442
+ return t.h === 5 && (X(e, n, ur(t.g)), !0);
1443
+ }, function(t, e, n) {
1444
+ (e = Xt(e)) != null && (st(t, n, 5), t = t.g, Fr(e), We(t, k));
1445
+ }, qr), y1 = Oe(Oo, function(t, e, n) {
1446
+ if ((e = Ie(Xt, e)) != null) for (let o = 0; o < e.length; o++) {
1447
+ var r = t, s = n, i = e[o];
1448
+ i != null && (st(r, s, 5), r = r.g, Fr(i), We(r, k));
1449
+ }
1450
+ }, qr), es = Oe(Oo, function(t, e, n) {
1451
+ if ((e = Ie(Xt, e)) != null && e.length) {
1452
+ st(t, n, 2), Me(t.g, 4 * e.length);
1453
+ for (let r = 0; r < e.length; r++) n = t.g, Fr(e[r]), We(n, k);
1454
+ }
1455
+ }, qr), Wt = K(function(t, e, n) {
1456
+ return t.h === 0 && (X(e, n, jr(t.g, Pr)), !0);
1457
+ }, So, mo), qn = K(function(t, e, n) {
1458
+ return t.h === 0 && (X(e, n, (t = jr(t.g, Pr)) === 0 ? void 0 : t), !0);
1459
+ }, So, mo), _1 = K(function(t, e, n) {
1460
+ return t.h === 0 && (X(e, n, jr(t.g, Mr)), !0);
1461
+ }, function(t, e, n) {
1462
+ if ((e = Za(e)) != null && (typeof e == "string" && Hs(e), e != null))
1463
+ switch (st(t, n, 0), typeof e) {
1464
+ case "number":
1465
+ t = t.g, ne(e), ue(t, k, R);
1466
+ break;
1467
+ case "bigint":
1468
+ n = BigInt.asUintN(64, e), n = new lr(Number(n & BigInt(4294967295)), Number(n >> BigInt(32))), ue(t.g, n.h, n.g);
1469
+ break;
1470
+ default:
1471
+ n = Hs(e), ue(t.g, n.h, n.g);
1472
+ }
1473
+ }, _t()), C = K(function(t, e, n) {
1474
+ return t.h === 0 && (X(e, n, zt(t.g)), !0);
1475
+ }, Lo, $r), On = Oe(function(t, e, n) {
1476
+ return (t.h === 0 || t.h === 2) && (e = Fe(e, 0 | e[g], n, !1), t.h == 2 ? Tn(t, zt, e) : e.push(zt(t.g)), !0);
1477
+ }, function(t, e, n) {
1478
+ if ((e = Ie(Se, e)) != null && e.length) {
1479
+ n = Wr(t, n);
1480
+ for (let r = 0; r < e.length; r++) Sn(t.g, e[r]);
1481
+ Kr(t, n);
1482
+ }
1483
+ }, $r), he = K(function(t, e, n) {
1484
+ return t.h === 0 && (X(e, n, (t = zt(t.g)) === 0 ? void 0 : t), !0);
1485
+ }, Lo, $r), P = K(function(t, e, n) {
1486
+ return t.h === 0 && (X(e, n, Hr(t.g)), !0);
1487
+ }, Fo, po), le = K(function(t, e, n) {
1488
+ return t.h === 0 && (X(e, n, (t = Hr(t.g)) === !1 ? void 0 : t), !0);
1489
+ }, Fo, po), z = Oe(function(t, e, n) {
1490
+ return t.h === 2 && (t = zr(t), Fe(e, 0 | e[g], n, !1).push(t), !0);
1491
+ }, function(t, e, n) {
1492
+ if ((e = Ie(ye, e)) != null) for (let o = 0; o < e.length; o++) {
1493
+ var r = t, s = n, i = e[o];
1494
+ i != null && Ln(r, s, xi(i));
1495
+ }
1496
+ }, Yr), Ut = K(function(t, e, n) {
1497
+ return t.h === 2 && (X(e, n, (t = zr(t)) === "" ? void 0 : t), !0);
1498
+ }, Mo, Yr), E = K(function(t, e, n) {
1499
+ return t.h === 2 && (X(e, n, zr(t)), !0);
1500
+ }, Mo, Yr), V = function(t, e, n = Xr) {
1501
+ return new Pe(t, e, n);
1502
+ }(function(t, e, n, r, s) {
1503
+ return t.h === 2 && (r = jt(void 0, r, !0), Fe(e, 0 | e[g], n, !0).push(r), Xe(t, r, s), !0);
1504
+ }, function(t, e, n, r, s) {
1505
+ if (Array.isArray(e)) for (let i = 0; i < e.length; i++) Po(t, e[i], n, r, s);
1506
+ }), A = Fn(function(t, e, n, r, s, i) {
1507
+ return t.h === 2 && (so(e, 0 | e[g], i, n), Xe(t, e = Ur(e, r, n), s), !0);
1508
+ }, Po), xo = K(function(t, e, n) {
1509
+ return t.h === 2 && (X(e, n, fo(t)), !0);
1510
+ }, Io, yo), v1 = Oe(function(t, e, n) {
1511
+ return (t.h === 0 || t.h === 2) && (e = Fe(e, 0 | e[g], n, !1), t.h == 2 ? Tn(t, Ct, e) : e.push(Ct(t.g)), !0);
1512
+ }, function(t, e, n) {
1513
+ if ((e = Ie(Xi, e)) != null) for (let o = 0; o < e.length; o++) {
1514
+ var r = t, s = n, i = e[o];
1515
+ i != null && (st(r, s, 0), Me(r.g, i));
1516
+ }
1517
+ }, go), w1 = K(function(t, e, n) {
1518
+ return t.h === 0 && (X(e, n, (t = Ct(t.g)) === 0 ? void 0 : t), !0);
1519
+ }, function(t, e, n) {
1520
+ (e = Xi(e)) != null && e != null && (st(t, n, 0), Me(t.g, e));
1521
+ }, go), nt = K(function(t, e, n) {
1522
+ return t.h === 0 && (X(e, n, zt(t.g)), !0);
1523
+ }, function(t, e, n) {
1524
+ (e = Se(e)) != null && (e = parseInt(e, 10), st(t, n, 0), Sn(t.g, e));
1525
+ }, _o);
1526
+ class b1 {
1527
+ constructor(e, n) {
1528
+ this.h = e, this.g = n, this.l = w, this.m = m, this.defaultValue = void 0;
1529
+ }
1530
+ register() {
1531
+ fn(this);
1532
+ }
1533
+ }
1534
+ function vt(t, e) {
1535
+ return new b1(t, e);
1536
+ }
1537
+ function Yt(t, e) {
1538
+ return (n, r) => {
1539
+ if (qe.length) {
1540
+ const i = qe.pop();
1541
+ i.o(r), $n(i.g, n, r), n = i;
1542
+ } else n = new class {
1543
+ constructor(i, o) {
1544
+ if (js.length) {
1545
+ const a = js.pop();
1546
+ $n(a, i, o), i = a;
1547
+ } else i = new class {
1548
+ constructor(a, c) {
1549
+ this.h = null, this.m = !1, this.g = this.l = this.j = 0, $n(this, a, c);
1550
+ }
1551
+ clear() {
1552
+ this.h = null, this.m = !1, this.g = this.l = this.j = 0, this.aa = !1;
1553
+ }
1554
+ }(i, o);
1555
+ this.g = i, this.l = this.g.g, this.h = this.m = -1, this.o(o);
1556
+ }
1557
+ o({ fa: i = !1 } = {}) {
1558
+ this.fa = i;
1559
+ }
1560
+ }(n, r);
1561
+ try {
1562
+ const i = new t(), o = i.u;
1563
+ ts(e)(o, n);
1564
+ var s = i;
1565
+ } finally {
1566
+ n.g.clear(), n.m = -1, n.h = -1, qe.length < 100 && qe.push(n);
1567
+ }
1568
+ return s;
1569
+ };
1570
+ }
1571
+ function xn(t) {
1572
+ return function() {
1573
+ const e = new class {
1574
+ constructor() {
1575
+ this.l = [], this.h = 0, this.g = new class {
1576
+ constructor() {
1577
+ this.g = [];
1578
+ }
1579
+ length() {
1580
+ return this.g.length;
1581
+ }
1582
+ end() {
1583
+ const o = this.g;
1584
+ return this.g = [], o;
1585
+ }
1586
+ }();
1587
+ }
1588
+ }();
1589
+ To(this.u, e, re(Mn, Pn, In, t)), ve(e, e.g.end());
1590
+ const n = new Uint8Array(e.h), r = e.l, s = r.length;
1591
+ let i = 0;
1592
+ for (let o = 0; o < s; o++) {
1593
+ const a = r[o];
1594
+ n.set(a, i), i += a.length;
1595
+ }
1596
+ return e.l = [n], n;
1597
+ };
1598
+ }
1599
+ var Xs = class extends f {
1600
+ constructor(t) {
1601
+ super(t);
1602
+ }
1603
+ }, Ys = [0, Ut, K(function(t, e, n) {
1604
+ return t.h === 2 && (X(e, n, (t = fo(t)) === ee() ? void 0 : t), !0);
1605
+ }, function(t, e, n) {
1606
+ if (e != null) {
1607
+ if (e instanceof f) {
1608
+ const r = e.Oa;
1609
+ return void (r && (e = r(e), e != null && Ln(t, n, Vr(e).buffer)));
1610
+ }
1611
+ if (Array.isArray(e)) return;
1612
+ }
1613
+ Io(t, e, n);
1614
+ }, yo)];
1615
+ let Jn, $s = globalThis.trustedTypes;
1616
+ function qs(t) {
1617
+ Jn === void 0 && (Jn = function() {
1618
+ let n = null;
1619
+ if (!$s) return n;
1620
+ try {
1621
+ const r = (s) => s;
1622
+ n = $s.createPolicy("goog#html", { createHTML: r, createScript: r, createScriptURL: r });
1623
+ } catch {
1624
+ }
1625
+ return n;
1626
+ }());
1627
+ var e = Jn;
1628
+ return new class {
1629
+ constructor(n) {
1630
+ this.g = n;
1631
+ }
1632
+ toString() {
1633
+ return this.g + "";
1634
+ }
1635
+ }(e ? e.createScriptURL(t) : t);
1636
+ }
1637
+ function A1(t, ...e) {
1638
+ if (e.length === 0) return qs(t[0]);
1639
+ let n = t[0];
1640
+ for (let r = 0; r < e.length; r++) n += encodeURIComponent(e[r]) + t[r + 1];
1641
+ return qs(n);
1642
+ }
1643
+ var Ro = [0, C, nt, P, -1, On, nt, -1], E1 = class extends f {
1644
+ constructor(t) {
1645
+ super(t);
1646
+ }
1647
+ }, Co = [0, P, E, P, nt, -1, Oe(function(t, e, n) {
1648
+ return (t.h === 0 || t.h === 2) && (e = Fe(e, 0 | e[g], n, !1), t.h == 2 ? Tn(t, u1, e) : e.push(zt(t.g)), !0);
1649
+ }, function(t, e, n) {
1650
+ if ((e = Ie(Se, e)) != null && e.length) {
1651
+ n = Wr(t, n);
1652
+ for (let r = 0; r < e.length; r++) Sn(t.g, e[r]);
1653
+ Kr(t, n);
1654
+ }
1655
+ }, _o), E, -1, [0, P, -1], nt, P, -1], No = [0, E, -2], Js = class extends f {
1656
+ constructor(t) {
1657
+ super(t);
1658
+ }
1659
+ }, Do = [0], Bo = [0, C, P, 1, P, -3], rt = class extends f {
1660
+ constructor(t) {
1661
+ super(t, 2);
1662
+ }
1663
+ }, G = {};
1664
+ G[336783863] = [0, E, P, -1, C, [0, [1, 2, 3, 4, 5, 6, 7, 8, 9], A, Do, A, Co, A, No, A, Bo, A, Ro, A, [0, E, -2], A, [0, E, nt], A, [0, nt, E, -1], A, [0, nt, -1]], [0, E], P, [0, [1, 3], [2, 4], A, [0, On], -1, A, [0, z], -1, V, [0, E, -1]], E];
1665
+ var Zs = [0, qn, -1, le, -3, qn, On, Ut, he, qn, -1, le, he, le, -2, Ut];
1666
+ function it(t, e) {
1667
+ cr(t, 2, Le(e), "");
1668
+ }
1669
+ function L(t, e) {
1670
+ kn(t, 3, e);
1671
+ }
1672
+ function v(t, e) {
1673
+ kn(t, 4, e);
1674
+ }
1675
+ var W = class extends f {
1676
+ constructor(t) {
1677
+ super(t, 500);
1678
+ }
1679
+ o(t) {
1680
+ return m(this, 0, 7, t);
1681
+ }
1682
+ }, Be = [-1, {}], Qs = [0, E, 1, Be], ti = [0, E, z, Be];
1683
+ function ot(t, e) {
1684
+ an(t, 1, W, e);
1685
+ }
1686
+ function F(t, e) {
1687
+ kn(t, 10, e);
1688
+ }
1689
+ function b(t, e) {
1690
+ kn(t, 15, e);
1691
+ }
1692
+ var J = class extends f {
1693
+ constructor(t) {
1694
+ super(t, 500);
1695
+ }
1696
+ o(t) {
1697
+ return m(this, 0, 1001, t);
1698
+ }
1699
+ }, Uo = [-500, V, [-500, Ut, -1, z, -3, [-2, G, P], V, Ys, he, -1, Qs, ti, V, [0, Ut, le], Ut, Zs, he, z, 987, z], 4, V, [-500, E, -1, [-1, {}], 998, E], V, [-500, E, z, -1, [-2, {}, P], 997, z, -1], he, V, [-500, E, z, Be, 998, z], z, he, Qs, ti, V, [0, Ut, -1, Be], z, -2, Zs, Ut, -1, le, [0, le, w1], 978, Be, V, Ys];
1700
+ J.prototype.g = xn(Uo);
1701
+ var k1 = Yt(J, Uo), T1 = class extends f {
1702
+ constructor(t) {
1703
+ super(t);
1704
+ }
1705
+ }, Go = class extends f {
1706
+ constructor(t) {
1707
+ super(t);
1708
+ }
1709
+ g() {
1710
+ return Rt(this, T1, 1);
1711
+ }
1712
+ }, Vo = [0, V, [0, C, U, E, -1]], Rn = Yt(Go, Vo), S1 = class extends f {
1713
+ constructor(t) {
1714
+ super(t);
1715
+ }
1716
+ }, L1 = class extends f {
1717
+ constructor(t) {
1718
+ super(t);
1719
+ }
1720
+ }, Zn = class extends f {
1721
+ constructor(t) {
1722
+ super(t);
1723
+ }
1724
+ h() {
1725
+ return w(this, S1, 2);
1726
+ }
1727
+ g() {
1728
+ return Rt(this, L1, 5);
1729
+ }
1730
+ }, jo = Yt(class extends f {
1731
+ constructor(t) {
1732
+ super(t);
1733
+ }
1734
+ }, [0, z, On, es, [0, nt, [0, C, -3], [0, U, -3], [0, C, -1, [0, V, [0, C, -2]]], V, [0, U, -1, E, U]], E, -1, Wt, V, [0, C, U], z, Wt]), Ho = class extends f {
1735
+ constructor(t) {
1736
+ super(t);
1737
+ }
1738
+ }, fe = Yt(class extends f {
1739
+ constructor(t) {
1740
+ super(t);
1741
+ }
1742
+ }, [0, V, [0, U, -4]]), zo = class extends f {
1743
+ constructor(t) {
1744
+ super(t);
1745
+ }
1746
+ }, Ye = Yt(class extends f {
1747
+ constructor(t) {
1748
+ super(t);
1749
+ }
1750
+ }, [0, V, [0, U, -4]]), F1 = class extends f {
1751
+ constructor(t) {
1752
+ super(t);
1753
+ }
1754
+ }, M1 = [0, C, -1, es, nt], Wo = class extends f {
1755
+ constructor(t) {
1756
+ super(t);
1757
+ }
1758
+ };
1759
+ Wo.prototype.g = xn([0, U, -4, Wt]);
1760
+ var P1 = class extends f {
1761
+ constructor(t) {
1762
+ super(t);
1763
+ }
1764
+ }, I1 = Yt(class extends f {
1765
+ constructor(t) {
1766
+ super(t);
1767
+ }
1768
+ }, [0, V, [0, 1, C, E, Vo], Wt]), ei = class extends f {
1769
+ constructor(t) {
1770
+ super(t);
1771
+ }
1772
+ }, O1 = class extends f {
1773
+ constructor(t) {
1774
+ super(t);
1775
+ }
1776
+ ma() {
1777
+ const t = no(this);
1778
+ return t ?? ee();
1779
+ }
1780
+ }, x1 = class extends f {
1781
+ constructor(t) {
1782
+ super(t);
1783
+ }
1784
+ }, Ko = [1, 2], R1 = Yt(class extends f {
1785
+ constructor(t) {
1786
+ super(t);
1787
+ }
1788
+ }, [0, V, [0, Ko, A, [0, es], A, [0, xo], C, E], Wt]), ns = class extends f {
1789
+ constructor(t) {
1790
+ super(t);
1791
+ }
1792
+ }, Xo = [0, E, C, U, z, -1], ni = class extends f {
1793
+ constructor(t) {
1794
+ super(t);
1795
+ }
1796
+ }, C1 = [0, P, -1], ri = class extends f {
1797
+ constructor(t) {
1798
+ super(t);
1799
+ }
1800
+ }, nn = [1, 2, 3, 4, 5], un = class extends f {
1801
+ constructor(t) {
1802
+ super(t);
1803
+ }
1804
+ g() {
1805
+ return no(this) != null;
1806
+ }
1807
+ h() {
1808
+ return dt(this, 2) != null;
1809
+ }
1810
+ }, I = class extends f {
1811
+ constructor(t) {
1812
+ super(t);
1813
+ }
1814
+ g() {
1815
+ return Ki(_e(this, 2)) ?? !1;
1816
+ }
1817
+ }, Yo = [0, xo, E, [0, C, Wt, -1], [0, _1, Wt]], D = [0, Yo, P, [0, nn, A, Bo, A, Co, A, Ro, A, Do, A, No], nt], Cn = class extends f {
1818
+ constructor(t) {
1819
+ super(t);
1820
+ }
1821
+ }, rs = [0, D, U, -1, C], N1 = vt(502141897, Cn);
1822
+ G[502141897] = rs;
1823
+ var D1 = Yt(class extends f {
1824
+ constructor(t) {
1825
+ super(t);
1826
+ }
1827
+ }, [0, [0, nt, -1, y1, v1], M1]), $o = class extends f {
1828
+ constructor(t) {
1829
+ super(t);
1830
+ }
1831
+ }, qo = class extends f {
1832
+ constructor(t) {
1833
+ super(t);
1834
+ }
1835
+ }, ss = [0, D, U, [0, D], P], Jo = [0, D, rs, ss, U, [0, [0, Yo]]], B1 = vt(508968150, qo);
1836
+ G[508968150] = Jo, G[508968149] = ss;
1837
+ var Zo = class extends f {
1838
+ constructor(t) {
1839
+ super(t);
1840
+ }
1841
+ }, U1 = vt(513916220, Zo);
1842
+ G[513916220] = [0, D, Jo, C];
1843
+ var oe = class extends f {
1844
+ constructor(t) {
1845
+ super(t);
1846
+ }
1847
+ h() {
1848
+ return w(this, ns, 2);
1849
+ }
1850
+ g() {
1851
+ S(this, 2);
1852
+ }
1853
+ }, Qo = [0, D, Xo];
1854
+ G[478825465] = Qo;
1855
+ var G1 = class extends f {
1856
+ constructor(t) {
1857
+ super(t);
1858
+ }
1859
+ }, ta = class extends f {
1860
+ constructor(t) {
1861
+ super(t);
1862
+ }
1863
+ }, is = class extends f {
1864
+ constructor(t) {
1865
+ super(t);
1866
+ }
1867
+ }, os = class extends f {
1868
+ constructor(t) {
1869
+ super(t);
1870
+ }
1871
+ }, ea = class extends f {
1872
+ constructor(t) {
1873
+ super(t);
1874
+ }
1875
+ }, si = [0, D, [0, D], Qo, -1], na = [0, D, U, C], as = [0, D, U], ra = [0, D, na, as, U], V1 = vt(479097054, ea);
1876
+ G[479097054] = [0, D, ra, si], G[463370452] = si, G[464864288] = na;
1877
+ var j1 = vt(462713202, os);
1878
+ G[462713202] = ra, G[474472470] = as;
1879
+ var H1 = class extends f {
1880
+ constructor(t) {
1881
+ super(t);
1882
+ }
1883
+ }, sa = class extends f {
1884
+ constructor(t) {
1885
+ super(t);
1886
+ }
1887
+ }, ia = class extends f {
1888
+ constructor(t) {
1889
+ super(t);
1890
+ }
1891
+ }, oa = class extends f {
1892
+ constructor(t) {
1893
+ super(t);
1894
+ }
1895
+ }, cs = [0, D, U, -1, C], dr = [0, D, U, P];
1896
+ oa.prototype.g = xn([0, D, as, [0, D], rs, ss, cs, dr]);
1897
+ var aa = class extends f {
1898
+ constructor(t) {
1899
+ super(t);
1900
+ }
1901
+ }, z1 = vt(456383383, aa);
1902
+ G[456383383] = [0, D, Xo];
1903
+ var ca = class extends f {
1904
+ constructor(t) {
1905
+ super(t);
1906
+ }
1907
+ }, W1 = vt(476348187, ca);
1908
+ G[476348187] = [0, D, C1];
1909
+ var ha = class extends f {
1910
+ constructor(t) {
1911
+ super(t);
1912
+ }
1913
+ }, ii = class extends f {
1914
+ constructor(t) {
1915
+ super(t);
1916
+ }
1917
+ }, ua = [0, nt, -1], K1 = vt(458105876, class extends f {
1918
+ constructor(t) {
1919
+ super(t);
1920
+ }
1921
+ g() {
1922
+ var t = this.u;
1923
+ const e = 0 | t[g], n = 2 & e;
1924
+ return t = function(r, s, i) {
1925
+ var o = ii;
1926
+ const a = 2 & s;
1927
+ let c = !1;
1928
+ if (i == null) {
1929
+ if (a) return Vs();
1930
+ i = [];
1931
+ } else if (i.constructor === Tt) {
1932
+ if (!(2 & i.M) || a) return i;
1933
+ i = i.da();
1934
+ } else Array.isArray(i) ? c = !!(2 & (0 | i[g])) : i = [];
1935
+ if (a) {
1936
+ if (!i.length) return Vs();
1937
+ c || (c = !0, Te(i));
1938
+ } else c && (c = !1, i = ro(i));
1939
+ return c || (64 & (0 | i[g]) ? i[g] &= -33 : 32 & s && pn(i, 32)), O(r, s, 2, o = new Tt(i, o, Qa, void 0)), o;
1940
+ }(t, e, Nt(t, e, 2)), !n && ii && (t.pa = !0), t;
1941
+ }
1942
+ });
1943
+ G[458105876] = [0, ua, m1, [!0, Wt, [0, E, -1, z]]];
1944
+ var hs = class extends f {
1945
+ constructor(t) {
1946
+ super(t);
1947
+ }
1948
+ }, la = vt(458105758, hs);
1949
+ G[458105758] = [0, D, E, ua];
1950
+ var fa = class extends f {
1951
+ constructor(t) {
1952
+ super(t);
1953
+ }
1954
+ }, X1 = vt(443442058, fa);
1955
+ G[443442058] = [0, D, E, C, U, z, -1, P, U], G[514774813] = cs;
1956
+ var da = class extends f {
1957
+ constructor(t) {
1958
+ super(t);
1959
+ }
1960
+ }, Y1 = vt(516587230, da);
1961
+ function pr(t, e) {
1962
+ return e = e ? e.clone() : new ns(), t.displayNamesLocale !== void 0 ? S(e, 1, Le(t.displayNamesLocale)) : t.displayNamesLocale === void 0 && S(e, 1), t.maxResults !== void 0 ? St(e, 2, t.maxResults) : "maxResults" in t && S(e, 2), t.scoreThreshold !== void 0 ? d(e, 3, t.scoreThreshold) : "scoreThreshold" in t && S(e, 3), t.categoryAllowlist !== void 0 ? cn(e, 4, t.categoryAllowlist) : "categoryAllowlist" in t && S(e, 4), t.categoryDenylist !== void 0 ? cn(e, 5, t.categoryDenylist) : "categoryDenylist" in t && S(e, 5), e;
1963
+ }
1964
+ function us(t, e = -1, n = "") {
1965
+ return { categories: t.map((r) => ({ index: ft(r, 1) ?? 0 ?? -1, score: N(r, 2) ?? 0, categoryName: dt(r, 3) ?? "" ?? "", displayName: dt(r, 4) ?? "" ?? "" })), headIndex: e, headName: n };
1966
+ }
1967
+ function pa(t) {
1968
+ var o, a;
1969
+ var e = Zt(t, 3, Xt, Jt()), n = Zt(t, 2, Se, Jt()), r = Zt(t, 1, ye, Jt()), s = Zt(t, 9, ye, Jt());
1970
+ const i = { categories: [], keypoints: [] };
1971
+ for (let c = 0; c < e.length; c++) i.categories.push({ score: e[c], index: n[c] ?? -1, categoryName: r[c] ?? "", displayName: s[c] ?? "" });
1972
+ if ((e = (o = w(t, Zn, 4)) == null ? void 0 : o.h()) && (i.boundingBox = { originX: ft(e, 1) ?? 0, originY: ft(e, 2) ?? 0, width: ft(e, 3) ?? 0, height: ft(e, 4) ?? 0, angle: 0 }), (a = w(t, Zn, 4)) == null ? void 0 : a.g().length) for (const c of w(t, Zn, 4).g()) i.keypoints.push({ x: tn(c, 1) ?? 0, y: tn(c, 2) ?? 0, score: tn(c, 4) ?? 0, label: dt(c, 3) ?? "" });
1973
+ return i;
1974
+ }
1975
+ function Nn(t) {
1976
+ const e = [];
1977
+ for (const n of Rt(t, zo, 1)) e.push({ x: N(n, 1) ?? 0, y: N(n, 2) ?? 0, z: N(n, 3) ?? 0, visibility: N(n, 4) ?? 0 });
1978
+ return e;
1979
+ }
1980
+ function Ue(t) {
1981
+ const e = [];
1982
+ for (const n of Rt(t, Ho, 1)) e.push({ x: N(n, 1) ?? 0, y: N(n, 2) ?? 0, z: N(n, 3) ?? 0, visibility: N(n, 4) ?? 0 });
1983
+ return e;
1984
+ }
1985
+ function oi(t) {
1986
+ return Array.from(t, (e) => e > 127 ? e - 256 : e);
1987
+ }
1988
+ function ai(t, e) {
1989
+ if (t.length !== e.length) throw Error(`Cannot compute cosine similarity between embeddings of different sizes (${t.length} vs. ${e.length}).`);
1990
+ let n = 0, r = 0, s = 0;
1991
+ for (let i = 0; i < t.length; i++) n += t[i] * e[i], r += t[i] * t[i], s += e[i] * e[i];
1992
+ if (r <= 0 || s <= 0) throw Error("Cannot compute cosine similarity on embedding with 0 norm.");
1993
+ return n / Math.sqrt(r * s);
1994
+ }
1995
+ let Je;
1996
+ G[516587230] = [0, D, cs, dr, U], G[518928384] = dr;
1997
+ const $1 = new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 5, 1, 96, 0, 1, 123, 3, 2, 1, 0, 10, 10, 1, 8, 0, 65, 0, 253, 15, 253, 98, 11]);
1998
+ async function ga() {
1999
+ if (Je === void 0) try {
2000
+ await WebAssembly.instantiate($1), Je = !0;
2001
+ } catch {
2002
+ Je = !1;
2003
+ }
2004
+ return Je;
2005
+ }
2006
+ async function Re(t, e = A1``) {
2007
+ const n = await ga() ? "wasm_internal" : "wasm_nosimd_internal";
2008
+ return { wasmLoaderPath: `${e}/${t}_${n}.js`, wasmBinaryPath: `${e}/${t}_${n}.wasm` };
2009
+ }
2010
+ var ae = class {
2011
+ };
2012
+ function ma() {
2013
+ var t = navigator;
2014
+ return typeof OffscreenCanvas < "u" && (!function(e = navigator) {
2015
+ return (e = e.userAgent).includes("Safari") && !e.includes("Chrome");
2016
+ }(t) || !!((t = t.userAgent.match(/Version\/([\d]+).*Safari/)) && t.length >= 1 && Number(t[1]) >= 17));
2017
+ }
2018
+ async function ci(t) {
2019
+ if (typeof importScripts != "function") {
2020
+ const e = document.createElement("script");
2021
+ return e.src = t.toString(), e.crossOrigin = "anonymous", new Promise((n, r) => {
2022
+ e.addEventListener("load", () => {
2023
+ n();
2024
+ }, !1), e.addEventListener("error", (s) => {
2025
+ r(s);
2026
+ }, !1), document.body.appendChild(e);
2027
+ });
2028
+ }
2029
+ importScripts(t.toString());
2030
+ }
2031
+ function ya(t) {
2032
+ return t.videoWidth !== void 0 ? [t.videoWidth, t.videoHeight] : t.naturalWidth !== void 0 ? [t.naturalWidth, t.naturalHeight] : t.displayWidth !== void 0 ? [t.displayWidth, t.displayHeight] : [t.width, t.height];
2033
+ }
2034
+ function p(t, e, n) {
2035
+ t.m || console.error("No wasm multistream support detected: ensure dependency inclusion of :gl_graph_runner_internal_multi_input target"), n(e = t.i.stringToNewUTF8(e)), t.i._free(e);
2036
+ }
2037
+ function hi(t, e, n) {
2038
+ if (!t.i.canvas) throw Error("No OpenGL canvas configured.");
2039
+ if (n ? t.i._bindTextureToStream(n) : t.i._bindTextureToCanvas(), !(n = t.i.canvas.getContext("webgl2") || t.i.canvas.getContext("webgl"))) throw Error("Failed to obtain WebGL context from the provided canvas. `getContext()` should only be invoked with `webgl` or `webgl2`.");
2040
+ t.i.gpuOriginForWebTexturesIsBottomLeft && n.pixelStorei(n.UNPACK_FLIP_Y_WEBGL, !0), n.texImage2D(n.TEXTURE_2D, 0, n.RGBA, n.RGBA, n.UNSIGNED_BYTE, e), t.i.gpuOriginForWebTexturesIsBottomLeft && n.pixelStorei(n.UNPACK_FLIP_Y_WEBGL, !1);
2041
+ const [r, s] = ya(e);
2042
+ return !t.l || r === t.i.canvas.width && s === t.i.canvas.height || (t.i.canvas.width = r, t.i.canvas.height = s), [r, s];
2043
+ }
2044
+ function ui(t, e, n) {
2045
+ t.m || console.error("No wasm multistream support detected: ensure dependency inclusion of :gl_graph_runner_internal_multi_input target");
2046
+ const r = new Uint32Array(e.length);
2047
+ for (let s = 0; s < e.length; s++) r[s] = t.i.stringToNewUTF8(e[s]);
2048
+ e = t.i._malloc(4 * r.length), t.i.HEAPU32.set(r, e >> 2), n(e);
2049
+ for (const s of r) t.i._free(s);
2050
+ t.i._free(e);
2051
+ }
2052
+ function bt(t, e, n) {
2053
+ t.i.simpleListeners = t.i.simpleListeners || {}, t.i.simpleListeners[e] = n;
2054
+ }
2055
+ function Dt(t, e, n) {
2056
+ let r = [];
2057
+ t.i.simpleListeners = t.i.simpleListeners || {}, t.i.simpleListeners[e] = (s, i, o) => {
2058
+ i ? (n(r, o), r = []) : r.push(s);
2059
+ };
2060
+ }
2061
+ ae.forVisionTasks = function(t) {
2062
+ return Re("vision", t);
2063
+ }, ae.forTextTasks = function(t) {
2064
+ return Re("text", t);
2065
+ }, ae.forGenAiExperimentalTasks = function(t) {
2066
+ return Re("genai_experimental", t);
2067
+ }, ae.forGenAiTasks = function(t) {
2068
+ return Re("genai", t);
2069
+ }, ae.forAudioTasks = function(t) {
2070
+ return Re("audio", t);
2071
+ }, ae.isSimdSupported = function() {
2072
+ return ga();
2073
+ };
2074
+ async function q1(t, e, n, r) {
2075
+ return t = await (async (s, i, o, a, c) => {
2076
+ if (i && await ci(i), !self.ModuleFactory || o && (await ci(o), !self.ModuleFactory)) throw Error("ModuleFactory not set.");
2077
+ return self.Module && c && ((i = self.Module).locateFile = c.locateFile, c.mainScriptUrlOrBlob && (i.mainScriptUrlOrBlob = c.mainScriptUrlOrBlob)), c = await self.ModuleFactory(self.Module || c), self.ModuleFactory = self.Module = void 0, new s(c, a);
2078
+ })(t, n.wasmLoaderPath, n.assetLoaderPath, e, { locateFile: (s) => s.endsWith(".wasm") ? n.wasmBinaryPath.toString() : n.assetBinaryPath && s.endsWith(".data") ? n.assetBinaryPath.toString() : s }), await t.o(r), t;
2079
+ }
2080
+ function Qn(t, e) {
2081
+ const n = w(t.baseOptions, un, 1) || new un();
2082
+ typeof e == "string" ? (S(n, 2, Le(e)), S(n, 1)) : e instanceof Uint8Array && (S(n, 1, Sr(e, !1)), S(n, 2)), m(t.baseOptions, 0, 1, n);
2083
+ }
2084
+ function li(t) {
2085
+ try {
2086
+ const e = t.G.length;
2087
+ if (e === 1) throw Error(t.G[0].message);
2088
+ if (e > 1) throw Error("Encountered multiple errors: " + t.G.map((n) => n.message).join(", "));
2089
+ } finally {
2090
+ t.G = [];
2091
+ }
2092
+ }
2093
+ function l(t, e) {
2094
+ t.B = Math.max(t.B, e);
2095
+ }
2096
+ function Dn(t, e) {
2097
+ t.A = new W(), it(t.A, "PassThroughCalculator"), L(t.A, "free_memory"), v(t.A, "free_memory_unused_out"), F(e, "free_memory"), ot(e, t.A);
2098
+ }
2099
+ function we(t, e) {
2100
+ L(t.A, e), v(t.A, e + "_unused_out");
2101
+ }
2102
+ function Bn(t) {
2103
+ t.g.addBoolToStream(!0, "free_memory", t.B);
2104
+ }
2105
+ var gr = class {
2106
+ constructor(t) {
2107
+ this.g = t, this.G = [], this.B = 0, this.g.setAutoRenderToScreen(!1);
2108
+ }
2109
+ l(t, e = !0) {
2110
+ var n, r, s, i, o, a;
2111
+ if (e) {
2112
+ const c = t.baseOptions || {};
2113
+ if ((n = t.baseOptions) != null && n.modelAssetBuffer && ((r = t.baseOptions) != null && r.modelAssetPath)) throw Error("Cannot set both baseOptions.modelAssetPath and baseOptions.modelAssetBuffer");
2114
+ if (!((s = w(this.baseOptions, un, 1)) != null && s.g() || (i = w(this.baseOptions, un, 1)) != null && i.h() || (o = t.baseOptions) != null && o.modelAssetBuffer || (a = t.baseOptions) != null && a.modelAssetPath)) throw Error("Either baseOptions.modelAssetPath or baseOptions.modelAssetBuffer must be set");
2115
+ if (function(h, u) {
2116
+ let y = w(h.baseOptions, ri, 3);
2117
+ if (!y) {
2118
+ var T = y = new ri(), mt = new Js();
2119
+ De(T, 4, nn, mt);
2120
+ }
2121
+ "delegate" in u && (u.delegate === "GPU" ? (u = y, T = new E1(), De(u, 2, nn, T)) : (u = y, T = new Js(), De(u, 4, nn, T))), m(h.baseOptions, 0, 3, y);
2122
+ }(this, c), c.modelAssetPath) return fetch(c.modelAssetPath.toString()).then((h) => {
2123
+ if (h.ok) return h.arrayBuffer();
2124
+ throw Error(`Failed to fetch model: ${c.modelAssetPath} (${h.status})`);
2125
+ }).then((h) => {
2126
+ try {
2127
+ this.g.i.FS_unlink("/model.dat");
2128
+ } catch {
2129
+ }
2130
+ this.g.i.FS_createDataFile("/", "model.dat", new Uint8Array(h), !0, !1, !1), Qn(this, "/model.dat"), this.m(), this.J();
2131
+ });
2132
+ if (c.modelAssetBuffer instanceof Uint8Array) Qn(this, c.modelAssetBuffer);
2133
+ else if (c.modelAssetBuffer) return async function(h) {
2134
+ const u = [];
2135
+ for (var y = 0; ; ) {
2136
+ const { done: T, value: mt } = await h.read();
2137
+ if (T) break;
2138
+ u.push(mt), y += mt.length;
2139
+ }
2140
+ if (u.length === 0) return new Uint8Array(0);
2141
+ if (u.length === 1) return u[0];
2142
+ h = new Uint8Array(y), y = 0;
2143
+ for (const T of u) h.set(T, y), y += T.length;
2144
+ return h;
2145
+ }(c.modelAssetBuffer).then((h) => {
2146
+ Qn(this, h), this.m(), this.J();
2147
+ });
2148
+ }
2149
+ return this.m(), this.J(), Promise.resolve();
2150
+ }
2151
+ J() {
2152
+ }
2153
+ ca() {
2154
+ let t;
2155
+ if (this.g.ca((e) => {
2156
+ t = k1(e);
2157
+ }), !t) throw Error("Failed to retrieve CalculatorGraphConfig");
2158
+ return t;
2159
+ }
2160
+ setGraph(t, e) {
2161
+ this.g.attachErrorListener((n, r) => {
2162
+ this.G.push(Error(r));
2163
+ }), this.g.Ha(), this.g.setGraph(t, e), this.A = void 0, li(this);
2164
+ }
2165
+ finishProcessing() {
2166
+ this.g.finishProcessing(), li(this);
2167
+ }
2168
+ close() {
2169
+ this.A = void 0, this.g.closeGraph();
2170
+ }
2171
+ };
2172
+ function xt(t, e) {
2173
+ if (!t) throw Error(`Unable to obtain required WebGL resource: ${e}`);
2174
+ return t;
2175
+ }
2176
+ gr.prototype.close = gr.prototype.close;
2177
+ class J1 {
2178
+ constructor(e, n, r, s) {
2179
+ this.g = e, this.h = n, this.m = r, this.l = s;
2180
+ }
2181
+ bind() {
2182
+ this.g.bindVertexArray(this.h);
2183
+ }
2184
+ close() {
2185
+ this.g.deleteVertexArray(this.h), this.g.deleteBuffer(this.m), this.g.deleteBuffer(this.l);
2186
+ }
2187
+ }
2188
+ function fi(t, e, n) {
2189
+ const r = t.g;
2190
+ if (n = xt(r.createShader(n), "Failed to create WebGL shader"), r.shaderSource(n, e), r.compileShader(n), !r.getShaderParameter(n, r.COMPILE_STATUS)) throw Error(`Could not compile WebGL shader: ${r.getShaderInfoLog(n)}`);
2191
+ return r.attachShader(t.h, n), n;
2192
+ }
2193
+ function di(t, e) {
2194
+ const n = t.g, r = xt(n.createVertexArray(), "Failed to create vertex array");
2195
+ n.bindVertexArray(r);
2196
+ const s = xt(n.createBuffer(), "Failed to create buffer");
2197
+ n.bindBuffer(n.ARRAY_BUFFER, s), n.enableVertexAttribArray(t.P), n.vertexAttribPointer(t.P, 2, n.FLOAT, !1, 0, 0), n.bufferData(n.ARRAY_BUFFER, new Float32Array([-1, -1, -1, 1, 1, 1, 1, -1]), n.STATIC_DRAW);
2198
+ const i = xt(n.createBuffer(), "Failed to create buffer");
2199
+ return n.bindBuffer(n.ARRAY_BUFFER, i), n.enableVertexAttribArray(t.J), n.vertexAttribPointer(t.J, 2, n.FLOAT, !1, 0, 0), n.bufferData(n.ARRAY_BUFFER, new Float32Array(e ? [0, 1, 0, 0, 1, 0, 1, 1] : [0, 0, 0, 1, 1, 1, 1, 0]), n.STATIC_DRAW), n.bindBuffer(n.ARRAY_BUFFER, null), n.bindVertexArray(null), new J1(n, r, s, i);
2200
+ }
2201
+ function ls(t, e) {
2202
+ if (t.g) {
2203
+ if (e !== t.g) throw Error("Cannot change GL context once initialized");
2204
+ } else t.g = e;
2205
+ }
2206
+ function fs(t, e, n, r) {
2207
+ return ls(t, e), t.h || (t.m(), t.C()), n ? (t.s || (t.s = di(t, !0)), n = t.s) : (t.v || (t.v = di(t, !1)), n = t.v), e.useProgram(t.h), n.bind(), t.l(), t = r(), n.g.bindVertexArray(null), t;
2208
+ }
2209
+ function Un(t, e, n) {
2210
+ return ls(t, e), t = xt(e.createTexture(), "Failed to create texture"), e.bindTexture(e.TEXTURE_2D, t), e.texParameteri(e.TEXTURE_2D, e.TEXTURE_WRAP_S, e.CLAMP_TO_EDGE), e.texParameteri(e.TEXTURE_2D, e.TEXTURE_WRAP_T, e.CLAMP_TO_EDGE), e.texParameteri(e.TEXTURE_2D, e.TEXTURE_MIN_FILTER, n ?? e.LINEAR), e.texParameteri(e.TEXTURE_2D, e.TEXTURE_MAG_FILTER, n ?? e.LINEAR), e.bindTexture(e.TEXTURE_2D, null), t;
2211
+ }
2212
+ function Gn(t, e, n) {
2213
+ ls(t, e), t.A || (t.A = xt(e.createFramebuffer(), "Failed to create framebuffe.")), e.bindFramebuffer(e.FRAMEBUFFER, t.A), e.framebufferTexture2D(e.FRAMEBUFFER, e.COLOR_ATTACHMENT0, e.TEXTURE_2D, n, 0);
2214
+ }
2215
+ function ds(t) {
2216
+ var e;
2217
+ (e = t.g) == null || e.bindFramebuffer(t.g.FRAMEBUFFER, null);
2218
+ }
2219
+ var ps = class {
2220
+ G() {
2221
+ return `
2222
+ precision mediump float;
2223
+ varying vec2 vTex;
2224
+ uniform sampler2D inputTexture;
2225
+ void main() {
2226
+ gl_FragColor = texture2D(inputTexture, vTex);
2227
+ }
2228
+ `;
2229
+ }
2230
+ m() {
2231
+ const t = this.g;
2232
+ if (this.h = xt(t.createProgram(), "Failed to create WebGL program"), this.Z = fi(this, `
2233
+ attribute vec2 aVertex;
2234
+ attribute vec2 aTex;
2235
+ varying vec2 vTex;
2236
+ void main(void) {
2237
+ gl_Position = vec4(aVertex, 0.0, 1.0);
2238
+ vTex = aTex;
2239
+ }`, t.VERTEX_SHADER), this.Y = fi(this, this.G(), t.FRAGMENT_SHADER), t.linkProgram(this.h), !t.getProgramParameter(this.h, t.LINK_STATUS)) throw Error(`Error during program linking: ${t.getProgramInfoLog(this.h)}`);
2240
+ this.P = t.getAttribLocation(this.h, "aVertex"), this.J = t.getAttribLocation(this.h, "aTex");
2241
+ }
2242
+ C() {
2243
+ }
2244
+ l() {
2245
+ }
2246
+ close() {
2247
+ if (this.h) {
2248
+ const t = this.g;
2249
+ t.deleteProgram(this.h), t.deleteShader(this.Z), t.deleteShader(this.Y);
2250
+ }
2251
+ this.A && this.g.deleteFramebuffer(this.A), this.v && this.v.close(), this.s && this.s.close();
2252
+ }
2253
+ };
2254
+ function Mt(t, e) {
2255
+ switch (e) {
2256
+ case 0:
2257
+ return t.g.find((n) => n instanceof Uint8Array);
2258
+ case 1:
2259
+ return t.g.find((n) => n instanceof Float32Array);
2260
+ case 2:
2261
+ return t.g.find((n) => typeof WebGLTexture < "u" && n instanceof WebGLTexture);
2262
+ default:
2263
+ throw Error(`Type is not supported: ${e}`);
2264
+ }
2265
+ }
2266
+ function mr(t) {
2267
+ var e = Mt(t, 1);
2268
+ if (!e) {
2269
+ if (e = Mt(t, 0)) e = new Float32Array(e).map((r) => r / 255);
2270
+ else {
2271
+ e = new Float32Array(t.width * t.height);
2272
+ const r = be(t);
2273
+ var n = gs(t);
2274
+ if (Gn(n, r, _a(t)), "iPad Simulator;iPhone Simulator;iPod Simulator;iPad;iPhone;iPod".split(";").includes(navigator.platform) || navigator.userAgent.includes("Mac") && "document" in self && "ontouchend" in self.document) {
2275
+ n = new Float32Array(t.width * t.height * 4), r.readPixels(0, 0, t.width, t.height, r.RGBA, r.FLOAT, n);
2276
+ for (let s = 0, i = 0; s < e.length; ++s, i += 4) e[s] = n[i];
2277
+ } else r.readPixels(0, 0, t.width, t.height, r.RED, r.FLOAT, e);
2278
+ }
2279
+ t.g.push(e);
2280
+ }
2281
+ return e;
2282
+ }
2283
+ function _a(t) {
2284
+ let e = Mt(t, 2);
2285
+ if (!e) {
2286
+ const n = be(t);
2287
+ e = wa(t);
2288
+ const r = mr(t), s = va(t);
2289
+ n.texImage2D(n.TEXTURE_2D, 0, s, t.width, t.height, 0, n.RED, n.FLOAT, r), yr(t);
2290
+ }
2291
+ return e;
2292
+ }
2293
+ function be(t) {
2294
+ if (!t.canvas) throw Error("Conversion to different image formats require that a canvas is passed when initializing the image.");
2295
+ return t.h || (t.h = xt(t.canvas.getContext("webgl2"), "You cannot use a canvas that is already bound to a different type of rendering context.")), t.h;
2296
+ }
2297
+ function va(t) {
2298
+ if (t = be(t), !Ze) if (t.getExtension("EXT_color_buffer_float") && t.getExtension("OES_texture_float_linear") && t.getExtension("EXT_float_blend")) Ze = t.R32F;
2299
+ else {
2300
+ if (!t.getExtension("EXT_color_buffer_half_float")) throw Error("GPU does not fully support 4-channel float32 or float16 formats");
2301
+ Ze = t.R16F;
2302
+ }
2303
+ return Ze;
2304
+ }
2305
+ function gs(t) {
2306
+ return t.l || (t.l = new ps()), t.l;
2307
+ }
2308
+ function wa(t) {
2309
+ const e = be(t);
2310
+ e.viewport(0, 0, t.width, t.height), e.activeTexture(e.TEXTURE0);
2311
+ let n = Mt(t, 2);
2312
+ return n || (n = Un(gs(t), e, t.m ? e.LINEAR : e.NEAREST), t.g.push(n), t.j = !0), e.bindTexture(e.TEXTURE_2D, n), n;
2313
+ }
2314
+ function yr(t) {
2315
+ t.h.bindTexture(t.h.TEXTURE_2D, null);
2316
+ }
2317
+ var Ze, j = class {
2318
+ constructor(t, e, n, r, s, i, o) {
2319
+ this.g = t, this.m = e, this.j = n, this.canvas = r, this.l = s, this.width = i, this.height = o, this.j && --pi === 0 && console.error("You seem to be creating MPMask instances without invoking .close(). This leaks resources.");
2320
+ }
2321
+ Da() {
2322
+ return !!Mt(this, 0);
2323
+ }
2324
+ ja() {
2325
+ return !!Mt(this, 1);
2326
+ }
2327
+ R() {
2328
+ return !!Mt(this, 2);
2329
+ }
2330
+ ia() {
2331
+ return (e = Mt(t = this, 0)) || (e = mr(t), e = new Uint8Array(e.map((n) => 255 * n)), t.g.push(e)), e;
2332
+ var t, e;
2333
+ }
2334
+ ha() {
2335
+ return mr(this);
2336
+ }
2337
+ N() {
2338
+ return _a(this);
2339
+ }
2340
+ clone() {
2341
+ const t = [];
2342
+ for (const e of this.g) {
2343
+ let n;
2344
+ if (e instanceof Uint8Array) n = new Uint8Array(e);
2345
+ else if (e instanceof Float32Array) n = new Float32Array(e);
2346
+ else {
2347
+ if (!(e instanceof WebGLTexture)) throw Error(`Type is not supported: ${e}`);
2348
+ {
2349
+ const r = be(this), s = gs(this);
2350
+ r.activeTexture(r.TEXTURE1), n = Un(s, r, this.m ? r.LINEAR : r.NEAREST), r.bindTexture(r.TEXTURE_2D, n);
2351
+ const i = va(this);
2352
+ r.texImage2D(r.TEXTURE_2D, 0, i, this.width, this.height, 0, r.RED, r.FLOAT, null), r.bindTexture(r.TEXTURE_2D, null), Gn(s, r, n), fs(s, r, !1, () => {
2353
+ wa(this), r.clearColor(0, 0, 0, 0), r.clear(r.COLOR_BUFFER_BIT), r.drawArrays(r.TRIANGLE_FAN, 0, 4), yr(this);
2354
+ }), ds(s), yr(this);
2355
+ }
2356
+ }
2357
+ t.push(n);
2358
+ }
2359
+ return new j(t, this.m, this.R(), this.canvas, this.l, this.width, this.height);
2360
+ }
2361
+ close() {
2362
+ this.j && be(this).deleteTexture(Mt(this, 2)), pi = -1;
2363
+ }
2364
+ };
2365
+ j.prototype.close = j.prototype.close, j.prototype.clone = j.prototype.clone, j.prototype.getAsWebGLTexture = j.prototype.N, j.prototype.getAsFloat32Array = j.prototype.ha, j.prototype.getAsUint8Array = j.prototype.ia, j.prototype.hasWebGLTexture = j.prototype.R, j.prototype.hasFloat32Array = j.prototype.ja, j.prototype.hasUint8Array = j.prototype.Da;
2366
+ var pi = 250;
2367
+ function kt(t, e) {
2368
+ switch (e) {
2369
+ case 0:
2370
+ return t.g.find((n) => n instanceof ImageData);
2371
+ case 1:
2372
+ return t.g.find((n) => typeof ImageBitmap < "u" && n instanceof ImageBitmap);
2373
+ case 2:
2374
+ return t.g.find((n) => typeof WebGLTexture < "u" && n instanceof WebGLTexture);
2375
+ default:
2376
+ throw Error(`Type is not supported: ${e}`);
2377
+ }
2378
+ }
2379
+ function ba(t) {
2380
+ var e = kt(t, 0);
2381
+ if (!e) {
2382
+ e = Ae(t);
2383
+ const n = Vn(t), r = new Uint8Array(t.width * t.height * 4);
2384
+ Gn(n, e, rn(t)), e.readPixels(0, 0, t.width, t.height, e.RGBA, e.UNSIGNED_BYTE, r), ds(n), e = new ImageData(new Uint8ClampedArray(r.buffer), t.width, t.height), t.g.push(e);
2385
+ }
2386
+ return e;
2387
+ }
2388
+ function rn(t) {
2389
+ let e = kt(t, 2);
2390
+ if (!e) {
2391
+ const n = Ae(t);
2392
+ e = sn(t);
2393
+ const r = kt(t, 1) || ba(t);
2394
+ n.texImage2D(n.TEXTURE_2D, 0, n.RGBA, n.RGBA, n.UNSIGNED_BYTE, r), Ne(t);
2395
+ }
2396
+ return e;
2397
+ }
2398
+ function Ae(t) {
2399
+ if (!t.canvas) throw Error("Conversion to different image formats require that a canvas is passed when initializing the image.");
2400
+ return t.h || (t.h = xt(t.canvas.getContext("webgl2"), "You cannot use a canvas that is already bound to a different type of rendering context.")), t.h;
2401
+ }
2402
+ function Vn(t) {
2403
+ return t.l || (t.l = new ps()), t.l;
2404
+ }
2405
+ function sn(t) {
2406
+ const e = Ae(t);
2407
+ e.viewport(0, 0, t.width, t.height), e.activeTexture(e.TEXTURE0);
2408
+ let n = kt(t, 2);
2409
+ return n || (n = Un(Vn(t), e), t.g.push(n), t.m = !0), e.bindTexture(e.TEXTURE_2D, n), n;
2410
+ }
2411
+ function Ne(t) {
2412
+ t.h.bindTexture(t.h.TEXTURE_2D, null);
2413
+ }
2414
+ function gi(t) {
2415
+ const e = Ae(t);
2416
+ return fs(Vn(t), e, !0, () => function(n, r) {
2417
+ const s = n.canvas;
2418
+ if (s.width === n.width && s.height === n.height) return r();
2419
+ const i = s.width, o = s.height;
2420
+ return s.width = n.width, s.height = n.height, n = r(), s.width = i, s.height = o, n;
2421
+ }(t, () => {
2422
+ if (e.bindFramebuffer(e.FRAMEBUFFER, null), e.clearColor(0, 0, 0, 0), e.clear(e.COLOR_BUFFER_BIT), e.drawArrays(e.TRIANGLE_FAN, 0, 4), !(t.canvas instanceof OffscreenCanvas)) throw Error("Conversion to ImageBitmap requires that the MediaPipe Tasks is initialized with an OffscreenCanvas");
2423
+ return t.canvas.transferToImageBitmap();
2424
+ }));
2425
+ }
2426
+ var H = class {
2427
+ constructor(t, e, n, r, s, i, o) {
2428
+ this.g = t, this.j = e, this.m = n, this.canvas = r, this.l = s, this.width = i, this.height = o, (this.j || this.m) && --mi === 0 && console.error("You seem to be creating MPImage instances without invoking .close(). This leaks resources.");
2429
+ }
2430
+ Ca() {
2431
+ return !!kt(this, 0);
2432
+ }
2433
+ ka() {
2434
+ return !!kt(this, 1);
2435
+ }
2436
+ R() {
2437
+ return !!kt(this, 2);
2438
+ }
2439
+ Aa() {
2440
+ return ba(this);
2441
+ }
2442
+ za() {
2443
+ var t = kt(this, 1);
2444
+ return t || (rn(this), sn(this), t = gi(this), Ne(this), this.g.push(t), this.j = !0), t;
2445
+ }
2446
+ N() {
2447
+ return rn(this);
2448
+ }
2449
+ clone() {
2450
+ const t = [];
2451
+ for (const e of this.g) {
2452
+ let n;
2453
+ if (e instanceof ImageData) n = new ImageData(e.data, this.width, this.height);
2454
+ else if (e instanceof WebGLTexture) {
2455
+ const r = Ae(this), s = Vn(this);
2456
+ r.activeTexture(r.TEXTURE1), n = Un(s, r), r.bindTexture(r.TEXTURE_2D, n), r.texImage2D(r.TEXTURE_2D, 0, r.RGBA, this.width, this.height, 0, r.RGBA, r.UNSIGNED_BYTE, null), r.bindTexture(r.TEXTURE_2D, null), Gn(s, r, n), fs(s, r, !1, () => {
2457
+ sn(this), r.clearColor(0, 0, 0, 0), r.clear(r.COLOR_BUFFER_BIT), r.drawArrays(r.TRIANGLE_FAN, 0, 4), Ne(this);
2458
+ }), ds(s), Ne(this);
2459
+ } else {
2460
+ if (!(e instanceof ImageBitmap)) throw Error(`Type is not supported: ${e}`);
2461
+ rn(this), sn(this), n = gi(this), Ne(this);
2462
+ }
2463
+ t.push(n);
2464
+ }
2465
+ return new H(t, this.ka(), this.R(), this.canvas, this.l, this.width, this.height);
2466
+ }
2467
+ close() {
2468
+ this.j && kt(this, 1).close(), this.m && Ae(this).deleteTexture(kt(this, 2)), mi = -1;
2469
+ }
2470
+ };
2471
+ H.prototype.close = H.prototype.close, H.prototype.clone = H.prototype.clone, H.prototype.getAsWebGLTexture = H.prototype.N, H.prototype.getAsImageBitmap = H.prototype.za, H.prototype.getAsImageData = H.prototype.Aa, H.prototype.hasWebGLTexture = H.prototype.R, H.prototype.hasImageBitmap = H.prototype.ka, H.prototype.hasImageData = H.prototype.Ca;
2472
+ var mi = 250;
2473
+ function wt(...t) {
2474
+ return t.map(([e, n]) => ({ start: e, end: n }));
2475
+ }
2476
+ const Z1 = /* @__PURE__ */ function(t) {
2477
+ return class extends t {
2478
+ Ha() {
2479
+ this.i._registerModelResourcesGraphService();
2480
+ }
2481
+ };
2482
+ }((yi = class {
2483
+ constructor(t, e) {
2484
+ this.l = !0, this.i = t, this.g = null, this.h = 0, this.m = typeof this.i._addIntToInputStream == "function", e !== void 0 ? this.i.canvas = e : ma() ? this.i.canvas = new OffscreenCanvas(1, 1) : (console.warn("OffscreenCanvas not supported and GraphRunner constructor glCanvas parameter is undefined. Creating backup canvas."), this.i.canvas = document.createElement("canvas"));
2485
+ }
2486
+ async initializeGraph(t) {
2487
+ const e = await (await fetch(t)).arrayBuffer();
2488
+ t = !(t.endsWith(".pbtxt") || t.endsWith(".textproto")), this.setGraph(new Uint8Array(e), t);
2489
+ }
2490
+ setGraphFromString(t) {
2491
+ this.setGraph(new TextEncoder().encode(t), !1);
2492
+ }
2493
+ setGraph(t, e) {
2494
+ const n = t.length, r = this.i._malloc(n);
2495
+ this.i.HEAPU8.set(t, r), e ? this.i._changeBinaryGraph(n, r) : this.i._changeTextGraph(n, r), this.i._free(r);
2496
+ }
2497
+ configureAudio(t, e, n, r, s) {
2498
+ this.i._configureAudio || console.warn('Attempting to use configureAudio without support for input audio. Is build dep ":gl_graph_runner_audio" missing?'), p(this, r || "input_audio", (i) => {
2499
+ p(this, s = s || "audio_header", (o) => {
2500
+ this.i._configureAudio(i, o, t, e ?? 0, n);
2501
+ });
2502
+ });
2503
+ }
2504
+ setAutoResizeCanvas(t) {
2505
+ this.l = t;
2506
+ }
2507
+ setAutoRenderToScreen(t) {
2508
+ this.i._setAutoRenderToScreen(t);
2509
+ }
2510
+ setGpuBufferVerticalFlip(t) {
2511
+ this.i.gpuOriginForWebTexturesIsBottomLeft = t;
2512
+ }
2513
+ ca(t) {
2514
+ bt(this, "__graph_config__", (e) => {
2515
+ t(e);
2516
+ }), p(this, "__graph_config__", (e) => {
2517
+ this.i._getGraphConfig(e, void 0);
2518
+ }), delete this.i.simpleListeners.__graph_config__;
2519
+ }
2520
+ attachErrorListener(t) {
2521
+ this.i.errorListener = t;
2522
+ }
2523
+ attachEmptyPacketListener(t, e) {
2524
+ this.i.emptyPacketListeners = this.i.emptyPacketListeners || {}, this.i.emptyPacketListeners[t] = e;
2525
+ }
2526
+ addAudioToStream(t, e, n) {
2527
+ this.addAudioToStreamWithShape(t, 0, 0, e, n);
2528
+ }
2529
+ addAudioToStreamWithShape(t, e, n, r, s) {
2530
+ const i = 4 * t.length;
2531
+ this.h !== i && (this.g && this.i._free(this.g), this.g = this.i._malloc(i), this.h = i), this.i.HEAPF32.set(t, this.g / 4), p(this, r, (o) => {
2532
+ this.i._addAudioToInputStream(this.g, e, n, o, s);
2533
+ });
2534
+ }
2535
+ addGpuBufferToStream(t, e, n) {
2536
+ p(this, e, (r) => {
2537
+ const [s, i] = hi(this, t, r);
2538
+ this.i._addBoundTextureToStream(r, s, i, n);
2539
+ });
2540
+ }
2541
+ addBoolToStream(t, e, n) {
2542
+ p(this, e, (r) => {
2543
+ this.i._addBoolToInputStream(t, r, n);
2544
+ });
2545
+ }
2546
+ addDoubleToStream(t, e, n) {
2547
+ p(this, e, (r) => {
2548
+ this.i._addDoubleToInputStream(t, r, n);
2549
+ });
2550
+ }
2551
+ addFloatToStream(t, e, n) {
2552
+ p(this, e, (r) => {
2553
+ this.i._addFloatToInputStream(t, r, n);
2554
+ });
2555
+ }
2556
+ addIntToStream(t, e, n) {
2557
+ p(this, e, (r) => {
2558
+ this.i._addIntToInputStream(t, r, n);
2559
+ });
2560
+ }
2561
+ addUintToStream(t, e, n) {
2562
+ p(this, e, (r) => {
2563
+ this.i._addUintToInputStream(t, r, n);
2564
+ });
2565
+ }
2566
+ addStringToStream(t, e, n) {
2567
+ p(this, e, (r) => {
2568
+ p(this, t, (s) => {
2569
+ this.i._addStringToInputStream(s, r, n);
2570
+ });
2571
+ });
2572
+ }
2573
+ addStringRecordToStream(t, e, n) {
2574
+ p(this, e, (r) => {
2575
+ ui(this, Object.keys(t), (s) => {
2576
+ ui(this, Object.values(t), (i) => {
2577
+ this.i._addFlatHashMapToInputStream(s, i, Object.keys(t).length, r, n);
2578
+ });
2579
+ });
2580
+ });
2581
+ }
2582
+ addProtoToStream(t, e, n, r) {
2583
+ p(this, n, (s) => {
2584
+ p(this, e, (i) => {
2585
+ const o = this.i._malloc(t.length);
2586
+ this.i.HEAPU8.set(t, o), this.i._addProtoToInputStream(o, t.length, i, s, r), this.i._free(o);
2587
+ });
2588
+ });
2589
+ }
2590
+ addEmptyPacketToStream(t, e) {
2591
+ p(this, t, (n) => {
2592
+ this.i._addEmptyPacketToInputStream(n, e);
2593
+ });
2594
+ }
2595
+ addBoolVectorToStream(t, e, n) {
2596
+ p(this, e, (r) => {
2597
+ const s = this.i._allocateBoolVector(t.length);
2598
+ if (!s) throw Error("Unable to allocate new bool vector on heap.");
2599
+ for (const i of t) this.i._addBoolVectorEntry(s, i);
2600
+ this.i._addBoolVectorToInputStream(s, r, n);
2601
+ });
2602
+ }
2603
+ addDoubleVectorToStream(t, e, n) {
2604
+ p(this, e, (r) => {
2605
+ const s = this.i._allocateDoubleVector(t.length);
2606
+ if (!s) throw Error("Unable to allocate new double vector on heap.");
2607
+ for (const i of t) this.i._addDoubleVectorEntry(s, i);
2608
+ this.i._addDoubleVectorToInputStream(s, r, n);
2609
+ });
2610
+ }
2611
+ addFloatVectorToStream(t, e, n) {
2612
+ p(this, e, (r) => {
2613
+ const s = this.i._allocateFloatVector(t.length);
2614
+ if (!s) throw Error("Unable to allocate new float vector on heap.");
2615
+ for (const i of t) this.i._addFloatVectorEntry(s, i);
2616
+ this.i._addFloatVectorToInputStream(s, r, n);
2617
+ });
2618
+ }
2619
+ addIntVectorToStream(t, e, n) {
2620
+ p(this, e, (r) => {
2621
+ const s = this.i._allocateIntVector(t.length);
2622
+ if (!s) throw Error("Unable to allocate new int vector on heap.");
2623
+ for (const i of t) this.i._addIntVectorEntry(s, i);
2624
+ this.i._addIntVectorToInputStream(s, r, n);
2625
+ });
2626
+ }
2627
+ addUintVectorToStream(t, e, n) {
2628
+ p(this, e, (r) => {
2629
+ const s = this.i._allocateUintVector(t.length);
2630
+ if (!s) throw Error("Unable to allocate new unsigned int vector on heap.");
2631
+ for (const i of t) this.i._addUintVectorEntry(s, i);
2632
+ this.i._addUintVectorToInputStream(s, r, n);
2633
+ });
2634
+ }
2635
+ addStringVectorToStream(t, e, n) {
2636
+ p(this, e, (r) => {
2637
+ const s = this.i._allocateStringVector(t.length);
2638
+ if (!s) throw Error("Unable to allocate new string vector on heap.");
2639
+ for (const i of t) p(this, i, (o) => {
2640
+ this.i._addStringVectorEntry(s, o);
2641
+ });
2642
+ this.i._addStringVectorToInputStream(s, r, n);
2643
+ });
2644
+ }
2645
+ addBoolToInputSidePacket(t, e) {
2646
+ p(this, e, (n) => {
2647
+ this.i._addBoolToInputSidePacket(t, n);
2648
+ });
2649
+ }
2650
+ addDoubleToInputSidePacket(t, e) {
2651
+ p(this, e, (n) => {
2652
+ this.i._addDoubleToInputSidePacket(t, n);
2653
+ });
2654
+ }
2655
+ addFloatToInputSidePacket(t, e) {
2656
+ p(this, e, (n) => {
2657
+ this.i._addFloatToInputSidePacket(t, n);
2658
+ });
2659
+ }
2660
+ addIntToInputSidePacket(t, e) {
2661
+ p(this, e, (n) => {
2662
+ this.i._addIntToInputSidePacket(t, n);
2663
+ });
2664
+ }
2665
+ addUintToInputSidePacket(t, e) {
2666
+ p(this, e, (n) => {
2667
+ this.i._addUintToInputSidePacket(t, n);
2668
+ });
2669
+ }
2670
+ addStringToInputSidePacket(t, e) {
2671
+ p(this, e, (n) => {
2672
+ p(this, t, (r) => {
2673
+ this.i._addStringToInputSidePacket(r, n);
2674
+ });
2675
+ });
2676
+ }
2677
+ addProtoToInputSidePacket(t, e, n) {
2678
+ p(this, n, (r) => {
2679
+ p(this, e, (s) => {
2680
+ const i = this.i._malloc(t.length);
2681
+ this.i.HEAPU8.set(t, i), this.i._addProtoToInputSidePacket(i, t.length, s, r), this.i._free(i);
2682
+ });
2683
+ });
2684
+ }
2685
+ addBoolVectorToInputSidePacket(t, e) {
2686
+ p(this, e, (n) => {
2687
+ const r = this.i._allocateBoolVector(t.length);
2688
+ if (!r) throw Error("Unable to allocate new bool vector on heap.");
2689
+ for (const s of t) this.i._addBoolVectorEntry(r, s);
2690
+ this.i._addBoolVectorToInputSidePacket(r, n);
2691
+ });
2692
+ }
2693
+ addDoubleVectorToInputSidePacket(t, e) {
2694
+ p(this, e, (n) => {
2695
+ const r = this.i._allocateDoubleVector(t.length);
2696
+ if (!r) throw Error("Unable to allocate new double vector on heap.");
2697
+ for (const s of t) this.i._addDoubleVectorEntry(r, s);
2698
+ this.i._addDoubleVectorToInputSidePacket(r, n);
2699
+ });
2700
+ }
2701
+ addFloatVectorToInputSidePacket(t, e) {
2702
+ p(this, e, (n) => {
2703
+ const r = this.i._allocateFloatVector(t.length);
2704
+ if (!r) throw Error("Unable to allocate new float vector on heap.");
2705
+ for (const s of t) this.i._addFloatVectorEntry(r, s);
2706
+ this.i._addFloatVectorToInputSidePacket(r, n);
2707
+ });
2708
+ }
2709
+ addIntVectorToInputSidePacket(t, e) {
2710
+ p(this, e, (n) => {
2711
+ const r = this.i._allocateIntVector(t.length);
2712
+ if (!r) throw Error("Unable to allocate new int vector on heap.");
2713
+ for (const s of t) this.i._addIntVectorEntry(r, s);
2714
+ this.i._addIntVectorToInputSidePacket(r, n);
2715
+ });
2716
+ }
2717
+ addUintVectorToInputSidePacket(t, e) {
2718
+ p(this, e, (n) => {
2719
+ const r = this.i._allocateUintVector(t.length);
2720
+ if (!r) throw Error("Unable to allocate new unsigned int vector on heap.");
2721
+ for (const s of t) this.i._addUintVectorEntry(r, s);
2722
+ this.i._addUintVectorToInputSidePacket(r, n);
2723
+ });
2724
+ }
2725
+ addStringVectorToInputSidePacket(t, e) {
2726
+ p(this, e, (n) => {
2727
+ const r = this.i._allocateStringVector(t.length);
2728
+ if (!r) throw Error("Unable to allocate new string vector on heap.");
2729
+ for (const s of t) p(this, s, (i) => {
2730
+ this.i._addStringVectorEntry(r, i);
2731
+ });
2732
+ this.i._addStringVectorToInputSidePacket(r, n);
2733
+ });
2734
+ }
2735
+ attachBoolListener(t, e) {
2736
+ bt(this, t, e), p(this, t, (n) => {
2737
+ this.i._attachBoolListener(n);
2738
+ });
2739
+ }
2740
+ attachBoolVectorListener(t, e) {
2741
+ Dt(this, t, e), p(this, t, (n) => {
2742
+ this.i._attachBoolVectorListener(n);
2743
+ });
2744
+ }
2745
+ attachIntListener(t, e) {
2746
+ bt(this, t, e), p(this, t, (n) => {
2747
+ this.i._attachIntListener(n);
2748
+ });
2749
+ }
2750
+ attachIntVectorListener(t, e) {
2751
+ Dt(this, t, e), p(this, t, (n) => {
2752
+ this.i._attachIntVectorListener(n);
2753
+ });
2754
+ }
2755
+ attachUintListener(t, e) {
2756
+ bt(this, t, e), p(this, t, (n) => {
2757
+ this.i._attachUintListener(n);
2758
+ });
2759
+ }
2760
+ attachUintVectorListener(t, e) {
2761
+ Dt(this, t, e), p(this, t, (n) => {
2762
+ this.i._attachUintVectorListener(n);
2763
+ });
2764
+ }
2765
+ attachDoubleListener(t, e) {
2766
+ bt(this, t, e), p(this, t, (n) => {
2767
+ this.i._attachDoubleListener(n);
2768
+ });
2769
+ }
2770
+ attachDoubleVectorListener(t, e) {
2771
+ Dt(this, t, e), p(this, t, (n) => {
2772
+ this.i._attachDoubleVectorListener(n);
2773
+ });
2774
+ }
2775
+ attachFloatListener(t, e) {
2776
+ bt(this, t, e), p(this, t, (n) => {
2777
+ this.i._attachFloatListener(n);
2778
+ });
2779
+ }
2780
+ attachFloatVectorListener(t, e) {
2781
+ Dt(this, t, e), p(this, t, (n) => {
2782
+ this.i._attachFloatVectorListener(n);
2783
+ });
2784
+ }
2785
+ attachStringListener(t, e) {
2786
+ bt(this, t, e), p(this, t, (n) => {
2787
+ this.i._attachStringListener(n);
2788
+ });
2789
+ }
2790
+ attachStringVectorListener(t, e) {
2791
+ Dt(this, t, e), p(this, t, (n) => {
2792
+ this.i._attachStringVectorListener(n);
2793
+ });
2794
+ }
2795
+ attachProtoListener(t, e, n) {
2796
+ bt(this, t, e), p(this, t, (r) => {
2797
+ this.i._attachProtoListener(r, n || !1);
2798
+ });
2799
+ }
2800
+ attachProtoVectorListener(t, e, n) {
2801
+ Dt(this, t, e), p(this, t, (r) => {
2802
+ this.i._attachProtoVectorListener(r, n || !1);
2803
+ });
2804
+ }
2805
+ attachAudioListener(t, e, n) {
2806
+ this.i._attachAudioListener || console.warn('Attempting to use attachAudioListener without support for output audio. Is build dep ":gl_graph_runner_audio_out" missing?'), bt(this, t, (r, s) => {
2807
+ r = new Float32Array(r.buffer, r.byteOffset, r.length / 4), e(r, s);
2808
+ }), p(this, t, (r) => {
2809
+ this.i._attachAudioListener(r, n || !1);
2810
+ });
2811
+ }
2812
+ finishProcessing() {
2813
+ this.i._waitUntilIdle();
2814
+ }
2815
+ closeGraph() {
2816
+ this.i._closeGraph(), this.i.simpleListeners = void 0, this.i.emptyPacketListeners = void 0;
2817
+ }
2818
+ }, class extends yi {
2819
+ get ea() {
2820
+ return this.i;
2821
+ }
2822
+ oa(t, e, n) {
2823
+ p(this, e, (r) => {
2824
+ const [s, i] = hi(this, t, r);
2825
+ this.ea._addBoundTextureAsImageToStream(r, s, i, n);
2826
+ });
2827
+ }
2828
+ V(t, e) {
2829
+ bt(this, t, e), p(this, t, (n) => {
2830
+ this.ea._attachImageListener(n);
2831
+ });
2832
+ }
2833
+ ba(t, e) {
2834
+ Dt(this, t, e), p(this, t, (n) => {
2835
+ this.ea._attachImageVectorListener(n);
2836
+ });
2837
+ }
2838
+ }));
2839
+ var yi, pt = class extends Z1 {
2840
+ };
2841
+ async function _(t, e, n) {
2842
+ return async function(r, s, i, o) {
2843
+ return q1(r, s, i, o);
2844
+ }(t, n.canvas ?? (ma() ? void 0 : document.createElement("canvas")), e, n);
2845
+ }
2846
+ function Aa(t, e, n, r) {
2847
+ if (t.U) {
2848
+ const i = new Wo();
2849
+ if (n != null && n.regionOfInterest) {
2850
+ if (!t.na) throw Error("This task doesn't support region-of-interest.");
2851
+ var s = n.regionOfInterest;
2852
+ if (s.left >= s.right || s.top >= s.bottom) throw Error("Expected RectF with left < right and top < bottom.");
2853
+ if (s.left < 0 || s.top < 0 || s.right > 1 || s.bottom > 1) throw Error("Expected RectF values to be in [0,1].");
2854
+ d(i, 1, (s.left + s.right) / 2), d(i, 2, (s.top + s.bottom) / 2), d(i, 4, s.right - s.left), d(i, 3, s.bottom - s.top);
2855
+ } else d(i, 1, 0.5), d(i, 2, 0.5), d(i, 4, 1), d(i, 3, 1);
2856
+ if (n != null && n.rotationDegrees) {
2857
+ if ((n == null ? void 0 : n.rotationDegrees) % 90 != 0) throw Error("Expected rotation to be a multiple of 90°.");
2858
+ if (d(i, 5, -Math.PI * n.rotationDegrees / 180), (n == null ? void 0 : n.rotationDegrees) % 180 != 0) {
2859
+ const [o, a] = ya(e);
2860
+ n = N(i, 3) * a / o, s = N(i, 4) * o / a, d(i, 4, n), d(i, 3, s);
2861
+ }
2862
+ }
2863
+ t.g.addProtoToStream(i.g(), "mediapipe.NormalizedRect", t.U, r);
2864
+ }
2865
+ t.g.oa(e, t.Z, r ?? performance.now()), t.finishProcessing();
2866
+ }
2867
+ function gt(t, e, n) {
2868
+ var r;
2869
+ if ((r = t.baseOptions) != null && r.g()) throw Error("Task is not initialized with image mode. 'runningMode' must be set to 'IMAGE'.");
2870
+ Aa(t, e, n, t.B + 1);
2871
+ }
2872
+ function Lt(t, e, n, r) {
2873
+ var s;
2874
+ if (!((s = t.baseOptions) != null && s.g())) throw Error("Task is not initialized with video mode. 'runningMode' must be set to 'VIDEO'.");
2875
+ Aa(t, e, n, r);
2876
+ }
2877
+ function Ee(t, e, n, r) {
2878
+ var s = e.data;
2879
+ const i = e.width, o = i * (e = e.height);
2880
+ if ((s instanceof Uint8Array || s instanceof Float32Array) && s.length !== o) throw Error("Unsupported channel count: " + s.length / o);
2881
+ return t = new j([s], n, !1, t.g.i.canvas, t.P, i, e), r ? t.clone() : t;
2882
+ }
2883
+ var q = class extends gr {
2884
+ constructor(t, e, n, r) {
2885
+ super(t), this.g = t, this.Z = e, this.U = n, this.na = r, this.P = new ps();
2886
+ }
2887
+ l(t, e = !0) {
2888
+ if ("runningMode" in t && ze(this.baseOptions, 2, !!t.runningMode && t.runningMode !== "IMAGE"), t.canvas !== void 0 && this.g.i.canvas !== t.canvas) throw Error("You must create a new task to reset the canvas.");
2889
+ return super.l(t, e);
2890
+ }
2891
+ close() {
2892
+ this.P.close(), super.close();
2893
+ }
2894
+ };
2895
+ q.prototype.close = q.prototype.close;
2896
+ var ct = class extends q {
2897
+ constructor(t, e) {
2898
+ super(new pt(t, e), "image_in", "norm_rect_in", !1), this.j = { detections: [] }, m(t = this.h = new Cn(), 0, 1, e = new I()), d(this.h, 2, 0.5), d(this.h, 3, 0.3);
2899
+ }
2900
+ get baseOptions() {
2901
+ return w(this.h, I, 1);
2902
+ }
2903
+ set baseOptions(t) {
2904
+ m(this.h, 0, 1, t);
2905
+ }
2906
+ o(t) {
2907
+ return "minDetectionConfidence" in t && d(this.h, 2, t.minDetectionConfidence ?? 0.5), "minSuppressionThreshold" in t && d(this.h, 3, t.minSuppressionThreshold ?? 0.3), this.l(t);
2908
+ }
2909
+ D(t, e) {
2910
+ return this.j = { detections: [] }, gt(this, t, e), this.j;
2911
+ }
2912
+ F(t, e, n) {
2913
+ return this.j = { detections: [] }, Lt(this, t, n, e), this.j;
2914
+ }
2915
+ m() {
2916
+ var t = new J();
2917
+ F(t, "image_in"), F(t, "norm_rect_in"), b(t, "detections");
2918
+ const e = new rt();
2919
+ yt(e, N1, this.h);
2920
+ const n = new W();
2921
+ it(n, "mediapipe.tasks.vision.face_detector.FaceDetectorGraph"), L(n, "IMAGE:image_in"), L(n, "NORM_RECT:norm_rect_in"), v(n, "DETECTIONS:detections"), n.o(e), ot(t, n), this.g.attachProtoVectorListener("detections", (r, s) => {
2922
+ for (const i of r) r = jo(i), this.j.detections.push(pa(r));
2923
+ l(this, s);
2924
+ }), this.g.attachEmptyPacketListener("detections", (r) => {
2925
+ l(this, r);
2926
+ }), t = t.g(), this.setGraph(new Uint8Array(t), !0);
2927
+ }
2928
+ };
2929
+ ct.prototype.detectForVideo = ct.prototype.F, ct.prototype.detect = ct.prototype.D, ct.prototype.setOptions = ct.prototype.o, ct.createFromModelPath = async function(t, e) {
2930
+ return _(ct, t, { baseOptions: { modelAssetPath: e } });
2931
+ }, ct.createFromModelBuffer = function(t, e) {
2932
+ return _(ct, t, { baseOptions: { modelAssetBuffer: e } });
2933
+ }, ct.createFromOptions = function(t, e) {
2934
+ return _(ct, t, e);
2935
+ };
2936
+ var ms = wt([61, 146], [146, 91], [91, 181], [181, 84], [84, 17], [17, 314], [314, 405], [405, 321], [321, 375], [375, 291], [61, 185], [185, 40], [40, 39], [39, 37], [37, 0], [0, 267], [267, 269], [269, 270], [270, 409], [409, 291], [78, 95], [95, 88], [88, 178], [178, 87], [87, 14], [14, 317], [317, 402], [402, 318], [318, 324], [324, 308], [78, 191], [191, 80], [80, 81], [81, 82], [82, 13], [13, 312], [312, 311], [311, 310], [310, 415], [415, 308]), ys = wt([263, 249], [249, 390], [390, 373], [373, 374], [374, 380], [380, 381], [381, 382], [382, 362], [263, 466], [466, 388], [388, 387], [387, 386], [386, 385], [385, 384], [384, 398], [398, 362]), _s = wt([276, 283], [283, 282], [282, 295], [295, 285], [300, 293], [293, 334], [334, 296], [296, 336]), Ea = wt([474, 475], [475, 476], [476, 477], [477, 474]), vs = wt([33, 7], [7, 163], [163, 144], [144, 145], [145, 153], [153, 154], [154, 155], [155, 133], [33, 246], [246, 161], [161, 160], [160, 159], [159, 158], [158, 157], [157, 173], [173, 133]), ws = wt([46, 53], [53, 52], [52, 65], [65, 55], [70, 63], [63, 105], [105, 66], [66, 107]), ka = wt([469, 470], [470, 471], [471, 472], [472, 469]), bs = wt([10, 338], [338, 297], [297, 332], [332, 284], [284, 251], [251, 389], [389, 356], [356, 454], [454, 323], [323, 361], [361, 288], [288, 397], [397, 365], [365, 379], [379, 378], [378, 400], [400, 377], [377, 152], [152, 148], [148, 176], [176, 149], [149, 150], [150, 136], [136, 172], [172, 58], [58, 132], [132, 93], [93, 234], [234, 127], [127, 162], [162, 21], [21, 54], [54, 103], [103, 67], [67, 109], [109, 10]), Ta = [...ms, ...ys, ..._s, ...vs, ...ws, ...bs], Sa = wt([127, 34], [34, 139], [139, 127], [11, 0], [0, 37], [37, 11], [232, 231], [231, 120], [120, 232], [72, 37], [37, 39], [39, 72], [128, 121], [121, 47], [47, 128], [232, 121], [121, 128], [128, 232], [104, 69], [69, 67], [67, 104], [175, 171], [171, 148], [148, 175], [118, 50], [50, 101], [101, 118], [73, 39], [39, 40], [40, 73], [9, 151], [151, 108], [108, 9], [48, 115], [115, 131], [131, 48], [194, 204], [204, 211], [211, 194], [74, 40], [40, 185], [185, 74], [80, 42], [42, 183], [183, 80], [40, 92], [92, 186], [186, 40], [230, 229], [229, 118], [118, 230], [202, 212], [212, 214], [214, 202], [83, 18], [18, 17], [17, 83], [76, 61], [61, 146], [146, 76], [160, 29], [29, 30], [30, 160], [56, 157], [157, 173], [173, 56], [106, 204], [204, 194], [194, 106], [135, 214], [214, 192], [192, 135], [203, 165], [165, 98], [98, 203], [21, 71], [71, 68], [68, 21], [51, 45], [45, 4], [4, 51], [144, 24], [24, 23], [23, 144], [77, 146], [146, 91], [91, 77], [205, 50], [50, 187], [187, 205], [201, 200], [200, 18], [18, 201], [91, 106], [106, 182], [182, 91], [90, 91], [91, 181], [181, 90], [85, 84], [84, 17], [17, 85], [206, 203], [203, 36], [36, 206], [148, 171], [171, 140], [140, 148], [92, 40], [40, 39], [39, 92], [193, 189], [189, 244], [244, 193], [159, 158], [158, 28], [28, 159], [247, 246], [246, 161], [161, 247], [236, 3], [3, 196], [196, 236], [54, 68], [68, 104], [104, 54], [193, 168], [168, 8], [8, 193], [117, 228], [228, 31], [31, 117], [189, 193], [193, 55], [55, 189], [98, 97], [97, 99], [99, 98], [126, 47], [47, 100], [100, 126], [166, 79], [79, 218], [218, 166], [155, 154], [154, 26], [26, 155], [209, 49], [49, 131], [131, 209], [135, 136], [136, 150], [150, 135], [47, 126], [126, 217], [217, 47], [223, 52], [52, 53], [53, 223], [45, 51], [51, 134], [134, 45], [211, 170], [170, 140], [140, 211], [67, 69], [69, 108], [108, 67], [43, 106], [106, 91], [91, 43], [230, 119], [119, 120], [120, 230], [226, 130], [130, 247], [247, 226], [63, 53], [53, 52], [52, 63], [238, 20], [20, 242], [242, 238], [46, 70], [70, 156], [156, 46], [78, 62], [62, 96], [96, 78], [46, 53], [53, 63], [63, 46], [143, 34], [34, 227], [227, 143], [123, 117], [117, 111], [111, 123], [44, 125], [125, 19], [19, 44], [236, 134], [134, 51], [51, 236], [216, 206], [206, 205], [205, 216], [154, 153], [153, 22], [22, 154], [39, 37], [37, 167], [167, 39], [200, 201], [201, 208], [208, 200], [36, 142], [142, 100], [100, 36], [57, 212], [212, 202], [202, 57], [20, 60], [60, 99], [99, 20], [28, 158], [158, 157], [157, 28], [35, 226], [226, 113], [113, 35], [160, 159], [159, 27], [27, 160], [204, 202], [202, 210], [210, 204], [113, 225], [225, 46], [46, 113], [43, 202], [202, 204], [204, 43], [62, 76], [76, 77], [77, 62], [137, 123], [123, 116], [116, 137], [41, 38], [38, 72], [72, 41], [203, 129], [129, 142], [142, 203], [64, 98], [98, 240], [240, 64], [49, 102], [102, 64], [64, 49], [41, 73], [73, 74], [74, 41], [212, 216], [216, 207], [207, 212], [42, 74], [74, 184], [184, 42], [169, 170], [170, 211], [211, 169], [170, 149], [149, 176], [176, 170], [105, 66], [66, 69], [69, 105], [122, 6], [6, 168], [168, 122], [123, 147], [147, 187], [187, 123], [96, 77], [77, 90], [90, 96], [65, 55], [55, 107], [107, 65], [89, 90], [90, 180], [180, 89], [101, 100], [100, 120], [120, 101], [63, 105], [105, 104], [104, 63], [93, 137], [137, 227], [227, 93], [15, 86], [86, 85], [85, 15], [129, 102], [102, 49], [49, 129], [14, 87], [87, 86], [86, 14], [55, 8], [8, 9], [9, 55], [100, 47], [47, 121], [121, 100], [145, 23], [23, 22], [22, 145], [88, 89], [89, 179], [179, 88], [6, 122], [122, 196], [196, 6], [88, 95], [95, 96], [96, 88], [138, 172], [172, 136], [136, 138], [215, 58], [58, 172], [172, 215], [115, 48], [48, 219], [219, 115], [42, 80], [80, 81], [81, 42], [195, 3], [3, 51], [51, 195], [43, 146], [146, 61], [61, 43], [171, 175], [175, 199], [199, 171], [81, 82], [82, 38], [38, 81], [53, 46], [46, 225], [225, 53], [144, 163], [163, 110], [110, 144], [52, 65], [65, 66], [66, 52], [229, 228], [228, 117], [117, 229], [34, 127], [127, 234], [234, 34], [107, 108], [108, 69], [69, 107], [109, 108], [108, 151], [151, 109], [48, 64], [64, 235], [235, 48], [62, 78], [78, 191], [191, 62], [129, 209], [209, 126], [126, 129], [111, 35], [35, 143], [143, 111], [117, 123], [123, 50], [50, 117], [222, 65], [65, 52], [52, 222], [19, 125], [125, 141], [141, 19], [221, 55], [55, 65], [65, 221], [3, 195], [195, 197], [197, 3], [25, 7], [7, 33], [33, 25], [220, 237], [237, 44], [44, 220], [70, 71], [71, 139], [139, 70], [122, 193], [193, 245], [245, 122], [247, 130], [130, 33], [33, 247], [71, 21], [21, 162], [162, 71], [170, 169], [169, 150], [150, 170], [188, 174], [174, 196], [196, 188], [216, 186], [186, 92], [92, 216], [2, 97], [97, 167], [167, 2], [141, 125], [125, 241], [241, 141], [164, 167], [167, 37], [37, 164], [72, 38], [38, 12], [12, 72], [38, 82], [82, 13], [13, 38], [63, 68], [68, 71], [71, 63], [226, 35], [35, 111], [111, 226], [101, 50], [50, 205], [205, 101], [206, 92], [92, 165], [165, 206], [209, 198], [198, 217], [217, 209], [165, 167], [167, 97], [97, 165], [220, 115], [115, 218], [218, 220], [133, 112], [112, 243], [243, 133], [239, 238], [238, 241], [241, 239], [214, 135], [135, 169], [169, 214], [190, 173], [173, 133], [133, 190], [171, 208], [208, 32], [32, 171], [125, 44], [44, 237], [237, 125], [86, 87], [87, 178], [178, 86], [85, 86], [86, 179], [179, 85], [84, 85], [85, 180], [180, 84], [83, 84], [84, 181], [181, 83], [201, 83], [83, 182], [182, 201], [137, 93], [93, 132], [132, 137], [76, 62], [62, 183], [183, 76], [61, 76], [76, 184], [184, 61], [57, 61], [61, 185], [185, 57], [212, 57], [57, 186], [186, 212], [214, 207], [207, 187], [187, 214], [34, 143], [143, 156], [156, 34], [79, 239], [239, 237], [237, 79], [123, 137], [137, 177], [177, 123], [44, 1], [1, 4], [4, 44], [201, 194], [194, 32], [32, 201], [64, 102], [102, 129], [129, 64], [213, 215], [215, 138], [138, 213], [59, 166], [166, 219], [219, 59], [242, 99], [99, 97], [97, 242], [2, 94], [94, 141], [141, 2], [75, 59], [59, 235], [235, 75], [24, 110], [110, 228], [228, 24], [25, 130], [130, 226], [226, 25], [23, 24], [24, 229], [229, 23], [22, 23], [23, 230], [230, 22], [26, 22], [22, 231], [231, 26], [112, 26], [26, 232], [232, 112], [189, 190], [190, 243], [243, 189], [221, 56], [56, 190], [190, 221], [28, 56], [56, 221], [221, 28], [27, 28], [28, 222], [222, 27], [29, 27], [27, 223], [223, 29], [30, 29], [29, 224], [224, 30], [247, 30], [30, 225], [225, 247], [238, 79], [79, 20], [20, 238], [166, 59], [59, 75], [75, 166], [60, 75], [75, 240], [240, 60], [147, 177], [177, 215], [215, 147], [20, 79], [79, 166], [166, 20], [187, 147], [147, 213], [213, 187], [112, 233], [233, 244], [244, 112], [233, 128], [128, 245], [245, 233], [128, 114], [114, 188], [188, 128], [114, 217], [217, 174], [174, 114], [131, 115], [115, 220], [220, 131], [217, 198], [198, 236], [236, 217], [198, 131], [131, 134], [134, 198], [177, 132], [132, 58], [58, 177], [143, 35], [35, 124], [124, 143], [110, 163], [163, 7], [7, 110], [228, 110], [110, 25], [25, 228], [356, 389], [389, 368], [368, 356], [11, 302], [302, 267], [267, 11], [452, 350], [350, 349], [349, 452], [302, 303], [303, 269], [269, 302], [357, 343], [343, 277], [277, 357], [452, 453], [453, 357], [357, 452], [333, 332], [332, 297], [297, 333], [175, 152], [152, 377], [377, 175], [347, 348], [348, 330], [330, 347], [303, 304], [304, 270], [270, 303], [9, 336], [336, 337], [337, 9], [278, 279], [279, 360], [360, 278], [418, 262], [262, 431], [431, 418], [304, 408], [408, 409], [409, 304], [310, 415], [415, 407], [407, 310], [270, 409], [409, 410], [410, 270], [450, 348], [348, 347], [347, 450], [422, 430], [430, 434], [434, 422], [313, 314], [314, 17], [17, 313], [306, 307], [307, 375], [375, 306], [387, 388], [388, 260], [260, 387], [286, 414], [414, 398], [398, 286], [335, 406], [406, 418], [418, 335], [364, 367], [367, 416], [416, 364], [423, 358], [358, 327], [327, 423], [251, 284], [284, 298], [298, 251], [281, 5], [5, 4], [4, 281], [373, 374], [374, 253], [253, 373], [307, 320], [320, 321], [321, 307], [425, 427], [427, 411], [411, 425], [421, 313], [313, 18], [18, 421], [321, 405], [405, 406], [406, 321], [320, 404], [404, 405], [405, 320], [315, 16], [16, 17], [17, 315], [426, 425], [425, 266], [266, 426], [377, 400], [400, 369], [369, 377], [322, 391], [391, 269], [269, 322], [417, 465], [465, 464], [464, 417], [386, 257], [257, 258], [258, 386], [466, 260], [260, 388], [388, 466], [456, 399], [399, 419], [419, 456], [284, 332], [332, 333], [333, 284], [417, 285], [285, 8], [8, 417], [346, 340], [340, 261], [261, 346], [413, 441], [441, 285], [285, 413], [327, 460], [460, 328], [328, 327], [355, 371], [371, 329], [329, 355], [392, 439], [439, 438], [438, 392], [382, 341], [341, 256], [256, 382], [429, 420], [420, 360], [360, 429], [364, 394], [394, 379], [379, 364], [277, 343], [343, 437], [437, 277], [443, 444], [444, 283], [283, 443], [275, 440], [440, 363], [363, 275], [431, 262], [262, 369], [369, 431], [297, 338], [338, 337], [337, 297], [273, 375], [375, 321], [321, 273], [450, 451], [451, 349], [349, 450], [446, 342], [342, 467], [467, 446], [293, 334], [334, 282], [282, 293], [458, 461], [461, 462], [462, 458], [276, 353], [353, 383], [383, 276], [308, 324], [324, 325], [325, 308], [276, 300], [300, 293], [293, 276], [372, 345], [345, 447], [447, 372], [352, 345], [345, 340], [340, 352], [274, 1], [1, 19], [19, 274], [456, 248], [248, 281], [281, 456], [436, 427], [427, 425], [425, 436], [381, 256], [256, 252], [252, 381], [269, 391], [391, 393], [393, 269], [200, 199], [199, 428], [428, 200], [266, 330], [330, 329], [329, 266], [287, 273], [273, 422], [422, 287], [250, 462], [462, 328], [328, 250], [258, 286], [286, 384], [384, 258], [265, 353], [353, 342], [342, 265], [387, 259], [259, 257], [257, 387], [424, 431], [431, 430], [430, 424], [342, 353], [353, 276], [276, 342], [273, 335], [335, 424], [424, 273], [292, 325], [325, 307], [307, 292], [366, 447], [447, 345], [345, 366], [271, 303], [303, 302], [302, 271], [423, 266], [266, 371], [371, 423], [294, 455], [455, 460], [460, 294], [279, 278], [278, 294], [294, 279], [271, 272], [272, 304], [304, 271], [432, 434], [434, 427], [427, 432], [272, 407], [407, 408], [408, 272], [394, 430], [430, 431], [431, 394], [395, 369], [369, 400], [400, 395], [334, 333], [333, 299], [299, 334], [351, 417], [417, 168], [168, 351], [352, 280], [280, 411], [411, 352], [325, 319], [319, 320], [320, 325], [295, 296], [296, 336], [336, 295], [319, 403], [403, 404], [404, 319], [330, 348], [348, 349], [349, 330], [293, 298], [298, 333], [333, 293], [323, 454], [454, 447], [447, 323], [15, 16], [16, 315], [315, 15], [358, 429], [429, 279], [279, 358], [14, 15], [15, 316], [316, 14], [285, 336], [336, 9], [9, 285], [329, 349], [349, 350], [350, 329], [374, 380], [380, 252], [252, 374], [318, 402], [402, 403], [403, 318], [6, 197], [197, 419], [419, 6], [318, 319], [319, 325], [325, 318], [367, 364], [364, 365], [365, 367], [435, 367], [367, 397], [397, 435], [344, 438], [438, 439], [439, 344], [272, 271], [271, 311], [311, 272], [195, 5], [5, 281], [281, 195], [273, 287], [287, 291], [291, 273], [396, 428], [428, 199], [199, 396], [311, 271], [271, 268], [268, 311], [283, 444], [444, 445], [445, 283], [373, 254], [254, 339], [339, 373], [282, 334], [334, 296], [296, 282], [449, 347], [347, 346], [346, 449], [264, 447], [447, 454], [454, 264], [336, 296], [296, 299], [299, 336], [338, 10], [10, 151], [151, 338], [278, 439], [439, 455], [455, 278], [292, 407], [407, 415], [415, 292], [358, 371], [371, 355], [355, 358], [340, 345], [345, 372], [372, 340], [346, 347], [347, 280], [280, 346], [442, 443], [443, 282], [282, 442], [19, 94], [94, 370], [370, 19], [441, 442], [442, 295], [295, 441], [248, 419], [419, 197], [197, 248], [263, 255], [255, 359], [359, 263], [440, 275], [275, 274], [274, 440], [300, 383], [383, 368], [368, 300], [351, 412], [412, 465], [465, 351], [263, 467], [467, 466], [466, 263], [301, 368], [368, 389], [389, 301], [395, 378], [378, 379], [379, 395], [412, 351], [351, 419], [419, 412], [436, 426], [426, 322], [322, 436], [2, 164], [164, 393], [393, 2], [370, 462], [462, 461], [461, 370], [164, 0], [0, 267], [267, 164], [302, 11], [11, 12], [12, 302], [268, 12], [12, 13], [13, 268], [293, 300], [300, 301], [301, 293], [446, 261], [261, 340], [340, 446], [330, 266], [266, 425], [425, 330], [426, 423], [423, 391], [391, 426], [429, 355], [355, 437], [437, 429], [391, 327], [327, 326], [326, 391], [440, 457], [457, 438], [438, 440], [341, 382], [382, 362], [362, 341], [459, 457], [457, 461], [461, 459], [434, 430], [430, 394], [394, 434], [414, 463], [463, 362], [362, 414], [396, 369], [369, 262], [262, 396], [354, 461], [461, 457], [457, 354], [316, 403], [403, 402], [402, 316], [315, 404], [404, 403], [403, 315], [314, 405], [405, 404], [404, 314], [313, 406], [406, 405], [405, 313], [421, 418], [418, 406], [406, 421], [366, 401], [401, 361], [361, 366], [306, 408], [408, 407], [407, 306], [291, 409], [409, 408], [408, 291], [287, 410], [410, 409], [409, 287], [432, 436], [436, 410], [410, 432], [434, 416], [416, 411], [411, 434], [264, 368], [368, 383], [383, 264], [309, 438], [438, 457], [457, 309], [352, 376], [376, 401], [401, 352], [274, 275], [275, 4], [4, 274], [421, 428], [428, 262], [262, 421], [294, 327], [327, 358], [358, 294], [433, 416], [416, 367], [367, 433], [289, 455], [455, 439], [439, 289], [462, 370], [370, 326], [326, 462], [2, 326], [326, 370], [370, 2], [305, 460], [460, 455], [455, 305], [254, 449], [449, 448], [448, 254], [255, 261], [261, 446], [446, 255], [253, 450], [450, 449], [449, 253], [252, 451], [451, 450], [450, 252], [256, 452], [452, 451], [451, 256], [341, 453], [453, 452], [452, 341], [413, 464], [464, 463], [463, 413], [441, 413], [413, 414], [414, 441], [258, 442], [442, 441], [441, 258], [257, 443], [443, 442], [442, 257], [259, 444], [444, 443], [443, 259], [260, 445], [445, 444], [444, 260], [467, 342], [342, 445], [445, 467], [459, 458], [458, 250], [250, 459], [289, 392], [392, 290], [290, 289], [290, 328], [328, 460], [460, 290], [376, 433], [433, 435], [435, 376], [250, 290], [290, 392], [392, 250], [411, 416], [416, 433], [433, 411], [341, 463], [463, 464], [464, 341], [453, 464], [464, 465], [465, 453], [357, 465], [465, 412], [412, 357], [343, 412], [412, 399], [399, 343], [360, 363], [363, 440], [440, 360], [437, 399], [399, 456], [456, 437], [420, 456], [456, 363], [363, 420], [401, 435], [435, 288], [288, 401], [372, 383], [383, 353], [353, 372], [339, 255], [255, 249], [249, 339], [448, 261], [261, 255], [255, 448], [133, 243], [243, 190], [190, 133], [133, 155], [155, 112], [112, 133], [33, 246], [246, 247], [247, 33], [33, 130], [130, 25], [25, 33], [398, 384], [384, 286], [286, 398], [362, 398], [398, 414], [414, 362], [362, 463], [463, 341], [341, 362], [263, 359], [359, 467], [467, 263], [263, 249], [249, 255], [255, 263], [466, 467], [467, 260], [260, 466], [75, 60], [60, 166], [166, 75], [238, 239], [239, 79], [79, 238], [162, 127], [127, 139], [139, 162], [72, 11], [11, 37], [37, 72], [121, 232], [232, 120], [120, 121], [73, 72], [72, 39], [39, 73], [114, 128], [128, 47], [47, 114], [233, 232], [232, 128], [128, 233], [103, 104], [104, 67], [67, 103], [152, 175], [175, 148], [148, 152], [119, 118], [118, 101], [101, 119], [74, 73], [73, 40], [40, 74], [107, 9], [9, 108], [108, 107], [49, 48], [48, 131], [131, 49], [32, 194], [194, 211], [211, 32], [184, 74], [74, 185], [185, 184], [191, 80], [80, 183], [183, 191], [185, 40], [40, 186], [186, 185], [119, 230], [230, 118], [118, 119], [210, 202], [202, 214], [214, 210], [84, 83], [83, 17], [17, 84], [77, 76], [76, 146], [146, 77], [161, 160], [160, 30], [30, 161], [190, 56], [56, 173], [173, 190], [182, 106], [106, 194], [194, 182], [138, 135], [135, 192], [192, 138], [129, 203], [203, 98], [98, 129], [54, 21], [21, 68], [68, 54], [5, 51], [51, 4], [4, 5], [145, 144], [144, 23], [23, 145], [90, 77], [77, 91], [91, 90], [207, 205], [205, 187], [187, 207], [83, 201], [201, 18], [18, 83], [181, 91], [91, 182], [182, 181], [180, 90], [90, 181], [181, 180], [16, 85], [85, 17], [17, 16], [205, 206], [206, 36], [36, 205], [176, 148], [148, 140], [140, 176], [165, 92], [92, 39], [39, 165], [245, 193], [193, 244], [244, 245], [27, 159], [159, 28], [28, 27], [30, 247], [247, 161], [161, 30], [174, 236], [236, 196], [196, 174], [103, 54], [54, 104], [104, 103], [55, 193], [193, 8], [8, 55], [111, 117], [117, 31], [31, 111], [221, 189], [189, 55], [55, 221], [240, 98], [98, 99], [99, 240], [142, 126], [126, 100], [100, 142], [219, 166], [166, 218], [218, 219], [112, 155], [155, 26], [26, 112], [198, 209], [209, 131], [131, 198], [169, 135], [135, 150], [150, 169], [114, 47], [47, 217], [217, 114], [224, 223], [223, 53], [53, 224], [220, 45], [45, 134], [134, 220], [32, 211], [211, 140], [140, 32], [109, 67], [67, 108], [108, 109], [146, 43], [43, 91], [91, 146], [231, 230], [230, 120], [120, 231], [113, 226], [226, 247], [247, 113], [105, 63], [63, 52], [52, 105], [241, 238], [238, 242], [242, 241], [124, 46], [46, 156], [156, 124], [95, 78], [78, 96], [96, 95], [70, 46], [46, 63], [63, 70], [116, 143], [143, 227], [227, 116], [116, 123], [123, 111], [111, 116], [1, 44], [44, 19], [19, 1], [3, 236], [236, 51], [51, 3], [207, 216], [216, 205], [205, 207], [26, 154], [154, 22], [22, 26], [165, 39], [39, 167], [167, 165], [199, 200], [200, 208], [208, 199], [101, 36], [36, 100], [100, 101], [43, 57], [57, 202], [202, 43], [242, 20], [20, 99], [99, 242], [56, 28], [28, 157], [157, 56], [124, 35], [35, 113], [113, 124], [29, 160], [160, 27], [27, 29], [211, 204], [204, 210], [210, 211], [124, 113], [113, 46], [46, 124], [106, 43], [43, 204], [204, 106], [96, 62], [62, 77], [77, 96], [227, 137], [137, 116], [116, 227], [73, 41], [41, 72], [72, 73], [36, 203], [203, 142], [142, 36], [235, 64], [64, 240], [240, 235], [48, 49], [49, 64], [64, 48], [42, 41], [41, 74], [74, 42], [214, 212], [212, 207], [207, 214], [183, 42], [42, 184], [184, 183], [210, 169], [169, 211], [211, 210], [140, 170], [170, 176], [176, 140], [104, 105], [105, 69], [69, 104], [193, 122], [122, 168], [168, 193], [50, 123], [123, 187], [187, 50], [89, 96], [96, 90], [90, 89], [66, 65], [65, 107], [107, 66], [179, 89], [89, 180], [180, 179], [119, 101], [101, 120], [120, 119], [68, 63], [63, 104], [104, 68], [234, 93], [93, 227], [227, 234], [16, 15], [15, 85], [85, 16], [209, 129], [129, 49], [49, 209], [15, 14], [14, 86], [86, 15], [107, 55], [55, 9], [9, 107], [120, 100], [100, 121], [121, 120], [153, 145], [145, 22], [22, 153], [178, 88], [88, 179], [179, 178], [197, 6], [6, 196], [196, 197], [89, 88], [88, 96], [96, 89], [135, 138], [138, 136], [136, 135], [138, 215], [215, 172], [172, 138], [218, 115], [115, 219], [219, 218], [41, 42], [42, 81], [81, 41], [5, 195], [195, 51], [51, 5], [57, 43], [43, 61], [61, 57], [208, 171], [171, 199], [199, 208], [41, 81], [81, 38], [38, 41], [224, 53], [53, 225], [225, 224], [24, 144], [144, 110], [110, 24], [105, 52], [52, 66], [66, 105], [118, 229], [229, 117], [117, 118], [227, 34], [34, 234], [234, 227], [66, 107], [107, 69], [69, 66], [10, 109], [109, 151], [151, 10], [219, 48], [48, 235], [235, 219], [183, 62], [62, 191], [191, 183], [142, 129], [129, 126], [126, 142], [116, 111], [111, 143], [143, 116], [118, 117], [117, 50], [50, 118], [223, 222], [222, 52], [52, 223], [94, 19], [19, 141], [141, 94], [222, 221], [221, 65], [65, 222], [196, 3], [3, 197], [197, 196], [45, 220], [220, 44], [44, 45], [156, 70], [70, 139], [139, 156], [188, 122], [122, 245], [245, 188], [139, 71], [71, 162], [162, 139], [149, 170], [170, 150], [150, 149], [122, 188], [188, 196], [196, 122], [206, 216], [216, 92], [92, 206], [164, 2], [2, 167], [167, 164], [242, 141], [141, 241], [241, 242], [0, 164], [164, 37], [37, 0], [11, 72], [72, 12], [12, 11], [12, 38], [38, 13], [13, 12], [70, 63], [63, 71], [71, 70], [31, 226], [226, 111], [111, 31], [36, 101], [101, 205], [205, 36], [203, 206], [206, 165], [165, 203], [126, 209], [209, 217], [217, 126], [98, 165], [165, 97], [97, 98], [237, 220], [220, 218], [218, 237], [237, 239], [239, 241], [241, 237], [210, 214], [214, 169], [169, 210], [140, 171], [171, 32], [32, 140], [241, 125], [125, 237], [237, 241], [179, 86], [86, 178], [178, 179], [180, 85], [85, 179], [179, 180], [181, 84], [84, 180], [180, 181], [182, 83], [83, 181], [181, 182], [194, 201], [201, 182], [182, 194], [177, 137], [137, 132], [132, 177], [184, 76], [76, 183], [183, 184], [185, 61], [61, 184], [184, 185], [186, 57], [57, 185], [185, 186], [216, 212], [212, 186], [186, 216], [192, 214], [214, 187], [187, 192], [139, 34], [34, 156], [156, 139], [218, 79], [79, 237], [237, 218], [147, 123], [123, 177], [177, 147], [45, 44], [44, 4], [4, 45], [208, 201], [201, 32], [32, 208], [98, 64], [64, 129], [129, 98], [192, 213], [213, 138], [138, 192], [235, 59], [59, 219], [219, 235], [141, 242], [242, 97], [97, 141], [97, 2], [2, 141], [141, 97], [240, 75], [75, 235], [235, 240], [229, 24], [24, 228], [228, 229], [31, 25], [25, 226], [226, 31], [230, 23], [23, 229], [229, 230], [231, 22], [22, 230], [230, 231], [232, 26], [26, 231], [231, 232], [233, 112], [112, 232], [232, 233], [244, 189], [189, 243], [243, 244], [189, 221], [221, 190], [190, 189], [222, 28], [28, 221], [221, 222], [223, 27], [27, 222], [222, 223], [224, 29], [29, 223], [223, 224], [225, 30], [30, 224], [224, 225], [113, 247], [247, 225], [225, 113], [99, 60], [60, 240], [240, 99], [213, 147], [147, 215], [215, 213], [60, 20], [20, 166], [166, 60], [192, 187], [187, 213], [213, 192], [243, 112], [112, 244], [244, 243], [244, 233], [233, 245], [245, 244], [245, 128], [128, 188], [188, 245], [188, 114], [114, 174], [174, 188], [134, 131], [131, 220], [220, 134], [174, 217], [217, 236], [236, 174], [236, 198], [198, 134], [134, 236], [215, 177], [177, 58], [58, 215], [156, 143], [143, 124], [124, 156], [25, 110], [110, 7], [7, 25], [31, 228], [228, 25], [25, 31], [264, 356], [356, 368], [368, 264], [0, 11], [11, 267], [267, 0], [451, 452], [452, 349], [349, 451], [267, 302], [302, 269], [269, 267], [350, 357], [357, 277], [277, 350], [350, 452], [452, 357], [357, 350], [299, 333], [333, 297], [297, 299], [396, 175], [175, 377], [377, 396], [280, 347], [347, 330], [330, 280], [269, 303], [303, 270], [270, 269], [151, 9], [9, 337], [337, 151], [344, 278], [278, 360], [360, 344], [424, 418], [418, 431], [431, 424], [270, 304], [304, 409], [409, 270], [272, 310], [310, 407], [407, 272], [322, 270], [270, 410], [410, 322], [449, 450], [450, 347], [347, 449], [432, 422], [422, 434], [434, 432], [18, 313], [313, 17], [17, 18], [291, 306], [306, 375], [375, 291], [259, 387], [387, 260], [260, 259], [424, 335], [335, 418], [418, 424], [434, 364], [364, 416], [416, 434], [391, 423], [423, 327], [327, 391], [301, 251], [251, 298], [298, 301], [275, 281], [281, 4], [4, 275], [254, 373], [373, 253], [253, 254], [375, 307], [307, 321], [321, 375], [280, 425], [425, 411], [411, 280], [200, 421], [421, 18], [18, 200], [335, 321], [321, 406], [406, 335], [321, 320], [320, 405], [405, 321], [314, 315], [315, 17], [17, 314], [423, 426], [426, 266], [266, 423], [396, 377], [377, 369], [369, 396], [270, 322], [322, 269], [269, 270], [413, 417], [417, 464], [464, 413], [385, 386], [386, 258], [258, 385], [248, 456], [456, 419], [419, 248], [298, 284], [284, 333], [333, 298], [168, 417], [417, 8], [8, 168], [448, 346], [346, 261], [261, 448], [417, 413], [413, 285], [285, 417], [326, 327], [327, 328], [328, 326], [277, 355], [355, 329], [329, 277], [309, 392], [392, 438], [438, 309], [381, 382], [382, 256], [256, 381], [279, 429], [429, 360], [360, 279], [365, 364], [364, 379], [379, 365], [355, 277], [277, 437], [437, 355], [282, 443], [443, 283], [283, 282], [281, 275], [275, 363], [363, 281], [395, 431], [431, 369], [369, 395], [299, 297], [297, 337], [337, 299], [335, 273], [273, 321], [321, 335], [348, 450], [450, 349], [349, 348], [359, 446], [446, 467], [467, 359], [283, 293], [293, 282], [282, 283], [250, 458], [458, 462], [462, 250], [300, 276], [276, 383], [383, 300], [292, 308], [308, 325], [325, 292], [283, 276], [276, 293], [293, 283], [264, 372], [372, 447], [447, 264], [346, 352], [352, 340], [340, 346], [354, 274], [274, 19], [19, 354], [363, 456], [456, 281], [281, 363], [426, 436], [436, 425], [425, 426], [380, 381], [381, 252], [252, 380], [267, 269], [269, 393], [393, 267], [421, 200], [200, 428], [428, 421], [371, 266], [266, 329], [329, 371], [432, 287], [287, 422], [422, 432], [290, 250], [250, 328], [328, 290], [385, 258], [258, 384], [384, 385], [446, 265], [265, 342], [342, 446], [386, 387], [387, 257], [257, 386], [422, 424], [424, 430], [430, 422], [445, 342], [342, 276], [276, 445], [422, 273], [273, 424], [424, 422], [306, 292], [292, 307], [307, 306], [352, 366], [366, 345], [345, 352], [268, 271], [271, 302], [302, 268], [358, 423], [423, 371], [371, 358], [327, 294], [294, 460], [460, 327], [331, 279], [279, 294], [294, 331], [303, 271], [271, 304], [304, 303], [436, 432], [432, 427], [427, 436], [304, 272], [272, 408], [408, 304], [395, 394], [394, 431], [431, 395], [378, 395], [395, 400], [400, 378], [296, 334], [334, 299], [299, 296], [6, 351], [351, 168], [168, 6], [376, 352], [352, 411], [411, 376], [307, 325], [325, 320], [320, 307], [285, 295], [295, 336], [336, 285], [320, 319], [319, 404], [404, 320], [329, 330], [330, 349], [349, 329], [334, 293], [293, 333], [333, 334], [366, 323], [323, 447], [447, 366], [316, 15], [15, 315], [315, 316], [331, 358], [358, 279], [279, 331], [317, 14], [14, 316], [316, 317], [8, 285], [285, 9], [9, 8], [277, 329], [329, 350], [350, 277], [253, 374], [374, 252], [252, 253], [319, 318], [318, 403], [403, 319], [351, 6], [6, 419], [419, 351], [324, 318], [318, 325], [325, 324], [397, 367], [367, 365], [365, 397], [288, 435], [435, 397], [397, 288], [278, 344], [344, 439], [439, 278], [310, 272], [272, 311], [311, 310], [248, 195], [195, 281], [281, 248], [375, 273], [273, 291], [291, 375], [175, 396], [396, 199], [199, 175], [312, 311], [311, 268], [268, 312], [276, 283], [283, 445], [445, 276], [390, 373], [373, 339], [339, 390], [295, 282], [282, 296], [296, 295], [448, 449], [449, 346], [346, 448], [356, 264], [264, 454], [454, 356], [337, 336], [336, 299], [299, 337], [337, 338], [338, 151], [151, 337], [294, 278], [278, 455], [455, 294], [308, 292], [292, 415], [415, 308], [429, 358], [358, 355], [355, 429], [265, 340], [340, 372], [372, 265], [352, 346], [346, 280], [280, 352], [295, 442], [442, 282], [282, 295], [354, 19], [19, 370], [370, 354], [285, 441], [441, 295], [295, 285], [195, 248], [248, 197], [197, 195], [457, 440], [440, 274], [274, 457], [301, 300], [300, 368], [368, 301], [417, 351], [351, 465], [465, 417], [251, 301], [301, 389], [389, 251], [394, 395], [395, 379], [379, 394], [399, 412], [412, 419], [419, 399], [410, 436], [436, 322], [322, 410], [326, 2], [2, 393], [393, 326], [354, 370], [370, 461], [461, 354], [393, 164], [164, 267], [267, 393], [268, 302], [302, 12], [12, 268], [312, 268], [268, 13], [13, 312], [298, 293], [293, 301], [301, 298], [265, 446], [446, 340], [340, 265], [280, 330], [330, 425], [425, 280], [322, 426], [426, 391], [391, 322], [420, 429], [429, 437], [437, 420], [393, 391], [391, 326], [326, 393], [344, 440], [440, 438], [438, 344], [458, 459], [459, 461], [461, 458], [364, 434], [434, 394], [394, 364], [428, 396], [396, 262], [262, 428], [274, 354], [354, 457], [457, 274], [317, 316], [316, 402], [402, 317], [316, 315], [315, 403], [403, 316], [315, 314], [314, 404], [404, 315], [314, 313], [313, 405], [405, 314], [313, 421], [421, 406], [406, 313], [323, 366], [366, 361], [361, 323], [292, 306], [306, 407], [407, 292], [306, 291], [291, 408], [408, 306], [291, 287], [287, 409], [409, 291], [287, 432], [432, 410], [410, 287], [427, 434], [434, 411], [411, 427], [372, 264], [264, 383], [383, 372], [459, 309], [309, 457], [457, 459], [366, 352], [352, 401], [401, 366], [1, 274], [274, 4], [4, 1], [418, 421], [421, 262], [262, 418], [331, 294], [294, 358], [358, 331], [435, 433], [433, 367], [367, 435], [392, 289], [289, 439], [439, 392], [328, 462], [462, 326], [326, 328], [94, 2], [2, 370], [370, 94], [289, 305], [305, 455], [455, 289], [339, 254], [254, 448], [448, 339], [359, 255], [255, 446], [446, 359], [254, 253], [253, 449], [449, 254], [253, 252], [252, 450], [450, 253], [252, 256], [256, 451], [451, 252], [256, 341], [341, 452], [452, 256], [414, 413], [413, 463], [463, 414], [286, 441], [441, 414], [414, 286], [286, 258], [258, 441], [441, 286], [258, 257], [257, 442], [442, 258], [257, 259], [259, 443], [443, 257], [259, 260], [260, 444], [444, 259], [260, 467], [467, 445], [445, 260], [309, 459], [459, 250], [250, 309], [305, 289], [289, 290], [290, 305], [305, 290], [290, 460], [460, 305], [401, 376], [376, 435], [435, 401], [309, 250], [250, 392], [392, 309], [376, 411], [411, 433], [433, 376], [453, 341], [341, 464], [464, 453], [357, 453], [453, 465], [465, 357], [343, 357], [357, 412], [412, 343], [437, 343], [343, 399], [399, 437], [344, 360], [360, 440], [440, 344], [420, 437], [437, 456], [456, 420], [360, 420], [420, 363], [363, 360], [361, 401], [401, 288], [288, 361], [265, 372], [372, 353], [353, 265], [390, 339], [339, 249], [249, 390], [339, 448], [448, 255], [255, 339]);
2937
+ function _i(t) {
2938
+ t.j = { faceLandmarks: [], faceBlendshapes: [], facialTransformationMatrixes: [] };
2939
+ }
2940
+ var x = class extends q {
2941
+ constructor(t, e) {
2942
+ super(new pt(t, e), "image_in", "norm_rect", !1), this.j = { faceLandmarks: [], faceBlendshapes: [], facialTransformationMatrixes: [] }, this.outputFacialTransformationMatrixes = this.outputFaceBlendshapes = !1, m(t = this.h = new qo(), 0, 1, e = new I()), this.v = new $o(), m(this.h, 0, 3, this.v), this.s = new Cn(), m(this.h, 0, 2, this.s), St(this.s, 4, 1), d(this.s, 2, 0.5), d(this.v, 2, 0.5), d(this.h, 4, 0.5);
2943
+ }
2944
+ get baseOptions() {
2945
+ return w(this.h, I, 1);
2946
+ }
2947
+ set baseOptions(t) {
2948
+ m(this.h, 0, 1, t);
2949
+ }
2950
+ o(t) {
2951
+ return "numFaces" in t && St(this.s, 4, t.numFaces ?? 1), "minFaceDetectionConfidence" in t && d(this.s, 2, t.minFaceDetectionConfidence ?? 0.5), "minTrackingConfidence" in t && d(this.h, 4, t.minTrackingConfidence ?? 0.5), "minFacePresenceConfidence" in t && d(this.v, 2, t.minFacePresenceConfidence ?? 0.5), "outputFaceBlendshapes" in t && (this.outputFaceBlendshapes = !!t.outputFaceBlendshapes), "outputFacialTransformationMatrixes" in t && (this.outputFacialTransformationMatrixes = !!t.outputFacialTransformationMatrixes), this.l(t);
2952
+ }
2953
+ D(t, e) {
2954
+ return _i(this), gt(this, t, e), this.j;
2955
+ }
2956
+ F(t, e, n) {
2957
+ return _i(this), Lt(this, t, n, e), this.j;
2958
+ }
2959
+ m() {
2960
+ var t = new J();
2961
+ F(t, "image_in"), F(t, "norm_rect"), b(t, "face_landmarks");
2962
+ const e = new rt();
2963
+ yt(e, B1, this.h);
2964
+ const n = new W();
2965
+ it(n, "mediapipe.tasks.vision.face_landmarker.FaceLandmarkerGraph"), L(n, "IMAGE:image_in"), L(n, "NORM_RECT:norm_rect"), v(n, "NORM_LANDMARKS:face_landmarks"), n.o(e), ot(t, n), this.g.attachProtoVectorListener("face_landmarks", (r, s) => {
2966
+ for (const i of r) r = Ye(i), this.j.faceLandmarks.push(Nn(r));
2967
+ l(this, s);
2968
+ }), this.g.attachEmptyPacketListener("face_landmarks", (r) => {
2969
+ l(this, r);
2970
+ }), this.outputFaceBlendshapes && (b(t, "blendshapes"), v(n, "BLENDSHAPES:blendshapes"), this.g.attachProtoVectorListener("blendshapes", (r, s) => {
2971
+ if (this.outputFaceBlendshapes) for (const i of r) r = Rn(i), this.j.faceBlendshapes.push(us(r.g() ?? []));
2972
+ l(this, s);
2973
+ }), this.g.attachEmptyPacketListener("blendshapes", (r) => {
2974
+ l(this, r);
2975
+ })), this.outputFacialTransformationMatrixes && (b(t, "face_geometry"), v(n, "FACE_GEOMETRY:face_geometry"), this.g.attachProtoVectorListener("face_geometry", (r, s) => {
2976
+ if (this.outputFacialTransformationMatrixes) for (const i of r) (r = w(D1(i), F1, 2)) && this.j.facialTransformationMatrixes.push({ rows: ft(r, 1) ?? 0 ?? 0, columns: ft(r, 2) ?? 0 ?? 0, data: Zt(r, 3, Xt, Jt()).slice() ?? [] });
2977
+ l(this, s);
2978
+ }), this.g.attachEmptyPacketListener("face_geometry", (r) => {
2979
+ l(this, r);
2980
+ })), t = t.g(), this.setGraph(new Uint8Array(t), !0);
2981
+ }
2982
+ };
2983
+ x.prototype.detectForVideo = x.prototype.F, x.prototype.detect = x.prototype.D, x.prototype.setOptions = x.prototype.o, x.createFromModelPath = function(t, e) {
2984
+ return _(x, t, { baseOptions: { modelAssetPath: e } });
2985
+ }, x.createFromModelBuffer = function(t, e) {
2986
+ return _(x, t, { baseOptions: { modelAssetBuffer: e } });
2987
+ }, x.createFromOptions = function(t, e) {
2988
+ return _(x, t, e);
2989
+ }, x.FACE_LANDMARKS_LIPS = ms, x.FACE_LANDMARKS_LEFT_EYE = ys, x.FACE_LANDMARKS_LEFT_EYEBROW = _s, x.FACE_LANDMARKS_LEFT_IRIS = Ea, x.FACE_LANDMARKS_RIGHT_EYE = vs, x.FACE_LANDMARKS_RIGHT_EYEBROW = ws, x.FACE_LANDMARKS_RIGHT_IRIS = ka, x.FACE_LANDMARKS_FACE_OVAL = bs, x.FACE_LANDMARKS_CONTOURS = Ta, x.FACE_LANDMARKS_TESSELATION = Sa;
2990
+ var At = class extends q {
2991
+ constructor(t, e) {
2992
+ super(new pt(t, e), "image_in", "norm_rect", !0), m(t = this.j = new Zo(), 0, 1, e = new I());
2993
+ }
2994
+ get baseOptions() {
2995
+ return w(this.j, I, 1);
2996
+ }
2997
+ set baseOptions(t) {
2998
+ m(this.j, 0, 1, t);
2999
+ }
3000
+ o(t) {
3001
+ return super.l(t);
3002
+ }
3003
+ Ka(t, e, n) {
3004
+ const r = typeof e != "function" ? e : {};
3005
+ if (this.h = typeof e == "function" ? e : n, gt(this, t, r ?? {}), !this.h) return this.s;
3006
+ }
3007
+ m() {
3008
+ var t = new J();
3009
+ F(t, "image_in"), F(t, "norm_rect"), b(t, "stylized_image");
3010
+ const e = new rt();
3011
+ yt(e, U1, this.j);
3012
+ const n = new W();
3013
+ it(n, "mediapipe.tasks.vision.face_stylizer.FaceStylizerGraph"), L(n, "IMAGE:image_in"), L(n, "NORM_RECT:norm_rect"), v(n, "STYLIZED_IMAGE:stylized_image"), n.o(e), ot(t, n), this.g.V("stylized_image", (r, s) => {
3014
+ var i = !this.h, o = r.data, a = r.width;
3015
+ const c = a * (r = r.height);
3016
+ if (o instanceof Uint8Array) if (o.length === 3 * c) {
3017
+ const h = new Uint8ClampedArray(4 * c);
3018
+ for (let u = 0; u < c; ++u) h[4 * u] = o[3 * u], h[4 * u + 1] = o[3 * u + 1], h[4 * u + 2] = o[3 * u + 2], h[4 * u + 3] = 255;
3019
+ o = new ImageData(h, a, r);
3020
+ } else {
3021
+ if (o.length !== 4 * c) throw Error("Unsupported channel count: " + o.length / c);
3022
+ o = new ImageData(new Uint8ClampedArray(o.buffer, o.byteOffset, o.length), a, r);
3023
+ }
3024
+ else if (!(o instanceof WebGLTexture)) throw Error(`Unsupported format: ${o.constructor.name}`);
3025
+ a = new H([o], !1, !1, this.g.i.canvas, this.P, a, r), this.s = i = i ? a.clone() : a, this.h && this.h(i), l(this, s);
3026
+ }), this.g.attachEmptyPacketListener("stylized_image", (r) => {
3027
+ this.s = null, this.h && this.h(null), l(this, r);
3028
+ }), t = t.g(), this.setGraph(new Uint8Array(t), !0);
3029
+ }
3030
+ };
3031
+ At.prototype.stylize = At.prototype.Ka, At.prototype.setOptions = At.prototype.o, At.createFromModelPath = function(t, e) {
3032
+ return _(At, t, { baseOptions: { modelAssetPath: e } });
3033
+ }, At.createFromModelBuffer = function(t, e) {
3034
+ return _(At, t, { baseOptions: { modelAssetBuffer: e } });
3035
+ }, At.createFromOptions = function(t, e) {
3036
+ return _(At, t, e);
3037
+ };
3038
+ var As = wt([0, 1], [1, 2], [2, 3], [3, 4], [0, 5], [5, 6], [6, 7], [7, 8], [5, 9], [9, 10], [10, 11], [11, 12], [9, 13], [13, 14], [14, 15], [15, 16], [13, 17], [0, 17], [17, 18], [18, 19], [19, 20]);
3039
+ function vi(t) {
3040
+ t.gestures = [], t.landmarks = [], t.worldLandmarks = [], t.handedness = [];
3041
+ }
3042
+ function wi(t) {
3043
+ return t.gestures.length === 0 ? { gestures: [], landmarks: [], worldLandmarks: [], handedness: [], handednesses: [] } : { gestures: t.gestures, landmarks: t.landmarks, worldLandmarks: t.worldLandmarks, handedness: t.handedness, handednesses: t.handedness };
3044
+ }
3045
+ function bi(t, e = !0) {
3046
+ const n = [];
3047
+ for (const s of t) {
3048
+ var r = Rn(s);
3049
+ t = [];
3050
+ for (const i of r.g()) r = e && ft(i, 1) != null ? ft(i, 1) ?? 0 : -1, t.push({ score: N(i, 2) ?? 0, index: r, categoryName: dt(i, 3) ?? "" ?? "", displayName: dt(i, 4) ?? "" ?? "" });
3051
+ n.push(t);
3052
+ }
3053
+ return n;
3054
+ }
3055
+ var Z = class extends q {
3056
+ constructor(t, e) {
3057
+ super(new pt(t, e), "image_in", "norm_rect", !1), this.gestures = [], this.landmarks = [], this.worldLandmarks = [], this.handedness = [], m(t = this.j = new ea(), 0, 1, e = new I()), this.s = new os(), m(this.j, 0, 2, this.s), this.C = new is(), m(this.s, 0, 3, this.C), this.v = new ta(), m(this.s, 0, 2, this.v), this.h = new G1(), m(this.j, 0, 3, this.h), d(this.v, 2, 0.5), d(this.s, 4, 0.5), d(this.C, 2, 0.5);
3058
+ }
3059
+ get baseOptions() {
3060
+ return w(this.j, I, 1);
3061
+ }
3062
+ set baseOptions(t) {
3063
+ m(this.j, 0, 1, t);
3064
+ }
3065
+ o(t) {
3066
+ var s, i, o, a;
3067
+ if (St(this.v, 3, t.numHands ?? 1), "minHandDetectionConfidence" in t && d(this.v, 2, t.minHandDetectionConfidence ?? 0.5), "minTrackingConfidence" in t && d(this.s, 4, t.minTrackingConfidence ?? 0.5), "minHandPresenceConfidence" in t && d(this.C, 2, t.minHandPresenceConfidence ?? 0.5), t.cannedGesturesClassifierOptions) {
3068
+ var e = new oe(), n = e, r = pr(t.cannedGesturesClassifierOptions, (s = w(this.h, oe, 3)) == null ? void 0 : s.h());
3069
+ m(n, 0, 2, r), m(this.h, 0, 3, e);
3070
+ } else t.cannedGesturesClassifierOptions === void 0 && ((i = w(this.h, oe, 3)) == null || i.g());
3071
+ return t.customGesturesClassifierOptions ? (m(n = e = new oe(), 0, 2, r = pr(t.customGesturesClassifierOptions, (o = w(this.h, oe, 4)) == null ? void 0 : o.h())), m(this.h, 0, 4, e)) : t.customGesturesClassifierOptions === void 0 && ((a = w(this.h, oe, 4)) == null || a.g()), this.l(t);
3072
+ }
3073
+ Fa(t, e) {
3074
+ return vi(this), gt(this, t, e), wi(this);
3075
+ }
3076
+ Ga(t, e, n) {
3077
+ return vi(this), Lt(this, t, n, e), wi(this);
3078
+ }
3079
+ m() {
3080
+ var t = new J();
3081
+ F(t, "image_in"), F(t, "norm_rect"), b(t, "hand_gestures"), b(t, "hand_landmarks"), b(t, "world_hand_landmarks"), b(t, "handedness");
3082
+ const e = new rt();
3083
+ yt(e, V1, this.j);
3084
+ const n = new W();
3085
+ it(n, "mediapipe.tasks.vision.gesture_recognizer.GestureRecognizerGraph"), L(n, "IMAGE:image_in"), L(n, "NORM_RECT:norm_rect"), v(n, "HAND_GESTURES:hand_gestures"), v(n, "LANDMARKS:hand_landmarks"), v(n, "WORLD_LANDMARKS:world_hand_landmarks"), v(n, "HANDEDNESS:handedness"), n.o(e), ot(t, n), this.g.attachProtoVectorListener("hand_landmarks", (r, s) => {
3086
+ for (const i of r) {
3087
+ r = Ye(i);
3088
+ const o = [];
3089
+ for (const a of Rt(r, zo, 1)) o.push({ x: N(a, 1) ?? 0, y: N(a, 2) ?? 0, z: N(a, 3) ?? 0, visibility: N(a, 4) ?? 0 });
3090
+ this.landmarks.push(o);
3091
+ }
3092
+ l(this, s);
3093
+ }), this.g.attachEmptyPacketListener("hand_landmarks", (r) => {
3094
+ l(this, r);
3095
+ }), this.g.attachProtoVectorListener("world_hand_landmarks", (r, s) => {
3096
+ for (const i of r) {
3097
+ r = fe(i);
3098
+ const o = [];
3099
+ for (const a of Rt(r, Ho, 1)) o.push({ x: N(a, 1) ?? 0, y: N(a, 2) ?? 0, z: N(a, 3) ?? 0, visibility: N(a, 4) ?? 0 });
3100
+ this.worldLandmarks.push(o);
3101
+ }
3102
+ l(this, s);
3103
+ }), this.g.attachEmptyPacketListener("world_hand_landmarks", (r) => {
3104
+ l(this, r);
3105
+ }), this.g.attachProtoVectorListener("hand_gestures", (r, s) => {
3106
+ this.gestures.push(...bi(r, !1)), l(this, s);
3107
+ }), this.g.attachEmptyPacketListener("hand_gestures", (r) => {
3108
+ l(this, r);
3109
+ }), this.g.attachProtoVectorListener("handedness", (r, s) => {
3110
+ this.handedness.push(...bi(r)), l(this, s);
3111
+ }), this.g.attachEmptyPacketListener("handedness", (r) => {
3112
+ l(this, r);
3113
+ }), t = t.g(), this.setGraph(new Uint8Array(t), !0);
3114
+ }
3115
+ };
3116
+ function Ai(t) {
3117
+ return { landmarks: t.landmarks, worldLandmarks: t.worldLandmarks, handednesses: t.handedness, handedness: t.handedness };
3118
+ }
3119
+ Z.prototype.recognizeForVideo = Z.prototype.Ga, Z.prototype.recognize = Z.prototype.Fa, Z.prototype.setOptions = Z.prototype.o, Z.createFromModelPath = function(t, e) {
3120
+ return _(Z, t, { baseOptions: { modelAssetPath: e } });
3121
+ }, Z.createFromModelBuffer = function(t, e) {
3122
+ return _(Z, t, { baseOptions: { modelAssetBuffer: e } });
3123
+ }, Z.createFromOptions = function(t, e) {
3124
+ return _(Z, t, e);
3125
+ }, Z.HAND_CONNECTIONS = As;
3126
+ var Q = class extends q {
3127
+ constructor(t, e) {
3128
+ super(new pt(t, e), "image_in", "norm_rect", !1), this.landmarks = [], this.worldLandmarks = [], this.handedness = [], m(t = this.h = new os(), 0, 1, e = new I()), this.s = new is(), m(this.h, 0, 3, this.s), this.j = new ta(), m(this.h, 0, 2, this.j), St(this.j, 3, 1), d(this.j, 2, 0.5), d(this.s, 2, 0.5), d(this.h, 4, 0.5);
3129
+ }
3130
+ get baseOptions() {
3131
+ return w(this.h, I, 1);
3132
+ }
3133
+ set baseOptions(t) {
3134
+ m(this.h, 0, 1, t);
3135
+ }
3136
+ o(t) {
3137
+ return "numHands" in t && St(this.j, 3, t.numHands ?? 1), "minHandDetectionConfidence" in t && d(this.j, 2, t.minHandDetectionConfidence ?? 0.5), "minTrackingConfidence" in t && d(this.h, 4, t.minTrackingConfidence ?? 0.5), "minHandPresenceConfidence" in t && d(this.s, 2, t.minHandPresenceConfidence ?? 0.5), this.l(t);
3138
+ }
3139
+ D(t, e) {
3140
+ return this.landmarks = [], this.worldLandmarks = [], this.handedness = [], gt(this, t, e), Ai(this);
3141
+ }
3142
+ F(t, e, n) {
3143
+ return this.landmarks = [], this.worldLandmarks = [], this.handedness = [], Lt(this, t, n, e), Ai(this);
3144
+ }
3145
+ m() {
3146
+ var t = new J();
3147
+ F(t, "image_in"), F(t, "norm_rect"), b(t, "hand_landmarks"), b(t, "world_hand_landmarks"), b(t, "handedness");
3148
+ const e = new rt();
3149
+ yt(e, j1, this.h);
3150
+ const n = new W();
3151
+ it(n, "mediapipe.tasks.vision.hand_landmarker.HandLandmarkerGraph"), L(n, "IMAGE:image_in"), L(n, "NORM_RECT:norm_rect"), v(n, "LANDMARKS:hand_landmarks"), v(n, "WORLD_LANDMARKS:world_hand_landmarks"), v(n, "HANDEDNESS:handedness"), n.o(e), ot(t, n), this.g.attachProtoVectorListener("hand_landmarks", (r, s) => {
3152
+ for (const i of r) r = Ye(i), this.landmarks.push(Nn(r));
3153
+ l(this, s);
3154
+ }), this.g.attachEmptyPacketListener("hand_landmarks", (r) => {
3155
+ l(this, r);
3156
+ }), this.g.attachProtoVectorListener("world_hand_landmarks", (r, s) => {
3157
+ for (const i of r) r = fe(i), this.worldLandmarks.push(Ue(r));
3158
+ l(this, s);
3159
+ }), this.g.attachEmptyPacketListener("world_hand_landmarks", (r) => {
3160
+ l(this, r);
3161
+ }), this.g.attachProtoVectorListener("handedness", (r, s) => {
3162
+ var i = this.handedness, o = i.push;
3163
+ const a = [];
3164
+ for (const c of r) {
3165
+ r = Rn(c);
3166
+ const h = [];
3167
+ for (const u of r.g()) h.push({ score: N(u, 2) ?? 0, index: ft(u, 1) ?? 0 ?? -1, categoryName: dt(u, 3) ?? "" ?? "", displayName: dt(u, 4) ?? "" ?? "" });
3168
+ a.push(h);
3169
+ }
3170
+ o.call(i, ...a), l(this, s);
3171
+ }), this.g.attachEmptyPacketListener("handedness", (r) => {
3172
+ l(this, r);
3173
+ }), t = t.g(), this.setGraph(new Uint8Array(t), !0);
3174
+ }
3175
+ };
3176
+ Q.prototype.detectForVideo = Q.prototype.F, Q.prototype.detect = Q.prototype.D, Q.prototype.setOptions = Q.prototype.o, Q.createFromModelPath = function(t, e) {
3177
+ return _(Q, t, { baseOptions: { modelAssetPath: e } });
3178
+ }, Q.createFromModelBuffer = function(t, e) {
3179
+ return _(Q, t, { baseOptions: { modelAssetBuffer: e } });
3180
+ }, Q.createFromOptions = function(t, e) {
3181
+ return _(Q, t, e);
3182
+ }, Q.HAND_CONNECTIONS = As;
3183
+ var La = wt([0, 1], [1, 2], [2, 3], [3, 7], [0, 4], [4, 5], [5, 6], [6, 8], [9, 10], [11, 12], [11, 13], [13, 15], [15, 17], [15, 19], [15, 21], [17, 19], [12, 14], [14, 16], [16, 18], [16, 20], [16, 22], [18, 20], [11, 23], [12, 24], [23, 24], [23, 25], [24, 26], [25, 27], [26, 28], [27, 29], [28, 30], [29, 31], [30, 32], [27, 31], [28, 32]);
3184
+ function Ei(t) {
3185
+ t.h = { faceLandmarks: [], faceBlendshapes: [], poseLandmarks: [], poseWorldLandmarks: [], poseSegmentationMasks: [], leftHandLandmarks: [], leftHandWorldLandmarks: [], rightHandLandmarks: [], rightHandWorldLandmarks: [] };
3186
+ }
3187
+ function ki(t) {
3188
+ try {
3189
+ if (!t.C) return t.h;
3190
+ t.C(t.h);
3191
+ } finally {
3192
+ Bn(t);
3193
+ }
3194
+ }
3195
+ function Qe(t, e) {
3196
+ t = Ye(t), e.push(Nn(t));
3197
+ }
3198
+ var M = class extends q {
3199
+ constructor(t, e) {
3200
+ super(new pt(t, e), "input_frames_image", null, !1), this.h = { faceLandmarks: [], faceBlendshapes: [], poseLandmarks: [], poseWorldLandmarks: [], poseSegmentationMasks: [], leftHandLandmarks: [], leftHandWorldLandmarks: [], rightHandLandmarks: [], rightHandWorldLandmarks: [] }, this.outputPoseSegmentationMasks = this.outputFaceBlendshapes = !1, m(t = this.j = new oa(), 0, 1, e = new I()), this.K = new is(), m(this.j, 0, 2, this.K), this.Y = new H1(), m(this.j, 0, 3, this.Y), this.s = new Cn(), m(this.j, 0, 4, this.s), this.H = new $o(), m(this.j, 0, 5, this.H), this.v = new sa(), m(this.j, 0, 6, this.v), this.L = new ia(), m(this.j, 0, 7, this.L), d(this.s, 2, 0.5), d(this.s, 3, 0.3), d(this.H, 2, 0.5), d(this.v, 2, 0.5), d(this.v, 3, 0.3), d(this.L, 2, 0.5), d(this.K, 2, 0.5);
3201
+ }
3202
+ get baseOptions() {
3203
+ return w(this.j, I, 1);
3204
+ }
3205
+ set baseOptions(t) {
3206
+ m(this.j, 0, 1, t);
3207
+ }
3208
+ o(t) {
3209
+ return "minFaceDetectionConfidence" in t && d(this.s, 2, t.minFaceDetectionConfidence ?? 0.5), "minFaceSuppressionThreshold" in t && d(this.s, 3, t.minFaceSuppressionThreshold ?? 0.3), "minFacePresenceConfidence" in t && d(this.H, 2, t.minFacePresenceConfidence ?? 0.5), "outputFaceBlendshapes" in t && (this.outputFaceBlendshapes = !!t.outputFaceBlendshapes), "minPoseDetectionConfidence" in t && d(this.v, 2, t.minPoseDetectionConfidence ?? 0.5), "minPoseSuppressionThreshold" in t && d(this.v, 3, t.minPoseSuppressionThreshold ?? 0.3), "minPosePresenceConfidence" in t && d(this.L, 2, t.minPosePresenceConfidence ?? 0.5), "outputPoseSegmentationMasks" in t && (this.outputPoseSegmentationMasks = !!t.outputPoseSegmentationMasks), "minHandLandmarksConfidence" in t && d(this.K, 2, t.minHandLandmarksConfidence ?? 0.5), this.l(t);
3210
+ }
3211
+ D(t, e, n) {
3212
+ const r = typeof e != "function" ? e : {};
3213
+ return this.C = typeof e == "function" ? e : n, Ei(this), gt(this, t, r), ki(this);
3214
+ }
3215
+ F(t, e, n, r) {
3216
+ const s = typeof n != "function" ? n : {};
3217
+ return this.C = typeof n == "function" ? n : r, Ei(this), Lt(this, t, s, e), ki(this);
3218
+ }
3219
+ m() {
3220
+ var t = new J();
3221
+ F(t, "input_frames_image"), b(t, "pose_landmarks"), b(t, "pose_world_landmarks"), b(t, "face_landmarks"), b(t, "left_hand_landmarks"), b(t, "left_hand_world_landmarks"), b(t, "right_hand_landmarks"), b(t, "right_hand_world_landmarks");
3222
+ const e = new rt(), n = new Xs();
3223
+ cr(n, 1, Le("type.googleapis.com/mediapipe.tasks.vision.holistic_landmarker.proto.HolisticLandmarkerGraphOptions"), ""), function(s, i) {
3224
+ if (i != null) if (Array.isArray(i)) S(s, 2, bn(i, Rr, void 0, void 0, !1));
3225
+ else {
3226
+ if (!(typeof i == "string" || i instanceof It || te(i))) throw Error("invalid value in Any.value field: " + i + " expected a ByteString, a base64 encoded string, a Uint8Array or a jspb array");
3227
+ cr(s, 2, Sr(i, !1), ee());
3228
+ }
3229
+ }(n, this.j.g());
3230
+ const r = new W();
3231
+ it(r, "mediapipe.tasks.vision.holistic_landmarker.HolisticLandmarkerGraph"), an(r, 8, Xs, n), L(r, "IMAGE:input_frames_image"), v(r, "POSE_LANDMARKS:pose_landmarks"), v(r, "POSE_WORLD_LANDMARKS:pose_world_landmarks"), v(r, "FACE_LANDMARKS:face_landmarks"), v(r, "LEFT_HAND_LANDMARKS:left_hand_landmarks"), v(r, "LEFT_HAND_WORLD_LANDMARKS:left_hand_world_landmarks"), v(r, "RIGHT_HAND_LANDMARKS:right_hand_landmarks"), v(r, "RIGHT_HAND_WORLD_LANDMARKS:right_hand_world_landmarks"), r.o(e), ot(t, r), Dn(this, t), this.g.attachProtoListener("pose_landmarks", (s, i) => {
3232
+ Qe(s, this.h.poseLandmarks), l(this, i);
3233
+ }), this.g.attachEmptyPacketListener("pose_landmarks", (s) => {
3234
+ l(this, s);
3235
+ }), this.g.attachProtoListener("pose_world_landmarks", (s, i) => {
3236
+ var o = this.h.poseWorldLandmarks;
3237
+ s = fe(s), o.push(Ue(s)), l(this, i);
3238
+ }), this.g.attachEmptyPacketListener("pose_world_landmarks", (s) => {
3239
+ l(this, s);
3240
+ }), this.outputPoseSegmentationMasks && (v(r, "POSE_SEGMENTATION_MASK:pose_segmentation_mask"), we(this, "pose_segmentation_mask"), this.g.V("pose_segmentation_mask", (s, i) => {
3241
+ this.h.poseSegmentationMasks = [Ee(this, s, !0, !this.C)], l(this, i);
3242
+ }), this.g.attachEmptyPacketListener("pose_segmentation_mask", (s) => {
3243
+ this.h.poseSegmentationMasks = [], l(this, s);
3244
+ })), this.g.attachProtoListener("face_landmarks", (s, i) => {
3245
+ Qe(s, this.h.faceLandmarks), l(this, i);
3246
+ }), this.g.attachEmptyPacketListener("face_landmarks", (s) => {
3247
+ l(this, s);
3248
+ }), this.outputFaceBlendshapes && (b(t, "extra_blendshapes"), v(r, "FACE_BLENDSHAPES:extra_blendshapes"), this.g.attachProtoListener("extra_blendshapes", (s, i) => {
3249
+ var o = this.h.faceBlendshapes;
3250
+ this.outputFaceBlendshapes && (s = Rn(s), o.push(us(s.g() ?? []))), l(this, i);
3251
+ }), this.g.attachEmptyPacketListener("extra_blendshapes", (s) => {
3252
+ l(this, s);
3253
+ })), this.g.attachProtoListener("left_hand_landmarks", (s, i) => {
3254
+ Qe(s, this.h.leftHandLandmarks), l(this, i);
3255
+ }), this.g.attachEmptyPacketListener("left_hand_landmarks", (s) => {
3256
+ l(this, s);
3257
+ }), this.g.attachProtoListener("left_hand_world_landmarks", (s, i) => {
3258
+ var o = this.h.leftHandWorldLandmarks;
3259
+ s = fe(s), o.push(Ue(s)), l(this, i);
3260
+ }), this.g.attachEmptyPacketListener("left_hand_world_landmarks", (s) => {
3261
+ l(this, s);
3262
+ }), this.g.attachProtoListener("right_hand_landmarks", (s, i) => {
3263
+ Qe(s, this.h.rightHandLandmarks), l(this, i);
3264
+ }), this.g.attachEmptyPacketListener("right_hand_landmarks", (s) => {
3265
+ l(this, s);
3266
+ }), this.g.attachProtoListener("right_hand_world_landmarks", (s, i) => {
3267
+ var o = this.h.rightHandWorldLandmarks;
3268
+ s = fe(s), o.push(Ue(s)), l(this, i);
3269
+ }), this.g.attachEmptyPacketListener("right_hand_world_landmarks", (s) => {
3270
+ l(this, s);
3271
+ }), t = t.g(), this.setGraph(new Uint8Array(t), !0);
3272
+ }
3273
+ };
3274
+ M.prototype.detectForVideo = M.prototype.F, M.prototype.detect = M.prototype.D, M.prototype.setOptions = M.prototype.o, M.createFromModelPath = function(t, e) {
3275
+ return _(M, t, { baseOptions: { modelAssetPath: e } });
3276
+ }, M.createFromModelBuffer = function(t, e) {
3277
+ return _(M, t, { baseOptions: { modelAssetBuffer: e } });
3278
+ }, M.createFromOptions = function(t, e) {
3279
+ return _(M, t, e);
3280
+ }, M.HAND_CONNECTIONS = As, M.POSE_CONNECTIONS = La, M.FACE_LANDMARKS_LIPS = ms, M.FACE_LANDMARKS_LEFT_EYE = ys, M.FACE_LANDMARKS_LEFT_EYEBROW = _s, M.FACE_LANDMARKS_LEFT_IRIS = Ea, M.FACE_LANDMARKS_RIGHT_EYE = vs, M.FACE_LANDMARKS_RIGHT_EYEBROW = ws, M.FACE_LANDMARKS_RIGHT_IRIS = ka, M.FACE_LANDMARKS_FACE_OVAL = bs, M.FACE_LANDMARKS_CONTOURS = Ta, M.FACE_LANDMARKS_TESSELATION = Sa;
3281
+ var ht = class extends q {
3282
+ constructor(t, e) {
3283
+ super(new pt(t, e), "input_image", "norm_rect", !0), this.j = { classifications: [] }, m(t = this.h = new aa(), 0, 1, e = new I());
3284
+ }
3285
+ get baseOptions() {
3286
+ return w(this.h, I, 1);
3287
+ }
3288
+ set baseOptions(t) {
3289
+ m(this.h, 0, 1, t);
3290
+ }
3291
+ o(t) {
3292
+ return m(this.h, 0, 2, pr(t, w(this.h, ns, 2))), this.l(t);
3293
+ }
3294
+ qa(t, e) {
3295
+ return this.j = { classifications: [] }, gt(this, t, e), this.j;
3296
+ }
3297
+ ra(t, e, n) {
3298
+ return this.j = { classifications: [] }, Lt(this, t, n, e), this.j;
3299
+ }
3300
+ m() {
3301
+ var t = new J();
3302
+ F(t, "input_image"), F(t, "norm_rect"), b(t, "classifications");
3303
+ const e = new rt();
3304
+ yt(e, z1, this.h);
3305
+ const n = new W();
3306
+ it(n, "mediapipe.tasks.vision.image_classifier.ImageClassifierGraph"), L(n, "IMAGE:input_image"), L(n, "NORM_RECT:norm_rect"), v(n, "CLASSIFICATIONS:classifications"), n.o(e), ot(t, n), this.g.attachProtoListener("classifications", (r, s) => {
3307
+ this.j = function(i) {
3308
+ const o = { classifications: Rt(i, P1, 1).map((a) => {
3309
+ var c;
3310
+ return us(((c = w(a, Go, 4)) == null ? void 0 : c.g()) ?? [], ft(a, 2) ?? 0, dt(a, 3) ?? "");
3311
+ }) };
3312
+ return ir(_e(i, 2)) != null && (o.timestampMs = ir(_e(i, 2)) ?? 0), o;
3313
+ }(I1(r)), l(this, s);
3314
+ }), this.g.attachEmptyPacketListener("classifications", (r) => {
3315
+ l(this, r);
3316
+ }), t = t.g(), this.setGraph(new Uint8Array(t), !0);
3317
+ }
3318
+ };
3319
+ ht.prototype.classifyForVideo = ht.prototype.ra, ht.prototype.classify = ht.prototype.qa, ht.prototype.setOptions = ht.prototype.o, ht.createFromModelPath = function(t, e) {
3320
+ return _(ht, t, { baseOptions: { modelAssetPath: e } });
3321
+ }, ht.createFromModelBuffer = function(t, e) {
3322
+ return _(ht, t, { baseOptions: { modelAssetBuffer: e } });
3323
+ }, ht.createFromOptions = function(t, e) {
3324
+ return _(ht, t, e);
3325
+ };
3326
+ var tt = class extends q {
3327
+ constructor(t, e) {
3328
+ super(new pt(t, e), "image_in", "norm_rect", !0), this.h = new ca(), this.embeddings = { embeddings: [] }, m(t = this.h, 0, 1, e = new I());
3329
+ }
3330
+ get baseOptions() {
3331
+ return w(this.h, I, 1);
3332
+ }
3333
+ set baseOptions(t) {
3334
+ m(this.h, 0, 1, t);
3335
+ }
3336
+ o(t) {
3337
+ var e = this.h, n = w(this.h, ni, 2);
3338
+ return n = n ? n.clone() : new ni(), t.l2Normalize !== void 0 ? ze(n, 1, t.l2Normalize) : "l2Normalize" in t && S(n, 1), t.quantize !== void 0 ? ze(n, 2, t.quantize) : "quantize" in t && S(n, 2), m(e, 0, 2, n), this.l(t);
3339
+ }
3340
+ xa(t, e) {
3341
+ return gt(this, t, e), this.embeddings;
3342
+ }
3343
+ ya(t, e, n) {
3344
+ return Lt(this, t, n, e), this.embeddings;
3345
+ }
3346
+ m() {
3347
+ var t = new J();
3348
+ F(t, "image_in"), F(t, "norm_rect"), b(t, "embeddings_out");
3349
+ const e = new rt();
3350
+ yt(e, W1, this.h);
3351
+ const n = new W();
3352
+ it(n, "mediapipe.tasks.vision.image_embedder.ImageEmbedderGraph"), L(n, "IMAGE:image_in"), L(n, "NORM_RECT:norm_rect"), v(n, "EMBEDDINGS:embeddings_out"), n.o(e), ot(t, n), this.g.attachProtoListener("embeddings_out", (r, s) => {
3353
+ r = R1(r), this.embeddings = function(i) {
3354
+ return { embeddings: Rt(i, x1, 1).map((o) => {
3355
+ var c, h;
3356
+ const a = { headIndex: ft(o, 3) ?? 0 ?? -1, headName: dt(o, 4) ?? "" ?? "" };
3357
+ if (io(o, ei, Yn(o, 1)) !== void 0) o = Zt(o = w(o, ei, Yn(o, 1)), 1, Xt, Jt()), a.floatEmbedding = o.slice();
3358
+ else {
3359
+ const u = new Uint8Array(0);
3360
+ a.quantizedEmbedding = ((h = (c = w(o, O1, Yn(o, 2))) == null ? void 0 : c.ma()) == null ? void 0 : h.h()) ?? u;
3361
+ }
3362
+ return a;
3363
+ }), timestampMs: ir(_e(i, 2)) ?? 0 };
3364
+ }(r), l(this, s);
3365
+ }), this.g.attachEmptyPacketListener("embeddings_out", (r) => {
3366
+ l(this, r);
3367
+ }), t = t.g(), this.setGraph(new Uint8Array(t), !0);
3368
+ }
3369
+ };
3370
+ tt.cosineSimilarity = function(t, e) {
3371
+ if (t.floatEmbedding && e.floatEmbedding) t = ai(t.floatEmbedding, e.floatEmbedding);
3372
+ else {
3373
+ if (!t.quantizedEmbedding || !e.quantizedEmbedding) throw Error("Cannot compute cosine similarity between quantized and float embeddings.");
3374
+ t = ai(oi(t.quantizedEmbedding), oi(e.quantizedEmbedding));
3375
+ }
3376
+ return t;
3377
+ }, tt.prototype.embedForVideo = tt.prototype.ya, tt.prototype.embed = tt.prototype.xa, tt.prototype.setOptions = tt.prototype.o, tt.createFromModelPath = function(t, e) {
3378
+ return _(tt, t, { baseOptions: { modelAssetPath: e } });
3379
+ }, tt.createFromModelBuffer = function(t, e) {
3380
+ return _(tt, t, { baseOptions: { modelAssetBuffer: e } });
3381
+ }, tt.createFromOptions = function(t, e) {
3382
+ return _(tt, t, e);
3383
+ };
3384
+ var _r = class {
3385
+ constructor(t, e, n) {
3386
+ this.confidenceMasks = t, this.categoryMask = e, this.qualityScores = n;
3387
+ }
3388
+ close() {
3389
+ var t, e;
3390
+ (t = this.confidenceMasks) == null || t.forEach((n) => {
3391
+ n.close();
3392
+ }), (e = this.categoryMask) == null || e.close();
3393
+ }
3394
+ };
3395
+ function Ti(t) {
3396
+ t.categoryMask = void 0, t.confidenceMasks = void 0, t.qualityScores = void 0;
3397
+ }
3398
+ function Si(t) {
3399
+ try {
3400
+ const e = new _r(t.confidenceMasks, t.categoryMask, t.qualityScores);
3401
+ if (!t.j) return e;
3402
+ t.j(e);
3403
+ } finally {
3404
+ Bn(t);
3405
+ }
3406
+ }
3407
+ _r.prototype.close = _r.prototype.close;
3408
+ var Y = class extends q {
3409
+ constructor(t, e) {
3410
+ super(new pt(t, e), "image_in", "norm_rect", !1), this.s = [], this.outputCategoryMask = !1, this.outputConfidenceMasks = !0, this.h = new hs(), this.v = new ha(), m(this.h, 0, 3, this.v), m(t = this.h, 0, 1, e = new I());
3411
+ }
3412
+ get baseOptions() {
3413
+ return w(this.h, I, 1);
3414
+ }
3415
+ set baseOptions(t) {
3416
+ m(this.h, 0, 1, t);
3417
+ }
3418
+ o(t) {
3419
+ return t.displayNamesLocale !== void 0 ? S(this.h, 2, Le(t.displayNamesLocale)) : "displayNamesLocale" in t && S(this.h, 2), "outputCategoryMask" in t && (this.outputCategoryMask = t.outputCategoryMask ?? !1), "outputConfidenceMasks" in t && (this.outputConfidenceMasks = t.outputConfidenceMasks ?? !0), super.l(t);
3420
+ }
3421
+ J() {
3422
+ (function(t) {
3423
+ var n, r;
3424
+ const e = Rt(t.ca(), W, 1).filter((s) => (dt(s, 1) ?? "").includes("mediapipe.tasks.TensorsToSegmentationCalculator"));
3425
+ if (t.s = [], e.length > 1) throw Error("The graph has more than one mediapipe.tasks.TensorsToSegmentationCalculator.");
3426
+ e.length === 1 && (((r = (n = w(e[0], rt, 7)) == null ? void 0 : n.l()) == null ? void 0 : r.g()) ?? /* @__PURE__ */ new Map()).forEach((s, i) => {
3427
+ t.s[Number(i)] = dt(s, 1) ?? "";
3428
+ });
3429
+ })(this);
3430
+ }
3431
+ segment(t, e, n) {
3432
+ const r = typeof e != "function" ? e : {};
3433
+ return this.j = typeof e == "function" ? e : n, Ti(this), gt(this, t, r), Si(this);
3434
+ }
3435
+ Ia(t, e, n, r) {
3436
+ const s = typeof n != "function" ? n : {};
3437
+ return this.j = typeof n == "function" ? n : r, Ti(this), Lt(this, t, s, e), Si(this);
3438
+ }
3439
+ Ba() {
3440
+ return this.s;
3441
+ }
3442
+ m() {
3443
+ var t = new J();
3444
+ F(t, "image_in"), F(t, "norm_rect");
3445
+ const e = new rt();
3446
+ yt(e, la, this.h);
3447
+ const n = new W();
3448
+ it(n, "mediapipe.tasks.vision.image_segmenter.ImageSegmenterGraph"), L(n, "IMAGE:image_in"), L(n, "NORM_RECT:norm_rect"), n.o(e), ot(t, n), Dn(this, t), this.outputConfidenceMasks && (b(t, "confidence_masks"), v(n, "CONFIDENCE_MASKS:confidence_masks"), we(this, "confidence_masks"), this.g.ba("confidence_masks", (r, s) => {
3449
+ this.confidenceMasks = r.map((i) => Ee(this, i, !0, !this.j)), l(this, s);
3450
+ }), this.g.attachEmptyPacketListener("confidence_masks", (r) => {
3451
+ this.confidenceMasks = [], l(this, r);
3452
+ })), this.outputCategoryMask && (b(t, "category_mask"), v(n, "CATEGORY_MASK:category_mask"), we(this, "category_mask"), this.g.V("category_mask", (r, s) => {
3453
+ this.categoryMask = Ee(this, r, !1, !this.j), l(this, s);
3454
+ }), this.g.attachEmptyPacketListener("category_mask", (r) => {
3455
+ this.categoryMask = void 0, l(this, r);
3456
+ })), b(t, "quality_scores"), v(n, "QUALITY_SCORES:quality_scores"), this.g.attachFloatVectorListener("quality_scores", (r, s) => {
3457
+ this.qualityScores = r, l(this, s);
3458
+ }), this.g.attachEmptyPacketListener("quality_scores", (r) => {
3459
+ this.categoryMask = void 0, l(this, r);
3460
+ }), t = t.g(), this.setGraph(new Uint8Array(t), !0);
3461
+ }
3462
+ };
3463
+ Y.prototype.getLabels = Y.prototype.Ba, Y.prototype.segmentForVideo = Y.prototype.Ia, Y.prototype.segment = Y.prototype.segment, Y.prototype.setOptions = Y.prototype.o, Y.createFromModelPath = function(t, e) {
3464
+ return _(Y, t, { baseOptions: { modelAssetPath: e } });
3465
+ }, Y.createFromModelBuffer = function(t, e) {
3466
+ return _(Y, t, { baseOptions: { modelAssetBuffer: e } });
3467
+ }, Y.createFromOptions = function(t, e) {
3468
+ return _(Y, t, e);
3469
+ };
3470
+ var vr = class {
3471
+ constructor(t, e, n) {
3472
+ this.confidenceMasks = t, this.categoryMask = e, this.qualityScores = n;
3473
+ }
3474
+ close() {
3475
+ var t, e;
3476
+ (t = this.confidenceMasks) == null || t.forEach((n) => {
3477
+ n.close();
3478
+ }), (e = this.categoryMask) == null || e.close();
3479
+ }
3480
+ };
3481
+ vr.prototype.close = vr.prototype.close;
3482
+ var Q1 = class extends f {
3483
+ constructor(t) {
3484
+ super(t);
3485
+ }
3486
+ }, ce = [0, C, -2], ln = [0, Ft, -3, P, Ft, -1], Li = [0, ln], Fi = [0, ln, C, -1], tr = class extends f {
3487
+ constructor(t) {
3488
+ super(t);
3489
+ }
3490
+ }, Mi = [0, Ft, -1, P], t2 = class extends f {
3491
+ constructor(t) {
3492
+ super(t);
3493
+ }
3494
+ }, Pi = class extends f {
3495
+ constructor(t) {
3496
+ super(t);
3497
+ }
3498
+ }, wr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 15], Fa = class extends f {
3499
+ constructor(t) {
3500
+ super(t);
3501
+ }
3502
+ };
3503
+ Fa.prototype.g = xn([0, V, [0, wr, A, ln, A, [0, ln, ce], A, Li, A, [0, Li, ce], A, Mi, A, [0, Ft, -3, P, nt], A, [0, Ft, -3, P], A, [0, E, Ft, -2, P, C, P, -1, 2, Ft, ce], A, Fi, A, [0, Fi, ce], Ft, ce, E, A, [0, Ft, -3, P, ce, -1], A, [0, V, Mi]], E, [0, E, C, -1, P]]);
3504
+ var Et = class extends q {
3505
+ constructor(t, e) {
3506
+ super(new pt(t, e), "image_in", "norm_rect_in", !1), this.outputCategoryMask = !1, this.outputConfidenceMasks = !0, this.h = new hs(), this.s = new ha(), m(this.h, 0, 3, this.s), m(t = this.h, 0, 1, e = new I());
3507
+ }
3508
+ get baseOptions() {
3509
+ return w(this.h, I, 1);
3510
+ }
3511
+ set baseOptions(t) {
3512
+ m(this.h, 0, 1, t);
3513
+ }
3514
+ o(t) {
3515
+ return "outputCategoryMask" in t && (this.outputCategoryMask = t.outputCategoryMask ?? !1), "outputConfidenceMasks" in t && (this.outputConfidenceMasks = t.outputConfidenceMasks ?? !0), super.l(t);
3516
+ }
3517
+ segment(t, e, n, r) {
3518
+ const s = typeof n != "function" ? n : {};
3519
+ this.j = typeof n == "function" ? n : r, this.qualityScores = this.categoryMask = this.confidenceMasks = void 0, n = this.B + 1, r = new Fa();
3520
+ const i = new Pi();
3521
+ var o = new Q1();
3522
+ if (St(o, 1, 255), m(i, 0, 12, o), e.keypoint && e.scribble) throw Error("Cannot provide both keypoint and scribble.");
3523
+ if (e.keypoint) {
3524
+ var a = new tr();
3525
+ ze(a, 3, !0), d(a, 1, e.keypoint.x), d(a, 2, e.keypoint.y), De(i, 5, wr, a);
3526
+ } else {
3527
+ if (!e.scribble) throw Error("Must provide either a keypoint or a scribble.");
3528
+ for (a of (o = new t2(), e.scribble)) ze(e = new tr(), 3, !0), d(e, 1, a.x), d(e, 2, a.y), an(o, 1, tr, e);
3529
+ De(i, 15, wr, o);
3530
+ }
3531
+ an(r, 1, Pi, i), this.g.addProtoToStream(r.g(), "drishti.RenderData", "roi_in", n), gt(this, t, s);
3532
+ t: {
3533
+ try {
3534
+ const h = new vr(this.confidenceMasks, this.categoryMask, this.qualityScores);
3535
+ if (!this.j) {
3536
+ var c = h;
3537
+ break t;
3538
+ }
3539
+ this.j(h);
3540
+ } finally {
3541
+ Bn(this);
3542
+ }
3543
+ c = void 0;
3544
+ }
3545
+ return c;
3546
+ }
3547
+ m() {
3548
+ var t = new J();
3549
+ F(t, "image_in"), F(t, "roi_in"), F(t, "norm_rect_in");
3550
+ const e = new rt();
3551
+ yt(e, la, this.h);
3552
+ const n = new W();
3553
+ it(n, "mediapipe.tasks.vision.interactive_segmenter.InteractiveSegmenterGraph"), L(n, "IMAGE:image_in"), L(n, "ROI:roi_in"), L(n, "NORM_RECT:norm_rect_in"), n.o(e), ot(t, n), Dn(this, t), this.outputConfidenceMasks && (b(t, "confidence_masks"), v(n, "CONFIDENCE_MASKS:confidence_masks"), we(this, "confidence_masks"), this.g.ba("confidence_masks", (r, s) => {
3554
+ this.confidenceMasks = r.map((i) => Ee(this, i, !0, !this.j)), l(this, s);
3555
+ }), this.g.attachEmptyPacketListener("confidence_masks", (r) => {
3556
+ this.confidenceMasks = [], l(this, r);
3557
+ })), this.outputCategoryMask && (b(t, "category_mask"), v(n, "CATEGORY_MASK:category_mask"), we(this, "category_mask"), this.g.V("category_mask", (r, s) => {
3558
+ this.categoryMask = Ee(this, r, !1, !this.j), l(this, s);
3559
+ }), this.g.attachEmptyPacketListener("category_mask", (r) => {
3560
+ this.categoryMask = void 0, l(this, r);
3561
+ })), b(t, "quality_scores"), v(n, "QUALITY_SCORES:quality_scores"), this.g.attachFloatVectorListener("quality_scores", (r, s) => {
3562
+ this.qualityScores = r, l(this, s);
3563
+ }), this.g.attachEmptyPacketListener("quality_scores", (r) => {
3564
+ this.categoryMask = void 0, l(this, r);
3565
+ }), t = t.g(), this.setGraph(new Uint8Array(t), !0);
3566
+ }
3567
+ };
3568
+ Et.prototype.segment = Et.prototype.segment, Et.prototype.setOptions = Et.prototype.o, Et.createFromModelPath = function(t, e) {
3569
+ return _(Et, t, { baseOptions: { modelAssetPath: e } });
3570
+ }, Et.createFromModelBuffer = function(t, e) {
3571
+ return _(Et, t, { baseOptions: { modelAssetBuffer: e } });
3572
+ }, Et.createFromOptions = function(t, e) {
3573
+ return _(Et, t, e);
3574
+ };
3575
+ var ut = class extends q {
3576
+ constructor(t, e) {
3577
+ super(new pt(t, e), "input_frame_gpu", "norm_rect", !1), this.j = { detections: [] }, m(t = this.h = new fa(), 0, 1, e = new I());
3578
+ }
3579
+ get baseOptions() {
3580
+ return w(this.h, I, 1);
3581
+ }
3582
+ set baseOptions(t) {
3583
+ m(this.h, 0, 1, t);
3584
+ }
3585
+ o(t) {
3586
+ return t.displayNamesLocale !== void 0 ? S(this.h, 2, Le(t.displayNamesLocale)) : "displayNamesLocale" in t && S(this.h, 2), t.maxResults !== void 0 ? St(this.h, 3, t.maxResults) : "maxResults" in t && S(this.h, 3), t.scoreThreshold !== void 0 ? d(this.h, 4, t.scoreThreshold) : "scoreThreshold" in t && S(this.h, 4), t.categoryAllowlist !== void 0 ? cn(this.h, 5, t.categoryAllowlist) : "categoryAllowlist" in t && S(this.h, 5), t.categoryDenylist !== void 0 ? cn(this.h, 6, t.categoryDenylist) : "categoryDenylist" in t && S(this.h, 6), this.l(t);
3587
+ }
3588
+ D(t, e) {
3589
+ return this.j = { detections: [] }, gt(this, t, e), this.j;
3590
+ }
3591
+ F(t, e, n) {
3592
+ return this.j = { detections: [] }, Lt(this, t, n, e), this.j;
3593
+ }
3594
+ m() {
3595
+ var t = new J();
3596
+ F(t, "input_frame_gpu"), F(t, "norm_rect"), b(t, "detections");
3597
+ const e = new rt();
3598
+ yt(e, X1, this.h);
3599
+ const n = new W();
3600
+ it(n, "mediapipe.tasks.vision.ObjectDetectorGraph"), L(n, "IMAGE:input_frame_gpu"), L(n, "NORM_RECT:norm_rect"), v(n, "DETECTIONS:detections"), n.o(e), ot(t, n), this.g.attachProtoVectorListener("detections", (r, s) => {
3601
+ for (const i of r) r = jo(i), this.j.detections.push(pa(r));
3602
+ l(this, s);
3603
+ }), this.g.attachEmptyPacketListener("detections", (r) => {
3604
+ l(this, r);
3605
+ }), t = t.g(), this.setGraph(new Uint8Array(t), !0);
3606
+ }
3607
+ };
3608
+ ut.prototype.detectForVideo = ut.prototype.F, ut.prototype.detect = ut.prototype.D, ut.prototype.setOptions = ut.prototype.o, ut.createFromModelPath = async function(t, e) {
3609
+ return _(ut, t, { baseOptions: { modelAssetPath: e } });
3610
+ }, ut.createFromModelBuffer = function(t, e) {
3611
+ return _(ut, t, { baseOptions: { modelAssetBuffer: e } });
3612
+ }, ut.createFromOptions = function(t, e) {
3613
+ return _(ut, t, e);
3614
+ };
3615
+ var br = class {
3616
+ constructor(t, e, n) {
3617
+ this.landmarks = t, this.worldLandmarks = e, this.segmentationMasks = n;
3618
+ }
3619
+ close() {
3620
+ var t;
3621
+ (t = this.segmentationMasks) == null || t.forEach((e) => {
3622
+ e.close();
3623
+ });
3624
+ }
3625
+ };
3626
+ function Ii(t) {
3627
+ t.landmarks = [], t.worldLandmarks = [], t.segmentationMasks = void 0;
3628
+ }
3629
+ function Oi(t) {
3630
+ try {
3631
+ const e = new br(t.landmarks, t.worldLandmarks, t.segmentationMasks);
3632
+ if (!t.s) return e;
3633
+ t.s(e);
3634
+ } finally {
3635
+ Bn(t);
3636
+ }
3637
+ }
3638
+ br.prototype.close = br.prototype.close;
3639
+ var et = class extends q {
3640
+ constructor(t, e) {
3641
+ super(new pt(t, e), "image_in", "norm_rect", !1), this.landmarks = [], this.worldLandmarks = [], this.outputSegmentationMasks = !1, m(t = this.h = new da(), 0, 1, e = new I()), this.v = new ia(), m(this.h, 0, 3, this.v), this.j = new sa(), m(this.h, 0, 2, this.j), St(this.j, 4, 1), d(this.j, 2, 0.5), d(this.v, 2, 0.5), d(this.h, 4, 0.5);
3642
+ }
3643
+ get baseOptions() {
3644
+ return w(this.h, I, 1);
3645
+ }
3646
+ set baseOptions(t) {
3647
+ m(this.h, 0, 1, t);
3648
+ }
3649
+ o(t) {
3650
+ return "numPoses" in t && St(this.j, 4, t.numPoses ?? 1), "minPoseDetectionConfidence" in t && d(this.j, 2, t.minPoseDetectionConfidence ?? 0.5), "minTrackingConfidence" in t && d(this.h, 4, t.minTrackingConfidence ?? 0.5), "minPosePresenceConfidence" in t && d(this.v, 2, t.minPosePresenceConfidence ?? 0.5), "outputSegmentationMasks" in t && (this.outputSegmentationMasks = t.outputSegmentationMasks ?? !1), this.l(t);
3651
+ }
3652
+ D(t, e, n) {
3653
+ const r = typeof e != "function" ? e : {};
3654
+ return this.s = typeof e == "function" ? e : n, Ii(this), gt(this, t, r), Oi(this);
3655
+ }
3656
+ F(t, e, n, r) {
3657
+ const s = typeof n != "function" ? n : {};
3658
+ return this.s = typeof n == "function" ? n : r, Ii(this), Lt(this, t, s, e), Oi(this);
3659
+ }
3660
+ m() {
3661
+ var t = new J();
3662
+ F(t, "image_in"), F(t, "norm_rect"), b(t, "normalized_landmarks"), b(t, "world_landmarks"), b(t, "segmentation_masks");
3663
+ const e = new rt();
3664
+ yt(e, Y1, this.h);
3665
+ const n = new W();
3666
+ it(n, "mediapipe.tasks.vision.pose_landmarker.PoseLandmarkerGraph"), L(n, "IMAGE:image_in"), L(n, "NORM_RECT:norm_rect"), v(n, "NORM_LANDMARKS:normalized_landmarks"), v(n, "WORLD_LANDMARKS:world_landmarks"), n.o(e), ot(t, n), Dn(this, t), this.g.attachProtoVectorListener("normalized_landmarks", (r, s) => {
3667
+ this.landmarks = [];
3668
+ for (const i of r) r = Ye(i), this.landmarks.push(Nn(r));
3669
+ l(this, s);
3670
+ }), this.g.attachEmptyPacketListener("normalized_landmarks", (r) => {
3671
+ this.landmarks = [], l(this, r);
3672
+ }), this.g.attachProtoVectorListener("world_landmarks", (r, s) => {
3673
+ this.worldLandmarks = [];
3674
+ for (const i of r) r = fe(i), this.worldLandmarks.push(Ue(r));
3675
+ l(this, s);
3676
+ }), this.g.attachEmptyPacketListener("world_landmarks", (r) => {
3677
+ this.worldLandmarks = [], l(this, r);
3678
+ }), this.outputSegmentationMasks && (v(n, "SEGMENTATION_MASK:segmentation_masks"), we(this, "segmentation_masks"), this.g.ba("segmentation_masks", (r, s) => {
3679
+ this.segmentationMasks = r.map((i) => Ee(this, i, !0, !this.s)), l(this, s);
3680
+ }), this.g.attachEmptyPacketListener("segmentation_masks", (r) => {
3681
+ this.segmentationMasks = [], l(this, r);
3682
+ })), t = t.g(), this.setGraph(new Uint8Array(t), !0);
3683
+ }
3684
+ };
3685
+ et.prototype.detectForVideo = et.prototype.F, et.prototype.detect = et.prototype.D, et.prototype.setOptions = et.prototype.o, et.createFromModelPath = function(t, e) {
3686
+ return _(et, t, { baseOptions: { modelAssetPath: e } });
3687
+ }, et.createFromModelBuffer = function(t, e) {
3688
+ return _(et, t, { baseOptions: { modelAssetBuffer: e } });
3689
+ }, et.createFromOptions = function(t, e) {
3690
+ return _(et, t, e);
3691
+ }, et.POSE_CONNECTIONS = La;
3692
+ export {
3693
+ ct as FaceDetector,
3694
+ x as FaceLandmarker,
3695
+ At as FaceStylizer,
3696
+ ae as FilesetResolver,
3697
+ Z as GestureRecognizer,
3698
+ Q as HandLandmarker,
3699
+ M as HolisticLandmarker,
3700
+ ht as ImageClassifier,
3701
+ tt as ImageEmbedder,
3702
+ Y as ImageSegmenter,
3703
+ _r as ImageSegmenterResult,
3704
+ Et as InteractiveSegmenter,
3705
+ vr as InteractiveSegmenterResult,
3706
+ H as MPImage,
3707
+ j as MPMask,
3708
+ ut as ObjectDetector,
3709
+ et as PoseLandmarker,
3710
+ gr as TaskRunner,
3711
+ q as VisionTaskRunner
3712
+ };
3713
+ //# sourceMappingURL=vision_bundle.js.map