aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/ops
AgeCommit message (Expand)Author
2023-06-29Fix logical right shift operator for signed negative integersv0.60Won Jeon
2023-03-03Update CAST fp to int roundingEric Kunze
2023-02-28Update rank limits for SLICE, TILE and TRANSPOSELuke 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-19Fix for sign extending LOGICAL LEFT/RIGHT SHIFT resultsJeremy Johnson
2023-01-19Create MI tests for Activation: CLAMP; Data Layout: PADJames Ward
2023-01-18Update for RESCALE spec apply_add clarificationJeremy Johnson
2023-01-13Reference model update for control flow operators supportJerry Ge
2022-12-20Add explicit template instantiations for abstract classesJared Smolens
2022-12-09Fix reference model memory leaks for the following opsJerry Ge
2022-11-29FP16 improvementsJames Ward
2022-11-19Fix the floating point precision issue for Sigmoid FP32Jerry Ge
2022-11-18Zero point addition in RESCALE should be int32Eric Kunze
2022-11-09Add BF16 support to reference modelJames Ward
2022-10-13Rename FLOAT type to FP32Jeremy Johnson
2022-10-11Reference model changes for fp16 supportJames Ward
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-24Enabled 16-bit TABLE REQUIRE statementJerry Ge
2022-08-15Check that the shape calculation for PAD is correctEric Kunze
2022-08-10Update TOSA resize to match specificationTatWai Chong
2022-06-17Fix reference model use of weight zero pointv0.30.0v0.30Eric Kunze
2022-06-15Remove quantization info from serialization attributesEric Kunze
2022-06-13Update transpose_conv2d to align with TOSA specTatWai Chong
2022-06-07Remove dilation from transpose_conv2d opEric Kunze
2022-06-07Change size check in TILE to ERROR_IFEric Kunze
2022-06-07Align the serialization schema with TOSA 0.24.0 specificationTatWai Chong
2022-05-31Remove RESHAPE -1 dimensions supportJeremy Johnson
2022-05-26Add support for uint16_t to RESCALEJeremy Johnson
2022-05-16Initialize accumulator with bias value for CONV3DEric Kunze
2022-05-16Adjust divisor calculationEric Kunze
2022-05-04Fix for NEGATE using 32-bit accumulatorJeremy Johnson
2022-04-28Update tensor ops ERROR_IF criteriaJeremy Johnson
2022-04-05Add missing REQUIREs check to REDUCE_SUM in refmodelJeremy Johnson
2022-03-24Add missing REQUIRE to NEGATE opJeremy Johnson
2022-03-10Fix refmodel LOGICAL_XOR (was incorrectly LOGICAL_OR)Jeremy Johnson
2022-02-01Rework divisor calculation for AVGPOOL2DEric Kunze
2022-01-20Fix for LOGICAL_LEFT/RIGHT_SHIFT shift valuesJeremy Johnson
2021-11-11More ERROR_IF to check attribute for convolution opsKevin Cheng
2021-11-09Check valid broadcastable shape for binary and ternary opsKevin Cheng
2021-11-02more ERROR_IF fixesKevin Cheng
2021-11-01Fix for tensor_ops.ccKevin Cheng
2021-10-28Changes for 0.23.0 releaseKevin Cheng
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