This project is mirrored from https://review.mlplatform.org/tosa/serialization_lib.
Pull mirroring updated .
- May 25, 2023
-
-
Eric Kunze authored
Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: If99d07bdad463346da957b6fa16231f818b86728
-
- May 23, 2023
-
-
Eric Kunze authored
Default draft = True means that a TOSA flatbuffer with no value stored for the draft flag is true. Serialized TOSA with draft = False are release versions. Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: I1304292ef83008a61a2a72e03171d00d5fe13442
-
- May 19, 2023
-
-
Signed-off-by:
Jerry Ge <jerry.ge@arm.com> Change-Id: I287fcda4e895ecfc35083d6cb02140a251c0deb5
-
- May 18, 2023
-
-
Eric Kunze authored
Previously if the values were the default, they would not be written to the file Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: Ibdf13d3ce672d3e8f062a7853d65a966ab5b0877
-
- May 12, 2023
-
-
Jerry-Ge authored
Signed-off-by:
Jerry Ge <jerry.ge@arm.com> Change-Id: I44b9fd37e8890bfec02c647857a43bcb6800da80
-
- May 08, 2023
-
-
Jerry-Ge authored
Signed-off-by:
Jerry Ge <jerry.ge@arm.com> Change-Id: I512181cca1a3b1ed5d9a5435dbf11d7efcdbc2a5
-
- Apr 06, 2023
-
-
Tai Ly authored
Signed-off-by:
Tai Ly <tai.ly@arm.com> Change-Id: Icd865b03765f672e3aa28ddaf6a290617ec3f530
-
- Apr 04, 2023
-
-
Tai Ly authored
Signed-off-by:
Tai Ly <tai.ly@arm.com> Change-Id: Icc023cbe6aa8843cc37d25e740bc6ce05bb7abb2
-
- Mar 16, 2023
-
-
Eric Kunze authored
Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: Ie139b262f7bd5966e72a3535ac2253e13d7b3604
-
- Mar 08, 2023
-
-
Eric Kunze authored
Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: I2eb93e6e88ee358c9ec9562c3b4d876eb41cc38c
-
- Mar 07, 2023
-
-
Dmitriy Smirnov authored
Change-Id: I014db667d5be3deb419ef0aa4ab4d69598db607e Signed-off-by:
Dmitriy Smirnov <dmitriy.smirnov@arm.com>
-
- Feb 27, 2023
-
-
Tai Ly authored
Signed-off-by:
Tai Ly <tai.ly@arm.com> Change-Id: Ib53f093ce6ae72974193057f7c46edd784753e11
-
- Jan 27, 2023
-
-
James Ward authored
* For Clamp/Pad float attributes * Necessary for the outputs from Python and C++ code to be consistent Signed-off-by:
James Ward <james.ward@arm.com> Change-Id: I41530aa1805968becd861e4dee190a88d1973cec
-
- Jan 23, 2023
-
-
James Ward authored
* Also add missing CustomAttribute.py (flatbuffers generated file) Signed-off-by:
James Ward <james.ward@arm.com> Change-Id: Ib71847e03d622995dd86afcb6ec9ed2bc147ee7a
-
- Jan 18, 2023
-
-
* Float attributes now serialized as uint8 vectors, but treated as floats at input/output to serialization Signed-off-by:
James Ward <james.ward@arm.com> Change-Id: I417b0fabe0ef11fea263fe937b57d49bbfdb00da
-
- Jan 13, 2023
-
-
Luke Hutton authored
Signed-off-by:
Luke Hutton <luke.hutton@arm.com> Change-Id: I79b3684ae1cf24e71ec7098ed7db5be5bc2f6fb2
-
- Jan 11, 2023
-
-
Jerry-Ge authored
+ Fixed a writeJson bug, only add input/outputs tensors from main block Signed-off-by:
Jerry Ge <jerry.ge@arm.com> Change-Id: I2790c2ee47b2ca2a1d8730f846061e31fc0c39f6
-
- Jan 10, 2023
-
-
Jerry-Ge authored
Signed-off-by:
Jerry Ge <jerry.ge@arm.com> Change-Id: Ifb249836f8774e0797fd6650442c55da8a084a17
-
- Jan 09, 2023
-
-
Signed-off-by:
Jerry Ge <jerry.ge@arm.com> Change-Id: Ibd15f21aa24168730c904224f08fd55e27aae41f
-
- Jan 04, 2023
-
-
Eric Kunze authored
Change-Id: I4a1d7675b247efcf34aadd59eac17b966e3705af Signed-off-by:
Eric Kunze <eric.kunze@arm.com>
-
Eric Kunze authored
Too simple, did not provide much testing value Change-Id: I35b388ebae8d43d901781f4eefa20c6b83b96456
-
- Dec 15, 2022
-
-
Jerry-Ge authored
- Rationale: add this fix to support constants access between multiple blocks by another layer of abstraction called Region - Changes: - flatbuffers schema update, regenerate header files - add TosaSerializationRegion for the handler - other relevant fixes Signed-off-by:
Jerry Ge <jerry.ge@arm.com> Change-Id: I4bb72503abfd629ae017d2f905184efbab244aa8
-
- Dec 07, 2022
-
-
Eric Kunze authored
Change-Id: I6adfd59be1799fc004c9051daa409c902bc4bd1d
-
- Dec 06, 2022
-
-
Eric Kunze authored
In preparation for release Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: I58337a835b2afa47f80f27e4a0ebc70836a544ab
-
Eric Kunze authored
Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: I9b6af85f27ea0e5618e2537b03ec956939d31fed
-
- Oct 26, 2022
-
-
James Ward authored
Change-Id: I98072019e3dbbf1eab0bc95f74a4546ed82519db Signed-off-by:
James Ward <james.ward@arm.com>
-
- Oct 04, 2022
-
-
Jeremy Johnson authored
Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I2cd6ae85f59fd62a62b7f03ae9667228b54e82db
-
James Ward authored
* Allow serialization of fp16 data * Add package to support integrated half data-type (half_float::half), independent of native float: http://half.sourceforge.net/ * Allow passing of accumulate data-type in serialization Signed-off-by:
James Ward <james.ward@arm.com> Change-Id: I54357f02e3776d81958228f699ea5044f2014f4b
-
- Sep 15, 2022
-
-
Jeremy Johnson authored
Add way of saving CONSTs to numpy file for testing purposes. Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ic3a22da8ec3432037832374090b7ceff345d48de
-
- Sep 13, 2022
-
-
Eric Kunze authored
Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: I64ac03a2fa8711c2050efd5fedbc34a4c2a67bd5
-
- Sep 08, 2022
-
-
Eric Kunze authored
Change-Id: I34cc007cb9efc659fe772299217b9178cead9ce0
-
- Aug 30, 2022
-
-
Eric Kunze authored
Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: I9ca5eb956b2ea7eb01e34ecbfb250748abdd0f04
-
- Aug 29, 2022
-
-
Eric Kunze authored
In preparation for version 0.40 release Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: I8c02f88bf8af7bdc6f23671bae057748f612e820
-
- Aug 25, 2022
-
-
Colm Donelan authored
* Add option to disable building test executables. * Add option to specify an external source of Flatbuffers library. * Allow third_party/flatbuffers to contain either source or prebuilt package. * Remove default STATIC and rely on cmake's BUILD_SHARED_LIBS. * Add PUBLIC_HEADERS to install target. * Specify use of GNU installation directory norms. Signed-off-by:
Colm Donelan <colm.donelan@arm.com> Change-Id: I780c3345b9e55ec7928b917648174c33fe29e7fb
-
- Aug 03, 2022
-
-
TatWai Chong authored
Attribute stride and shift are removed, and has new scale and border. For serializing int16 attributes, add a new member vector container and a building function to do so. Signed-off-by:
TatWai Chong <tatwai.chong@arm.com> Change-Id: I6d101a37d294dcf0a4d5bbb6c64bfa3c49a98f9e
-
- Jul 11, 2022
-
-
Eric Kunze authored
Can't assume that the boolean is represented as 8-bits. Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: Ic7bbf6dc92f243f9c4cf0bb606dde127ba8684e3
-
- Jul 06, 2022
-
-
Eric Kunze authored
0.30 is released, future schema changes need a new version number. Change-Id: I812d6f2a2539b21f902990298bda570cb1166a42
-
- Jun 16, 2022
-
-
Eric Kunze authored
Preparing for v0.30 release Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: I5426515f7cf0f83c9f606050969c94667f2dabb9
-
- Jun 15, 2022
-
-
Eric Kunze authored
Any needed information has been moved into the attributes for each operator. This aligns with the structure of the attributes in the TOSA specification, and generally simplifies the code. Change-Id: I8243e91b09de1a9115f8af09c5e7def7e8f2866b Signed-off-by:
Eric Kunze <eric.kunze@arm.com>
-
- Jun 14, 2022
-
-
Eric Kunze authored
Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: I61ace20482da93bf01e1cf073785baf2b30973d2
-