aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/ops
AgeCommit message (Expand)Author
2 daysAdd missing signed/unsigned data types of input/output for RESCALE opHEADmainWon Jeon
2024-05-01Fix MAXIMUM/MINIMUM handling of NaNs and zeroesJeremy Johnson
2024-04-19Update float8 header and namespaceWon Jeon
2024-04-18[reference_model] Remove output_shape from transpose_conv2dSuraj Sudhir
2024-04-18Update compliance verify checksJeremy Johnson
2024-04-18RFFT2D, refmodel. Correct code when size is oneDmitriy Smirnov
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-04-02Show actual runtime value of shapeType tensorsJerry Ge
2024-03-28Take into account of `output_unsigned` in rescale operationTatWai Chong
2024-03-20[ref model] Add acc_type to Conv OpsTai Ly
2024-03-17[ref model] Change Clamp and Pad attribute fieldsTai Ly
2024-03-15Add missing FP8 definition and instantiation for FULLY_CONNNECTED opWon Jeon
2024-03-07Add INT48 and INT4 datatype support to IDENTITYevacha01
2024-03-06[ref model] Change RescaleOp attrs to inputsTai Ly
2024-03-05Add Tosa Sin/Cos operatorsJerry Ge
2024-03-01Testing support for MUL with shift as inputJeremy Johnson
2024-02-29Fix padding value for PAD op and tensor writing to npy for FP8Won Jeon
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