MCPcopy Index your code
hub / github.com/tensorflow/tensorboard / serve_forever

Method serve_forever

tensorboard/program.py:578–580  ·  view source on GitHub ↗

Blocking call to start serving the TensorBoard server.

(self)

Source from the content-addressed store, hash-verified

576
577 @abstractmethod
578 def serve_forever(self):
579 """Blocking call to start serving the TensorBoard server."""
580 raise NotImplementedError()
581
582 @abstractmethod
583 def get_url(self):

Callers 1

_run_serve_subcommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected