Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/slim/
Dnets.py43 from tensorflow.python.util.all_util import make_all
46 __all__ = make_all(__name__)
D__init__.py45 from tensorflow.python.util.all_util import make_all
48 __all__ = make_all(__name__)
/external/tensorflow/tensorflow/python/util/
Dall_util.py30 def make_all(module_name, doc_string_modules=None): function
103 should_have = make_all(module_name, doc_string_modules)
/external/tensorflow/tensorflow/python/
D__init__.py133 from tensorflow.python.util.all_util import make_all