Skip to content

Commit 9c630b1

Browse files
committed
Update on "[executorch][serialization] Data serialization interface"
Introduce data serialization interface. Differential Revision: [D65947145](https://our.internmc.facebook.com/intern/diff/D65947145/) [ghstack-poisoned]
2 parents ddfd643 + 21432c4 commit 9c630b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exir/_serialize/data_serializer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class TensorLayout:
1212
"""
1313
Tensor layout information for externally-serialized tensors.
1414
"""
15+
1516
scalar_type: ScalarType
1617
dim_sizes: List[int]
1718
dim_order: List[bytes]

0 commit comments

Comments
 (0)