aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/ops/tensor_ops.cc
AgeCommit message (Expand)Author
2024-04-18[reference_model] Remove output_shape from transpose_conv2dSuraj Sudhir
2024-04-18RFFT2D, refmodel. Correct code when size is oneDmitriy Smirnov
2024-03-20[ref model] Add acc_type to Conv OpsTai Ly
2024-03-15Add missing FP8 definition and instantiation for FULLY_CONNNECTED opWon Jeon
2024-02-27[reference_model] tosa.fb name changesTai Ly
2024-02-21Add support for FP8 to reference modelWon Jeon
2024-02-08Main Compliance: RFFT2D supportJeremy Johnson
2024-02-07Main Compliance: FFT2D supportJeremy Johnson
2023-11-22Correct Fully Connected Validation LogicJack Frankland
2023-11-14[reference_model] Add local_bound supportTai Ly
2023-10-23Fix AvgPool2D regressionJames Ward
2023-10-20Fix AVG_POOL2D bad_alloc with large kernel sizesJames Ward
2023-08-14Add support for bias broadcastingTai Ly
2023-08-07Update formatting based on clang-format 14Eric Kunze
2023-07-25Run clang-format and update copyrightJerry Ge
2023-05-18Add abs calculations under precise_modeTai Ly
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-02-10Add FFT2d to the reference modelLuke Hutton
2023-02-02Remove accumulator attributes from all but AVG_POOL2DJames Ward
2023-01-24Add RFFT2d to the reference modelLuke Hutton
2022-11-09Add BF16 support to reference modelJames Ward
2022-10-13Rename FLOAT type to FP32Jeremy Johnson
2022-10-11Reference model changes for fp16 supportJames Ward
2022-08-29Update framework test generator to support TF/TFL conv3d.TatWai Chong
2022-08-26Align padding for transpose_conv2d to match specEric Kunze
2022-06-17Fix reference model use of weight zero pointv0.30.0v0.30Eric Kunze
2022-06-15Remove quantization info from serialization attributesEric Kunze
2022-06-13Update transpose_conv2d to align with TOSA specTatWai Chong
2022-06-07Remove dilation from transpose_conv2d opEric Kunze
2022-06-07Align the serialization schema with TOSA 0.24.0 specificationTatWai Chong
2022-05-16Initialize accumulator with bias value for CONV3DEric Kunze
2022-05-16Adjust divisor calculationEric Kunze
2022-04-28Update tensor ops ERROR_IF criteriaJeremy Johnson
2022-02-01Rework divisor calculation for AVGPOOL2DEric Kunze
2021-11-11More ERROR_IF to check attribute for convolution opsKevin Cheng
2021-11-01Fix for tensor_ops.ccKevin Cheng
2021-10-21Fix pool2d generation and check to match specificationJeremy Johnson
2021-10-18More ERROR_IF supportsKevin Cheng
2021-10-13Catch ERROR_IF on AVG_POOL2D and MAX_POOL2DKevin Cheng
2021-09-16Implement Conv3D kernel.Kevin Cheng
2021-09-15Rename attribute: Pool2d, Conv2d, TransposeConv2d -> Pool, Conv, TransposeConvKevin Cheng
2021-08-20Replace node level check ASSERT_MSG_NODE()/FATAL_ERROR_NODE() with REQUIRE() ...Kevin Cheng
2021-06-09adding batch dimension to MatMul.Kevin Cheng
2021-04-27Replace serialization/ and verif/ with MLPlatform's serialization_lib submoduleKevin Cheng
2021-02-01Remove AINT8Kevin Cheng
2020-10-19Update apply_scale_32()Kevin Cheng
2020-10-14Initial checkin of TOSA reference_model and testsEric Kunze