Skip to content

Commit 5426918

Browse files
Arm backend: Remove pyre-unsafe from remaining files (#15391)
Pyre is no longer used. Signed-off-by: Sebastian Larsson <[email protected]>
1 parent 4efd79c commit 5426918

File tree

8 files changed

+0
-9
lines changed

8 files changed

+0
-9
lines changed

backends/arm/common/arm_compile_spec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This source code is licensed under the BSD-style license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
# pyre-unsafe
76

87
#
98
# Main implementation of AoT flow to partition and preprocess for Arm target

backends/arm/operator_support/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This source code is licensed under the BSD-style license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
# pyre-unsafe
76

87
from . import ( # noqa
98
clone_dim_order_support,

backends/arm/operator_support/ethos_u55_support.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
1111
"""
1212

13-
# pyre-unsafe
1413

1514
import typing
1615
from typing import cast

backends/arm/operator_support/right_shift_support.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
1010
"""
1111

12-
# pyre-unsafe
13-
1412

1513
import logging
1614

backends/arm/operator_support/to_dim_order_copy_support.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
1111
"""
1212

13-
# pyre-unsafe
1413
import copy
1514
import logging
1615

backends/arm/operator_support/tosa_supported_operators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This source code is licensed under the BSD-style license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
# pyre-unsafe
76

87
import itertools
98
import operator

backends/arm/test/misc/test_outputs_order.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This source code is licensed under the BSD-style license found in the
44
# LICENSE file in the root directory of this source tree.
55
#
6-
# pyre-unsafe
76
import tempfile
87
from pathlib import Path
98

backends/arm/util/arm_model_evaluator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This source code is licensed under the BSD-style license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
# pyre-unsafe
76

87
import json
98
import logging

0 commit comments

Comments
 (0)