aboutsummaryrefslogtreecommitdiff
path: root/src/tosa_serialization_handler.cpp
AgeCommit message (Expand)Author
9 daysUpdate float8 code to support non-saturating modeWon Jeon
2024-04-08Add conversions of U8 to/from BF16 and FP8Tai Ly
2024-02-27Update ConvertU8toF16 to save outputs in F16 containersJerry Ge
2024-01-12[serialization_lib] Add tosa shape opsTai Ly
2023-09-21Fix deserialization of variable_nameTai Ly
2023-09-19Add variable_name to tensorsTai Ly
2023-09-07Add new signedness attributes to RESCALEEric Kunze
2023-09-06Enable backward compatibilityv0.90a0Jerry Ge
2023-08-23Add is_unranked flag to TensorsTai Ly
2023-08-22[Serialization_lib] Support StatefulOps for TOSAJerry Ge
2023-08-10Add DIM operator to serialization libraryWon Jeon
2023-07-18Update to use GenTextTai Ly
2023-05-18Modify TOSA schema to force version to be writtenEric Kunze
2023-05-08Fix empty shaped serialized tensorJerry Ge
2023-04-06Fix serialize/deserialize bug when there are two or more regionsTai Ly
2023-01-27Remove zero pad from float attrribute serializationJames Ward
2023-01-18Schema changes for CLAMP, PAD float attributesJames Ward
2022-12-15[region] Add TosaSerializationRegion to serialization_libJerry Ge
2022-10-04FP16 support in serializationJames Ward
2022-07-11Fix bug in bool to u8 conversionEric Kunze
2022-06-15Remove quantinfo typesEric Kunze
2022-06-13Increment version to 0.25Eric Kunze
2022-02-17Cleanup code warningsEric Kunze
2021-11-18Add new interface to read flatbuffer from arrayAaron DeBattista
2021-11-15Parse and check schema version when LoadSchemaFile()Kevin Cheng
2021-11-11Clean up constructor interfaceKevin Cheng
2021-10-26Bring back TosaVersion structKevin Cheng
2021-10-19Both serializer and schema carry version info nowKevin Cheng
2021-08-02Support I4 weights pack/unpack.Kevin Cheng
2021-06-24Constant data is embedded in flatbuffer as u8 array instead of saving out as ...Kevin Cheng
2021-04-26Initial commit of serialization library codeEric Kunze