Home
last modified time | relevance | path

Searched refs:cls_or_func (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dtest_util.py1840 def disable_tfrt_impl(cls_or_func): argument
1843 if tf_inspect.isclass(cls_or_func):
1847 return cls_or_func
1859 if cls_or_func is not None:
1860 return decorator(cls_or_func)