Skip to content

Commit 4160a4e

Browse files
committed
Update on "[executorch][flat_tensor] Serialize flat tensor tests"
More comprehensive testing for flat tensor serialization. Differential Revision: [D67007821](https://our.internmc.facebook.com/intern/diff/D67007821/) [ghstack-poisoned]
2 parents 2cff702 + 53196d4 commit 4160a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/flat_tensor/test/test_serialize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
import unittest
1010

11+
from typing import List
12+
1113
from executorch.exir._serialize.data_serializer import (
1214
DataPayload,
1315
DataSerializer,
@@ -27,8 +29,6 @@
2729
FlatTensorSerializer,
2830
)
2931

30-
from typing import List
31-
3232
# Test artifacts.
3333
TEST_TENSOR_BUFFER: List[bytes] = [b"\x11" * 4, b"\x22" * 32]
3434
TEST_TENSOR_MAP = {

0 commit comments

Comments
 (0)