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, 1 month ago
  3. 9a293aa Update serializer version number by Eric Kunze · 2 years ago
  4. 8b3903a Add new interface to read flatbuffer from array by Aaron DeBattista · 2 years, 7 months ago
  5. a81a7a1 Parse and check schema version when LoadSchemaFile() by Kevin Cheng · 2 years, 8 months ago
  6. 545a508 Clean up constructor interface by Kevin Cheng · 2 years, 8 months ago
  7. a687b61 Increment version to 0.24.0 draft by Eric Kunze · 2 years, 8 months ago
  8. 5867c9a Remove draft tag for 0.23 release by Eric Kunze · 2 years, 8 months ago v0.23 v0.23.0
  9. e6563f5 Bring back TosaVersion struct by Kevin Cheng · 2 years, 8 months ago
  10. b97cb1d Both serializer and schema carry version info now by Kevin Cheng · 2 years, 9 months ago
  11. 3ce5634 Support I4 weights pack/unpack. by Kevin Cheng · 2 years, 11 months ago
  12. 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
  13. 2364dcd Initial commit of serialization library code by Eric Kunze · 3 years, 2 months ago