aboutsummaryrefslogtreecommitdiff
path: root/reference_model/include
AgeCommit message (Expand)Author
2024-04-25Update main branch version to 1.1.0 draftEric Kunze
2024-04-19Update version to 1.0.0 draftv1.0.0-rc0v1.00Eric Kunze
2024-04-15[ref model] fix const/pad/clamp attribute serializationTai Ly
2024-03-28Take into account of `output_unsigned` in rescale operationTatWai Chong
2024-02-21Add support for FP8 to reference modelWon Jeon
2024-02-05Update version to 0.100.0 draftv0.100a0Eric Kunze
2024-01-05Remove operators APIDmitrii Agibov
2023-12-12Add interface to model runner to run a basic blockEric Kunze
2023-12-07Add support for list of tensors as input parameterDmitrii Agibov
2023-11-28Fix Fast Fourier Transforms in operator APIDhruv Chauhan
2023-11-16Support loading shared libraries for custom operatorsJerry Ge
2023-11-14[reference_model] Add local_bound supportTai Ly
2023-11-01Fix TransposeConv2d in operator APIDmitrii Agibov
2023-10-31Fix Reshape in operator APIGrant Watson
2023-10-04Add initial TOSA MI generator supportJeremy Johnson
2023-09-25Pass parameter acc_size to AvgPool2d operatorDmitrii Agibov
2023-09-15Update reference model MAX_SCALE to match specEric Kunze
2023-09-15[reference_model] Support StatefulOps and the tests for CallOnceOpTai Ly
2023-09-14Change version to 0.90 draftEric Kunze
2023-09-14Upgrade to latest version of TOSA specificationGrant Watson
2023-09-08Support new RESCALE attributesEric Kunze
2023-09-07Rework TOSA verification APIGeorgios Pinitas
2023-09-05Pass func_config to individual operator APIGrant Watson
2023-08-18Add DIM operator to reference modelWon Jeon
2023-07-31Fixed missing tensor inputs in fully_connected in model runnerJiacheng Liang
2023-07-25Run clang-format and update copyrightJerry Ge
2023-06-29Fix missing template instantiationsEric Kunze
2023-06-29Add support for ERF operator to reference modelWon Jeon
2023-06-26Upgrade to latest version of TOSA specificationGrant Watson
2023-06-20Make verifiers to operate on const pointersGeorgios Pinitas
2023-06-15Add TOSA MI verification methodsGeorgios Pinitas
2023-06-02Update version to 0.80 draftEric Kunze
2023-05-25Remove draft tag for 0.70 releasev0.70.0v0.70Eric Kunze
2023-05-18Add abs calculations under precise_modeTai Ly
2023-05-05[reference model] Add precise modeTai Ly
2023-04-20Add level checking to TOSA Ref modelJerry Ge
2023-03-17Refactor 1L to INT64_C()Jerry Ge
2023-03-16Update version to 0.70.0 draftEric Kunze
2023-03-09Update version number to 0.60v0.60.0Eric Kunze
2022-12-15Extend reference model API with eager operator execution entrypointsGrant Watson
2022-12-12Update version to 0.51.0 draftEric Kunze
2022-12-05Update version to 0.50 for releasev0.50.0v0.50Eric Kunze
2022-11-09Add BF16 support to reference modelJames Ward
2022-10-19Add FP16 support to IModelRunnerMatthew Sloyan
2022-10-07Add IModelRunner interface to TOSA Reference ModelMatthew Sloyan