ai-edge-quantizer-nightly 0.3.0.dev20250708__py3-none-any.whl → 0.3.0.dev20250710__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.
- ai_edge_quantizer/utils/tfl_interpreter_utils.py +1 -1
- {ai_edge_quantizer_nightly-0.3.0.dev20250708.dist-info → ai_edge_quantizer_nightly-0.3.0.dev20250710.dist-info}/METADATA +1 -1
- {ai_edge_quantizer_nightly-0.3.0.dev20250708.dist-info → ai_edge_quantizer_nightly-0.3.0.dev20250710.dist-info}/RECORD +6 -6
- {ai_edge_quantizer_nightly-0.3.0.dev20250708.dist-info → ai_edge_quantizer_nightly-0.3.0.dev20250710.dist-info}/LICENSE +0 -0
- {ai_edge_quantizer_nightly-0.3.0.dev20250708.dist-info → ai_edge_quantizer_nightly-0.3.0.dev20250710.dist-info}/WHEEL +0 -0
- {ai_edge_quantizer_nightly-0.3.0.dev20250708.dist-info → ai_edge_quantizer_nightly-0.3.0.dev20250710.dist-info}/top_level.txt +0 -0
@@ -346,7 +346,7 @@ def _create_random_bool(
|
|
346
346
|
dtype: np.dtype,
|
347
347
|
) -> dict[str, Any]:
|
348
348
|
"""Creates a random bool dataset sample for given input details."""
|
349
|
-
return rng.choice([True, False], size=shape, replace=
|
349
|
+
return rng.choice([True, False], size=shape, replace=True).astype(dtype)
|
350
350
|
|
351
351
|
|
352
352
|
def create_random_dataset(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ai-edge-quantizer-nightly
|
3
|
-
Version: 0.3.0.
|
3
|
+
Version: 0.3.0.dev20250710
|
4
4
|
Summary: A quantizer for advanced developers to quantize converted AI Edge models.
|
5
5
|
Home-page: https://github.com/google-ai-edge/ai-edge-quantizer
|
6
6
|
Keywords: On-Device ML,AI,Google,TFLite,Quantization,LLMs,GenAI
|
@@ -64,12 +64,12 @@ ai_edge_quantizer/utils/calibration_utils_test.py,sha256=4BlksXl7b4yptL8xPR67hmJ
|
|
64
64
|
ai_edge_quantizer/utils/test_utils.py,sha256=spqUmSNciOKPQHCBkHE7Zo34eMFq_BfBCAnMT3jAulU,8615
|
65
65
|
ai_edge_quantizer/utils/tfl_flatbuffer_utils.py,sha256=7r3XL2Gq44yQy6dY6mTr4YcP77nNZr2hHJmjFT74ar0,10994
|
66
66
|
ai_edge_quantizer/utils/tfl_flatbuffer_utils_test.py,sha256=K1SbK8q92qYVtiVj0I0GtugsPTkpIpEKv9zakvFV_Sc,8555
|
67
|
-
ai_edge_quantizer/utils/tfl_interpreter_utils.py,sha256=
|
67
|
+
ai_edge_quantizer/utils/tfl_interpreter_utils.py,sha256=SKSu1nqhGGzVei_DxmzXK-bbOE7G1vKnPDc5skce-yY,14322
|
68
68
|
ai_edge_quantizer/utils/tfl_interpreter_utils_test.py,sha256=6fjkM-rycZ95L4yfvlr0TN6RlrhfPzxNUYrZaYO_F0A,12013
|
69
69
|
ai_edge_quantizer/utils/validation_utils.py,sha256=oYw33Sg547AqtGw-choPUJmp9SAKkV46J_ddqSsum2Q,3950
|
70
70
|
ai_edge_quantizer/utils/validation_utils_test.py,sha256=V_qNDikPD4OPB-siOLQCWNVWTAu87h2IgNYt7teFd-o,2934
|
71
|
-
ai_edge_quantizer_nightly-0.3.0.
|
72
|
-
ai_edge_quantizer_nightly-0.3.0.
|
73
|
-
ai_edge_quantizer_nightly-0.3.0.
|
74
|
-
ai_edge_quantizer_nightly-0.3.0.
|
75
|
-
ai_edge_quantizer_nightly-0.3.0.
|
71
|
+
ai_edge_quantizer_nightly-0.3.0.dev20250710.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
72
|
+
ai_edge_quantizer_nightly-0.3.0.dev20250710.dist-info/METADATA,sha256=TJ0RoWRGF5D4_tZVeC077HiCJM3kwUeDWUNCJ8ejoTM,1528
|
73
|
+
ai_edge_quantizer_nightly-0.3.0.dev20250710.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
74
|
+
ai_edge_quantizer_nightly-0.3.0.dev20250710.dist-info/top_level.txt,sha256=8QTfPnFXNVUhScFLaa-NWZMFWMn72M50DVPubpwWB1g,18
|
75
|
+
ai_edge_quantizer_nightly-0.3.0.dev20250710.dist-info/RECORD,,
|
File without changes
|
File without changes
|