aboutsummaryrefslogtreecommitdiff
path: root/reference_model
AgeCommit message (Expand)Author
2023-08-23[reference model] Code cleanup for SHAPETai Ly
2023-08-21Remove unused struct to avoid warning messageWon Jeon
2023-08-18Add DIM operator to reference modelWon Jeon
2023-08-14Add support for bias broadcastingTai Ly
2023-08-07Update formatting based on clang-format 14Eric Kunze
2023-08-02Fix compiler warnings (NFC)Eric Kunze
2023-07-31Fixed missing tensor inputs in fully_connected in model runnerJiacheng Liang
2023-07-27Enable lazy tensor allocationJerry Ge
2023-07-25Run clang-format and update copyrightJerry Ge
2023-07-17Update tensor allocation loggingEric Kunze
2023-07-14Add support for int32 tensor datatype in model runnerJiacheng Liang
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 ERROR_IF to incorrect broadcast shapesJerry Ge
2023-06-15Add TOSA MI verification methodsGeorgios Pinitas
2023-06-12Correctly identify "axis" attributes.Grant Watson
2023-06-02Add support for boolean outputs in model runnerJiacheng Liang
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-17Add support for one dimension of size -1 in ReshapeOpJerry 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-24AVG_POOL2D - Fix for stride renaming mistakeJeremy Johnson
2023-04-20Add level checking to TOSA Ref modelJerry Ge
2023-04-11revert to GetBlockByName "main"Tai Ly
2023-04-06[reference model] support multiple regionsTai Ly
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
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-15Add BF16 support to IModelRunnerJames Ward
2022-12-15Create MI tests for Image: RESIZEJames Ward
2022-12-15Extend reference model API with eager operator execution entrypointsGrant Watson
2022-12-12Update version to 0.51.0 draftEric Kunze
2022-12-09Fix reference model memory leaks for the following opsJerry Ge
2022-12-05Update version to 0.50 for releasev0.50.0v0.50Eric Kunze
2022-11-29Fix error messages/comments using old -C arguments.Jeremy Johnson