Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion backends/arm/arm_vela.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe

import os
import struct
Expand Down
1 change: 0 additions & 1 deletion backends/arm/process_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# LICENSE file in the root directory of this source tree.
#

# pyre-unsafe
from typing import Any, cast, Dict

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion backends/arm/quantizer/arm_quantizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe

#
# Quantizer for Arm backend
Expand Down
1 change: 0 additions & 1 deletion backends/arm/quantizer/arm_quantizer_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe
"""Provide utilities for quantization annotations.

Use these helpers to check and mark annotation state when working with
Expand Down
1 change: 0 additions & 1 deletion backends/arm/quantizer/quantization_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

"""

# pyre-unsafe

from dataclasses import dataclass

Expand Down
Loading