aboutsummaryrefslogtreecommitdiff
path: root/verif
AgeCommit message (Expand)Author
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-14Remove tosa_serializer.py and use the one from serialization_lib now.Kevin 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
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-22Unit test runner ergonomicsJared Smolens
2021-09-20Compatibility with flatbuffers 1.12.0 and 2.0.0Jared Smolens
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-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-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
2021-08-10fix output type for resize in test genLes Bell
2021-07-29fix quantization zero-point generationLes Bell
2021-07-29Fix random INT4 and INT8 dtype ranges and clamp attrsJeremy Johnson
2021-07-27Fix bug causing test generator to create unused input tensorMatthew Haddon
2021-07-20Add INT8 table operator support to test generator.Jeremy Johnson
2021-07-13Make operator tests follow consistent naming schemeMatthew Haddon
2021-07-13Allow selection of higher rank tests using --target-rankJeremy Johnson