aboutsummaryrefslogtreecommitdiff
path: root/verif
AgeCommit message (Expand)Author
2023-02-06Create MI tests for Tensors: AVG_POOL2D, FULLY_CONNECTED, MATMULJames Ward
2023-02-06Create MI tests for Tensor: CONV2DJeremy Johnson
2023-02-02Remove accumulator attributes from all but AVG_POOL2DJames Ward
2023-02-02Create MI tests for Reduction: REDUCE_SUM, REDUCE_PRODUCTJames Ward
2023-01-31Create MI tests for Type Conversion: CASTJames Ward
2023-01-30Add framework tests for tfl.atan2Luke Hutton
2023-01-27Add RFFT2d to optimized only kernel listLuke Hutton
2023-01-27Add framework test for math.signTatWai Chong
2023-01-25Create MI tests for Comparison: EQUAL, GREATER, GREATER_EQUALJeremy Johnson
2023-01-25Create MI tests for EW Unary: LOG, RECIPROCAL, RSQRT, EXPJeremy Johnson
2023-01-24Add RFFT2d to the reference modelLuke Hutton
2023-01-23Create MI tests for Data Layout: SLICEJames Ward
2023-01-19Create MI tests for Activation: CLAMP; Data Layout: PADJames Ward
2023-01-18Add framework tests for tf.sin and tf.cosLuke Hutton
2023-01-13Reference model update for control flow operators supportJerry Ge
2023-01-04Create MI tests for EW Binary: ADD, SUB, MULJeremy Johnson
2023-01-04Create MI tests for EW Binary: POWJeremy Johnson
2022-12-15Add extra control flow ERROR_IF testsJeremy Johnson
2022-12-15Create MI tests for Image: RESIZEJames Ward
2022-12-15Create MI tests for Activation: SIGMOID, TANHJames Ward
2022-12-14Create MI tests for EW Ternary: SELECTJames Ward
2022-12-13Create MI tests for EW Unary: ABS, CEIL, FLOOR, NEGATEJames Ward
2022-12-13Create MI tests for Reduction: REDUCE_MIN, REDUCE_MAXJames Ward
2022-12-09Create MI tests for EW Binary: MINIMUM, MAXIMUMJames Ward
2022-12-09Add framework tests for tfl.sin and tfl.cosLuke Hutton
2022-12-01Fix conformance desc.json contains correct profilesJeremy Johnson
2022-11-21Create MI tests for Data Nodes: CONST, IDENTITYJames Ward
2022-11-21Create MI tests for Data Layout: CONCAT, PAD, RESHAPE, REVERSE, SLICE, TILE, ...James Ward
2022-11-21Create MI tests for Scatter/Gather: SCATTER, GATHERJames Ward
2022-11-21Create MI tests for Tensors: ARGMAX, MAX_POOL2DJames Ward
2022-11-19Initial set up of Main Inference conformance test genJeremy Johnson
2022-11-11Add framework test for tfl.preluTatWai Chong
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-22Add framework test for TF and TFL mirrorpadTatWai Chong
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-29[Fix] Wrong dimension is inferred in tensor shape generationTatWai Chong
2022-08-29Update framework test generator to support TF/TFL conv3d.TatWai Chong
2022-08-26Align padding for transpose_conv2d to match specEric Kunze
2022-08-25Add generator functions to support TFL geluTatWai Chong
2022-08-25Add PAD ERROR_IF test for output shapeJeremy Johnson
2022-08-24Enabled 16-bit TABLE REQUIRE statementJerry Ge
2022-08-22Simplify the argument parsing and debug codeEric Kunze
2022-08-11Update RESIZE operator in test generator for spec updatesJeremy Johnson
2022-08-10Update TOSA resize to match specificationTatWai Chong