aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/ops/tensor_ops.cc
AgeCommit message (Expand)Author
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