aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-10-07Fix shape generation with num-const-inputs-concat optionJeremy Johnson
2021-10-06Fix reduction ERROR_IF casesKevin Cheng
2021-10-05Couple of reference model fixesKevin Cheng
2021-10-04Add shared ERROR_IF statementsMatthew Haddon
2021-10-01Fix CONST test.Kevin Cheng
2021-09-30Fixes to pass NEGATE op test.Kevin Cheng
2021-09-30Add SUBGRAPH_ERROR_IF() to catch graph-level error.Kevin Cheng
2021-09-30Remove duplicate output tensor in cond_if_binary testKevin Cheng
2021-09-28Remove ReluN op.Kevin Cheng
2021-09-28Removing rank 0 broadcast in binary op.Kevin Cheng
2021-09-27Op that violates rank requirement now runs to the end and return ERROR instea...Kevin Cheng
2021-09-27Add ERROR_IF support for RESIZEMatthew Haddon
2021-09-24Extended tests for 2D/3D tensor functionsLes Bell
2021-09-23Add stride larger than dimension error_if check for resizeMatthew Haddon
2021-09-22Unit test runner ergonomicsJared Smolens
2021-09-20Add maximum dimension check ERROR_IF in RESIZE.Kevin Cheng
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-15Add a top level license fileEric Kunze
2021-09-15Fix for ADD/SUB saturation in testsJeremy Johnson
2021-09-14Fix while_loop test.Kevin Cheng
2021-09-14Add saturation REQUIREs for ADD,SUB,MUL,INTDIVJeremy Johnson
2021-09-08Remove invalid tests from test generatorMatthew Haddon
2021-09-08Allow user to specify test type generatedMatthew Haddon