Release tag for TOSA v0.30.0

•	Aligned the schema variables to the same words as in the specification for easier comparison.
•	Added uint16 data type support.
•	TRANSPOSE_CONV2D now matches the specification and does not support a dilation attribute.
•	Removed separate quantization attributes.
        Any required attributes are now part of each operator’s attributes directly.
        This aligns with the specification.
  1. 8fcef21 Remove the draft tag from the schema for v0.30 by Eric Kunze · 2 years ago v0.30 v0.30.0
  2. bdcc3fe Remove quantinfo types by Eric Kunze · 2 years ago
  3. a336d54 Fix version number in python serializer by Eric Kunze · 2 years ago
  4. 4c3537d Fix mistake in python serializer by Eric Kunze · 2 years ago
  5. 7ffa1ff Remove dilation from transpose_conv2d by Eric Kunze · 2 years, 1 month ago
  6. e659640 Increment version to 0.25 by Eric Kunze · 2 years ago
  7. ae906de Change to flatbuffers 1.12 as the submodule by Eric Kunze · 2 years, 1 month ago
  8. 7be7165 Align the serialization schema with TOSA 0.24.0 specification by TatWai Chong · 2 years, 1 month ago
  9. 4102773 Add support for uint16_t by Jeremy Johnson · 2 years, 1 month ago
  10. 9b22517 Add python package support by Jeremy Johnson · 2 years, 6 months ago
  11. 49faa4e Update flatbuffer to v2.0.0 by Kevin Cheng · 2 years, 7 months ago
  12. a687b61 Increment version to 0.24.0 draft by Eric Kunze · 2 years, 8 months ago
  13. 5867c9a Remove draft tag for 0.23 release by Eric Kunze · 2 years, 8 months ago v0.23 v0.23.0
  14. e4bf685 Remove copyright notice from generated headers by Eric Kunze · 2 years, 8 months ago
  15. 38d214c Changes for 0.23.0 release by Kevin Cheng · 2 years, 8 months ago
  16. e6563f5 Bring back TosaVersion struct by Kevin Cheng · 2 years, 8 months ago
  17. b97cb1d Both serializer and schema carry version info now by Kevin Cheng · 2 years, 8 months ago
  18. 6b078ca Fix bug when serializing INT32 constant data by Kevin Cheng · 2 years, 8 months ago
  19. fea5a37 Move python-based serializer from reference_model. by Kevin Cheng · 2 years, 8 months ago
  20. 79a4199 Adding Conv attribute to Conv3d. by Kevin Cheng · 2 years, 10 months ago
  21. ab905ec Rename DIV operator to INTDIV by Matthew Haddon · 2 years, 10 months ago
  22. 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
  23. a8b4eaf Update serialization_lib to 0.22.0 by Kevin Cheng · 3 years, 1 month ago
  24. 2364dcd Initial commit of serialization library code by Eric Kunze · 3 years, 2 months ago