()
| 135 | |
| 136 | |
| 137 | def 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 | |
| 149 | if __name__ == "__main__": |
no test coverage detected
searching dependent graphs…