File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 44# This source code is licensed under the BSD-style license found in the
55# LICENSE file in the root directory of this source tree.
66
7- # pyre-strict
7+ # pyre-unsafe
8+
9+ #
10+ # This file contains logic to run generated operator tests using the FACTO
11+ # library (https://github.com/pytorch-labs/FACTO). To run the tests, first
12+ # clone and install FACTO by running pip install . from the FACTO source
13+ # directory. Then, from the executorch root directory, run the following:
14+ #
15+ # python -m unittest backends.test.operators.test_facto.FactoTestsXNNPACK
16+ #
817
918import copy
1019import functools
@@ -270,4 +279,3 @@ def _test_op(self, op: OpOverload) -> None: # noqa: C901
270279class FactoTestsXNNPACK (FactoTestsBase ):
271280 def __init__ (self , * args , ** kwargs ):
272281 super ().__init__ (XnnpackTester , * args , ** kwargs )
273-
You can’t perform that action at this time.
0 commit comments