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

Method load

tensorboard/plugins/base_plugin.py:335–348  ·  view source on GitHub ↗

Loads a TBPlugin instance during the setup phase. Args: context: The TBContext instance. Returns: A plugin instance or None if it could not be loaded. Loaders that return None are skipped. :type context: TBContext :rtype: TBPlugin | No

(self, context)

Source from the content-addressed store, hash-verified

333 pass
334
335 def load(self, context):
336 """Loads a TBPlugin instance during the setup phase.
337
338 Args:
339 context: The TBContext instance.
340
341 Returns:
342 A plugin instance or None if it could not be loaded. Loaders that return
343 None are skipped.
344
345 :type context: TBContext
346 :rtype: TBPlugin | None
347 """
348 return None
349
350
351class BasicLoader(TBLoader):

Callers 3

convert_metadataFunction · 0.45
convert_tensorsFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected