aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-07Fix numpy deprecation warning message for unsigned int conversionv0.80Won Jeon
2024-02-02Allow serialization_lib to use an external flatbuffers targetDavide Grohmann
2024-01-23Add pyproject.toml to enable pip installRob Elliott
2023-12-14Update version to 0.80.1Eric Kunze
2023-11-29Add Rescale Attribute changesJames Ward
2023-11-28[serialization_lib] Add local_bound to tosa_serializer.pyTai Ly
2023-11-28Update CustomOp's attribute NamesJerry Ge
2023-11-28Add support for local_bound attributeEric Kunze
2023-11-28Fix deserialization of variable_nameTai Ly
2023-11-28Add variable_name to tensorsTai Ly
2023-11-28Update Python table attribute to use int16vecsJerry Ge
2023-09-13Set draft tag to false for 0.80 releasev0.80.0Eric Kunze
2023-09-12Add RESCALE attribute serialization missed filesEric Kunze
2023-09-10Add new signedness attributes to RESCALEEric Kunze
2023-08-31Enable backward compatibilityJerry 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
2023-08-12Add SHAPE data type to TOSA serialization Python codeWon Jeon
2023-08-10Add DIM operator to serialization libraryWon Jeon
2023-08-02Simplify overloaded writeToNpyFiles and readFromNpyFilesTatWai Chong
2023-07-27Fix error in python serializerEric Kunze
2023-07-25Enable const data to be saved as input filesJeremy Johnson
2023-07-18Update to use GenTextTai Ly
2023-07-07Fix strcpy overflowJerry Ge
2023-07-05Support reading anydtype into a 32-bit bufferJerry Ge
2023-06-07Add ERF operator to serialization_libWon Jeon
2023-06-07Add u8 array to float conversion checkWon Jeon
2023-06-01Update version to 0.80.0 draftEric Kunze
2023-05-25Remove draft tag from 0.70 serialization libraryv0.70.0v0.70Eric Kunze
2023-05-23Change default value for draft versionEric Kunze
2023-05-19Support int16, uint16, int8, uint8 types numpy reader/writer for serializatio...Jerry Ge
2023-05-18Modify TOSA schema to force version to be writtenEric Kunze
2023-05-12Support updating serialized tensor shape for shape inferenceJerry Ge
2023-05-08Fix empty shaped serialized tensorJerry Ge
2023-04-06Fix serialize/deserialize bug when there are two or more regionsTai Ly
2023-04-04Add readFromNpyFile and writeToNpyFile for double dataTai Ly
2023-03-16Update version to 0.70.0 draftEric Kunze
2023-03-08Update version number to 0.60 for releasev0.60.0Eric Kunze
2023-03-07Put fethrowexcept under HALF_ENABLE_CPP11_NOEXCEPT macroDmitriy Smirnov
2023-02-27deserialization bug fixTai Ly
2023-01-27Remove zero pad from float attrribute serializationJames Ward
2023-01-23Remove accumulator attributes from all but AVG_POOL2DJames Ward
2023-01-18Schema changes for CLAMP, PAD float attributesJames Ward
2023-01-13Add FFT2d and RFFT2d serialization supportLuke Hutton
2023-01-11Allow test generators to directly add basicBlocks through the serializerJerry Ge
2023-01-10Remove redundent code after flatbuffers 2.0 updateJerry Ge