MCPcopy Create free account
hub / github.com/chinawithfrank/ChatBotCourse / main

Function main

lstm_code/tensorflow/test.py:3–4  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

1import tensorflow as tf
2
3def main(_):
4 pass
5
6if __name__ == "__main__":
7 tf.app.run()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected