Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/docs/
Ddoc_generator_visitor.py41 self.set_root_name(root_name)
48 def set_root_name(self, root_name): member in DocGeneratorVisitor
Dgenerate_lib.py300 api_visitor.set_root_name(py_modules[0][0])
308 visitor.set_root_name(module_name)
309 api_visitor.set_root_name(module_name)
/external/tensorflow/tensorflow/tools/common/
Dpublic_api.py101 def set_root_name(self, root_name): member in PublicAPIVisitor