tilelang.utils.deprecated¶
Functions¶
|
A decorator to indicate that a method is deprecated |
Module Contents¶
- tilelang.utils.deprecated.deprecated(method_name, new_method_name)¶
A decorator to indicate that a method is deprecated
- Parameters:
method_name (str) – The name of the method to deprecate
new_method_name (str) – The name of the new method to use instead