aboutsummaryrefslogtreecommitdiff
path: root/reference_model
AgeCommit message (Expand)Author
2022-10-18Update to check tensor size is validEric Kunze
2022-10-13Rename FLOAT type to FP32Jeremy Johnson
2022-10-13Minor fixes & add FP16 support to refmodel testing and conformance genJeremy Johnson
2022-10-12Remove conflicting REQUIRE definition in unit testsJames Ward
2022-10-11Reference model changes for fp16 supportJames Ward
2022-10-07Add IModelRunner interface to TOSA Reference ModelMatthew Sloyan
2022-09-14Fix debug masks in refmodel.Jeremy Johnson
2022-09-12Update reference model version to 0.41 draftEric Kunze
2022-08-30Update revision to 0.40.v0.40.0v0.40Eric Kunze
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-22Simplify the argument parsing and debug codeEric Kunze
2022-08-15Check that the shape calculation for PAD is correctEric Kunze
2022-08-10Update TOSA resize to match specificationTatWai Chong
2022-07-11Modify input limits for apply_scale_32Eric Kunze
2022-07-08Update reference model version to 0.31 draftEric Kunze
2022-06-17Fix reference model use of weight zero pointv0.30.0v0.30Eric Kunze
2022-06-16Remove draft status from reference modelEric 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-19Usability cleanupJared Smolens
2022-03-10Fix refmodel LOGICAL_XOR (was incorrectly LOGICAL_OR)Jeremy Johnson
2022-02-16Update refmodel apply_scale_32: adjust range checkingJeremy Johnson
2022-02-01Rework divisor calculation for AVGPOOL2DEric Kunze
2022-01-20Fix for LOGICAL_LEFT/RIGHT_SHIFT shift valuesJeremy Johnson
2021-11-11Fix broadcast bugKevin Cheng
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-05Cleanup CMakeLists.txtKevin Cheng
2021-11-04Update reference model version to 0.24.0 draftEric Kunze
2021-11-03Remove draft tag for 0.23 releasev0.23.0v0.23Eric Kunze
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-26Add version to reference modelKevin 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