mirror of https://github.com/llvm/torch-mlir
[torch-mlir] update e2e test class documentation (#2722)
The doc seems copy-and-paste from the linalg-on-tensors classpull/2724/head
parent
1778314620
commit
3e9bacdb51
|
@ -18,10 +18,10 @@ from .utils import (
|
|||
|
||||
|
||||
class StablehloBackendTestConfig(TestConfig):
|
||||
"""Base class for TestConfig's that are implemented with linalg-on-tensors.
|
||||
"""Base class for TestConfig's that are implemented with StableHLO.
|
||||
|
||||
This class handles all the common lowering that torch-mlir does before
|
||||
reaching the linalg-on-tensors abstraction level.
|
||||
reaching the StableHLO abstraction level.
|
||||
"""
|
||||
|
||||
def __init__(self, backend: StablehloBackend):
|
||||
|
|
|
@ -18,10 +18,10 @@ from .utils import (
|
|||
|
||||
|
||||
class TosaBackendTestConfig(TestConfig):
|
||||
"""Base class for TestConfig's that are implemented with linalg-on-tensors.
|
||||
"""Base class for TestConfig's that are implemented with TOSA.
|
||||
|
||||
This class handles all the common lowering that torch-mlir does before
|
||||
reaching the linalg-on-tensors abstraction level.
|
||||
reaching the TOSA abstraction level.
|
||||
"""
|
||||
def __init__(self, backend: TosaBackend, use_make_fx: bool = False):
|
||||
super().__init__()
|
||||
|
|
Loading…
Reference in New Issue