aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-31Update serialization_lib commit to include magic numberexperimental/tf28_compatFrederick Liardet
Signed-off-by: Frederick Liardet <frederick.liardet@arm.com> Change-Id: I77e25d3f3293552b6c0ab2a112496507a820915f
2022-02-15Align serialize passes with current LLVMEric Kunze
Remove FunctionPass Simplify getValues code Change-Id: I054466ccb480148b82d81d900e1e9ffb4560e8af Signed-off-by: Eric Kunze <eric.kunze@arm.com>
2022-01-19Use getValues interface on ElementAttrEric Kunze
The existing getValue is removed in the latest LLVM changes Change-Id: Idb5e6e8a5f24bc6f76771ace8e5a8eddf6ee1a6f
2022-01-14Fix serialization of int48 valuesEric Kunze
Pull out of DenseElementAttr as APInt and extract uint64 for serializing Change-Id: Ib261c0e306bd4461b7ce9df21f90db966a1d0faf
2022-01-04Short-circuit output tensor name with input tensor name if they're the same ↵Kevin Cheng
mlir::Value Signed-off-by: Kevin Cheng <kevin.cheng@arm.com> Change-Id: I578802841fbcacb67560b07b26170a9efa166d52
2021-12-01Sort tensor list by name for serializationJared Smolens
- Tensors are stored in an unordered_map from mlir::Value::hash_value to tensor name. - Before serialization, sort the tensor list alphabetically by name so that tensors always appear in a determinstic (and logical) order. Signed-off-by: Jared Smolens <jared.smolens@arm.com> Change-Id: I21c0e2ec04b7520e6a753b8bf62572a702002d5b
2021-11-15First commit of tosa serialize passesKevin Cheng
Signed-off-by: Kevin Cheng <kevin.cheng@arm.com> Change-Id: I1551017706f6e8af604792f48cdeb49b4da7ef0d
2021-11-15Initial empty repositoryEric Kunze