1. 5e26809 Add FFT2d and RFFT2d serialization support by Luke Hutton · 1 year, 5 months ago
  2. ca7ce0e Allow test generators to directly add basicBlocks through the serializer by Jerry Ge · 1 year, 5 months ago
  3. 0435b2b Remove redundent code after flatbuffers 2.0 update by Jerry Ge · 1 year, 5 months ago
  4. 1eb8504 Add TosaSerializerRegion to python version of serialization_lib by Jerry Ge · 1 year, 5 months ago
  5. 497ab5d Add attributes to serialization of custom op by Eric Kunze · 1 year, 7 months ago
  6. 9d0c233 Remove serialization test by Eric Kunze · 1 year, 5 months ago
  7. 13c78a6 [region] Add TosaSerializationRegion to serialization_lib by Jerry Ge · 1 year, 8 months ago
  8. 6388a09 Update revision to 0.51.0 draft by Eric Kunze · 1 year, 6 months ago
  9. 9e2e0bb Update serialization lib version to 0.50.0 by Eric Kunze · 1 year, 6 months ago v0.50 v0.50.0
  10. 778b8ac Update pre-commit flake8 to new location by Eric Kunze · 1 year, 6 months ago
  11. 34a6279 BF16 support in TOSA serialization by James Ward · 1 year, 8 months ago
  12. e1072a9 Rename FLOAT type to FP32 by Jeremy Johnson · 1 year, 8 months ago
  13. 485a11d FP16 support in serialization by James Ward · 1 year, 10 months ago
  14. c92710d Fix for CONST floats always truncated to integer values. by Jeremy Johnson · 1 year, 9 months ago
  15. 4381b3d Update serialization lib to flatbuffers 2.0.6 by Eric Kunze · 1 year, 9 months ago
  16. 24a68bb Increment revision to 0.41 draft by Eric Kunze · 1 year, 9 months ago
  17. 011a333 Remove draft tag for 0.40 release by Eric Kunze · 1 year, 9 months ago v0.40 v0.40.0
  18. b2fdef2 Update version to 0.40 draft by Eric Kunze · 1 year, 9 months ago
  19. 2a3ca93 Modify CMakeLists to ease integration with Arm NN. by Colm Donelan · 1 year, 9 months ago
  20. 49b1ca6 Update TOSA resize to match specification by TatWai Chong · 2 years ago
  21. 4417b42 Fix bug in bool to u8 conversion by Eric Kunze · 2 years ago
  22. 343d6a7 Bump schema version number to 0.31 draft by Eric Kunze · 1 year, 11 months ago
  23. 8fcef21 Remove the draft tag from the schema for v0.30 by Eric Kunze · 2 years ago v0.30 v0.30.0
  24. bdcc3fe Remove quantinfo types by Eric Kunze · 2 years ago
  25. a336d54 Fix version number in python serializer by Eric Kunze · 2 years ago
  26. 4c3537d Fix mistake in python serializer by Eric Kunze · 2 years ago
  27. 7ffa1ff Remove dilation from transpose_conv2d by Eric Kunze · 2 years ago
  28. 9a293aa Update serializer version number by Eric Kunze · 2 years ago
  29. e659640 Increment version to 0.25 by Eric Kunze · 2 years ago
  30. ae906de Change to flatbuffers 1.12 as the submodule by Eric Kunze · 2 years ago
  31. 7be7165 Align the serialization schema with TOSA 0.24.0 specification by TatWai Chong · 2 years, 1 month ago
  32. 4102773 Add support for uint16_t by Jeremy Johnson · 2 years ago
  33. 44c1120 Fix incompatible issue with click by TatWai Chong · 2 years, 1 month ago
  34. b13fe8f Cleanup code warnings by Eric Kunze · 2 years, 3 months ago
  35. 9b22517 Add python package support by Jeremy Johnson · 2 years, 6 months ago
  36. 8b3903a Add new interface to read flatbuffer from array by Aaron DeBattista · 2 years, 7 months ago
  37. 49faa4e Update flatbuffer to v2.0.0 by Kevin Cheng · 2 years, 7 months ago
  38. a81a7a1 Parse and check schema version when LoadSchemaFile() by Kevin Cheng · 2 years, 7 months ago
  39. 545a508 Clean up constructor interface by Kevin Cheng · 2 years, 7 months ago
  40. 2752adb Remove unnessary operator.def by Kevin Cheng · 2 years, 7 months ago
  41. 55b363b Avoid RTTI usage by Kevin Cheng · 2 years, 7 months ago
  42. 87de41f Build flatbuffers into libtosa_serialization.a by Kevin Cheng · 2 years, 7 months ago
  43. cc24c35 Use pre-commit to catch out of date headers by Eric Kunze · 2 years, 9 months ago
  44. a687b61 Increment version to 0.24.0 draft by Eric Kunze · 2 years, 7 months ago
  45. 5867c9a Remove draft tag for 0.23 release by Eric Kunze · 2 years, 7 months ago v0.23 v0.23.0
  46. e4bf685 Remove copyright notice from generated headers by Eric Kunze · 2 years, 7 months ago
  47. 38d214c Changes for 0.23.0 release by Kevin Cheng · 2 years, 8 months ago
  48. e6563f5 Bring back TosaVersion struct by Kevin Cheng · 2 years, 8 months ago
  49. b97cb1d Both serializer and schema carry version info now by Kevin Cheng · 2 years, 8 months ago
  50. 6b078ca Fix bug when serializing INT32 constant data by Kevin Cheng · 2 years, 8 months ago
  51. fea5a37 Move python-based serializer from reference_model. by Kevin Cheng · 2 years, 8 months ago
  52. d226634 Add top level license.txt by Eric Kunze · 2 years, 9 months ago
  53. 79a4199 Adding Conv attribute to Conv3d. by Kevin Cheng · 2 years, 9 months ago
  54. ab905ec Rename DIV operator to INTDIV by Matthew Haddon · 2 years, 9 months ago
  55. 3ce5634 Support I4 weights pack/unpack. by Kevin Cheng · 2 years, 10 months ago
  56. 82dbb32 Allow reading numpy files with up to 10 dimensions. by Jeremy Johnson · 2 years, 11 months ago
  57. 3bb1bc1 Constant data is embedded in flatbuffer as u8 array instead of saving out as separate numpy files now. by Kevin Cheng · 3 years ago
  58. a8b4eaf Update serialization_lib to 0.22.0 by Kevin Cheng · 3 years, 1 month ago
  59. 2364dcd Initial commit of serialization library code by Eric Kunze · 3 years, 1 month ago
  60. dd12652 Initial empty repository by Eric Kunze · 3 years, 2 months ago