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

Class StartLaunched

tensorboard/manager.py:344–354  ·  view source on GitHub ↗

Possible return value of the `start` function. Indicates that a call to `start` successfully launched a new TensorBoard process, which is available with the provided info. Attributes: info: A `TensorBoardInfo` object.

Source from the content-addressed store, hash-verified

342
343@dataclasses.dataclass(frozen=True)
344class StartLaunched:
345 """Possible return value of the `start` function.
346
347 Indicates that a call to `start` successfully launched a new
348 TensorBoard process, which is available with the provided info.
349
350 Attributes:
351 info: A `TensorBoardInfo` object.
352 """
353
354 info: TensorBoardInfo
355
356
357@dataclasses.dataclass(frozen=True)

Callers 1

startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…