aboutsummaryrefslogtreecommitdiff
path: root/verif/generator
AgeCommit message (Expand)Author
2023-02-28Update rank limits for SLICE, TILE and TRANSPOSELuke Hutton
2023-02-22Bug fixes for max-batch-size/ofm-depthJames Ward
2023-02-22Add tests for INT48 CONST supportLuke Hutton
2023-02-10Add FFT2d to the reference modelLuke Hutton
2023-02-02Remove accumulator attributes from all but AVG_POOL2DJames Ward
2023-01-31Create MI tests for Type Conversion: CASTJames Ward
2023-01-24Add RFFT2d to the reference modelLuke Hutton
2023-01-19Create MI tests for Activation: CLAMP; Data Layout: PADJames Ward
2023-01-13Reference model update for control flow operators supportJerry Ge
2022-12-15Add extra control flow ERROR_IF testsJeremy Johnson
2022-11-21Create MI tests for Data Layout: CONCAT, PAD, RESHAPE, REVERSE, SLICE, TILE, ...James Ward
2022-11-19Initial set up of Main Inference conformance test genJeremy Johnson
2022-11-09Add BF16 support to reference modelJames Ward
2022-10-26Add TILE bool tests & rename CAST/RESCALE testsJeremy Johnson
2022-10-13Rename FLOAT type to FP32Jeremy Johnson
2022-10-13Minor fixes & add FP16 support to refmodel testing and conformance genJeremy Johnson
2022-10-11Reference model changes for fp16 supportJames Ward
2022-09-26Add CONST testing to Numpy refmodel testsJeremy Johnson
2022-09-21Add simple post commit reference model testing against NumpyJeremy Johnson
2022-08-30Update RESCALE testing to match no rank restrictionsEric Kunze
2022-08-26Align padding for transpose_conv2d to match specEric Kunze
2022-08-25Add PAD ERROR_IF test for output shapeJeremy Johnson
2022-08-24Enabled 16-bit TABLE REQUIRE statementJerry Ge
2022-08-11Update RESIZE operator in test generator for spec updatesJeremy Johnson
2022-07-11Modify input limits for apply_scale_32Eric Kunze
2022-06-15Remove quantization info from serialization attributesEric Kunze
2022-06-13Update transpose_conv2d to align with TOSA specTatWai Chong
2022-05-31Remove RESHAPE -1 dimensions supportJeremy Johnson
2022-05-26Add support for uint16_t to RESCALEJeremy Johnson
2022-05-04Fix for NEGATE using 32-bit accumulatorJeremy Johnson
2022-05-04Control oversized tests for TRANSPOSE_CONV2DJeremy Johnson
2022-04-28Update tensor ops ERROR_IF criteriaJeremy Johnson
2022-04-11Refactor verif/generator/tosa_test_gen.py into different filesJeremy Johnson
2022-04-06Fix NEGATE int8 test value rangesJeremy Johnson
2022-04-05Add missing REQUIREs check to REDUCE_SUM in refmodelJeremy Johnson
2022-03-31Update pre-commit tool versionsJeremy Johnson
2022-03-24Add missing REQUIRE to NEGATE opJeremy Johnson
2022-03-23Improve EQUAL tests to have matching numbersJeremy Johnson
2022-03-14Generate REDUCE_MIN tests (instead of REDUCE_MAX)Jeremy Johnson
2022-02-17Fix rescale test gen for scale32 & dtypeJeremy Johnson
2022-02-16Update refmodel apply_scale_32: adjust range checkingJeremy Johnson
2022-02-10Minor formatting fixes for pythonJeremy Johnson
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-13Add python pre-commit script checkersJeremy Johnson
2022-01-06Reorganize verif and create packagesJeremy Johnson