aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/ops/data_layout.cc
AgeCommit message (Expand)Author
2024-04-15[ref model] fix const/pad/clamp attribute serializationTai Ly
2024-04-02Show actual runtime value of shapeType tensorsJerry Ge
2024-03-17[ref model] Change Clamp and Pad attribute fieldsTai Ly
2024-02-29Fix padding value for PAD op and tensor writing to npy for FP8Won Jeon
2024-02-23Fix comparing unsigned int and int in slice evaluationTatWai Chong
2024-02-21Add support for FP8 to reference modelWon Jeon
2024-01-31Change the start and size of slice to tosa shape typeTatWai Chong
2024-01-30[ref model] Change PadOp's padding to ShapeTai Ly
2024-01-18[reference model] Add shape operatorsTai Ly
2023-12-14Remove inferred dimension from RESHAPEJeremy Johnson
2023-08-18Add DIM operator to reference modelWon Jeon
2023-07-25Run clang-format and update copyrightJerry Ge
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-04-20Add level checking to TOSA Ref modelJerry Ge
2023-02-28Update rank limits for SLICE, TILE and TRANSPOSELuke Hutton
2023-01-19Create MI tests for Activation: CLAMP; Data Layout: PADJames Ward
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-15Check that the shape calculation for PAD is correctEric Kunze
2022-06-15Remove quantization info from serialization attributesEric 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
2021-11-02more ERROR_IF fixesKevin Cheng
2021-10-28Changes for 0.23.0 releaseKevin Cheng
2021-10-21Fix typo in Concat ERROR_IFKevin Cheng
2021-10-18More ERROR_IF supportsKevin Cheng
2021-08-20Replace node level check ASSERT_MSG_NODE()/FATAL_ERROR_NODE() with REQUIRE() ...Kevin Cheng
2021-04-30Concat takes variadic inputsKevin Cheng
2021-02-01Remove AINT8Kevin Cheng
2020-10-14Initial checkin of TOSA reference_model and testsEric Kunze