aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/ops/ewise_binary.cc
AgeCommit message (Expand)Author
2023-06-29Fix logical right shift operator for signed negative integersv0.60Won Jeon
2023-01-19Fix for sign extending LOGICAL LEFT/RIGHT SHIFT resultsJeremy Johnson
2022-12-20Add explicit template instantiations for abstract classesJared Smolens
2022-12-09Fix reference model memory leaks for the following opsJerry Ge
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-24Enabled 16-bit TABLE REQUIRE statementJerry Ge
2022-06-15Remove quantization info from serialization attributesEric Kunze
2022-01-20Fix for LOGICAL_LEFT/RIGHT_SHIFT shift valuesJeremy Johnson
2021-11-09Check valid broadcastable shape for binary and ternary opsKevin Cheng
2021-11-02more ERROR_IF fixesKevin Cheng
2021-10-28Changes for 0.23.0 releaseKevin Cheng
2021-10-18More ERROR_IF supportsKevin Cheng
2021-10-05Couple of reference model fixesKevin Cheng
2021-09-28Removing rank 0 broadcast in binary op.Kevin 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-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-02-01Remove AINT8Kevin Cheng
2020-11-12Implement and add unit tests for MUL and ARITHMETIC_RIGHT_SHIFTKevin Cheng
2020-10-14Initial checkin of TOSA reference_model and testsEric Kunze