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