This project is mirrored from https://review.mlplatform.org/tosa/serialization_lib.
Pull mirroring updated .
- Oct 29, 2021
-
-
Eric Kunze authored
Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: I928b5ebb90b148acddff4a1a6c9e05e1791196a8
-
Eric Kunze authored
Copyright has not changed, it is governed by the LICENSE.txt in the root directory of the project. This avoids the need for manual updates of the generated headers. Change-Id: I4a877125dcd0510eb449bef22b1b16297bfaa190 Signed-off-by:
Eric Kunze <eric.kunze@arm.com>
-
- Oct 27, 2021
-
-
Kevin Cheng authored
- Remove RELUN op - Add pad_const to PAD op - Make padding as an attribute of PAD op - Make perm as an attribute of TRANSPOSE op - Make table as attribute in Table op - Fix typo in operator.def Signed-off-by:
Kevin Cheng <kevin.cheng@arm.com> Change-Id: Ifcaa4ad686578cf814345ede8e7f37f0a04fd8ea
-
- Oct 26, 2021
-
-
Kevin Cheng authored
- check fails only when major/minor mismatches - dump warning if major/minor matches but patch/draft mismatches Signed-off-by:
Kevin Cheng <kevin.cheng@arm.com> Change-Id: I0464f1018faa69b81fa93d42e51e1afd7412977a
-
- Oct 19, 2021
-
-
Kevin Cheng authored
- version number now encoded in serializer as well - rename experimental to draft - rename internal function from FreezeBuilder/InitWithBuf to Serialize/Deserialize Signed-off-by:
Kevin Cheng <kevin.cheng@arm.com> Change-Id: I70cb07832fdf66c6bde3d18aadf1f3646765887e
-
- Oct 14, 2021
-
-
Kevin Cheng authored
Signed-off-by:
Kevin Cheng <kevin.cheng@arm.com> Change-Id: I5321aedb5766dd1b38fa8251ffb84fa880d4ecd5
-
- Oct 11, 2021
-
-
Kevin Cheng authored
Signed-off-by:
Kevin Cheng <kevin.cheng@arm.com> Change-Id: I5369f1543b8980ad690073102f4557e215269d3b
-
- Sep 02, 2021
-
-
Eric Kunze authored
Signed-off-by:
Eric Kunze <eric.kunze@arm.com> Change-Id: Id7e992a99247834025931393ba389bc633b7c17d
-
- Sep 01, 2021
-
-
Kevin Cheng authored
- Rename attribute: Pool2d, Conv2d, TransposeConv2d -> Pool, Conv, TransposeConv Signed-off-by:
Kevin Cheng <kevin.cheng@arm.com> Change-Id: If47dfd1ffc57843018d81d674e4386212fd8d4b4
-
- Aug 23, 2021
-
-
Matthew Haddon authored
* In line with the TOSA spec the DIV operator has been renamed INTDIV Signed-off-by:
Matthew Haddon <matthew.haddon@arm.com> Signed-off-by:
Kevin Cheng <kevin.cheng@arm.com> Change-Id: I17407dd50985d117e2e565ffb45afb3424e5a139
-
- Aug 02, 2021
-
-
Kevin Cheng authored
Signed-off-by:
Kevin Cheng <kevin.cheng@arm.com> Change-Id: Ia7d2bfaa473c8a92c71f075c86aca0a275245f83
-
- Jul 08, 2021
-
-
Jeremy Johnson authored
Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Id6ee2aab2dd62b44e72b60218e4f03dc9a933d10
-
- Jun 24, 2021
-
-
Kevin Cheng authored
Constant data is embedded in flatbuffer as u8 array instead of saving out as separate numpy files now. Change-Id: I9d757ee3bdc637595732b06c5319d1dc957eaf96
-
- May 10, 2021
-
-
Kevin Cheng authored
- Remove IdentityN and Placeholder - Add Div Signed-off-by:
Kevin Cheng <kevin.cheng@arm.com> Change-Id: I2f01fe8d37a6d1cabba2101283059cb6ed678ec2
-
- Apr 26, 2021
-
-
Eric Kunze authored
Change-Id: Ie09a7245176aa799e59622e5118b145833b23590 Signed-off-by:
Eric Kunze <eric.kunze@arm.com>
-
- Apr 13, 2021
-
-
Eric Kunze authored
-