aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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