leap-model-parser 0.1.97__py3-none-any.whl → 0.1.98__py3-none-any.whl
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.
- leap_model_parser/contract/nodedata.py +3 -3
- leap_model_parser/contract/ui_components.json +1 -1
- {leap_model_parser-0.1.97.dist-info → leap_model_parser-0.1.98.dist-info}/METADATA +2 -2
- {leap_model_parser-0.1.97.dist-info → leap_model_parser-0.1.98.dist-info}/RECORD +7 -7
- {leap_model_parser-0.1.97.dist-info → leap_model_parser-0.1.98.dist-info}/LICENSE +0 -0
- {leap_model_parser-0.1.97.dist-info → leap_model_parser-0.1.98.dist-info}/WHEEL +0 -0
- {leap_model_parser-0.1.97.dist-info → leap_model_parser-0.1.98.dist-info}/entry_points.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
|
-
from typing import Union
|
2
1
|
from dataclasses import dataclass
|
3
|
-
from
|
2
|
+
from typing import Union
|
4
3
|
from typing import List
|
4
|
+
from enum import Enum
|
5
5
|
|
6
6
|
|
7
7
|
class ActivationsEnum(Enum):
|
@@ -1804,7 +1804,7 @@ class OnnxErf:
|
|
1804
1804
|
|
1805
1805
|
@dataclass
|
1806
1806
|
class OnnxGridSampler:
|
1807
|
-
sample_grid:
|
1807
|
+
sample_grid: List[int]
|
1808
1808
|
type: NodeType
|
1809
1809
|
|
1810
1810
|
|
@@ -14551,7 +14551,7 @@
|
|
14551
14551
|
"name": "sample_grid",
|
14552
14552
|
"isdefault": false,
|
14553
14553
|
"default_val": null,
|
14554
|
-
"type": "
|
14554
|
+
"type": "tuple"
|
14555
14555
|
}
|
14556
14556
|
],
|
14557
14557
|
"options": null
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: leap-model-parser
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.98
|
4
4
|
Summary:
|
5
5
|
Home-page: https://github.com/tensorleap/leap-model-parser
|
6
6
|
License: MIT
|
@@ -16,7 +16,7 @@ Requires-Dist: keras-data-format-converter (==0.1.14)
|
|
16
16
|
Requires-Dist: leap-model-rebuilder (==0.1.5)
|
17
17
|
Requires-Dist: numpy (>=1.22.3,<2.0.0)
|
18
18
|
Requires-Dist: onnx (==1.10.1)
|
19
|
-
Requires-Dist: onnx2kerastl (==0.0.
|
19
|
+
Requires-Dist: onnx2kerastl (==0.0.93)
|
20
20
|
Requires-Dist: tensorflow (==2.11.0) ; platform_machine == "x86_64"
|
21
21
|
Requires-Dist: tensorflow-macos (==2.11.0) ; platform_machine == "arm64"
|
22
22
|
Project-URL: Repository, https://github.com/tensorleap/leap-model-parser
|
@@ -2,8 +2,8 @@ LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
|
|
2
2
|
leap_model_parser/__init__.py,sha256=OAU7rFHAVVWUM-cDtQ4Ohum567KN8M-YTkHZp5KiYbo,132
|
3
3
|
leap_model_parser/contract/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
leap_model_parser/contract/importmodelresponse.py,sha256=YNtTTJX40GmkzP6gYDw7_JcnNgwqtrTHkaV9vTFSYs4,691
|
5
|
-
leap_model_parser/contract/nodedata.py,sha256=
|
6
|
-
leap_model_parser/contract/ui_components.json,sha256=
|
5
|
+
leap_model_parser/contract/nodedata.py,sha256=zDeea3uIypxzU3MTo10OfEmog_3N1PeqmljVHYcP1wI,43465
|
6
|
+
leap_model_parser/contract/ui_components.json,sha256=sOozS6vyG0GF3NS8msZPG2byMqMIhi4tw2Vydox_6wQ,417479
|
7
7
|
leap_model_parser/keras_json_model_import.py,sha256=D1a7V7lV9yiFPqhhrjHKmwNIRYWO-QuFxlRwTdvjsOE,15485
|
8
8
|
leap_model_parser/model_parser.py,sha256=pvDGFyez_RV1S4khlfIWCmxFi3hfMNzH_FkUzdMCDiw,6766
|
9
9
|
leap_model_parser/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -15,8 +15,8 @@ leap_model_parser/utils/uicomponents/__init__.py,sha256=ShNUN5NLzaxOQ5ByNUUWJG6v
|
|
15
15
|
leap_model_parser/utils/uicomponents/generatenodedata.py,sha256=LRaPlO5jJ9pUtkvLG9QaGBRnu860wNH_OkBM6UKLGGQ,3035
|
16
16
|
leap_model_parser/utils/uicomponents/tensorflowinscpection.py,sha256=ym613z9iQKPDBpr0RYD35bTABdm1L-Ez86G47BYT7qw,6775
|
17
17
|
leap_model_parser/utils/uicomponents/ui_components_config.yaml,sha256=nzhcSR-00erM-D09CczOmfF4a6w9kZUgDjDksHtLsUo,19604
|
18
|
-
leap_model_parser-0.1.
|
19
|
-
leap_model_parser-0.1.
|
20
|
-
leap_model_parser-0.1.
|
21
|
-
leap_model_parser-0.1.
|
22
|
-
leap_model_parser-0.1.
|
18
|
+
leap_model_parser-0.1.98.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
|
19
|
+
leap_model_parser-0.1.98.dist-info/METADATA,sha256=NOf6UayoXFekinO9ZI5ysF12Cknr-CkczqEyE36MItw,1008
|
20
|
+
leap_model_parser-0.1.98.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
21
|
+
leap_model_parser-0.1.98.dist-info/entry_points.txt,sha256=ZvV6EuQt1uAqwapNg5Lo2qjJM9ZG5g2wfzZoLh_Ztyk,77
|
22
|
+
leap_model_parser-0.1.98.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|