aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-15Update serialization_lib hash.Kevin Cheng
2021-07-13Make operator tests follow consistent naming schemeMatthew Haddon
2021-07-13Allow selection of higher rank tests using --target-rankJeremy Johnson
2021-07-09Fix bug causing reshape rank not to match test description.Matthew Haddon
2021-07-07Fix bug causing identical reshape permutationsMatthew Haddon
2021-07-01Adding option -Coutput_dir= to control output location.Kevin Cheng
2021-06-28Fix transpose test gen of permutations & rankJeremy Johnson
2021-06-24Update to use new serialization_lib API.Kevin Cheng