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.py2177 def disable_tfrt_impl(cls_or_func): argument
2180 if tf_inspect.isclass(cls_or_func):
2184 return cls_or_func
2196 if cls_or_func is not None:
2197 return decorator(cls_or_func)