tilelang.utils.deprecated ========================= .. py:module:: tilelang.utils.deprecated Functions --------- .. autoapisummary:: tilelang.utils.deprecated.deprecated Module Contents --------------- .. py:function:: deprecated(method_name, new_method_name) A decorator to indicate that a method is deprecated :param method_name: The name of the method to deprecate :type method_name: str :param new_method_name: The name of the new method to use instead :type new_method_name: str