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

Class _Message

tensorboard/util/tensor_util.py:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183
184class _Message:
185 def __init__(self, message):
186 self._message = message
187
188 def __repr__(self):
189 return self._message
190
191
192def _FirstNotNone(l):

Callers 1

_NotNoneFunction · 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…