Skip to content

Commit f854e6f

Browse files
generatedunixname89002005307016facebook-github-bot
authored andcommitted
Add missing Pyre mode headers] [batch:27/360] [shard:5/N]
Reviewed By: rasto2211 Differential Revision: D59903498 fbshipit-source-id: 076fa5f16f5f8b3b10a298b55dddf1ca2d3e92ec
1 parent b0f308c commit f854e6f

File tree

13 files changed

+26
-0
lines changed

13 files changed

+26
-0
lines changed

examples/mpc_autograd_cnn/launcher.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

examples/mpc_autograd_cnn/mpc_autograd_cnn.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

examples/mpc_cifar/launcher.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

examples/mpc_cifar/mpc_cifar.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

examples/mpc_imagenet/launcher.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

examples/mpc_imagenet/mpc_imagenet.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

examples/mpc_linear_svm/launcher.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

examples/mpc_linear_svm/mpc_linear_svm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

examples/tfe_benchmarks/launcher.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

examples/tfe_benchmarks/tfe_benchmarks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

0 commit comments

Comments
 (0)