File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
projects/pt1/python/torch_mlir_e2e_test/configs Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818
1919
2020class StablehloBackendTestConfig (TestConfig ):
21- """Base class for TestConfig's that are implemented with linalg-on-tensors .
21+ """Base class for TestConfig's that are implemented with StableHLO .
2222
2323 This class handles all the common lowering that torch-mlir does before
24- reaching the linalg-on-tensors abstraction level.
24+ reaching the StableHLO abstraction level.
2525 """
2626
2727 def __init__ (self , backend : StablehloBackend ):
Original file line number Diff line number Diff line change 1818
1919
2020class TosaBackendTestConfig (TestConfig ):
21- """Base class for TestConfig's that are implemented with linalg-on-tensors .
21+ """Base class for TestConfig's that are implemented with TOSA .
2222
2323 This class handles all the common lowering that torch-mlir does before
24- reaching the linalg-on-tensors abstraction level.
24+ reaching the TOSA abstraction level.
2525 """
2626 def __init__ (self , backend : TosaBackend , use_make_fx : bool = False ):
2727 super ().__init__ ()
You can’t perform that action at this time.
0 commit comments