We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb49c0 commit 14d538fCopy full SHA for 14d538f
backends/test/operators/test_facto.py
@@ -13,7 +13,6 @@
13
from typing import Any, Callable, Sequence
14
15
import torch
16
-from executorch.backends.apple.coreml.test.tester import CoreMLTester
17
from executorch.backends.test.harness.tester import Tester as TesterBase
18
from executorch.backends.xnnpack.test.tester.tester import Tester as XnnpackTester
19
from facto.inputgen.argtuple.gen import ArgumentTupleGenerator
@@ -272,7 +271,3 @@ class FactoTestsXNNPACK(FactoTestsBase):
272
271
def __init__(self, *args, **kwargs):
273
super().__init__(XnnpackTester, *args, **kwargs)
274
275
-
276
-class FactoTestsCoreML(FactoTestsBase):
277
- def __init__(self, *args, **kwargs):
278
- super().__init__(CoreMLTester, *args, **kwargs)
0 commit comments