aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa_serializer.py
AgeCommit message (Expand)Author
2021-10-14Remove tosa_serializer.py and use the one from serialization_lib now.Kevin Cheng
2021-09-20Compatibility with flatbuffers 1.12.0 and 2.0.0Jared Smolens
2021-09-15Rename attribute: Pool2d, Conv2d, TransposeConv2d -> Pool, Conv, TransposeConvKevin Cheng
2021-09-14Fix while_loop test.Kevin Cheng
2021-08-25Restore expectedFailure to test description filesJared Smolens
2021-08-20Replace node level check ASSERT_MSG_NODE()/FATAL_ERROR_NODE() with REQUIRE() ...Kevin Cheng
2021-08-12Support int4 weights read. Added conv2d int8xint4 in test generation.Kevin Cheng
2021-06-24Update to use new serialization_lib API.Kevin Cheng
2021-06-04Rewrite model frontend to be json-driven.Kevin Cheng
2021-05-12Update to v0.22.0Kevin Cheng
2021-04-28Support mixed-precision input tensors for TOSA unit test.Kevin Cheng
2021-04-27Replace serialization/ and verif/ with MLPlatform's serialization_lib submoduleKevin Cheng
2021-02-01Remove AINT8Kevin Cheng
2020-11-24Update reference model/serialization library to 0.21.0 with unit tests added/...Kevin Cheng
2020-11-12Implement and add unit tests for MUL and ARITHMETIC_RIGHT_SHIFTKevin Cheng
2020-10-14Initial checkin of TOSA reference_model and testsEric Kunze