Skip to content

Commit be4b7f4

Browse files
generatedunixname89002005307016facebook-github-bot
authored andcommitted
Add missing Pyre mode headers] [batch:32/1018] [shard:9/N]
Differential Revision: D63886346 fbshipit-source-id: b05a3d26e69293a86b529a1f20ff9df5d2fa5cdb
1 parent d34cc4e commit be4b7f4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

backends/arm/operators/op_rsqrt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#
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.
5+
6+
# pyre-unsafe
57
from typing import List
68

79
import numpy as np

backends/arm/operators/op_squeeze.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#
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.
5+
6+
# pyre-unsafe
57
from typing import List
68

79
import serializer.tosa_serializer as ts

0 commit comments

Comments
 (0)