aboutsummaryrefslogtreecommitdiff
path: root/reference_model
AgeCommit message (Expand)Author
6 daysFix MAXIMUM/MINIMUM handling of NaNs and zeroesHEADmainJeremy Johnson
12 daysUpdate 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-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-17Fix gcc warning of comparison of different signedness integersTatWai Chong
2024-04-16SPECIAL data gen mode for FP16 and FP32evacha01
2024-04-15[ref model] fix const/pad/clamp attribute serializationTai Ly
2024-04-11[ref_model] Remove assert on bad tensor typeTai 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-03Make Full Range FP16 tests into extra testsevacha01
2024-04-02Show actual runtime value of shapeType tensorsJerry Ge
2024-03-28Take into account of `output_unsigned` in rescale operationTatWai Chong
2024-03-26Compliance Test Set 3 data fixJeremy Johnson
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-07FULL data gen mode for FP16evacha01
2024-03-06[ref model] Change RescaleOp attrs to inputsTai Ly
2024-03-05Fix the usage of command line arguments for reference_modelJerry Ge
2024-03-05Add Tosa Sin/Cos operatorsJerry Ge
2024-03-05Minor fix ups in verify libJeremy Johnson
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-28Update tensor allocator for FP16 caseJerry Ge
2024-02-27[reference_model] tosa.fb name changesTai Ly
2024-02-26Verifier - change to output largest error devianceJeremy Johnson
2024-02-26Ref-model generate build warning fixJeremy Johnson
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-22Save Int16/UINT16 test outputs to native dtypesJerry Ge
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: Add RESIZE supportJeremy Johnson
2024-02-08Main Compliance: RFFT2D supportJeremy Johnson
2024-02-08Main Compliance testing for CONV3Devacha01
2024-02-07Main Compliance: Update POW error boundJeremy Johnson
2024-02-07Main Compliance: FFT2D supportJeremy Johnson
2024-02-06Main Compliance testing for TRANSPOSE, REVERSE, and CONSTevacha01
2024-02-05Update version to 0.100.0 draftv0.100a0Eric Kunze
2024-01-31Change the start and size of slice to tosa shape typeTatWai Chong
2024-01-31Fix the improvement of the ABS_ERROR outputJeremy Johnson
2024-01-31Fix verify REDUCE_PRODUCT reportingJeremy Johnson
2024-01-30[ref model] Change PadOp's padding to ShapeTai Ly
2024-01-30Add support for input tensor of "shape" typeDmitrii Agibov