aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/tensor.h
AgeCommit message (Expand)Author
2024-04-11[ref_model] Remove assert on bad tensor typeTai Ly
2024-04-02Show actual runtime value of shapeType tensorsJerry Ge
2024-02-22Save Int16/UINT16 test outputs to native dtypesJerry Ge
2024-02-21Add support for FP8 to reference modelWon Jeon
2024-01-25Save Int8/UInt8 reference outputs to native dtypesJerry Ge
2024-01-18[reference model] Add shape operatorsTai Ly
2023-12-06Add support for int16_t inputs in eager interfaceGeorgios Pinitas
2023-09-15[reference_model] Support StatefulOps and the tests for CallOnceOpTai Ly
2023-08-23[reference model] Code cleanup for SHAPETai Ly
2023-08-18Add DIM operator to reference modelWon Jeon
2023-07-25Run clang-format and update copyrightJerry Ge
2023-07-17Update tensor allocation loggingEric Kunze
2023-05-17Add support for one dimension of size -1 in ReshapeOpJerry Ge
2023-05-10Refactor ref_model rank checking and add level check to argmaxJerry Ge
2023-05-05[reference model] Add precise modeTai Ly
2023-01-13Reference model update for control flow operators supportJerry Ge
2022-12-15Extend reference model API with eager operator execution entrypointsGrant Watson
2022-11-09Add BF16 support to reference modelJames Ward
2022-10-19Add FP16 support to IModelRunnerMatthew Sloyan
2022-10-13Rename FLOAT type to FP32Jeremy Johnson
2022-10-11Reference model changes for fp16 supportJames Ward
2022-10-07Add IModelRunner interface to TOSA Reference ModelMatthew Sloyan
2022-05-26Add support for uint16_t to RESCALEJeremy Johnson
2021-11-11Fix broadcast bugKevin Cheng
2021-11-09Check valid broadcastable shape for binary and ternary opsKevin Cheng
2021-09-30Add SUBGRAPH_ERROR_IF() to catch graph-level error.Kevin Cheng
2021-08-20Replace node level check ASSERT_MSG_NODE()/FATAL_ERROR_NODE() with REQUIRE() ...Kevin 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-02-01Remove AINT8Kevin Cheng
2020-10-14Initial checkin of TOSA reference_model and testsEric Kunze