aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/ops/type_conversion.cc
AgeCommit message (Expand)Author
2024-04-19Update float8 header and namespaceWon Jeon
2024-04-15[ref model] fix const/pad/clamp attribute serializationTai Ly
2024-04-08Fix the wrong QMax and QMin type assignment in rescale opTatWai Chong
2024-04-08Modify Rescale signedness check to look at attributesEric Kunze
2024-03-28Take into account of `output_unsigned` in rescale operationTatWai Chong
2024-03-06[ref model] Change RescaleOp attrs to inputsTai Ly
2024-02-21Add support for FP8 to reference modelWon Jeon
2024-01-03Fix Cast Float to Int overflowsJerry Ge
2023-12-15Fix Cast FP32 to Int32 OverflowJerry Ge
2023-09-08Support new RESCALE attributesEric Kunze
2023-07-25Run clang-format and update copyrightJerry Ge
2023-05-10Refactor ref_model rank checking and add level check to argmaxJerry Ge
2023-05-05[reference model] Add precise modeTai Ly
2023-04-20Add level checking to TOSA Ref modelJerry Ge
2023-03-03Update CAST fp to int roundingEric Kunze
2023-01-31Create MI tests for Type Conversion: CASTJames Ward
2023-01-18Update for RESCALE spec apply_add clarificationJeremy Johnson
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-06-15Remove quantization info from serialization attributesEric Kunze
2022-05-26Add support for uint16_t to RESCALEJeremy Johnson
2021-10-18More ERROR_IF supportsKevin Cheng
2021-08-20Replace node level check ASSERT_MSG_NODE()/FATAL_ERROR_NODE() with REQUIRE() ...Kevin Cheng
2021-04-30Support 16-bit RescaleKevin Cheng
2021-02-01Remove AINT8Kevin Cheng
2020-11-12Implement and add unit tests for MUL and ARITHMETIC_RIGHT_SHIFTKevin Cheng
2020-10-19Update apply_scale_32()Kevin Cheng
2020-10-14Initial checkin of TOSA reference_model and testsEric Kunze