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

Function main

tensorboard/plugins/graph/graphs_demo.py:137–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135
136
137def main():
138 # Create three demo graphs.
139 write_graph()
140 profile()
141 keras()
142
143 print(
144 "To view results of all graphs in your browser, run `tensorboard --logdir %s`"
145 % LOGDIR
146 )
147
148
149if __name__ == "__main__":

Callers 1

graphs_demo.pyFile · 0.70

Calls 3

write_graphFunction · 0.85
profileFunction · 0.85
kerasFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…