aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/ops
AgeCommit message (Expand)Author
2024-02-27[reference_model] tosa.fb name changesTai Ly
2024-02-26[ref_model] Change resize attrs to inputsTai Ly
2024-02-23Fix comparing unsigned int and int in slice evaluationTatWai Chong
2024-02-22Change the shift of mul to tensor typeTatWai Chong
2024-02-21Add support for FP8 to reference modelWon Jeon
2024-02-08Fix REDUCE ops to support 8k MAX_RANKJeremy Johnson
2024-02-08Main Compliance: RFFT2D supportJeremy Johnson
2024-02-07Main Compliance: Update POW error boundJeremy Johnson
2024-02-07Main Compliance: FFT2D supportJeremy Johnson
2024-01-31Change the start and size of slice to tosa shape typeTatWai Chong
2024-01-30[ref model] Change PadOp's padding to ShapeTai Ly
2024-01-25Fix logical right shift operator for signed negative integersWon Jeon
2024-01-18[reference model] Add shape operatorsTai Ly
2024-01-11CLAMP limits should be expressed in in_out_tEric Kunze
2024-01-08Main Conformance: Re-adjust TANH compliance checkJeremy Johnson
2024-01-03Fix Cast Float to Int overflowsJerry Ge
2023-12-15Fix Cast FP32 to Int32 OverflowJerry Ge
2023-12-14Remove inferred dimension from RESHAPEJeremy Johnson
2023-12-12Main Conformance: Adjust TANH compliance valueJeremy Johnson
2023-12-11Enforce no output rewrite REQUIRE in SCATTERJeremy Johnson
2023-12-05Fix Format Specifiers for MUL REQUIRES outputJack Frankland
2023-12-04Change TANH, SIGMOID to ABS_ERROR complianceJeremy Johnson
2023-11-22Correct Fully Connected Validation LogicJack Frankland
2023-11-16Support loading shared libraries for custom operatorsJerry Ge
2023-11-16Main Compliance testing support for EXP & POWJeremy Johnson
2023-11-14[reference_model] Add local_bound supportTai Ly
2023-10-24Catch when CONSTs aren't initializedJeremy Johnson
2023-10-23Fix AvgPool2D regressionJames Ward
2023-10-20Fix AVG_POOL2D bad_alloc with large kernel sizesJames Ward
2023-09-13Add integer divide with floor for coordinate calculationTatWai Chong
2023-09-08Support new RESCALE attributesEric Kunze
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-27Enable lazy tensor allocationJerry Ge
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-15Add ERROR_IF to incorrect broadcast shapesJerry Ge
2023-06-02Add support for boolean outputs in model runnerJiacheng Liang
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-06[reference model] support multiple regionsTai Ly
2023-03-17Refactor 1L to INT64_C()Jerry Ge
2023-03-03Update CAST fp to int roundingEric Kunze