aboutsummaryrefslogtreecommitdiff
path: root/reference_model
AgeCommit message (Expand)Author
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
2021-06-04Rewrite model frontend to be json-driven.Kevin Cheng
2021-05-24Support 8-bit TABLE op.Kevin Cheng
2021-05-12Update to v0.22.0Kevin Cheng
2021-04-30Fix OpMul for 32-bit x 32-bit inputsKevin Cheng
2021-04-30Support 16-bit RescaleKevin Cheng
2021-04-30Concat takes variadic inputsKevin Cheng
2021-04-28Support mixed-precision input tensors for TOSA unit test.Kevin Cheng
2021-04-27Replace serialization/ and verif/ with MLPlatform's serialization_lib submoduleKevin Cheng
2021-04-23Fix bug that NegateOp doesn't clip output valueKevin Cheng
2021-02-22Fix operator initialization bug when rank/dtype fails to initialize with Usag...Kevin Cheng
2021-02-01Remove AINT8Kevin Cheng
2020-11-24Update reference model/serialization library to 0.21.0 with unit tests added/...Kevin Cheng
2020-11-12Implement and add unit tests for MUL and ARITHMETIC_RIGHT_SHIFTKevin Cheng
2020-10-19Update apply_scale_32()Kevin Cheng
2020-10-14Initial checkin of TOSA reference_model and testsEric Kunze