aboutsummaryrefslogtreecommitdiff
path: root/reference_model
AgeCommit message (Expand)Author
2022-06-13Update transpose_conv2d to align with TOSA specTatWai Chong
2022-06-07Remove dilation from transpose_conv2d opEric Kunze
2022-06-07Change size check in TILE to ERROR_IFEric Kunze
2022-06-07Align the serialization schema with TOSA 0.24.0 specificationTatWai Chong
2022-05-31Remove RESHAPE -1 dimensions supportJeremy Johnson
2022-05-26Add support for uint16_t to RESCALEJeremy Johnson
2022-05-16Initialize accumulator with bias value for CONV3DEric Kunze
2022-05-16Adjust divisor calculationEric Kunze
2022-05-04Fix for NEGATE using 32-bit accumulatorJeremy Johnson
2022-04-28Update tensor ops ERROR_IF criteriaJeremy Johnson
2022-04-05Add missing REQUIREs check to REDUCE_SUM in refmodelJeremy Johnson
2022-03-24Add missing REQUIRE to NEGATE opJeremy Johnson
2022-03-19Usability cleanupJared Smolens
2022-03-10Fix refmodel LOGICAL_XOR (was incorrectly LOGICAL_OR)Jeremy Johnson
2022-02-16Update refmodel apply_scale_32: adjust range checkingJeremy Johnson
2022-02-01Rework divisor calculation for AVGPOOL2DEric Kunze
2022-01-20Fix for LOGICAL_LEFT/RIGHT_SHIFT shift valuesJeremy Johnson
2021-11-11Fix broadcast bugKevin Cheng
2021-11-11More ERROR_IF to check attribute for convolution opsKevin Cheng
2021-11-09Check valid broadcastable shape for binary and ternary opsKevin Cheng
2021-11-05Cleanup CMakeLists.txtKevin Cheng
2021-11-04Update reference model version to 0.24.0 draftEric Kunze
2021-11-03Remove draft tag for 0.23 releasev0.23.0v0.23Eric Kunze
2021-11-02more ERROR_IF fixesKevin Cheng
2021-11-01Fix for tensor_ops.ccKevin Cheng
2021-10-28Changes for 0.23.0 releaseKevin Cheng
2021-10-26Add version to reference modelKevin Cheng
2021-10-21Fix typo in Concat ERROR_IFKevin Cheng
2021-10-21Fix pool2d generation and check to match specificationJeremy Johnson
2021-10-18Add ERROR_IF to control flow ops.Kevin Cheng
2021-10-18More ERROR_IF supportsKevin Cheng
2021-10-13Catch ERROR_IF on AVG_POOL2D and MAX_POOL2DKevin Cheng
2021-10-06Fix reduction ERROR_IF casesKevin Cheng
2021-10-05Couple of reference model fixesKevin Cheng
2021-09-30Fixes to pass NEGATE op test.Kevin Cheng
2021-09-30Add SUBGRAPH_ERROR_IF() to catch graph-level error.Kevin Cheng
2021-09-28Remove ReluN op.Kevin Cheng
2021-09-28Removing rank 0 broadcast in binary op.Kevin Cheng
2021-09-27Op that violates rank requirement now runs to the end and return ERROR instea...Kevin Cheng
2021-09-23Add stride larger than dimension error_if check for resizeMatthew Haddon
2021-09-20Add maximum dimension check ERROR_IF in RESIZE.Kevin Cheng
2021-09-16Implement Conv3D kernel.Kevin Cheng
2021-09-15Rename attribute: Pool2d, Conv2d, TransposeConv2d -> Pool, Conv, TransposeConvKevin Cheng
2021-09-14Add saturation REQUIREs for ADD,SUB,MUL,INTDIVJeremy Johnson
2021-08-31Rename DIV operator to INTDIVMatthew Haddon
2021-08-20Replace node level check ASSERT_MSG_NODE()/FATAL_ERROR_NODE() with REQUIRE() ...Kevin Cheng
2021-08-12Support int4 weights read. Added conv2d int8xint4 in test generation.Kevin Cheng
2021-07-01Adding option -Coutput_dir= to control output location.Kevin Cheng
2021-06-24Update to use new serialization_lib API.Kevin Cheng
2021-06-09adding batch dimension to MatMul.Kevin Cheng