aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-18Enable serialization_lib to load tosa schema directly from a headerJerry Ge
2024-06-11Add pytest config and example testKaushik Varadharajan
2024-06-10Add GoogleTest unit tests for serialization handler and numpy utilsKaushik Varadharajan
2024-06-05Add CastStochastic Operator to serialization_libJerry Ge
2024-06-03Fix leftover padding after I4 deserializationKaushik Varadharajan
2024-06-03Add GoogleTestKaushik Varadharajan
2024-05-28Update flatbuffer to v24.3.25Tai Ly
2024-05-17Deprecate scale/offset/border of ResizeAttributeTai Ly
2024-05-10Fix data conversion from u8 to bf16Won Jeon
2024-05-09Fix Bfloat16 data conversion for serializationWon Jeon
2024-05-04Update cfloat.hWon Jeon
2024-05-03Use native size of Bfloat16 and Float8 for serialization/deserializationWon Jeon
2024-04-26Update flatbuffer to v24.3.7Tai Ly
2024-04-25Update main branch version to 1.1.0 draftEric Kunze
2024-04-19Change serialization version to 1.0.0 draftv1.0.0-rc0v1.00Eric Kunze
2024-04-19Update float8 code to support non-saturating modeWon Jeon
2024-04-18Remove TRANSPOSE_CONV2D out_shape argumentSuraj Sudhir
2024-04-09[serialization_lib] Remove unused type field from Pad and ClampTai Ly
2024-04-08Add conversions of U8 to/from BF16 and FP8Tai Ly
2024-04-04Fix rank 0 support in serialization_libJeremy Johnson
2024-03-13[serialization_lib] Add acc_type to Conv AttrsTai Ly
2024-03-11[serialization_lib] Fix Clamp and Pad AttributesTai Ly
2024-02-27Update ConvertU8toF16 to save outputs in F16 containersJerry Ge
2024-02-22[serialization_lib] Align to Tosa SpecTai Ly
2024-02-20Add Tosa Sin/Cos to schemaJerry Ge
2024-02-08Change backward compatibility for 0.90.0Won Jeon
2024-02-06[serialization_lib] Add support for FP8E4M3 and FP8E5M2Won Jeon
2024-02-02Update version to 0.100.0v0.100a0Eric Kunze
2024-01-23Fix serialize() for SHAPE data type and add CONST_SHAPE support for addConst()Won Jeon
2024-01-12[serialization_lib] Add tosa shape opsTai Ly
2024-01-03Fix compiler warningsEric Kunze
2023-11-21Add Rescale Attribute changesJames Ward
2023-11-16[serialization_lib] Add local_bound to tosa_serializer.pyTai Ly
2023-11-13Add pyproject.toml to enable pip installRob Elliott
2023-11-09Update CustomOp's attribute NamesJerry Ge
2023-11-07Allow serialization_lib to use an external flatbuffers targetDavide Grohmann
2023-11-01Add support for local_bound attributeEric Kunze
2023-09-21Fix deserialization of variable_nameTai Ly
2023-09-19Add variable_name to tensorsTai Ly
2023-09-18Fix numpy deprecation warning message for unsigned int conversionWon Jeon
2023-09-15Update Python table attribute to use int16vecsJerry Ge
2023-09-13Update version tags to 0.90 draftEric Kunze
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-21Add assertion message to avoid warning message for C++14Won Jeon
2023-08-18[fix] explicitly declare template specialization for readFromNpyFileTatWai Chong
2023-08-15Fix for placeholderFilename being passed to basicBlockRob Elliott
2023-08-14Enable passing in custom names for addConstJerry Ge