Skip to content

Commit 80b4a84

Browse files
Arm backend: Remove pyre-unsafe from quantizer/ & backends/arm (#15374)
Pyre is no longer used. Signed-off-by: Sebastian Larsson <[email protected]>
1 parent ef04360 commit 80b4a84

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

backends/arm/arm_vela.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 os
98
import struct

backends/arm/process_node.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# LICENSE file in the root directory of this source tree.
55
#
66

7-
# pyre-unsafe
87
from typing import Any, cast, Dict
98

109
import numpy as np

backends/arm/quantizer/arm_quantizer.py

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

8-
# pyre-unsafe
98

109
#
1110
# Quantizer for Arm backend

backends/arm/quantizer/arm_quantizer_utils.py

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

8-
# pyre-unsafe
98
"""Provide utilities for quantization annotations.
109
1110
Use these helpers to check and mark annotation state when working with

backends/arm/quantizer/quantization_config.py

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

14-
# pyre-unsafe
1514

1615
from dataclasses import dataclass
1716

0 commit comments

Comments
 (0)