ai-edge-litert-nightly 1.4.0.dev20250727__cp312-cp312-manylinux_2_17_x86_64.whl → 1.4.0.dev20250729__cp312-cp312-manylinux_2_17_x86_64.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.
Potentially problematic release.
This version of ai-edge-litert-nightly might be problematic. Click here for more details.
- ai_edge_litert/__init__.py +1 -1
- ai_edge_litert/aot/core/types.py +2 -1
- ai_edge_litert/aot/vendors/example/example_backend.py +4 -0
- ai_edge_litert/aot/vendors/mediatek/mediatek_backend.py +4 -0
- ai_edge_litert/aot/vendors/qualcomm/qualcomm_backend.py +4 -0
- ai_edge_litert/libLiteRtRuntimeCApi.so +0 -0
- ai_edge_litert/libpywrap_litert_common.so +0 -0
- ai_edge_litert/tools/apply_plugin_main +0 -0
- ai_edge_litert/vendors/qualcomm/compiler/libLiteRtCompilerPlugin_Qualcomm.so +0 -0
- {ai_edge_litert_nightly-1.4.0.dev20250727.dist-info → ai_edge_litert_nightly-1.4.0.dev20250729.dist-info}/METADATA +1 -1
- {ai_edge_litert_nightly-1.4.0.dev20250727.dist-info → ai_edge_litert_nightly-1.4.0.dev20250729.dist-info}/RECORD +13 -13
- {ai_edge_litert_nightly-1.4.0.dev20250727.dist-info → ai_edge_litert_nightly-1.4.0.dev20250729.dist-info}/WHEEL +0 -0
- {ai_edge_litert_nightly-1.4.0.dev20250727.dist-info → ai_edge_litert_nightly-1.4.0.dev20250729.dist-info}/top_level.txt +0 -0
ai_edge_litert/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.4.0.
|
|
1
|
+
__version__ = "1.4.0.dev20250729"
|
ai_edge_litert/aot/core/types.py
CHANGED
|
@@ -259,7 +259,8 @@ class CompilationConfig:
|
|
|
259
259
|
self.compilation_config = kwargs
|
|
260
260
|
|
|
261
261
|
def to_dict(self) -> dict[str, Any]:
|
|
262
|
-
ret = self.target.flatten()
|
|
262
|
+
ret = self.target.flatten()
|
|
263
|
+
ret['compilation_config'] = self.compilation_config
|
|
263
264
|
if self.quant_recipe is not None:
|
|
264
265
|
ret['quantize_recipe'] = self.quant_recipe
|
|
265
266
|
return ret
|
|
@@ -59,6 +59,10 @@ class ExampleTarget(types.Target):
|
|
|
59
59
|
class ExampleBackend(types.Backend):
|
|
60
60
|
"""Backend implementation for the example compiler plugin."""
|
|
61
61
|
|
|
62
|
+
def __init__(self, config: types.Config):
|
|
63
|
+
super().__init__(config)
|
|
64
|
+
self._compilation_config = config.get("compilation_config", None)
|
|
65
|
+
|
|
62
66
|
@classmethod
|
|
63
67
|
def target_(cls) -> ExampleTarget:
|
|
64
68
|
return ExampleTarget("ExampleSocManufacturer", "ExampleSocModel")
|
|
@@ -37,6 +37,10 @@ COMPILER_PLUGIN_LIB_PATH = pathlib.Path(
|
|
|
37
37
|
class MediaTekBackend(types.Backend):
|
|
38
38
|
"""Backend implementation for the example compiler plugin."""
|
|
39
39
|
|
|
40
|
+
def __init__(self, config: types.Config):
|
|
41
|
+
super().__init__(config)
|
|
42
|
+
self._compilation_config = config.get("compilation_config", None)
|
|
43
|
+
|
|
40
44
|
@property
|
|
41
45
|
def soc_manufacturer(self) -> target_lib.SocManufacturer:
|
|
42
46
|
return target_lib.SocManufacturer.MEDIATEK
|
|
@@ -36,6 +36,10 @@ COMPILER_PLUGIN_LIB_PATH = pathlib.Path(
|
|
|
36
36
|
class QualcommBackend(types.Backend):
|
|
37
37
|
"""Backend implementation for the example compiler plugin."""
|
|
38
38
|
|
|
39
|
+
def __init__(self, config: types.Config):
|
|
40
|
+
super().__init__(config)
|
|
41
|
+
self._compilation_config = config.get("compilation_config", None)
|
|
42
|
+
|
|
39
43
|
@property
|
|
40
44
|
def soc_manufacturer(self) -> target_lib.SocManufacturer:
|
|
41
45
|
return target_lib.SocManufacturer.QUALCOMM
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ai_edge_litert/__init__.py,sha256=
|
|
1
|
+
ai_edge_litert/__init__.py,sha256=5-Ph_RbJZ43QQfllPYI77nX3uCOCwSanYvrlO5vNEsU,34
|
|
2
2
|
ai_edge_litert/_pywrap_analyzer_wrapper.so,sha256=VJ9rcnVAaxzMxTEiMOwWkTT6EMfF8mtPmWKlf2grkBQ,15488
|
|
3
3
|
ai_edge_litert/_pywrap_litert_compiled_model_wrapper.so,sha256=rmKpKFVjiWxQhYv1qx-Hd48TTC0n7BUg58LEQDs2JCM,15504
|
|
4
4
|
ai_edge_litert/_pywrap_litert_tensor_buffer_wrapper.so,sha256=BBILkhhAnoeAxOOpNGXwGvqd-y8fNkPjM1WU0MS1sTE,15504
|
|
@@ -17,8 +17,8 @@ ai_edge_litert/field_mask_pb2.py,sha256=dJHS3Eu0G_c4jZCBw67UnAwyt0w-yB-ZEBIGpxu8
|
|
|
17
17
|
ai_edge_litert/format_converter_wrapper_pybind11.so,sha256=N2-4hzyljwBWZ1GOpZ1sEwN2NeyCGATtUAy90hgDqiE,15496
|
|
18
18
|
ai_edge_litert/hardware_accelerator.py,sha256=FgouirT1Cs80mqvMvLbO9O7wiPBnQaWDB5vjFpJhtJo,800
|
|
19
19
|
ai_edge_litert/interpreter.py,sha256=4u9FfiaYkDxf_IxCjzeLWyTyxwG184uVxqg0fbj6tYg,40650
|
|
20
|
-
ai_edge_litert/libLiteRtRuntimeCApi.so,sha256=
|
|
21
|
-
ai_edge_litert/libpywrap_litert_common.so,sha256=
|
|
20
|
+
ai_edge_litert/libLiteRtRuntimeCApi.so,sha256=OehBllI5iyfHgx8jwawcF18qq0mG3WjAus6zGCW3Yzg,6630792
|
|
21
|
+
ai_edge_litert/libpywrap_litert_common.so,sha256=SnMUWDB8Y_oT4BOc7Wxb5PWYZ9z14fQZSE7pk9afVio,21126792
|
|
22
22
|
ai_edge_litert/metrics_interface.py,sha256=dVu6SmbnQUntPgE5o6BxHVMyemwli-7F6tDfVMGrlYI,1542
|
|
23
23
|
ai_edge_litert/metrics_portable.py,sha256=KKvR9ZOe8j2ZeBtDo_6gWJ8kENKoOawPK3LPkevnZa8,2039
|
|
24
24
|
ai_edge_litert/model_runtime_info_pb2.py,sha256=-m7fQLvajS_0zmo5BRypEhX6hp6XwCGksuWPj7KDs1c,6370
|
|
@@ -43,22 +43,22 @@ ai_edge_litert/aot/core/common.py,sha256=5imHTXV2abVwd5RJqFD0iw6WlLZ73njOPtCUccY
|
|
|
43
43
|
ai_edge_litert/aot/core/components.py,sha256=DcdEDEiA6U0HT5Tt10aw_j_M1I-XtRiXTwE5hGBMEiI,2415
|
|
44
44
|
ai_edge_litert/aot/core/mlir_transforms.py,sha256=cW1DWZX1FDEI87Ihf3CfJ31lQmfZEBLLdptQCsK4sjM,1289
|
|
45
45
|
ai_edge_litert/aot/core/tflxx_util.py,sha256=fyg_K1-nVaEx207sZ88m9TOp3VcjJWpSFknv9_S8cF0,1020
|
|
46
|
-
ai_edge_litert/aot/core/types.py,sha256=
|
|
46
|
+
ai_edge_litert/aot/core/types.py,sha256=Bvv27bUQPGQSZON2bQZ8BZTxoxLDvQki6oqtymp6fx4,10547
|
|
47
47
|
ai_edge_litert/aot/vendors/__init__.py,sha256=K11L1REFCE0umYEUwmTxhijRfVbIytqOych2QgP4b78,864
|
|
48
48
|
ai_edge_litert/aot/vendors/fallback_backend.py,sha256=LvvnXyR-EANTzh9DOYwSGstoYYcsQxtxNyc5vb9P7qE,3396
|
|
49
49
|
ai_edge_litert/aot/vendors/import_vendor.py,sha256=HNDkx9vdmDGtX1SupfChKdW4UtCA8Xb6xC_S7xdBKkU,3469
|
|
50
50
|
ai_edge_litert/aot/vendors/example/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
51
|
-
ai_edge_litert/aot/vendors/example/example_backend.py,sha256=
|
|
51
|
+
ai_edge_litert/aot/vendors/example/example_backend.py,sha256=dgwTivJQzL1z3M_w4ixmOe_681E6cZW0bupgRPM_zOM,4182
|
|
52
52
|
ai_edge_litert/aot/vendors/mediatek/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
53
|
-
ai_edge_litert/aot/vendors/mediatek/mediatek_backend.py,sha256=
|
|
53
|
+
ai_edge_litert/aot/vendors/mediatek/mediatek_backend.py,sha256=uFSciDUollsKciJooxn5Fo7FWdAidSG0Q0BRBxE8TQI,6074
|
|
54
54
|
ai_edge_litert/aot/vendors/mediatek/target.py,sha256=MvwdgybSHmVYuN1txgzmDUvO5HYubx9TLzOi1TXkJx4,2214
|
|
55
55
|
ai_edge_litert/aot/vendors/qualcomm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
56
|
-
ai_edge_litert/aot/vendors/qualcomm/qualcomm_backend.py,sha256=
|
|
56
|
+
ai_edge_litert/aot/vendors/qualcomm/qualcomm_backend.py,sha256=121jVb4u1slOQ8FSf1vJBNiq1OPIMeNB9cEQrrWByJk,4864
|
|
57
57
|
ai_edge_litert/aot/vendors/qualcomm/target.py,sha256=BesYeOdRQILJY2GRVzenakTWQU-fCTqs9VPTTLAA8mw,1796
|
|
58
|
-
ai_edge_litert/tools/apply_plugin_main,sha256=
|
|
58
|
+
ai_edge_litert/tools/apply_plugin_main,sha256=yNhQmqZldEV8FJvEyA0AnENlUCS9IPlOkm_yyp8Ej-M,3534480
|
|
59
59
|
ai_edge_litert/vendors/mediatek/compiler/libLiteRtCompilerPlugin_MediaTek.so,sha256=FrZ293AGh3vEx-MaJMtqgxKsL0XQGYyND9Jcaih9Iu8,502480
|
|
60
|
-
ai_edge_litert/vendors/qualcomm/compiler/libLiteRtCompilerPlugin_Qualcomm.so,sha256=
|
|
61
|
-
ai_edge_litert_nightly-1.4.0.
|
|
62
|
-
ai_edge_litert_nightly-1.4.0.
|
|
63
|
-
ai_edge_litert_nightly-1.4.0.
|
|
64
|
-
ai_edge_litert_nightly-1.4.0.
|
|
60
|
+
ai_edge_litert/vendors/qualcomm/compiler/libLiteRtCompilerPlugin_Qualcomm.so,sha256=VnIgBl1TGO9HQRApYVUy1c9U2YF-uzqQYQ1Q0Uxcnpk,867168
|
|
61
|
+
ai_edge_litert_nightly-1.4.0.dev20250729.dist-info/METADATA,sha256=FmQBpDKCkFh2FtcMUTyvuEDHisuUzMB3mRZpBDLl56E,1911
|
|
62
|
+
ai_edge_litert_nightly-1.4.0.dev20250729.dist-info/WHEEL,sha256=0_ty7lH03bTOuyMynr1tvMXD3Q12UzPwgL9SCUY-TKk,113
|
|
63
|
+
ai_edge_litert_nightly-1.4.0.dev20250729.dist-info/top_level.txt,sha256=WcDZgG99n0a0xDS_ipL8ZWy956g1v5fVyR3FH96VDT0,15
|
|
64
|
+
ai_edge_litert_nightly-1.4.0.dev20250729.dist-info/RECORD,,
|
|
File without changes
|