aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa_test_gen.py
AgeCommit message (Expand)Author
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-11Add Broadcast DimensionMismatch errorsJeremy Johnson
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-01RESIZE test generator updatesJeremy Johnson
2021-10-28Changes for 0.23.0 releaseKevin Cheng
2021-10-25Limit tensor values for COND_IF/WHILE_LOOP tests to stop saturationJeremy Johnson
2021-10-21Fix pool2d generation and check to match specificationJeremy Johnson
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-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
2021-10-07Fix shape generation with num-const-inputs-concat optionJeremy Johnson
2021-10-04Add shared ERROR_IF statementsMatthew Haddon
2021-10-01Fix CONST test.Kevin Cheng
2021-09-30Remove duplicate output tensor in cond_if_binary testKevin Cheng
2021-09-28Remove ReluN op.Kevin Cheng
2021-09-27Add ERROR_IF support for RESIZEMatthew Haddon
2021-09-24Extended tests for 2D/3D tensor functionsLes Bell
2021-09-16Generate more CONV3D testsLes Bell
2021-09-16Implement Conv3D kernel.Kevin Cheng
2021-09-15Rename attribute: Pool2d, Conv2d, TransposeConv2d -> Pool, Conv, TransposeConvKevin Cheng
2021-09-15Fix for ADD/SUB saturation in testsJeremy Johnson
2021-09-14Fix while_loop test.Kevin Cheng
2021-09-08Remove invalid tests from test generatorMatthew Haddon
2021-09-08Allow user to specify test type generatedMatthew Haddon
2021-09-07Fix batch size if target shape set for SCATTER operatorMatthew Haddon
2021-08-31Rename DIV operator to INTDIVMatthew Haddon
2021-08-31Set TILE multiple to one if input dimension is largeMatthew Haddon
2021-08-20Replace node level check ASSERT_MSG_NODE()/FATAL_ERROR_NODE() with REQUIRE() ...Kevin Cheng
2021-08-20Make MATMUL output shape randomMatthew Haddon
2021-08-19Produce Concat tests with multiple input tensorsMatthew Haddon
2021-08-12Support int4 weights read. Added conv2d int8xint4 in test generation.Kevin Cheng
2021-08-12test gen PAD agPad fix to cover all pad valuesLes Bell
2021-08-12Add support for UINT8Matthew Haddon
2021-08-12fully_connected test OC independent of input shapeLes Bell