Searched refs:cls_or_func (Results 1 – 1 of 1) sorted by relevance
2177 def disable_tfrt_impl(cls_or_func): argument2180 if tf_inspect.isclass(cls_or_func):2184 return cls_or_func2196 if cls_or_func is not None:2197 return decorator(cls_or_func)