MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / main

Function main

tensorflow/tools/docs/generate2.py:272–276  ·  view source on GitHub ↗
(argv)

Source from the content-addressed store, hash-verified

270
271
272def main(argv):
273 del argv
274 build_docs(output_dir=FLAGS.output_dir,
275 code_url_prefix=FLAGS.code_url_prefix,
276 search_hints=FLAGS.search_hints)
277
278
279if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

build_docsFunction · 0.85

Tested by

no test coverage detected