Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dtf_should_use.py96 def _new__init__(self, wrapped_value, tf_should_use_helper): argument
98 self._tf_should_use_helper = tf_should_use_helper
133 def _get_wrapper(x, tf_should_use_helper): argument
149 return memoized(x, tf_should_use_helper)
172 return copy_tx(x, tf_should_use_helper)
206 tf_should_use_helper = _TFShouldUseHelper(
213 return _get_wrapper(x, tf_should_use_helper)