This project is mirrored from https://review.mlplatform.org/tosa/serialization_lib.
Pull mirroring updated .
- 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
-
Eric Kunze authored
With recent schema changes, Outpad -> OutPad Remove dilation from flatbuffer compatibility code Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: Ib1f63ddd4f483301b4b7cf17af2a4b25364cd35e
-
- Jun 13, 2022
-
-
Eric Kunze authored
The specification does not have dilation for transpose_conv2d. Removed dilation from the attributes for transpose. Rename outpad to out_pad for transpose conv2d to align with specification Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: Ifb0fb7121a6bf33601420366ce86f2f0b56353de
-
Eric Kunze authored
Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: Id8ada4e2f0bcd2048c8bb9d0a20909c674bb637b
-
Eric Kunze authored
Also insert the TOSA file identifier in the flatbuffer. Reports a warning if the identifier is not present when loading. Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: I1cd4a9cc78e898ba5015e29be1c65cb640dd6a00
-
- Jun 07, 2022
-
-
Eric Kunze authored
The code should be compatible with both flatbuffers 2.0 and 1.12 through try/except blocks. Generally other projects seem to still be using 1.12, so move the submodule back to 1.12 for maximum compatibility. Change-Id: I9733c7df0a7e4226f87473e19e48d3a80a3db6c6 Signed-off-by:
Eric Kunze <eric.kunze@arm.com>
-
TatWai Chong authored
The operators are pool, conv, reshape, slice, transpose, and table. Signed-off-by:
TatWai Chong <tatwai.chong@arm.com> Change-Id: I425ab407e699159f75834f31ad2d48e206c71749
-
- May 26, 2022
-
-
Jeremy Johnson authored
Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ieab5c56db49549726dd5efb0d9b728713fc6f86a
-
- May 12, 2022
-
-
TatWai Chong authored
Refer to https://github.com/psf/black/issues/2964 , this error can be fixed by picking `click` to 8.0.4. Signed-off-by:
TatWai Chong <tatwai.chong@arm.com> Change-Id: If3970e0cd31f2190cacb741530cb38a31c943938
-
- Feb 18, 2022
-
-
Eric Kunze authored
Change-Id: Ia2a68d8fa9de12f85353d4828a93b05367d86353
-