HomeSort by relevance Sort by last modified time
    Searched refs:make_all (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/slim/
nets.py 43 from tensorflow.python.util.all_util import make_all
46 __all__ = make_all(__name__)
__init__.py 45 from tensorflow.python.util.all_util import make_all
48 __all__ = make_all(__name__)
  /external/tensorflow/tensorflow/python/util/
all_util.py 30 def make_all(module_name, doc_string_modules=None): function
33 Usage: `make_all(__name__)` or
34 `make_all(__name__, [sys.modules(__name__), other_module])`. The doc string
103 should_have = make_all(module_name, doc_string_modules)
118 'make_all',
  /external/tensorflow/tensorflow/python/
__init__.py 118 from tensorflow.python.util.all_util import make_all

Completed in 85 milliseconds