aboutsummaryrefslogtreecommitdiff
path: root/verif/generator/tosa_arg_gen.py
AgeCommit message (Expand)Author
2023-11-23Main Compliance testing support for COMPARISON opsJeremy Johnson
2023-11-16Fix FP16, BF16 data ranges for conformance testsJeremy Johnson
2023-11-16Main Compliance testing for simple UNARY opsJeremy Johnson
2023-11-10Main Compliance testing for FULLY_CONNECTEDJeremy Johnson
2023-11-10Main Compliance testing support for ARGMAX, REDUCE_SUM/MAX/MINJeremy Johnson
2023-11-10Main Compliance testing support for ADD, SUB, MINIMUM and MAXIMUMJeremy Johnson
2023-11-02Main compliance testing support for MULJeremy Johnson
2023-11-02Compliance mode testing for CONV2DJeremy Johnson
2023-10-26Compliance testing support for MAX_POOL2D & PADJeremy Johnson
2023-10-25Improve verfiy and generate library validationJeremy Johnson
2023-10-16Data generator library python interface addedJeremy Johnson
2023-09-13Restore coverage for conformance MATMULJeremy Johnson
2023-09-07Initial lazy data-gen and compliance test build supportJeremy Johnson
2023-06-15Add ERROR_IF to incorrect broadcast shapesJerry Ge
2023-05-17Add support for one dimension of size -1 in ReshapeOpJerry Ge
2023-04-268K levels: Tensor op tests kernel/stride at 8192 maximumsJeremy Johnson
2023-04-258K level: RESIZE scaling at 64 maximumJeremy Johnson
2023-04-118K level: rank 6 tests support using generator groupsJeremy Johnson
2023-02-28Update rank limits for SLICE, TILE and TRANSPOSELuke Hutton
2023-02-22Bug fixes for max-batch-size/ofm-depthJames Ward
2023-02-10Add FFT2d to the reference modelLuke Hutton
2023-01-31Create MI tests for Type Conversion: CASTJames Ward
2023-01-24Add RFFT2d to the reference modelLuke Hutton
2022-11-21Create MI tests for Data Layout: CONCAT, PAD, RESHAPE, REVERSE, SLICE, TILE, ...James Ward
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-21Add simple post commit reference model testing against NumpyJeremy Johnson
2022-08-26Align padding for transpose_conv2d to match specEric Kunze
2022-08-24Enabled 16-bit TABLE REQUIRE statementJerry Ge
2022-08-11Update RESIZE operator in test generator for spec updatesJeremy Johnson
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