A Serialization Library 0.80 Release

Add support for new operators
    DIM operator for shape inference
    New attributes for RESCALE operator
    ERF activation function support
Improved NumPy file handling
Various other cleanup, see the git revision history for complete details
  1. 29c294c Add RESCALE attribute serialization missed files by Eric Kunze · 9 months ago
  2. 54fcf85 Enable backward compatibility by Jerry Ge · 10 months ago
  3. c6939a4 Add is_unranked flag to Tensors by Tai Ly · 10 months ago
  4. 442261b [Serialization_lib] Support StatefulOps for TOSA by Jerry Ge · 1 year, 9 months ago
  5. cb4bbf4 Add DIM operator to serialization library by Won Jeon · 10 months ago
  6. 679bdad Simplify overloaded writeToNpyFiles and readFromNpyFiles by TatWai Chong · 10 months ago
  7. 89963aa Update to use GenText by Tai Ly · 11 months ago
  8. 0bc46e4 Fix strcpy overflow by Jerry Ge · 11 months ago
  9. 13a3291 Support reading anydtype into a 32-bit buffer by Jerry Ge · 11 months ago
  10. c93cb4a Support int16, uint16, int8, uint8 types numpy reader/writer for serialization_lib by Jerry Ge · 1 year, 1 month ago
  11. f08956b Modify TOSA schema to force version to be written by Eric Kunze · 1 year, 1 month ago
  12. b413a95 Fix empty shaped serialized tensor by Jerry Ge · 1 year, 1 month ago
  13. cfcb20d Fix serialize/deserialize bug when there are two or more regions by Tai Ly · 1 year, 3 months ago
  14. 3ef34fb Add readFromNpyFile and writeToNpyFile for double data by Tai Ly · 1 year, 2 months ago
  15. 80905bb Remove zero pad from float attrribute serialization by James Ward · 1 year, 5 months ago
  16. c15f7d5 Schema changes for CLAMP, PAD float attributes by James Ward · 1 year, 6 months ago
  17. 13c78a6 [region] Add TosaSerializationRegion to serialization_lib by Jerry Ge · 1 year, 8 months ago
  18. 485a11d FP16 support in serialization by James Ward · 1 year, 10 months ago
  19. 4417b42 Fix bug in bool to u8 conversion by Eric Kunze · 2 years ago
  20. bdcc3fe Remove quantinfo types by Eric Kunze · 2 years ago
  21. e659640 Increment version to 0.25 by Eric Kunze · 2 years ago
  22. b13fe8f Cleanup code warnings by Eric Kunze · 2 years, 4 months ago
  23. 8b3903a Add new interface to read flatbuffer from array by Aaron DeBattista · 2 years, 7 months ago
  24. a81a7a1 Parse and check schema version when LoadSchemaFile() by Kevin Cheng · 2 years, 7 months ago
  25. 545a508 Clean up constructor interface by Kevin Cheng · 2 years, 7 months ago
  26. e6563f5 Bring back TosaVersion struct by Kevin Cheng · 2 years, 8 months ago
  27. b97cb1d Both serializer and schema carry version info now by Kevin Cheng · 2 years, 8 months ago
  28. 3ce5634 Support I4 weights pack/unpack. by Kevin Cheng · 2 years, 11 months ago
  29. 82dbb32 Allow reading numpy files with up to 10 dimensions. by Jeremy Johnson · 3 years ago
  30. 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
  31. 2364dcd Initial commit of serialization library code by Eric Kunze · 3 years, 1 month ago