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

Method info_route

tensorboard/plugins/graph/graphs_plugin.py:270–274  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

268
269 @wrappers.Request.application
270 def info_route(self, request):
271 ctx = plugin_util.context(request.environ)
272 experiment = plugin_util.experiment_id(request.environ)
273 info = self.info_impl(ctx, experiment)
274 return http_util.Respond(request, info, "application/json")
275
276 @wrappers.Request.application
277 def graph_route(self, request):

Callers

nothing calls this directly

Calls 1

info_implMethod · 0.95

Tested by

no test coverage detected