MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / main

Function main

tensorboard/plugins/hparams/hparams_demo.py:242–248  ·  view source on GitHub ↗
(unused_argv)

Source from the content-addressed store, hash-verified

240
241
242def main(unused_argv):
243 np.random.seed(0)
244 logdir = flags.FLAGS.logdir
245 shutil.rmtree(logdir, ignore_errors=True)
246 print("Saving output to %s." % logdir)
247 run_all(logdir=logdir, verbose=True)
248 print("Done. Output saved to %s." % logdir)
249
250
251if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

run_allFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…