We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93ce8eb + 7d38580 commit 4f8d9a1Copy full SHA for 4f8d9a1
exir/common_schema.py
@@ -9,9 +9,9 @@
9
from dataclasses import dataclass
10
from enum import IntEnum
11
12
-
13
# Check exir/common.fbs for explanations of these fields.
14
+
15
class ScalarType(IntEnum):
16
BYTE = 0
17
CHAR = 1
exir/schema.py
@@ -12,7 +12,7 @@
from executorch.exir.backend.compile_spec_schema import CompileSpec
-from executorch.exir.common_schema import ScalarType, DataSegment
+from executorch.exir.common_schema import DataSegment, ScalarType
18
@dataclass
0 commit comments