File tree 4 files changed +8
-0
lines changed
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 4
4
# This source code is licensed under the BSD-style license found in the
5
5
# LICENSE file in the root directory of this source tree.
6
6
7
+ # pyre-unsafe
8
+
7
9
import unittest
8
10
9
11
# pyre-fixme[21]: Could not find module `test_deploy_python_ext`.
Original file line number Diff line number Diff line change 4
4
# This source code is licensed under the BSD-style license found in the
5
5
# LICENSE file in the root directory of this source tree.
6
6
7
+ # pyre-unsafe
8
+
7
9
import numpy as np
8
10
import scipy
9
11
from scipy import linalg
Original file line number Diff line number Diff line change 4
4
# This source code is licensed under the BSD-style license found in the
5
5
# LICENSE file in the root directory of this source tree.
6
6
7
+ # pyre-unsafe
8
+
7
9
import torch
8
10
9
11
# pyre-fixme[21]: Could not find name `nn` in `torch`.
Original file line number Diff line number Diff line change 4
4
# This source code is licensed under the BSD-style license found in the
5
5
# LICENSE file in the root directory of this source tree.
6
6
7
+ # pyre-unsafe
8
+
7
9
8
10
def func (* vlist ):
9
11
return sum (vlist )
You can’t perform that action at this time.
0 commit comments