aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-11-14[tosa_mlir_translator] Add local_bound supportTai Ly
2023-10-27Fix deserialization for i8 MulOp shift attributeTai Ly
2023-10-19[tosa_mlir_translator] Fix pad deserializationTai Ly
2023-10-16Implement deserialization of stateful opsTai Ly
2023-10-11Adjust to revised Stateful opsTai Ly
2023-09-11Update to handle unsigned attributes for RESCALEEric Kunze
2023-09-07[tosa_mlir_translator] Support Tosa StatefulOpsv0.90a0Jerry Ge
2023-08-28[tosa_mlir_translator] Support dynamic tensorsTai Ly
2023-08-16Add DIM operator and its serialization/deserialization to TOSA MLIR translatorWon Jeon
2023-08-01[tosa_mlir_translator] Rename Div Op to IntDivTai Ly
2023-07-24Add Erf to tosa_mlir_translatorJerry Ge
2023-07-20Update to fix build issues with clangEric Kunze
2023-07-18Add deserialization of AccumTypeTai Ly
2023-07-14Fix PadOp serialization for input_zpTai Ly
2023-07-12[tosa_mlir_translator] Fix Pad const attr typeTai Ly
2023-07-12[tosa_mlir_translator] Fix Rescale shift data typeTai Ly
2023-07-10[tosa_mlir_translator] Change axis to I32AttrTai Ly
2023-07-10Fix deserialization of Table const typeTai Ly
2023-06-20Add INT4 support for ConstOp deserializationJerry Ge
2023-06-20Run clang-format for TosaDeserialize.cpp and TosaSerialize.cppJerry Ge
2023-05-06Add BuildMlirFromTosaFile APITai Ly
2023-04-26serialize/deserialize while/if ops using regionsTai Ly
2023-04-25Fix deserialization of PadOpTai Ly
2023-04-22Support translation of FFT2dLuke Hutton
2023-03-06Add Tosa DeserializationTai Ly
2023-03-02Added support of unranked tensorsDmitriy Smirnov
2023-02-27Support translation of RFFT2dLuke Hutton
2023-02-24[Fix] Explicit pad const hasn't been read during pad op constructionTatWai Chong
2023-02-14Revert "Align the type of padding and pad_const with the spec"TatWai Chong
2023-02-08Remove accum-dtype from all but avg_pool2d & remove zero padJames Ward
2023-02-02Switch ArrayAttr to DenseArrayAttrTatWai Chong
2023-01-27Align the type of padding and pad_const with the specTatWai Chong
2023-01-13Add serialization of custom op attributesEric Kunze
2023-01-12Add RegionBuilder to TOSA MLIR TranslatorJerry Ge
2022-10-24Avoid crash when serializing unranked tensorEric Kunze
2022-10-13Rename FLOAT type to FP32Jeremy Johnson
2022-10-11Updates to work with the new FP16 serialization codeEric Kunze
2022-09-14Update to new serialization libEric Kunze
2022-08-29Add conv3d supportTatWai Chong
2022-08-04Update TOSA resize to match specificationTatWai Chong
2022-06-15Remove quantization infoEric Kunze
2022-06-13Remove dilation serialization for transpose_conv2dEric Kunze
2022-06-07Update tosa-mlir-translator to latest serialization libEric Kunze
2022-05-20Update TOSA passesEric Kunze
2022-02-15Align serialize passes with current LLVMEric Kunze
2022-01-19Use getValues interface on ElementAttrEric Kunze
2022-01-14Fix serialization of int48 valuesEric Kunze
2022-01-04Short-circuit output tensor name with input tensor name if they're the same m...Kevin Cheng
2021-12-01Sort tensor list by name for serializationJared Smolens
2021-11-15First commit of tosa serialize passesKevin Cheng