1. ad22870 Deprecate scale/offset/border of ResizeAttribute by Tai Ly · 2 weeks ago
  2. 07098d6 Fix Bfloat16 data conversion for serialization by Won Jeon · 3 weeks ago
  3. a814152 Use native size of Bfloat16 and Float8 for serialization/deserialization by Won Jeon · 5 weeks ago
  4. 3aebe2b Update flatbuffer to v24.3.7 by Tai Ly · 5 weeks ago
  5. 36ced1d Update main branch version to 1.1.0 draft by Eric Kunze · 5 weeks ago
  6. 816f60e Change serialization version to 1.0.0 draft by Eric Kunze · 6 weeks ago v1.00 v1.0.0-rc0
  7. 50256e1 Remove TRANSPOSE_CONV2D out_shape argument by Suraj Sudhir · 3 months ago
  8. 57d7818 [serialization_lib] Remove unused type field from Pad and Clamp by Tai Ly · 8 weeks ago
  9. ce911a2 Add conversions of U8 to/from BF16 and FP8 by Tai Ly · 2 months ago
  10. 8f9e284 Fix rank 0 support in serialization_lib by Jeremy Johnson · 8 weeks ago
  11. ad78daa [serialization_lib] Add acc_type to Conv Attrs by Tai Ly · 3 months ago
  12. 0b6d7c2 [serialization_lib] Fix Clamp and Pad Attributes by Tai Ly · 3 months ago
  13. 81db8ee [serialization_lib] Align to Tosa Spec by Tai Ly · 4 months ago
  14. 61a8313 Add Tosa Sin/Cos to schema by Jerry Ge · 3 months ago
  15. a029f1f [serialization_lib] Add support for FP8E4M3 and FP8E5M2 by Won Jeon · 5 months ago
  16. 8137a43 Update version to 0.100.0 by Eric Kunze · 4 months ago v0.100a0
  17. 7c22d77 Fix serialize() for SHAPE data type and add CONST_SHAPE support for addConst() by Won Jeon · 4 months ago
  18. 5d580fa [serialization_lib] Add tosa shape ops by Tai Ly · 6 months ago
  19. 92358fc Add Rescale Attribute changes by James Ward · 6 months ago
  20. f5dfad1 [serialization_lib] Add local_bound to tosa_serializer.py by Tai Ly · 7 months ago
  21. cd914da Update CustomOp's attribute Names by Jerry Ge · 7 months ago
  22. 4881c29 Add support for local_bound attribute by Eric Kunze · 7 months ago
  23. d0520b9 Add variable_name to tensors by Tai Ly · 9 months ago
  24. 924f309 Fix numpy deprecation warning message for unsigned int conversion by Won Jeon · 9 months ago
  25. e7b8eb7 Update Python table attribute to use int16vecs by Jerry Ge · 9 months ago
  26. c0a6030 Update version tags to 0.90 draft by Eric Kunze · 9 months ago
  27. 9601cbd Add new signedness attributes to RESCALE by Eric Kunze · 10 months ago
  28. c6939a4 Add is_unranked flag to Tensors by Tai Ly · 10 months ago
  29. 442261b [Serialization_lib] Support StatefulOps for TOSA by Jerry Ge · 1 year, 9 months ago
  30. 780ffb5 Add assertion message to avoid warning message for C++14 by Won Jeon · 10 months ago
  31. 5f92021 Fix for placeholderFilename being passed to basicBlock by Rob Elliott · 10 months ago
  32. 53ceb48 Enable passing in custom names for addConst by Jerry Ge · 10 months ago
  33. 1adc5d0 Add SHAPE data type to TOSA serialization Python code by Won Jeon · 10 months ago
  34. cb4bbf4 Add DIM operator to serialization library by Won Jeon · 10 months ago
  35. e2b20e4 Fix error in python serializer by Eric Kunze · 10 months ago
  36. 005c46d Enable const data to be saved as input files by Jeremy Johnson · 10 months ago
  37. 89963aa Update to use GenText by Tai Ly · 11 months ago
  38. 3acb1cb Add ERF operator to serialization_lib by Won Jeon · 12 months ago
  39. 8a27043 Update version to 0.80.0 draft by Eric Kunze · 1 year ago
  40. 63d45ab Remove draft tag from 0.70 serialization library by Eric Kunze · 1 year ago v0.70 v0.70.0
  41. c3719ab Change default value for draft version by Eric Kunze · 1 year ago
  42. f08956b Modify TOSA schema to force version to be written by Eric Kunze · 1 year, 1 month ago
  43. dce6ceb Update version to 0.70.0 draft by Eric Kunze · 1 year, 3 months ago
  44. fb90dd4 Update version number to 0.60 for release by Eric Kunze · 1 year, 3 months ago v0.60.0
  45. ea00fd0 Remove accumulator attributes from all but AVG_POOL2D by James Ward · 1 year, 4 months ago
  46. c15f7d5 Schema changes for CLAMP, PAD float attributes by James Ward · 1 year, 6 months ago
  47. 5e26809 Add FFT2d and RFFT2d serialization support by Luke Hutton · 1 year, 5 months ago
  48. ca7ce0e Allow test generators to directly add basicBlocks through the serializer by Jerry Ge · 1 year, 5 months ago
  49. 0435b2b Remove redundent code after flatbuffers 2.0 update by Jerry Ge · 1 year, 5 months ago
  50. 1eb8504 Add TosaSerializerRegion to python version of serialization_lib by Jerry Ge · 1 year, 5 months ago
  51. 497ab5d Add attributes to serialization of custom op by Eric Kunze · 1 year, 7 months ago
  52. 13c78a6 [region] Add TosaSerializationRegion to serialization_lib by Jerry Ge · 1 year, 8 months ago
  53. 6388a09 Update revision to 0.51.0 draft by Eric Kunze · 1 year, 6 months ago
  54. 9e2e0bb Update serialization lib version to 0.50.0 by Eric Kunze · 1 year, 6 months ago v0.50 v0.50.0
  55. 34a6279 BF16 support in TOSA serialization by James Ward · 1 year, 8 months ago
  56. e1072a9 Rename FLOAT type to FP32 by Jeremy Johnson · 1 year, 8 months ago
  57. 485a11d FP16 support in serialization by James Ward · 1 year, 10 months ago
  58. c92710d Fix for CONST floats always truncated to integer values. by Jeremy Johnson · 1 year, 9 months ago
  59. 4381b3d Update serialization lib to flatbuffers 2.0.6 by Eric Kunze · 1 year, 9 months ago
  60. 24a68bb Increment revision to 0.41 draft by Eric Kunze · 1 year, 9 months ago
  61. 011a333 Remove draft tag for 0.40 release by Eric Kunze · 1 year, 9 months ago v0.40 v0.40.0
  62. b2fdef2 Update version to 0.40 draft by Eric Kunze · 1 year, 9 months ago
  63. 49b1ca6 Update TOSA resize to match specification by TatWai Chong · 2 years ago
  64. 343d6a7 Bump schema version number to 0.31 draft by Eric Kunze · 1 year, 11 months ago
  65. 8fcef21 Remove the draft tag from the schema for v0.30 by Eric Kunze · 2 years ago v0.30 v0.30.0
  66. bdcc3fe Remove quantinfo types by Eric Kunze · 2 years ago
  67. a336d54 Fix version number in python serializer by Eric Kunze · 2 years ago
  68. 4c3537d Fix mistake in python serializer by Eric Kunze · 2 years ago
  69. 7ffa1ff Remove dilation from transpose_conv2d by Eric Kunze · 2 years ago
  70. e659640 Increment version to 0.25 by Eric Kunze · 2 years ago
  71. ae906de Change to flatbuffers 1.12 as the submodule by Eric Kunze · 2 years ago
  72. 7be7165 Align the serialization schema with TOSA 0.24.0 specification by TatWai Chong · 2 years, 1 month ago
  73. 4102773 Add support for uint16_t by Jeremy Johnson · 2 years ago
  74. 9b22517 Add python package support by Jeremy Johnson · 2 years, 6 months ago
  75. 49faa4e Update flatbuffer to v2.0.0 by Kevin Cheng · 2 years, 7 months ago
  76. a687b61 Increment version to 0.24.0 draft by Eric Kunze · 2 years, 7 months ago
  77. 5867c9a Remove draft tag for 0.23 release by Eric Kunze · 2 years, 7 months ago v0.23 v0.23.0
  78. e4bf685 Remove copyright notice from generated headers by Eric Kunze · 2 years, 7 months ago
  79. 38d214c Changes for 0.23.0 release by Kevin Cheng · 2 years, 8 months ago
  80. e6563f5 Bring back TosaVersion struct by Kevin Cheng · 2 years, 8 months ago
  81. b97cb1d Both serializer and schema carry version info now by Kevin Cheng · 2 years, 8 months ago
  82. 6b078ca Fix bug when serializing INT32 constant data by Kevin Cheng · 2 years, 8 months ago
  83. fea5a37 Move python-based serializer from reference_model. by Kevin Cheng · 2 years, 8 months ago
  84. 79a4199 Adding Conv attribute to Conv3d. by Kevin Cheng · 2 years, 9 months ago
  85. ab905ec Rename DIV operator to INTDIV by Matthew Haddon · 2 years, 9 months ago
  86. 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
  87. a8b4eaf Update serialization_lib to 0.22.0 by Kevin Cheng · 3 years, 1 month ago
  88. 2364dcd Initial commit of serialization library code by Eric Kunze · 3 years, 1 month ago