Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/docs/
Dgenerate_lib.py370 def __init__(self, base_name, title, section_title, section_tag): argument
371 self.url = 'api_guides/python/' + (('%s#%s' % (base_name, section_tag))
372 if section_tag else base_name)
393 self.section_tag = None
402 self.section_tag = tag
410 self.section_tag))