aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-10Minor formatting fixes for pythonJeremy Johnson
2022-02-01Rework divisor calculation for AVGPOOL2DEric Kunze
2022-01-26Fix for max arguments to be respected in build testsJeremy Johnson
2022-01-24Fix COND_IF binary INT8/16 test generationJeremy Johnson
2022-01-20Fix for LOGICAL_LEFT/RIGHT_SHIFT shift valuesJeremy Johnson
2022-01-19Add convert2conformance as packageJeremy Johnson
2022-01-17Add convert2conformance scriptJeremy Johnson
2022-01-13Add python pre-commit script checkersJeremy Johnson
2022-01-06Update tosa_verif_run_refJeremy Johnson
2022-01-06Reorganize verif and create packagesJeremy Johnson
2022-01-05Fix crash with rank mismatch negative testsEric Kunze
2021-12-08Stop COND_IF neg tests creating bad arraysJeremy Johnson
2021-11-24Do not generate tests that fail validation checksLes Bell
2021-11-18WrongRank negative test gen additions & fixesJeremy Johnson
2021-11-18ERRORIF test generation fixesJeremy Johnson
2021-11-18Convolutions ERROR_IF testsLes Bell
2021-11-17Update serialization_lib with flatbuffers v2.0.0Kevin Cheng
2021-11-11Fix broadcast bugKevin Cheng
2021-11-11More ERROR_IF to check attribute for convolution opsKevin Cheng
2021-11-11Add Broadcast DimensionMismatch errorsJeremy Johnson
2021-11-09Check valid broadcastable shape for binary and ternary opsKevin Cheng
2021-11-09Fix Transpose WrongRank test and add new test for ConcatMatthew Haddon
2021-11-09Add negative testing to cond_if, while_loopMatthew Haddon
2021-11-09Add ERROR_IF checks to operators without specific ERROR_IFsMatthew Haddon
2021-11-05Cleanup CMakeLists.txtKevin Cheng
2021-11-04Update reference model version to 0.24.0 draftEric Kunze
2021-11-03Remove draft tag for 0.23 releasev0.23.0v0.23Eric Kunze
2021-11-02more ERROR_IF fixesKevin Cheng
2021-11-01Fix for tensor_ops.ccKevin Cheng
2021-11-01RESIZE test generator updatesJeremy Johnson
2021-10-28Changes for 0.23.0 releaseKevin Cheng
2021-10-26Add version to reference modelKevin Cheng
2021-10-25Limit tensor values for COND_IF/WHILE_LOOP tests to stop saturationJeremy Johnson
2021-10-21Fix typo in Concat ERROR_IFKevin Cheng
2021-10-21Fix pool2d generation and check to match specificationJeremy Johnson
2021-10-18Add ERROR_IF to control flow ops.Kevin Cheng
2021-10-18More ERROR_IF supportsKevin Cheng
2021-10-18Add Negative tests for pad, reshape, slice, transposeMatthew Haddon
2021-10-18Add negative testing support to fully_connected, matmul, argmaxMatthew Haddon
2021-10-18Add negative testing support to RESCALEMatthew Haddon
2021-10-14Remove tosa_serializer.py and use the one from serialization_lib now.Kevin Cheng
2021-10-13Catch ERROR_IF on AVG_POOL2D and MAX_POOL2DKevin Cheng
2021-10-12COND_IF int8, int16 testsLes Bell
2021-10-12Add negative testing for avg_pool2d, max_pool2dMatthew Haddon
2021-10-11Add negative testing support for reduce operatorsMatthew Haddon
2021-10-11Fix rank and dtype filtering for ops like conv3d & fully_connectedJeremy Johnson
2021-10-07Add negative testing support for ew_unary operatorsMatthew Haddon
2021-10-07Add negative testing support to (most) EW Binary OpsMatthew Haddon
2021-10-07Add ERROR_IF checks for mismatched batch/channelMatthew Haddon
2021-10-07Separate positive and negative test generation and refactorMatthew Haddon